/* ---------------------------------------

	/index.html

--------------------------------------- */
/* ==========================================================================
  modules
========================================================================== */
/* background color */
.m-bgCol {
  background-color: #F2F2F2;
}

.m-bgCol2 {
  background-color: #282828;
}

/* texts */
.m-font-en {
  font-family: adobe-garamond-pro, serif;
}

.m-font-fjalla {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* display */
.m-pc {
  display: block;
}

.m-sp {
  display: none;
}

i.m-pc,
br.m-pc {
  display: inline-block;
}

i.m-sp,
br.m-sp {
  display: none;
}

/* anchor */
.m-anc {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -108px;
  left: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  /* display */
  .m-pc {
    display: none;
  }
  .m-sp {
    display: block;
  }
  i.m-pc,
  br.m-pc {
    display: none;
  }
  i.m-sp,
  br.m-sp {
    display: inline-block;
  }
  /* anchor */
  .m-anc {
    top: -72px;
  }
}
#about {
  color: #fff;
}
#about.fixed {
  background-image: url("../../img/about/kv.jpg");
  background-size: cover;
}
#about .nav__wrap {
  opacity: 1;
  pointer-events: auto;
}
#about .nav__wrap.visible .aside__logo,
#about .nav__wrap.visible .menuBtn {
  pointer-events: auto;
}
@media (max-width: 767px) {
  #about .nav__wrap .nav__head {
    background-image: url("../../img/about/kv_sp.jpg");
  }
}
#about .page-title {
  width: calc(100% - 120px);
  margin: auto;
}
@media (max-width: 767px) {
  #about .page-title {
    /*
       position: relative;
       width: 100%;
       height: 175px;
    background-image: url('../../img/about/kv_sp.jpg');
       background-size: cover;
       */
  }
}
#about .page-title__title {
  font-size: 24px;
}
@media (max-width: 767px) {
  #about .page-title__title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    /*
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    */
  }
}
@media (max-width: 767px) {
  #about .about-message {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
#about .about-message__inner {
  padding: 40px 5%;
}
#about .about-message__title {
  font-size: clamp(14px, 2.2vw, 40px);
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  #about .about-message__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#about .about-message__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
}
@media (max-width: 767px) {
  #about .about-message__content {
    display: block;
  }
}
#about .about-message__desc {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #about .about-message__desc {
    margin-bottom: 30px;
  }
}
#about .about-message__img {
  max-width: 600px;
}
#about .about-initiatives {
  padding: 300px 0;
  text-align: center;
}
#about .about-initiatives__title {
  font-size: 24px;
  margin-bottom: 160px;
}
#about .about-initiatives__action {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  #about .about-initiatives__action {
    margin-bottom: 0;
  }
}
#about .about-initiatives__action-btn {
  display: block;
  max-width: 435px;
  height: 140px;
  margin: auto;
  background-image: url("../../img/about/cycle_btn_ov.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #about .about-initiatives__action-btn {
    width: 80%;
    height: 69px;
    background-position: center;
  }
}
#about .about-initiatives__action-btn:hover {
  background-image: url("../../img/about/cycle_btn.png");
}
#about .about-initiatives__action-txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #about .about-initiatives__action-txt {
    margin-bottom: 50px;
  }
}
#about .about-initiatives__lead {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #about .about-initiatives__lead {
    margin-bottom: 100px;
  }
}
#about .about-cycle {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  #about .about-cycle__inner {
    padding: 0;
  }
  #about .about-cycle__intro {
    padding: 80px 5%;
  }
}
#about .about-cycle__icon {
  width: 200px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #about .about-cycle__icon {
    width: 120px;
    margin-bottom: 50px;
  }
}
#about .about-cycle__title {
  font-size: clamp(14px, 2.2vw, 40px);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #about .about-cycle__title {
    font-size: 20px;
  }
}
#about .about-cycle__txt {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #about .about-cycle__txt {
    font-size: 16px;
    text-align: left;
  }
}
#about .about-cycle-slide {
  width: 60%;
  margin-top: 100px;
  text-align: left;
}
@media (max-width: 767px) {
  #about .about-cycle-slide {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
}
#about .about-cycle-slide__title {
  width: 300px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  #about .about-cycle-slide__title {
    width: 80%;
    margin-bottom: 130px;
  }
}
#about .about-cycle-slide__img {
  margin-bottom: 20px;
}
#about .about-cycle-slide__link {
  opacity: 0;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #about .about-cycle-slide__icon {
    width: 60%;
    margin: 0 auto 30px;
    background-color: #ede8e3;
    border-radius: 100px;
  }
  #about .about-cycle-slide__txt {
    opacity: 0;
    font-size: 13px;
    line-height: 1.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#about .slick-current .about-cycle-slide__txt,
