@charset "UTF-8";

html {
  font-size: calc((10 * (100vw / 1300)));
}
.l-container {
  width: 100%;
	overflow: hidden;
  padding-bottom: 200px;
  text-align: center;
  background: url(../img/bg_pattern.png) repeat;
  background-size: 126px 145px;
}
#feature {
  width: 100%;
	overflow: hidden;
  font: normal 600 16px/1.6 "IBM Plex Sans", sans-serif;
  letter-spacing: calc(20/ 1000 * 1em);
  color: #333;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
.sp_only {
	display: none!important;
}
.fx {
  display: flex;
}

.hdr img{
  width: 100%;
  margin: 0 auto;
}
.hdr h1 {font-size: 0;}

#content {
    width: 100%;
}
#content .sec {
  width: 100%;
}
.sec_inr {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/*------- sec01 -------*/
#content .sec01 .blk .lead {
  position: relative;
  z-index: 50;
  font: normal 600 15px/2.8 "IBM Plex Sans", sans-serif;
  letter-spacing: calc(60/ 1000 * 1em);
  text-align: left;
}
#content .sec01 .sec_inr {
  width: 100%;
  margin: 0;
}
#content .sec01 .sec_inr .blk {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#content .sec01 .blk01 {
  height: 71.4rem;
}
#content .sec01 .blk01 .lead_h1 {
  position: relative;
  font-size: 36px;
	font-weight: 600;
  letter-spacing: calc(90 / 1000* 1em);
  margin: 191px auto 72px;
}
#content .sec01 .blk01 .lead {
  text-align: center;
  font-size: 18px;
	font-weight: 600;
  letter-spacing: calc(0 / 1000* 1em);
  line-height: 2.2;
  margin: 0 auto 42px;
}

#content .sec01 .blk01 .ph {
  position: absolute;
}
#content .sec01 .blk01 .ph01 {
  width: 34.92308vw;
  max-width: 534px;
  top: 13.3vw;
  left: -0.3vw;
}
#content .sec01 .blk01 .ph02 {
  bottom: 15vw;
  left: -3.2vw;
  width: 41.86667vw;
  max-width: 310px;
}
#content .sec01 .blk01 .ph03 {
  max-width: 334px;
  right: -2.5vw;
  top: 11.8vw;
  width: 33%;
}
#content .sec01 .blk01 .ph04 {
  bottom: 18.3vw;
  right: 11vw;
  max-width: 214px;
  width: 15vw;
}

#content .sec01 .blk01 .js-hyokotto {
  opacity: 1;
  transition: opacity 1s ease, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
#content .sec01 .blk01 .js-hyokotto--left {
  transform: rotate(-45deg) translate(-100%, -100%);
}
#content .sec01 .blk01 .js-hyokotto--left.is-animated {
  opacity: 1;
  transform: rotate(45deg) translateX(0px) rotate(-45deg);
  transform-origin: bottom left;
}
#content .sec01 .blk01 .js-hyokotto--right {
  transform: rotate(45deg) translate(100%, -100%);
}
#content .sec01 .blk01 .js-hyokotto--right.is-animated {
  opacity: 1;
  transform: rotate(-45deg) translateX(0px) rotate(45deg);
  transform-origin: bottom right;
}
.imgLeftTop, .imgLeftBottom, .imgRightTop, .imgRightBottom {position: relative;}
.imgLeftTop::before, .imgLeftBottom::before, .imgRightTop::before, .imgRightBottom::before {
  position: absolute;
  content: "";
  display: block;
}
.imgLeftTop::before {padding-top: 96.69604%;}
.imgLeftBottom::before {padding-top: 101.27389%;}
.imgRightTop::before {padding-top: 101.0989%;}
.imgRightBottom::before {padding-top: 174.32763%;}
.imgLeftTop img,
.imgLeftBottom img,
.imgRightTop img,
.imgRightBottom img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#content .sec01 .js-backText__text {
  position: relative;
  transition: transform 1s ease-out 1s, opacity 1s ease-out 1s;
  z-index: 1;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}
