@charset "UTF-8";
/* @import url("reset.css"); */
@import url("modaal.css");
@import url("variables.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
body {
}

/* --------------------------------*/
/* containar*/
/* --------------------------------*/

.content_kuukitoha {
  font-family: "Shippori Mincho", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--color_base__020);
  overflow-x: hidden;
}

.content-containar {
}

/* --------------------------------*/
/* section*/
/* --------------------------------*/
.section-hero {
  .section-inner {
    position: relative;
    width: 100%;
    /* height: calc(100vh - 102px);
    aspect-ratio: 1645 / 1141;
    overflow: hidden; */
    margin: 0 auto;
    @media screen and (width < 768px) {
      height: auto;
      width: 100%;
    }
    .image {
      display: flex;
      justify-content: center;
      position: relative;
      img {
        width: 100%;
        /* inline-size: auto; */
        /* height: calc(100vh - 102px); */
        @media screen and (width < 768px) {
          /* height: auto; */
          width: 100%;
        }
      }
    }
    .copy {
      position: absolute;
      top: 6%;
      right: 10%;
      @media screen and (width < 768px) {
        top: 6%;
        right: 5%;
        width: 10%;
      }
      img {
        height: calc(100vh * 0.7);
        @media screen and (width < 1400px) {
          height: calc(100vh * 0.5);
        }
        @media screen and (width < 1200px) {
          height: calc(100vh * 0.4);
        }
        @media screen and (width < 1024px) {
          height: calc(100vh * 0.3);
        }
        @media screen and (width < 768px) {
          height: auto;
          width: 100%;
        }
      }
    }
  }
}

.section-contents {
  &.section-copy {
    padding-top: 18rem;
    @media screen and (width < 768px) {
      padding-top: 4.8rem;
    }
    .section-inner {
      width: var(--width_base__040);
      margin: 0 auto;
      @media screen and (width < 768px) {
        width: 100%;
      }
    }
  }
  &.section-video {
    padding: 18rem 0;
    padding-top: 25rem;
    @media screen and (width < 768px) {
      padding: 3.1rem 0;
      padding-top: 9rem;
    }
    .section-inner {
      width: var(--width_base__030);
      margin: 0 auto;
      @media screen and (width < 768px) {
        width: 100%;
      }
    }
  }
}

/* --------------------------------*/
/* title*/
/* --------------------------------*/
.title-contents {
  text-align: center;
  font-size: var(--font_base__29);
  line-height: 1;
  margin-bottom: 8rem;
  font-weight: 400;
  letter-spacing: 0.6rem;
  @media screen and (width < 768px) {
    font-size: var(--font_base__14);
    margin-bottom: 5rem;
  }
  .t1 {
    position: relative;
    left: 0.3rem;
    @media screen and (width < 768px) {
      left: 0.3rem;
    }
  }
}

/* --------------------------------*/
/* list*/
/* --------------------------------*/
.list-video {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26rem;
  @media screen and (width < 768px) {
    flex-wrap: wrap;
    padding: 0 6rem;
    margin-bottom: 7rem;
  }
  .list-item {
    @media screen and (width < 768px) {
      width: 100%;
      height: auto;
      margin-bottom: 3.5rem;
    }
    .link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 53.8rem;
      height: 30rem;
      /* background-color: #a6a6a6; */
      margin-bottom: 3.5rem;
      position: relative;
      @media screen and (width < 768px) {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        min-height: 10rem;
        margin-bottom: 1.2rem;
      }
      &.coming {
        color: #fff;
        pointer-events: none;
        &::after {
          display: none;
        }
      }
      &::after {
        content: "";
        background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
        background-size: 100%;
        width: 9.4rem;
        height: 9.4rem;
        position: absolute;
        @media screen and (width < 768px) {
          width: 4rem;
          height: 4rem;
        }
      }
    }
    .description {
      text-align: center;
      font-size: var(--font_base__29);
      line-height: 1;
      letter-spacing: 0.6rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__12);
      }
      .t1 {
        @media screen and (width < 768px) {
          position: relative;
          left: 0.3rem;
        }
      }
    }
  }
}

/* --------------------------------*/
/* col*/
/* --------------------------------*/