#about .slick-current .about-cycle-slide__link {
  opacity: 1;
}
#about .lineup {
  position: relative;
}
#about .lineup__slider {
  width: 100%;
  margin: 0 auto;
}
#about .lineup__slider .slick-list {
  overflow: hidden;
}
#about .lineup .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
#about .lineup__prev, #about .lineup__next {
  cursor: pointer;
  position: absolute;
  z-index: 777;
}
#about .lineup__prev .lineup__arrow, #about .lineup__next .lineup__arrow {
  width: 86px;
}
#about .lineup__prev {
  top: 33%;
  left: -60px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #about .lineup__prev {
    top: 13%;
    left: 20px;
  }
}
#about .lineup__prev:hover {
  opacity: 0.8;
}
#about .lineup__prev .lineup__arrow {
  display: block;
  width: 20px;
  height: 38px;
  background-image: url("../../img/about/prev_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #about .lineup__prev .lineup__arrow {
    width: 10px;
    height: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#about .lineup__next {
  top: 33%;
  right: -60px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #about .lineup__next {
    top: 13%;
    right: 20px;
  }
}
#about .lineup__next:hover {
  opacity: 0.8;
}
#about .lineup__next .lineup__arrow {
  display: block;
  width: 20px;
  height: 38px;
  background-image: url("../../img/about/next_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #about .lineup__next .lineup__arrow {
    width: 10px;
    height: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#about .lineup__indicator {
  width: 523px;
  height: 523px;
  position: absolute;
  top: 40%;
  right: -290px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#about .lineup__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
#about .lineup__dots::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/about/wheel_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#about .lineup__dots button {
  width: 190px;
  height: 190px;
  padding: 0;
  background: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 99;
}
#about .lineup__dots li {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
#about .lineup__dots li:nth-child(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#about .lineup__dots li:nth-child(1) button {
  background-image: url("../../img/about/cycle_img01_gr.svg");
  background-size: contain;
}
@-webkit-keyframes circle1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circle1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li:nth-child(2) {
  bottom: -70px;
  left: 10px;
}
#about .lineup__dots li:nth-child(2) button {
  background-image: url("../../img/about/cycle_img02_gr.svg");
  background-size: contain;
}
@-webkit-keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li:nth-child(3) {
  bottom: -60px;
  right: 40px;
}
#about .lineup__dots li:nth-child(3) button {
  background-image: url("../../img/about/cycle_img03_gr.svg");
  background-size: contain;
}
@-webkit-keyframes circle3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circle3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li:nth-child(4) {
  top: 160px;
  right: -70px;
}
#about .lineup__dots li:nth-child(4) button {
  background-image: url("../../img/about/cycle_img04_gr.svg");
  background-size: contain;
}
@-webkit-keyframes circle4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circle4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li:nth-child(5) {
  top: -70px;
  right: 50px;
}
#about .lineup__dots li:nth-child(5) button {
  background-image: url("../../img/about/cycle_img05_gr.svg");
  background-size: contain;
}
@keyframes circle4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li:nth-child(6) {
  top: -40px;
  left: 0px;
}
#about .lineup__dots li:nth-child(6) button {
  background-image: url("../../img/about/cycle_img06_gr.svg");
  background-size: contain;
}
@keyframes circle4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#about .lineup__dots li.slick-active:nth-child(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#about .lineup__dots li.slick-active:nth-child(1) button {
  background-image: url("../../img/about/cycle_img01.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#about .lineup__dots li.slick-active:nth-child(2) {
  bottom: -70px;
  left: 10px;
}
#about .lineup__dots li.slick-active:nth-child(2) button {
  background-image: url("../../img/about/cycle_img02.svg");
}
#about .lineup__dots li.slick-active:nth-child(3) {
  bottom: -60px;
  right: 40px;
}
#about .lineup__dots li.slick-active:nth-child(3) button {
  background-image: url("../../img/about/cycle_img03.svg");
}
#about .lineup__dots li.slick-active:nth-child(4) {
  top: 160px;
  right: -70px;
}
#about .lineup__dots li.slick-active:nth-child(4) button {
  background-image: url("../../img/about/cycle_img04.svg");
}
#about .lineup__dots li.slick-active:nth-child(5) {
  top: -70px;
  right: 50px;
}
#about .lineup__dots li.slick-active:nth-child(5) button {
  background-image: url("../../img/about/cycle_img05.svg");
}
#about .lineup__dots li.slick-active:nth-child(6) {
  top: -40px;
  left: 10px;
}
#about .lineup__dots li.slick-active:nth-child(6) button {
  background-image: url("../../img/about/cycle_img06.svg");
}
#about .lineup__dots li.slick-active button {
  width: 200px;
  height: 200px;
}
#about .about-movie {
  color: #000;
}
#about .about-movie__ttl {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}
#about .about-movie__mov {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
}
#about .about-movie__mov iframe {
  width: 100%;
  height: 100%;
}