#content .sec01 .sec01__title {
  transform: none;
  transition: none;
  background: transparent;
  padding: 0;
}
#content .sec01 .sec01__title.is-animated {
  transform: translateX(0);
}
#content .sec01 .js-backText {
  display: inline-block;
  overflow: hidden;
  position: relative;
  opacity: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#content .sec01 .js-backText.js-backText--right.is-animated {
  animation: backText--right 1.5s cubic-bezier(0.18, 1.15, 0.85, 0.95) forwards;
}
#content .sec01 .js-backText.js-backText--left.is-animated {
  animation: backText--left 1.5s cubic-bezier(0.18, 1.15, 0.85, 0.95) forwards;
}
#content .sec01 .sec01__title.is-animated.js-backText:nth-child(2) {
  animation-delay: 1.0s;
}
#content .sec01 .sec01__title.is-animated.js-backText:nth-child(3) {
  animation-delay: 2.0s;
}
@keyframes backText--right {
  0% {
      opacity: 0;
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 1;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes backText--left {
  0% {
      opacity: 0;
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 1;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

#content .sec01 .ttl {position: relative;}
#content .sec01 .ttl .sec01__title {position: absolute; top: 0;}
#content .sec01 .ttl .sec01__title.js-backText--right {right: 0;}
#content .sec01 .ttl .sec01__title.js-backText--left {left: 0;}

#content .sec01 .blk02 {margin-bottom: 12rem;}
#content .sec01 .blk04 {margin-bottom: 12rem;}
#content .sec01 .blk03,
#content .sec01 .blk05 {
  margin-bottom: 12rem;
}
#content .sec01 .blk06 {margin-bottom: 13.8rem;}


#content .sec01 .blk02 .ttl {
  width: 64.5rem;
  height: 15.1rem;
  margin: 0 0 7.5rem 57.2rem;
}
#content .sec01 .blk02 .ttl .sec01__title:nth-child(1) {width: 41rem;}
#content .sec01 .blk02 .ttl .sec01__title:nth-child(2) {width: 54.5rem; top: 7.4rem;}

#content .sec01 .blk02 .lead {margin: 7.9rem 0 0 4.4rem;}
#content .sec01 .blk02 .lead:nth-child(2) {margin: 2.5rem 0 0 4.4rem;}

#content .sec01 .blk03 .ttl {
  width: 37.5rem;
  height: 13.2rem;
  margin: 0 0 5.2rem 9rem;
}
#content .sec01 .blk03 .ttl .sec01__title:nth-child(1) {width: 11rem;}
#content .sec01 .blk03 .ttl .sec01__title:nth-child(2) {width: 37.5rem; top: 4.4rem;}
#content .sec01 .blk03 .lead {margin: 8rem 6.6rem 0 17rem;}
#content .sec01 .blk03 .lead:nth-child(2) {margin: 2.5rem 6.6rem 0 17rem;}

#content .sec01 .blk04 .ttl {
  width: 48rem;
  height: 12.4rem;
  margin: 0 0 4.2rem 73.2rem;
}
#content .sec01 .blk04 .ttl .sec01__title:nth-child(1) {width: 11rem;}
#content .sec01 .blk04 .ttl .sec01__title:nth-child(2) {width: 41.6rem; top: 4.4rem;}
#content .sec01 .blk04 .lead {margin: 7.8rem 0 0 4.4rem;}
#content .sec01 .blk04 .lead:nth-child(2) {margin: 2.5rem 0 0 4.4rem;}

#content .sec01 .blk05 .ttl {
  width: 81rem;
  height: 12.4rem;
  margin: 0 0 5.4rem 9rem;
}
#content .sec01 .blk05 .ttl .sec01__title:nth-child(1) {width: 11rem;}
#content .sec01 .blk05 .ttl .sec01__title:nth-child(2) {width: 81rem; top: 4.4rem;}
#content .sec01 .blk05 .lead {margin: 6.5rem 6.5rem 0 21.5rem;}
#content .sec01 .blk05 .lead:nth-child(2) {margin: 2.5rem 6.5rem 0 21.5rem;}

#content .sec01 .blk06 .ttl {
  width: 52rem;
  height: 12.2rem;
  margin: 0 0 4.4rem 69.8rem;
}
#content .sec01 .blk06 .ttl .sec01__title:nth-child(1) {width: 11rem;}
#content .sec01 .blk06 .ttl .sec01__title:nth-child(2) {width: 46rem; top: 4.4rem;}
#content .sec01 .blk06 .lead {margin: 3.7rem 0 0 4.4rem;}
#content .sec01 .blk06 .lead:nth-child(2) {margin: 2.5rem 0 0 4.4rem;}


