@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%;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #231815), color-stop(42%, rgba(35, 24, 21, 0)));
  background: linear-gradient(to right, #231815 10%, rgba(35, 24, 21, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.loader::before {
  content: "";
  width: 50%;
  height: 50%;
  background: #231815;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.loader::after {
  content: "";
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header {
  top: -150px;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
.header.-active {
  top: 0px;
}

.sp-fixed-header {
  bottom: -150px;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
.sp-fixed-header.-active {
  bottom: 0px;
}

.hamburger {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.85s;
  transition: all 0.85s;
}
.hamburger.-ac {
  opacity: 1;
  visibility: visible;
}

/*
.mv {
  position: relative;
  margin-top: -74px;
  @media print, screen and (max-width: 1023.9px) {
    margin-top: 0;
  }
} */
.mv__img {
  position: relative;
}
.mv__img figcaption {
  font-size: 11px;
  color: #FFF;
  position: absolute;
  bottom: 4px;
  right: 5px;
}

.mv__heading {
  width: 400px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    width: 50%;
    bottom: 20px;
  }
}

.point__main {
  padding: 40px 20px;
  background-color: #8a8070;
}
@media print, screen and (max-width: 1023.9px) {
  .point__main {
    padding: 30px 20px;
  }
}

.point__main-row {
  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;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .point__main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 1024px) {
  .point__main-point.-n1 {
    width: 40%;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__main-point.-n2 {
    width: 60%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .point__main-point {
    width: 100%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .point__main-point img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .point__main-point + .point__main-point {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__main-point + .point__main-point {
    border-left: 1px solid #fff;
    margin-left: 40px;
    padding-left: 40px;
  }
}

.point__row {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgb(80, 80, 80) 0%, rgb(0, 0, 0) 100%);
  padding: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .point__row {
    padding-bottom: 15px;
  }
}

.point__row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-inline: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .point__row-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

.point__item {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0px;
  color: #e1c27c;
  line-height: 1.3;
}
@media print, screen and (max-width: 1023.9px) {
  .point__item {
    padding-bottom: 10px;
    width: 100%;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .point__item + .point__item {
    padding-top: 10px;
    border-top: 1px solid #9c8349;
  }
}
@media print, screen and (min-width: 1024px) {
  .point__item + .point__item {
    border-left: 1px solid #9c8349;
  }
}
.point__item span {
  font-size: 1.6em;
}
.point__item small {
  font-size: 70%;
}
.point__item.-tal {
  text-align: left;
}
@media print, screen and (max-width: 1023.9px) {
  .point__item.-tal {
    text-align: center;
  }
}

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

.entry__body {
  border: 2px solid #000;
  background-image: url(../img/top/entry-bg.webp);
  background-size: cover;
  padding: 10px;
  max-width: 900px;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__body {
    padding: 5px;
  }
}

.entry__body-inner {
  border: 1px solid #000;
  padding: 40px 80px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__body-inner {
    padding: 20px 15px;
  }
}

.entry__heading {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__heading {
    font-size: 20px;
  }
}

.entry__text {
  margin-top: 15px;
  font-size: 18px;
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__text {
    font-size: 11.7px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
  }
}

.entry__info {
  margin-top: 20px;
}

.entry__link {
  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;
  gap: 10px;
  color: #fff;
  margin-top: 60px;
  padding: 15px 60px;
  font-size: 18px;
  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%);
  border-radius: 10px;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__link {
    padding: 10px 20px;
    margin-top: 20px;
    gap: 5px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .entry__link:hover {
    border: 1px solid #fff;
    color: rgb(178, 46, 25);
    border-color: rgb(178, 46, 25);
    background: #fff;
  }
}
.entry__link span {
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .entry__link span {
    font-size: 10px;
  }
}

.milestone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px 100px;
  position: relative;
  background-image: url(../img/top/tower-bg.webp);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone {
    padding: 50px 20px;
    display: -ms-grid;
    display: grid;
    gap: 0;
        grid-template-areas: "heading" "img" "text";
  }
}

@media print, screen and (min-width: 1024px) {
  .milestone__img {
    margin-left: -50px;
    margin-top: 150px;
    width: 70%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__img {
    grid-area: img;
    margin-top: 40px;
  }
}
.milestone__img figcaption {
  font-size: 11px;
  text-align: left;
  margin: 1% 50px 0 100px;
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__img figcaption {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: right;
  }
}

.milestone__inner {
  width: 50%;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__inner {
    width: 100%;
    display: contents;
  }
}

.milestone__text-wrap {
  max-width: 550px;
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__text-wrap {
    max-width: 100%;
    display: contents;
  }
}

.milestone__heading {
  width: 360px;
  margin-left: 5%;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__heading {
    width: 270px;
    grid-area: heading;
    margin-inline: auto;
  }
}

.milestone__text {
  margin-top: 60px;
  line-height: 3.5;
  color: #000;
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .milestone__text {
    margin-top: 20px;
    line-height: 2.5;
    font-size: 13.5px;
    grid-area: text;
  }
}
@media print, screen and (max-width: 1023.9px){
  .milestone__img {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .milestone__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .milestone__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.child-link-area {
  margin-top: -1px;
  position: relative;
}

.child-link {
  position: relative;
}

.child-link__inner {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.child-link__box {
  padding: 70px 60px 80px;
  position: absolute;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__box {
    padding: 30px 20px 40px;
    top: 20px;
  }
}
.child-link__box.-left {
  left: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__box.-left {
    left: 20px;
  }
}
.child-link__box.-right {
  right: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__box.-right {
    right: 20px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__box.-sp-bottom {
    bottom: 20px;
    top: auto;
  }
}
@media (hover: hover) {
  .child-link__box:hover .child-link__link {
    right: -15px;
  }
}

.child-link__name {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
@media print, screen and (min-width: 1024px) {
  .child-link__name {
    font-size: 42px;
  }
}

.child-link__text {
  line-height: 2;
  margin-top: 10px;
  font-size: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.child-link__link {
  padding: 0 50px 5px 0px;
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
  background-image: url(../img/top/arrow.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  right: 0;
  font-family: "EB Garamond", serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__link {
    font-size: 10px;
  }
}

.child-link__img {
  position: relative;
}
.child-link__img figcaption {
  font-size: 11px;
  color: #FFF;
  position: absolute;
  bottom: 4px;
  right: 4px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.child-link__img figcaption.-b {
  color: #000;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__img figcaption {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.child-link__position-bnr {
  width: 450px;
  position: absolute;
  bottom: 60px;
  right: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #FFF;
}
.child-link__position-bnr img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width: 1023.9px) {
  .child-link__position-bnr {
    width: 300px;
  }
}
@media (hover: hover) {
  .child-link__position-bnr:hover img {
    opacity: 0.8;
  }
}

.sp-bnr {
  background-color: rgba(174, 164, 153, 0.7);
  padding: 30px 50px;
}

.mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.mv__inner {
  overflow: hidden;
}
.mv__inner .mv00Cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #FFF;
  padding: 2px 3px;
  z-index: 1;
  opacity: 0;
  font-size: 11px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner .mv00Cap {
    bottom: 4px;
  }
}
.mv__inner .mv00Cap.-b {
  color: #000;
  text-shadow: none;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner .mv00Cap.-w-sp {
    color: #FFF;
  }
}

.mv01, .mv02, .mv03, .mv04, .mv05, .mv06, .mv01-txt, .mv02-txt, .mv03-txt, .mv04-txt, .mv05-txt, .mv06-txt, .mv-fin, .mv-fin-txt, .mvEnd, .-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv01 img, .mv02 img, .mv03 img, .mv04 img, .mv05 img, .mv06 img, .mv01-txt img, .mv02-txt img, .mv03-txt img, .mv04-txt img, .mv05-txt img, .mv06-txt img, .mv-fin img, .mv-fin-txt img, .mvEnd img, .-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.mv01 {
  z-index: 1;
  left: 0%;
}
.mv01 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 0s forwards;
          animation: fadein 1s ease-out 0s forwards;
}
.mv01 figure {
  opacity: 0;
  -webkit-animation: fadeinD 4s ease-out 0s forwards;
          animation: fadeinD 4s ease-out 0s forwards;
  width: 120%;
  left: -10%;
  background: url(../img/top/mv/mv01.jpg) center bottom;
  background-size: cover;
  position: relative;
  height: 130%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv01 figure {
    background: url(../img/top/mv/mv01-sp.jpg) center bottom;
    background-size: cover;
    height: 130%;
  }
}
.mv01 .mv01-txt {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 0s forwards;
          animation: fadein 1s ease-out 0s forwards;
}

.mv02 {
  z-index: 2;
  left: 0%;
}
.mv02 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 3s forwards;
          animation: fadein 1s ease-out 3s forwards;
}
.mv02 figure {
  opacity: 0;
  -webkit-animation: fadeinU 4s ease-out 3s forwards;
          animation: fadeinU 4s ease-out 3s forwards;
  width: 120%;
  left: -10%;
  position: relative;
  background: url(../img/top/mv/mv03.jpg) center bottom;
  background-size: cover;
  height: 130%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv02 figure {
    -webkit-animation: fadeinU-sp 4s ease-out 3s forwards;
            animation: fadeinU-sp 4s ease-out 3s forwards;
    background: url(../img/top/mv/mv03-sp.jpg) right bottom;
    background-size: cover;
  }
}
.mv02 .mv02-txt {
  opacity: 0;
  -webkit-animation: fadein 0s ease-out 3s forwards;
          animation: fadein 0s ease-out 3s forwards;
}

.mv03 {
  z-index: 3;
  left: 0%;
}
.mv03 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 6s forwards;
          animation: fadein 1s ease-out 6s forwards;
}
.mv03 figure {
  opacity: 0;
  -webkit-animation: fadeinL 4s ease-out 6s forwards;
          animation: fadeinL 4s ease-out 6s forwards;
  width: 120%;
  left: -10%;
  position: relative;
  background: url(../img/top/mv/mv02.jpg) center bottom;
  background-size: cover;
  height: 120%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv03 figure {
    -webkit-animation: fadeinL-sp 4s ease-out 6s forwards;
            animation: fadeinL-sp 4s ease-out 6s forwards;
    background: url(../img/top/mv/mv02-sp.jpg) center bottom;
    background-size: cover;
    height: 100%;
  }
}
.mv03 .mv03-txt {
  opacity: 0;
  -webkit-animation: fadein 0s ease-out 6s forwards;
          animation: fadein 0s ease-out 6s forwards;
}

.mv04 {
  z-index: 4;
  left: 0%;
}
.mv04 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 9s forwards;
          animation: fadein 1s ease-out 9s forwards;
}
.mv04 figure {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 9s forwards;
          animation: fadein 1s ease-out 9s forwards;
  position: relative;
  background: url(../img/top/mv/mv04.jpg) center bottom;
  background-size: cover;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv04 figure {
    background: url(../img/top/mv/mv04-sp.jpg) center bottom;
    background-size: cover;
  }
}
.mv04 .mv04-txt {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 9s forwards;
          animation: fadein 1s ease-out 9s forwards;
}

.mv05 {
  z-index: 5;
  left: 0%;
}
.mv05 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 11s forwards;
          animation: fadein 1s ease-out 11s forwards;
}
.mv05 figure {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 11s forwards;
          animation: fadein 0.5s ease-out 11s forwards;
  position: relative;
  background: url(../img/top/mv/mv05.jpg) center bottom;
  background-size: cover;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv05 figure {
    background: url(../img/top/mv/mv05-sp.jpg) center bottom;
    background-size: cover;
  }
}
.mv05 .-line {
  opacity: 0;
  -webkit-animation: extendright 12s cubic-bezier(0.19, 1, 0.22, 1) 9s forwards;
          animation: extendright 12s cubic-bezier(0.19, 1, 0.22, 1) 9s forwards;
}
@media print, screen and (max-width: 1023.9px) {
  .mv05 .-line {
    -webkit-animation: extendright 11s cubic-bezier(0.19, 1, 0.22, 1) 9s forwards;
            animation: extendright 11s cubic-bezier(0.19, 1, 0.22, 1) 9s forwards;
  }
}
.mv05 .-line img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media print, screen and (max-width: 1023.9px) {
  .mv05 .-line img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.mv05 .mv05-txt {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-out 11s forwards;
          animation: fadein 0.5s ease-out 11s forwards;
}

.mv06 {
  z-index: 6;
  left: 0%;
}
.mv06 .mv00Cap {
  -webkit-animation: fadein 1s ease-out 13s forwards;
          animation: fadein 1s ease-out 13s forwards;
}
.mv06 figure {
  opacity: 0;
  -webkit-animation: fadeinD2 6s ease-out 13s forwards;
          animation: fadeinD2 6s ease-out 13s forwards;
  position: relative;
  background: url(../img/top/mv/mv06.jpg) center bottom;
  background-size: cover;
  height: 200%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv06 figure {
    height: 110%;
    -webkit-animation: fadeinD2-sp 4s ease-out 13s forwards;
            animation: fadeinD2-sp 4s ease-out 13s forwards;
    background: url(../img/top/mv/mv06-sp.jpg) center bottom;
    background-size: cover;
  }
}
.mv06 .mv06-txt {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 13s forwards;
          animation: fadein 1s ease-out 13s forwards;
}

.mv-fin {
  z-index: 7;
  left: 0%;
}
.mv-fin .mv00Cap {
  -webkit-animation: fadein 1s ease-out 18s forwards;
          animation: fadein 1s ease-out 18s forwards;
}
.mv-fin figure {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 18s forwards;
          animation: fadein 1s ease-out 18s forwards;
  background: url(../img/top/mv.jpg) center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv-fin figure {
    background: url(../img/top/mv-sp.jpg) center bottom;
    background-size: cover;
  }
}

.mv-fin-txt {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 19s forwards;
          animation: fadein 1s ease-out 19s forwards;
  bottom: 0%;
}
.mv-fin-txt img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.skipBt {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "EB Garamond", serif;
  z-index: 10;
  padding: 7px 30px 9px;
  cursor: pointer;
  border: 1px solid #999;
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 0.4s forwards;
          animation: fadein 1s ease-out 0.4s forwards;
}
@media only screen and (max-width: 767.9px) {
  .skipBt {
    font-size: 11px;
    padding: 5px 15px 3px;
  }
}
.skipBt.-re {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 18s forwards;
          animation: fadein 1s ease-out 18s forwards;
}

.mvEnd {
  display: none;
  z-index: 8;
}
.mvEnd figure {
  position: relative;
  background: url(../img/top/mv.jpg) center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mvEnd figure {
    background: url(../img/top/mv-sp.jpg) center bottom;
    background-size: cover;
  }
}
.mvEnd .mv-fin-txt {
  opacity: 0;
  -webkit-animation: fadein 1s ease-out 0.8s forwards;
          animation: fadein 1s ease-out 0.8s forwards;
  bottom: 0%;
}
.mvEnd .mv-fin-txt img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.mvEnd .mv00Cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #FFF;
  padding: 2px 3px;
  z-index: 1;
  font-size: 11px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media print, screen and (max-width: 1023.9px) {
  .mvEnd .mv00Cap {
    bottom: 4px;
  }
}
.mvEnd .mv00Cap.-b {
  color: #000;
  text-shadow: none;
}