@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.15rem;
}

a {
  color: #000;
}

.wrapper {
  position: relative;
}

.container_min {
  max-width: 9rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}

.container {
  max-width: 10rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}

.container_max {
  max-width: 10.4rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}

.hover_anim a {
  display: block;
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.hover_anim a:hover {
  will-change: filter;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(131, 173, 115, 0.8));
          filter: drop-shadow(0px 0px 8px rgba(131, 173, 115, 0.8));
}

.fixed_btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  z-index: 100;
  bottom: 0.5rem;
  right: 0.5rem;
}

.fixed_btn img,
.fixed_btn svg {
  width: auto;
  height: 0.35rem;
}

.fixed_btn a {
  width: 1.3rem;
  height: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
  border: 1px solid #231815;
  position: relative;
}

.fixed_btn a::before {
  content: "";
  width: 1px;
  height: 0.18rem;
  position: absolute;
  top: 0.95rem;
  left: 50%;
  background-color: #fff;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.fixed_btn a .cls-1 {
  fill: #fff;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.fixed_btn a:hover {
  background-color: #fff;
}

.fixed_btn a:hover::before {
  height: 0.25rem;
  background-color: #231815;
}

.fixed_btn a:hover .cls-1 {
  fill: #231815;
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header .logo {
  position: absolute;
  margin: 0.5rem;
  width: 0.64rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header .logo.active {
  opacity: 1;
}

.header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .lists .item:not(:last-of-type) {
  margin-right: 0.44rem;
}

.header .lists .txt {
  position: relative;
}

.header .lists .txt img {
  width: auto;
  height: 0.162rem;
}

.header .lists .txt::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: #000;
}

.header .lists .txt:hover {
  opacity: 1;
}

.header .lists .txt:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header .lists .app a {
  width: 1.85rem;
  height: 0.98rem;
  line-height: 0.98rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eb6d87;
  position: relative;
  overflow: hidden;
}

.header .lists .app a:hover .btn_text:nth-last-of-type(1) {
  top: 100%;
}

.header .lists .app a:hover .btn_text:nth-last-of-type(2) {
  top: -0.3rem;
}

.header .lists .app .btn_text {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}

.header .lists .app .btn_text:nth-last-of-type(1) {
  top: -0.3rem;
}

.header .lists .app .btn_text:nth-last-of-type(2) {
  top: -100%;
}

.header .lists .app img {
  width: 0.93rem;
}

.mv {
  width: calc(100% - 18.05%);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.mv .img {
  height: calc(100vh - 0.73rem);
  overflow: hidden;
}

.mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-animation: sliderAnime 40s linear forwards 0s;
          animation: sliderAnime 40s linear forwards 0s;
}

.mv .step_tit {
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mv .step_tit svg {
  width: 0.8rem;
}

.mv .step_tit .cls-1 {
  fill: #231815;
}

.mv .step_tit path {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.mv .step_tit path.visible {
  opacity: 1;
}

.mv .scroll {
  position: absolute;
  z-index: 10;
  bottom: 0.3rem;
  right: 0.6rem;
}

.mv .scroll_text {
  text-align: center;
  position: relative;
  top: 0.73rem;
}

.mv .scroll_text img {
  height: 0.115rem;
}

.mv .scroll_border {
  position: relative;
  padding: 0.55rem 0;
}

.mv .scroll_border::before, .mv .scroll_border::after {
  content: "";
  width: 1px;
  height: 0.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #231815;
  display: block;
}

.mv .scroll_border::before {
  top: 0.2rem;
  -webkit-animation: scrollbar-top 2s ease-in-out infinite;
          animation: scrollbar-top 2s ease-in-out infinite;
}

.mv .scroll_border::after {
  top: 0.85rem;
  -webkit-animation: scrollbar-bottm 2s ease-in-out infinite;
          animation: scrollbar-bottm 2s ease-in-out infinite;
}

@-webkit-keyframes scrollbar-top {
  0% {
    height: 0;
  }
  30% {
    height: 0.3rem;
  }
  90% {
    height: 0.3rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@keyframes scrollbar-top {
  0% {
    height: 0;
  }
  30% {
    height: 0.3rem;
  }
  90% {
    height: 0.3rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes scrollbar-bottm {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 0.3rem;
  }
  90% {
    height: 0.3rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@keyframes scrollbar-bottm {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 0.3rem;
  }
  90% {
    height: 0.3rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes sliderAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sliderAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scroll_tit {
  width: 18.05%;
  text-align: center;
  margin: 1rem 0 200vh;
}

.scroll_tit img {
  width: 11.8vw;
}

.sec01 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  contain: paint;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.sec01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #888;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sec01 .container {
  height: 100vh;
  padding: 0;
  position: relative;
}

.sec01 .step_tit {
  padding-top: 14%;
  text-align: right;
}

.sec01 .step_tit svg {
  width: 0.8rem;
}

.sec01 .step_tit svg .cls-1 {
  fill: #231815;
}

.sec01 .date {
  width: 9.1rem;
  position: absolute;
  bottom: 12%;
  left: 0.2rem;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.sec01 .date.show {
  opacity: 1;
}

.sec01.show {
  opacity: 1;
}

.sec01.classA {
  position: -webkit-sticky;
  position: sticky;
  margin-top: -100vh;
}

.sec01.classA::before {
  content: none;
}

.sec01.release {
  position: static;
  margin-top: -100vh;
}

.sec01.mask::before {
  opacity: 1;
}

.sec02 {
  padding: 2.3rem 0 2.23rem;
  position: relative;
  z-index: 10;
  background-color: #86cfe9;
}

.sec02 .item01 .tit {
  padding: 0.15rem 0;
  text-align: center;
  background-color: #f8dcdb;
}

.sec02 .item01 .tit img {
  width: 3.92rem;
}

.sec02 .item01 .lists {
  padding: 0.85rem 0 0.96rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.sec02 .item01 .lists li {
  width: 50%;
  text-align: center;
}

.sec02 .item01 .lists li:first-of-type {
  background-image: -webkit-linear-gradient(top, #231815 2px, transparent 2px);
  background-image: linear-gradient(to bottom, #231815 2px, transparent 2px);
  background-size: 2px 7px;
  background-repeat: repeat-y;
  background-position: right bottom;
}

.sec02 .item01 .lists img {
  width: 2.85rem;
}

.sec02 .item02 {
  padding-top: 1.4rem;
}

.sec02 .item02 .tit {
  padding: 0.15rem 0;
  text-align: center;
  background-color: #f8dcdb;
}

.sec02 .item02 .tit img {
  width: 2.03rem;
}

.sec02 .item02 .content {
  margin-top: 0.2rem;
  padding: 0.72rem 0.7rem 0.96rem;
  background-color: #fff;
}

.sec02 .item02 .box:not(:first-of-type) {
  margin-top: 0.8rem;
}

.sec02 .item02 .stit {
  padding: 0.15rem 0;
  text-align: center;
  background-color: #e6e8ea;
}

.sec02 .item02 .stit.stit01 img {
  width: 2.28rem;
}

.sec02 .item02 .stit.stit02 img {
  width: 5.81rem;
}

.sec02 .item02 .wrap {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .item02 .wrap .btn {
  width: 4.07rem;
}

.sec02 .item02 .after {
  margin-top: 0.88rem;
  text-align: center;
}

.sec02 .item02 .after .txt01 img {
  width: 6.6rem;
}

.sec02 .item02 .after .txt02 {
  margin-top: 0.87rem;
}

.sec02 .item02 .after .txt02 img {
  width: 6.7rem;
}

.sec03 {
  padding: 1.52rem 0 1.73rem;
  background-color: #fff;
}

.sec03 .tit {
  text-align: center;
}

.sec03 .tit img {
  width: 1.93rem;
}

.sec03 .txt {
  margin-top: 0.47rem;
  text-align: center;
}

.sec03 .txt img {
  width: 6.84rem;
}

.sec03 .lists {
  margin-top: 0.58rem;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  position: relative;
}

.sec03 .lists::before, .sec03 .lists::after {
  content: "";
  position: absolute;
}

.sec03 .lists::before {
  width: 0.55rem;
  height: 0.55rem;
  left: calc(50% - 0.275rem);
  bottom: -0.275rem;
  background-color: #fff;
}

.sec03 .lists::after {
  width: 0.28rem;
  height: 0.35rem;
  bottom: -0.25rem;
  left: calc(50% - 0.14rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec03/arrow.svg);
}

.sec03 .lists li {
  padding: 0.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec03 .lists li:not(:last-of-type) {
  background-image: -webkit-linear-gradient(left, #231815 2px, transparent 2px);
  background-image: linear-gradient(to right, #231815 2px, transparent 2px);
  background-size: 0.07rem 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.sec03 .lists .list_img {
  width: 4.53rem;
}

.sec03 .lists .list_txt {
  width: 3.66rem;
}

.sec03 .lists .after_txt {
  width: 5.86rem;
  margin: 0 auto;
}

.sec03 .summary {
  padding-top: 0.85rem;
}

.sec03 .summary .tit02 {
  text-align: center;
}

.sec03 .summary .tit02 img {
  width: 3.52rem;
}

.sec03 .summary .item_tit {
  padding: 0.15rem 0;
  text-align: center;
  background-color: #e6e8ea;
}

.sec03 .summary .wrap {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec03 .summary .item01 {
  margin-top: 0.45rem;
}

.sec03 .summary .item01 .item_tit img {
  width: 0.755rem;
}

.sec03 .summary .item01 .wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec03 .summary .item01 .btn {
  width: 2.66rem;
}

.sec03 .summary .item02 {
  margin-top: 0.8rem;
}

.sec03 .summary .item02 .item_tit img {
  width: 1.3rem;
}

.sec03 .summary .item02 .wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec03 .summary .item02 .btn {
  width: 4.07rem;
}

.sec04 {
  padding: 1.65rem 0;
  background-color: #86cfe9;
}

.sec04 .content {
  padding: 0.7rem 0.7rem 0.95rem;
  background-color: #fff;
}

.sec04 .content .tit {
  text-align: center;
}

.sec04 .content .tit img {
  width: 3rem;
}

.sec04 .content .lists {
  padding: 0 0.3rem;
  margin-top: 0.53rem;
  background-color: #fae8e8;
  border-top: 0.03rem solid #3e3a39;
  border-bottom: 0.03rem solid #3e3a39;
}

.sec04 .content .lists li {
  padding: 0.33rem 0 0.29rem;
}

.sec04 .content .lists li:not(:last-of-type) {
  background-image: -webkit-linear-gradient(left, #898989 2px, transparent 2px);
  background-image: linear-gradient(to right, #898989 2px, transparent 2px);
  background-size: 0.07rem 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.sec04 .content .lists li:nth-of-type(1) img {
  width: 2.88rem;
}

.sec04 .content .lists li:nth-of-type(2) img {
  width: 5.74rem;
}

.sec04 .content .lists li:nth-of-type(3) img {
  width: 7.05rem;
}

.sec04 .content .lists li:nth-of-type(4) img {
  width: 6.7rem;
}

.sec04 .content .after_txt {
  margin-top: 0.8rem;
  text-align: center;
}

.sec04 .content .after_txt img {
  width: 5.4rem;
}

.sec05 {
  padding: 1.55rem 0;
  background-color: #fff;
}

.sec05 .tit {
  text-align: center;
}

.sec05 .tit img {
  width: 2.36rem;
}

.sec05 .ac {
  margin-top: 0.45rem;
  border-bottom: 2px solid #9ddaee;
}

.sec05 .ac_parent {
  padding: 0.34rem 0;
  cursor: pointer;
  position: relative;
  border-top: 2px solid #9ddaee;
}

.sec05 .ac_parent:before, .sec05 .ac_parent:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.23rem;
  height: 2px;
  background: #a1d6d8;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

.sec05 .ac_parent:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}

.sec05 .ac_parent.active:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.sec05 .ac_parent:nth-of-type(1) img {
  width: 7.87rem;
}

.sec05 .ac_parent:nth-of-type(2) img {
  width: 6.55rem;
}

.sec05 .ac_parent:nth-of-type(3) img {
  width: 4.53rem;
}

.sec05 .ac_parent:nth-of-type(4) img {
  width: 8.08rem;
}

.sec05 .ac_parent:nth-of-type(5) img {
  width: 6.59rem;
}

.sec05 .ac_parent:nth-of-type(6) img {
  width: 4.43rem;
}

.sec05 .ac_parent:nth-of-type(7) img {
  width: 5.43rem;
}

.sec05 .ac_parent:nth-of-type(8) img {
  width: 6.66rem;
}

.sec05 .ac_parent:nth-of-type(9) img {
  width: 6.5rem;
}

.sec05 .ac_parent:nth-of-type(10) img {
  width: 6.26rem;
}

.sec05 .ac_child {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
}

.sec05 .ac_child .wrap {
  padding: 0 0 0.3rem 0.6rem;
}

.sec05 .ac_child.c01 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.05rem;
}

.sec05 .ac_child.c01 a img {
  width: 1.4rem;
}

.sec05 .ac_child.c01 p img {
  width: 1.56rem;
}

.sec05 .ac_child.c02 p img {
  width: 7.33rem;
}

.sec05 .ac_child.c02 a {
  display: block;
  margin-top: 0.36rem;
}

.sec05 .ac_child.c02 a img {
  width: 4.73rem;
}

.sec05 .ac_child.c03 .wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.05rem;
  margin-bottom: 0.2rem;
}

.sec05 .ac_child.c03 .wrap02 a img {
  width: 1.05rem;
}

.sec05 .ac_child.c03 .wrap02 p img {
  width: 1.56rem;
}

.sec05 .ac_child.c03 p img {
  width: 7.33rem;
}

.sec05 .ac_child.c04 img {
  width: 7.33rem;
}

.sec05 .ac_child.c05 img {
  width: 6.82rem;
}

.sec05 .ac_child.c06 img {
  width: 7.33rem;
}

.sec05 .ac_child.c07 img {
  width: 7.35rem;
}

.sec05 .ac_child.c08 p img {
  width: 7.32rem;
}

.sec05 .ac_child.c08 a {
  display: block;
  margin-top: 0.38rem;
}

.sec05 .ac_child.c08 a img {
  width: 6.14rem;
}

.sec05 .ac_child.c09 img {
  width: 7.73rem;
}

.sec05 .ac_child.c10 img {
  width: 7.35rem;
}

.footer {
  padding: 0.77rem 0 0.3rem;
  background-color: #86cfe9;
}

.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .txt img {
  width: 5.36rem;
}

.footer .logo img {
  width: 2.44rem;
}

.footer small {
  display: block;
  margin-top: 0.54rem;
  text-align: center;
}

.footer small img {
  width: 3.4rem;
}
/*# sourceMappingURL=style.css.map */