.col-copy {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  @media screen and (width < 768px) {
    justify-content: center;
    padding: 0 3.5%;
  }
  .p1 {
    writing-mode: vertical-lr;
    display: block;
    font-size: var(--font_base__29);
    color: var(--color_base__020);
    letter-spacing: 0.6rem;
    word-break: break-all;
    white-space: nowrap;
    @media screen and (width < 768px) {
      font-size: var(--font_base__14);
      letter-spacing: 0.3rem;
      margin-left: 0.7em;
      margin-right: 0.7em;
    }
    .n1 {
      -webkit-text-combine: horizontal;
      text-combine-upright: all;
      /* letter-spacing: 0.6rem; */
      margin-bottom: 0.6rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__12);
        letter-spacing: 0.1rem;
        margin-bottom: 0.3rem;
        transform: scale(1.11);
        display: inline-block;
        position: relative;
        right: 0;
      }
      &.v2 {
        right: -0.05rem;
      }
    }
    .n2 {
      -webkit-text-combine: horizontal;
      text-combine-upright: all;
      letter-spacing: 0.6rem;
      margin-bottom: 0.6rem;
      /* transform: rotate(0); */
      display: inline-block;
      @media screen and (width < 768px) {
        font-size: var(--font_base__14);
        /* transform: rotate(0); */
        letter-spacing: 0rem;
        margin-bottom: 0.3rem;
        transform: scale(0.95);
      }
    }
    .a1 {
      -webkit-text-combine: horizontal;
      text-combine-upright: all;
      font-size: var(--font_base__18);
      letter-spacing: 0.6rem;
      margin-bottom: 0.6rem;
      display: inline-block;
      transform: scale(1, 0.7);
      position: relative;
      top: -2rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__12);
        letter-spacing: 0.1rem;
        margin-bottom: 0.3rem;
        transform: scale(1);
        top: -0.6rem;
      }
    }
  }
}
.col-note {
  padding-top: 24rem;
  @media screen and (width < 768px) {
    padding: 12rem 2.4rem 0;
  }
}
.list-note {
  .list-item {
    font-size: var(--font_base__16);
    margin-bottom: 0.3rem;
    @media screen and (width < 768px) {
      font-size: var(--font_base__12);
      text-indent: -1.8em;
      margin-left: 1.8em;
    }
  }
}
.col-video {
  .more {
    text-align: center;
    .link {
      display: inline-block;
      text-align: center;
      font-size: var(--font_base__29);
      line-height: 1;
      letter-spacing: 0.6rem;
      padding: 0 2rem;
      @media screen and (width < 768px) {
        font-size: var(--font_base__12);
      }
      .a1 {
        position: relative;
        left: 0.4rem;
      }
      .l1 {
        display: none;
        @media screen and (width < 768px) {
          display: block;
          width: 10.8rem;
          margin: 0 auto;
          margin-top: 0.7rem;
        }
      }
      &:hover {
        text-decoration: none;
      }
      &:before {
        content: "";
        display: block;
        background: url(../images/img_arrow_0002.svg) no-repeat 0 0;
        background-size: 100%;
        width: 1.8rem;
        height: 1.8rem;
        margin: 0 auto;
        margin-bottom: 5.3rem;
        @media screen and (width < 768px) {
          width: 1.4rem;
          height: 1.4rem;
          margin-bottom: 2rem;
        }
      }
      &::after {
        content: "";
        display: block;
        width: 120%;
        height: 1px;
        margin-top: 1.7rem;
        background-color: var(--color_base__020);
        position: relative;
        left: -10%;
        @media screen and (width < 768px) {
          display: none;
          margin-top: 0.7rem;
          height: 1px;
          transform: scale(1, 0.3);
        }
      }
    }
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  /* background-color: #fff; */
  padding: 0;
  max-width: 80rem;
  min-width: 64rem;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  @media screen and (width < 768px) {
    /* padding: 2.5rem; */
    min-width: 34rem;
  }
}

.modal__header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 1rem;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: relative;
  /* top: -2rem; */
}

.modal__header .modal__close:before {
  content: "\2715";
  color: #fff;
}
.modal__content {
  /* margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); */
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
