@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 11s forwards;
          animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

@media print, screen and (max-width: 1023.9px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
@media print, screen and (min-width: 1024px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.header__top {
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .header__top {
    padding: 10px 15px;
  }
}

.header__logo {
  width: 170px;
  display: block;
}
@media print, screen and (max-width: 1023.9px) {
  .header__logo {
    width: 125px;
  }
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__buttons {
    display: none;
  }
}

.header__text-button {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__text-button::after {
  content: "＞";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .header__text-button:hover {
    opacity: 0.6;
  }
  .header__text-button:hover::after {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.header__button {
  display: block;
  width: 100%;
  color: #fff;
  padding: 5px 10px 9px;
  width: 220px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  letter-spacing: 0;
  font-size: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__button {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .header__button:hover {
    opacity: 1;
  }
}
.header__button.-entry {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(105, 2, 0)), to(rgb(178, 46, 25)));
  background: linear-gradient(0deg, rgb(105, 2, 0) 0%, rgb(178, 46, 25) 100%);
}
@media (hover: hover) {
  .header__button.-entry:hover {
    border-color: rgb(178, 46, 25);
    color: rgb(178, 46, 25);
    background: #fff;
  }
}
.header__button.-limited {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f2d4a), to(#204d79));
  background: linear-gradient(0deg, #0f2d4a 0%, #204d79 100%);
}
@media print, screen and (max-width: 1023.9px) {
  .header__button.-limited {
    margin-top: 10px !important;
  }
}
@media (hover: hover) {
  .header__button.-limited:hover {
    border-color: #204d79;
    color: #204d79;
    background: #fff;
  }
}

.header__bottom {
  /*
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;*/
}
.header__bottom::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (max-width: 1023.9px) {
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 100;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header__bottom.-active {
    opacity: 1;
    pointer-events: initial;
  }
}

.header__nav {
  margin-right: auto;
  margin-left: auto;
  padding: 8px 20px 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav {
    width: 90%;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav .header__button {
    display: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav .header__button {
    width: 100%;
    margin-top: 20px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}

.header__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.header__nav-item + .header__nav-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav-item:nth-child(2n+1)::before {
    display: none;
  }
}

.header__nav-link {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #4c4948;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav-link {
    font-size: 13px;
  }
}
.header__nav-link span {
  display: block;
  font-size: 11.5px;
}
@media print, screen and (max-width: 1023.9px) {
  .header__nav-link span {
    font-size: 11px;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__nav-link:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header__nav-link:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
}
.header__nav-link.active:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
}

.sp-fixed-header {
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .sp-fixed-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}

.sp-fixed-header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-fixed-header__menu li {
  background: #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sp-fixed-header__menu li + li {
  border-left: 1px solid #999;
}

.sp-fixed-header__button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ddd;
  height: 53px;
  font-size: 12px;
}
.sp-fixed-header__button img {
  width: 23px;
}
.sp-fixed-header__button.-map img {
  width: 54px;
}
.sp-fixed-header__button.-bl {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#888));
  background: linear-gradient(0deg, #000 0%, #888 100%);
  color: #fff;
}
.sp-fixed-header__button.-bl img {
  width: 48px;
}
.sp-fixed-header__button.-gold {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(93, 69, 12)), to(rgb(182, 139, 57)));
  background: linear-gradient(0deg, rgb(93, 69, 12) 0%, rgb(182, 139, 57) 100%);
  color: #fff;
}
.sp-fixed-header__button.-gold img {
  width: 65px;
}
.sp-fixed-header__button.-red {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(105, 2, 0)), to(rgb(200, 46, 25)));
  background: linear-gradient(0deg, rgb(105, 2, 0) 0%, rgb(200, 46, 25) 100%);
  color: #fff;
}
.sp-fixed-header__button.-red img {
  width: 60px;
}

.hamburger {
  position: fixed;
  top: 6px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  z-index: 100;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 28px;
  width: 25px;
  left: 44%;
}
.hamburger.-active span:nth-child(1) {
  top: 19px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.hamburger.-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.-active span:nth-child(3) {
  top: 19px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  width: 30px;
  left: 50%;
}

.footer__top {
  background-color: rgba(174, 164, 153, 0.7);
  padding: 100px 0 0;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__top {
    padding: 50px 0 0;
  }
}

.contact {
  text-align: center;
  color: #000;
}

.contact__copy {
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .contact__copy {
    font-size: 12px;
  }
}

.contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  gap: 5px;
  margin-top: 10px;
  font-size: 48px;
}
@media print, screen and (max-width: 1023.9px) {
  .contact__tel {
    font-size: 35px;
  }
}
.contact__tel img {
  width: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .contact__tel img {
    width: 40px;
  }
}

.contact__time {
  font-size: 14px;
  margin-top: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .contact__time {
    font-size: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.footer__logos {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__logos {
    margin-top: 40px;
    gap: 20px;
  }
}

.footer__logo {
  display: block;
}
.footer__logo img {
  height: 35px;
  width: auto;
}
.footer__logo img.-n2 {
  height: 42px;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__logo:nth-of-type(1) .footer__label {
    margin-left: 60px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .footer__logo:nth-of-type(2) .footer__label {
    margin-left: 40px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .footer__logo:nth-of-type(4) .footer__label {
    margin-left: 30px;
  }
}

.footer__label {
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__label {
    margin-left: 50px;
  }
}

.footer__bottom {
  margin-top: 110px;
  padding: 60px 20px 80px;
  text-align: center;
  background: #a99d8e;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__bottom {
    padding: 40px 10px 50px;
    margin-top: 50px;
  }
}

.footer__copy {
  font-size: 28px;
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__copy {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
  }
}

.footer__bnr {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__bnr {
    margin-top: 10px;
  }
}
@media (hover: hover) {
  .footer__bnr:hover {
    opacity: 0.8;
  }
}

.footer__copyright {
  font-size: 12px;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 5px 0;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__copyright {
    margin-bottom: 53px;
    font-size: 10px;
  }
}

sup {
  font-size: 10px;
  -webkit-transform: translate(-18px, -15px);
          transform: translate(-18px, -15px);
  display: inline-block;
  width: 0;
}
@media print, screen and (max-width: 1023.9px) {
  sup {
    -webkit-transform: translate(-18px, -10px);
            transform: translate(-18px, -10px);
  }
}

.img-basic {
  position: relative;
}
.img-basic.-bg {
  background: #c6bfb7;
}
.img-basic figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}
@media print, screen and (max-width: 1023.9px) {
  .img-basic figcaption {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.img-basic figcaption.-white {
  color: #fff;
}
.img-basic figcaption.-has_mr {
  margin-right: 10px;
}
.img-basic figcaption.-tal {
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .img-basic figcaption.-tal.-left {
    padding-left: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-basic figcaption.-tal {
    text-align: right;
  }
  .img-basic figcaption.-tal.-left {
    text-align: left;
    padding: 0 15px;
  }
}

.img-basic__inner {
  position: relative;
  display: block;
}

.img-basic__caption {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
@media print, screen and (max-width: 1023.9px) {
  .img-basic__caption {
    font-size: 10px;
    padding: 2px 5px;
  }
}

@media print, screen and (min-width: 1024px) {
  .hide-at-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .hide-at-sp {
    display: none !important;
  }
}

.contents-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .contents-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contents-wrap.-large {
  max-width: 1200px;
}

.child-mv {
  position: relative;
}

.child-mv__heading {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  font-size: 60px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.15em;
  opacity: 0;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading {
    font-size: 25px;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: auto;
  }
}

.child-mv__img {
  position: relative;
  opacity: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__img {
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 100%;
  }
}
.child-mv__img figcaption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__img figcaption {
    font-size: 10px;
    bottom: 5px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__img img {
    max-width: none;
    min-height: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.child-intro {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../img/common/bg.webp);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .child-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.child-intro__copy {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 1023.9px) {
  .child-intro__copy {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.child-cap-area {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFF;
}
@media print, screen and (max-width: 1023.9px) {
  .child-cap-area {
    padding: 60px 0 60px;
  }
}

.child-cap {
  font-size: 12px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1023.9px) {
  .child-cap {
    font-size: 10px;
    line-height: 1.6;
  }
}

.pageCap {
  padding: 100px 0 100px;
  background: #FFF;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
}
.pageCap.-nomb {
  padding-bottom: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .pageCap {
    font-size: 10px;
    padding: 50px 0 50px;
  }
}

.rootMv {
  aspect-ratio: 16/8.8;
  overflow: hidden;
}
.rootMv iframe {
  width: 100%;
  height: 100%;
}

.acMv {
  max-width: 1200px;
  margin: 180px auto 100px;
  border: 1px solid #ccc;
}
@media print, screen and (max-width: 1023.9px) {
  .acMv {
    margin: 50px auto -8px;
  }
}