#content .sec01 .img-wrap {
  width: 82.5rem;
}
.js-img-slide {
  opacity: 0;
  transition: all 1s ease;
  transition: none;
  transform: none;
}
.js-img-slide--left {
  transform: translateX(-100px);
}
.js-img-slide--left.is-animated {
  opacity: 1;
  transform: translateX(0);
  animation: backText--left 1.5s cubic-bezier(0.3, 1.25, 0.5, 1) forwards;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.js-img-slide--right {
  transform: translateX(100px);
}
.js-img-slide--right.is-animated {
  opacity: 1;
  transform: translateX(0);
  animation: backText--right 1.5s cubic-bezier(0.3, 1.25, 0.5, 1) forwards;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
@keyframes backText--right {
  0% {
      opacity: 0;
      clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 1;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes backText--left {
  0% {
      opacity: 0;
      clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 1;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/*------- sec02 -------*/
.sec02 {
  width: 100%;
  background-color: #FFBFB8;
}
.sec02 .sec_inr {
  width: 100%;
}
.sec02 .tit_img {
  width: 67rem;
  margin: 0 0 3rem 0;
}
.sec02 .movie {
  width: 880px;
  height: 495px;
  margin: 0 auto;
  padding-bottom: 15.4rem;
}

/*------- sec03 -------*/
.sec03,
.sec04,
.sec05 {
  width: 100%;
  padding-bottom: 170px;
  font-weight: 500;
  text-align: left;
  letter-spacing: calc(90/ 1000 * 1em);
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.sec03 {background-color: #BFE3A9;}
.sec03 .tit_img {
  width: 20rem;
  margin: 0 0 0 107rem;
}
.sec03 .detail {
  width: 1133px;
  margin: 139px auto 50px;
  flex-wrap: wrap;
}
.sec03 .detail .no {width: 70px ; margin: 0 0 24px 0;}
.sec03 .detail .tit {font-size: 18px;}
.sec03 .detail .txt {font-size: 12px;}

.sec03 .detail li:nth-child(1) {
  width: 739px;
  margin: 0 40px 0 0;
}
.sec03 .detail li:nth-child(1) .ph {margin: 0 0 10px 0;}
.sec03 .detail li:nth-child(1) .icon {width: 104px; margin: 3px 0 0 6px;}
.sec03 .detail li:nth-child(1) .tit {margin: 6px 0 8px 33px;}
.sec03 .detail li:nth-child(1) .txt {margin: -1px 0 8px 33px;}

.sec03 .detail li:nth-child(2) {
  width: 354px;
  margin: 0 0 0 0;
}
.sec03 .detail li:nth-child(2) .ph {margin: 0 0 0 0;}
.sec03 .detail li:nth-child(2) .icon {width: 244px; margin: 6px 0 0 -22px;}
.sec03 .detail li:nth-child(2) .tit {margin: 2px 0 8px 1px;}
.sec03 .detail li:nth-child(2) .txt {margin: 0 0 0 1px;}

.sec03 .detail li:nth-child(3) {
  width: 350px;
  margin: 40px 58px 20px 0;
}
.sec03 .detail li:nth-child(3) .ph {margin: 0 0 0 0;}
.sec03 .detail li:nth-child(3) .icon {width: 367px; margin: -2px 0 0 -24px;}
.sec03 .detail li:nth-child(3) .tit {margin: -10px 0 8px -3px;}
.sec03 .detail li:nth-child(3) .txt {margin: 0 0 0 -2px;}

.sec03 .detail li:nth-child(4) {
  width: 725px;
  margin: 40px 0 20px 0;
}
.sec03 .detail li:nth-child(4) .ph {margin: 0 0 14px 0;}
.sec03 .detail li:nth-child(4) .icon {width: 123px; margin: -29px 0 0 -23px;}
.sec03 .detail li:nth-child(4) .tit {margin: 0 0 10px 14px;}
.sec03 .detail li:nth-child(4) .txt {margin: 0 0 0 14px;}

.sec03 .btn, .sec03 .notes {text-align: center;}
.sec03 .btn a {
  width: 300px;
  margin: 0 auto 40px;
  padding: 14px 0 11px;
  background-color: #fff;
  display: block;
}
.sec03 .notes {
  font-size: 15px;
}


.k-modal {
  background-color: rgba(64, 90, 128, 0.9);
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  padding-bottom: 50px;
  padding-left: 3.85rem;
  padding-right: 3.85rem;
  padding-top: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  z-index: 9999;
}
.k-modal__closeWrapper {
  margin-right: 20px;
  margin-top: 20px;
  position: fixed;
  right: 0;
  top: 0;
}
.k-modal__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.k-modal__close::before, .k-modal__close::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}
.k-modal__close::before {
  transform: rotate(45deg);
}
.k-modal__close::after {
  transform: rotate(-45deg);
}

.k-modalContent__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-bottom: 50px;
  text-align: center;
}
.k-modal__content,
.k-modalContent__imgWrapper {
  width: 105.5rem;
}
.k-modalContent__imgWrapper img {
  width: 100%;
}
.k-modalContent__imgWrapper img:nth-child(n + 2) {
  margin-top: 4.19rem;
}
@media screen and (min-width: 751px) {
  .k-modalContent__imgWrapper img:nth-child(n + 2) {
      margin-top: 5.58rem;
  }
}

@media screen and (min-width: 600px) {
  .k-modal {
      padding-bottom: 29.74rem;
      padding-left: 3.85rem;
      padding-right: 3.85rem;
      padding-top: 25.6rem;
  }
}
@media screen and (min-width: 751px) {
  .k-modal {
      padding-bottom: 8rem;
      padding-left: 12rem;
      padding-right: 12rem;
      padding-top: 8rem;
  }
}
@media screen and (min-width: 600px) {
  .k-modal__closeWrapper {
      margin-right: 2rem;
      margin-top: 2rem;
  }
}
@media screen and (min-width: 751px) {
  .k-modal__closeWrapper {
      margin-right: 5rem;
      margin-top: 5rem;
  }
}

@media screen and (min-width: 600px) {
  .k-modalContent__title {
      font-size: 3rem;
      letter-spacing: 0.1em;
      line-height: 1.6666666667;
      margin-bottom: 9.83rem;
  }
}
#myModal.active {
  display: block;
}
#openModalBtn.active {
  display: block;
}
#closeModalBtn.active {
  display: none;
}


/*------- sec04,05 -------*/
.sec04, .sec05 {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 41px;
}
.sec04 {background-color: #ACDEFF;}
.sec05 {background-color: #FFDF98;}
.sec04 .tit_img {
  margin: 0 0 10.3rem 2rem;
  width: 32rem;
}

.sec04 .item,
.sec05 .item {
  width: 1105px;
  margin: 0 auto 99px;
}
.sec04 .item .ph,
.sec05 .item .ph {
  width: 545px;
}
.sec04 .item .detail,
.sec05 .item .detail {
  margin: 0 0 0 106px;
}
.sec04 .item .detail .item-name,
.sec05 .item .detail .item-name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 18px;
  margin-top: -5px;
  letter-spacing: 0.01em;
}
.sec04 .item .detail .price, .sec05 .item .detail .price {margin: 0 0 7px 0;}
.sec04 .item .detail .size, .sec05 .item .detail .size {margin: 0 0 7px 0; white-space: nowrap;}
.sec04 .item .detail .buy-btn, .sec05 .item .detail .buy-btn {
  width: 300px;
  background-color: #fff;
  margin: 121px 0 0 0;
  padding: 14px 0 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.sec04 .item.fx:nth-child(2) {flex-direction: row-reverse; justify-content: space-between;}
.sec04 .item.fx:nth-child(2) .detail {
  margin: 0 0 0 0;
}

.sec05 .item.fx:nth-child(1) {padding-top: 143px;}
.sec05 .item.fx:nth-child(2) {flex-direction: row-reverse; justify-content: space-between;}
.sec05 .item.fx:nth-child(2) .detail {
  margin: 0 0 0 0;
}

.sec06 .bnr {
  width: 100%;
  justify-content: space-between;
  margin: 140px auto 0;
}
.sec06 .bnr li {
  width: 615px;
}

.l-footer {
  margin: 0 0 0 0;
  clear: both;
}