@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  /* y軸方向に下げておくことで、下から上に上がってくるようなアニメーションになります */
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.js-fadeIn.js-scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* for animation of indicator */
.indicator-img1 {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1000ms;
  transition: 1000ms;
}

.indicator-img2 {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1100ms;
  transition: 1100ms;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.indicator-img3 {
  opacity: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1300ms;
  transition: 1300ms;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.indicator.isActive .indicator-img1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.indicator.isActive .indicator-img2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.indicator.isActive .indicator-img3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* =====================================
    * setting for base style    *
    *               of the page *
===================================== */
main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

.main-area .main-inner {
  width: 100%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.bredlist {
  font-family: "quasimoda", "Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/* for responsive objects */
main .sp-component {
  display: block;
}

main .pc-component {
  display: none;
}

@media only screen and (min-device-width: 560px) {
  main .sp-component {
    display: none;
  }
  main .pc-component {
    display: block;
  }
}

/* ===============================================
    ! Layout !
=============================================== */
/* ===============================================
    ! Object !
=============================================== */
/* viewall__btn */
.checkall__btn {
  border: solid 1px #000000;
  display: block;
  height: calc(160 * (100vw / 750));
  width: calc(676 * (100vw / 750));
  /* style of text */
  color: #000;
  font-family: acme-gothic-compressed, sans-serif;
  font-size: calc(54 * (100vw / 750));
  letter-spacing: calc(6.48 * (100vw / 750));
  line-height: calc(146 * (100vw / 750));
  text-align: center;
}

/* =====================================
    *  Style of SP *
===================================== */
.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
}

.en, .introduction__container .credit__container .credit, .introduction__container .credit__container .credit--discounted, .detail__container .credit > a {
  font-family: quasimoda, sans-serif;
}

main {
  /* background-image: url("../../imgs/page_sp_01.jpg"); */
  /* background-position-y: 154px; */
  /* background-image: url("../../imgs/page_sp_02.jpg"); */
  /* background-position-y: 7732px; */
  background-size: contain;
  background-repeat: no-repeat;
}

/*
    style of heading
*/
.heading {
  display: block;
  padding: 0 calc(36 * (100vw / 750));
  text-align: center;
}

.heading--top {
  background-color: #cfc6af;
  color: #fff;
  display: block;
  font-size: calc(26 * (100vw / 750));
  font-weight: 600;
  height: calc(42 * (100vw / 750));
  letter-spacing: calc(1.3 * (100vw / 750));
  margin: calc(100 * (100vw / 750)) auto 0;
  text-align: center;
  width: calc(290 * (100vw / 750));
}

.heading--top .jp {
  font-weight: 500;
}

.heading--middle {
  color: #afc18b;
  font-family: acme-gothic-compressed, sans-serif;
  font-size: calc(72 * (100vw / 750));
  letter-spacing: calc(3 * (100vw / 750));
  margin-top: calc(100 * (100vw / 750));
}

.heading--middle .autumn {
  color: #a36340;
  margin-left: calc(22 * (100vw / 750));
}

.heading--bottom {
  color: #301d16;
  font-size: calc(60 * (100vw / 750));
  font-weight: 500;
  height: calc(100 * (100vw / 750));
  letter-spacing: calc(7 * (100vw / 750));
  position: relative;
}

.heading--bottom::after {
  content: "";
  position: absolute;
  top: calc(96 * (100vw / 750));
  right: auto;
  bottom: 0;
  left: 0;
  background-image: url("../../imgs/border_bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(680 * (100vw / 750));
}

.heading-desc {
  font-size: calc(27 * (100vw / 750));
  font-weight: 500;
  letter-spacing: calc(4 * (100vw / 750));
  line-height: 2.23;
  margin-top: calc(86 * (100vw / 750));
}

.heading-desc .en, .heading-desc .introduction__container .credit__container .credit, .introduction__container .credit__container .heading-desc .credit, .heading-desc .introduction__container .credit__container .credit--discounted, .introduction__container .credit__container .heading-desc .credit--discounted, .heading-desc .detail__container .credit > a, .detail__container .heading-desc .credit > a {
  font-weight: normal;
}

/*
    style for each sec
*/
/* common style */
.introduction__container .sec-item-img {
  display: block;
  margin: calc(162 * (100vw / 750)) auto 0;
  position: relative;
  width: calc(338 * (100vw / 750));
}

.introduction__container .sec-item-img::before {
  color: #000;
  font-family: acme-gothic-compressed, sans-serif;
  font-size: calc(86 * (100vw / 750));
  letter-spacing: calc(5.16 * (100vw / 750));
}

.introduction__container .credit__container {
  color: #000;
  display: block;
  margin-top: calc(16 * (100vw / 750));
  text-align: center;
}

.introduction__container .credit__container .item-name {
  font-size: calc(32 * (100vw / 750));
  font-weight: 500;
  letter-spacing: calc(4.48 * (100vw / 750));
  line-height: 1.06;
}

.introduction__container .credit__container .credit {
  font-size: calc(24 * (100vw / 750));
  letter-spacing: calc(2.4 * (100vw / 750));
  line-height: 1.83;
  margin: calc(26 * (100vw / 750)) 0;
}

.introduction__container .credit__container .credit--discounted {
  color: #c10013;
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(3 * (100vw / 750));
  margin-top: calc(-18 * (100vw / 750));
}

.introduction__container .discount-rate {
  background-color: #c10013;
  color: #fff;
  display: inline-block;
  font-size: calc(22 * (100vw / 750));
  letter-spacing: calc(2.2 * (100vw / 750));
  margin-left: calc(22 * (100vw / 750));
  padding: 0 calc(14 * (100vw / 750));
}

/* style of summer & autumn */
.summer-txt {
  position: relative;
}

.summer-txt::before {
  content: "Summer Style";
  color: #afc18b;
  font-family: acme-gothic-compressed, sans-serif;
  font-size: calc(112 * (100vw / 750));
  letter-spacing: calc(5 * (100vw / 750));
  line-height: 1;
  text-align: left;
  width: calc(280 * (100vw / 750));
  z-index: 2;
}

.summer-bg {
  position: relative;
}

.summer-bg:after {
  content: "";
  background-color: #d0d8c3;
  z-index: -1;
}

.autumn-txt {
  position: relative;
}

.autumn-txt::before {
  content: "Autumn Style";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  color: #a36340;
  font-family: acme-gothic-compressed, sans-serif;
  font-size: calc(112 * (100vw / 750));
  letter-spacing: calc(5 * (100vw / 750));
  line-height: 1;
  text-align: left;
  width: calc(280 * (100vw / 750));
  z-index: 2;
}

.autumn-bg {
  position: relative;
}

.autumn-bg:after {
  content: "";
  background-color: #ce9e7e;
  z-index: -1;
}

/* style of detail__container */
.detail__container {
  position: relative;
  z-index: 2;
  margin-top: calc(48 * (100vw / 750));
  padding: 0 calc(38 * (100vw / 750));
}

.detail__container .desc-txt {
  font-size: calc(24 * (100vw / 750));
  font-weight: 500;
  letter-spacing: calc(3.8 * (100vw / 750));
  line-height: 2;
  text-align: justify;
}

.detail__container .credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(18 * (100vw / 750));
}

.detail__container .credit > a {
  color: #000;
  font-size: calc(24 * (100vw / 750));
  letter-spacing: calc(2.4 * (100vw / 750));
  line-height: 1.75;
}

.detail__container .credit > a .discounted {
  color: #c10013;
  margin-left: calc(10 * (100vw / 750));
}

.detail__container .credit > a .discount-rate {
  color: #c10013;
  font-size: calc(20 * (100vw / 750));
  letter-spacing: calc(2 * (100vw / 750));
}

.detail__container .credit > a:nth-child(1) {
  margin-right: calc(16 * (100vw / 750));
}

/* style of indicator */
.indicator {
  margin: calc(96 * (100vw / 750)) auto 0;
  width: calc(150 * (100vw / 750));
}

.indicator li {
  margin-top: calc(40 * (100vw / 750));
}

/*
    sec1
*/
.sec1 .introduction__container .sec-item-img::before {
  content: "#01";
  position: absolute;
  top: calc(-28 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-104 * (100vw / 750));
}

.sec1 .img1__container {
  margin: calc(122 * (100vw / 750)) 0 0 auto;
  width: calc(600 * (100vw / 750));
}

.sec1 .summer-txt::before {
  position: absolute;
  top: calc(134 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-132 * (100vw / 750));
}

.sec1 .img2__container .detail__container {
  margin-top: calc(106 * (100vw / 750));
  padding: 0 calc(38 * (100vw / 750));
}

.sec1 .img2 {
  display: block;
  margin: calc(60 * (100vw / 750)) auto 0 calc(60 * (100vw / 750));
  position: relative;
  width: calc(562 * (100vw / 750));
}

.sec1 .summer-bg::after {
  position: absolute;
  top: calc(60 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-60 * (100vw / 750));
  height: calc(843 * (100vw / 750));
  width: calc(562 * (100vw / 750));
}

.sec1 .img3 {
  display: block;
  height: calc(1012 * (100vw / 750));
  margin: calc(108 * (100vw / 750)) 0 0 auto;
  position: relative;
  width: calc(675 * (100vw / 750));
}

.sec1 .img3 img {
  height: 100%;
}

.sec1 .autumn-txt::before {
  position: absolute;
  top: auto;
  right: calc(8 * (100vw / 750));
  bottom: calc(660 * (100vw / 750));
  left: auto;
}

.sec1 .autumn-bg::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: calc(-75 * (100vw / 750));
  height: calc(1012 * (100vw / 750));
  width: calc(675 * (100vw / 750));
}

/*
    sec2
*/
.sec2 .introduction__container .sec-item-img {
  margin-top: calc(134 * (100vw / 750));
}

.sec2 .introduction__container .sec-item-img::before {
  content: "#02";
  position: absolute;
  top: calc(-28 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-108 * (100vw / 750));
}

.sec2 .introduction__container .credit {
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(3 * (100vw / 750));
}

.sec2 .img1 {
  display: block;
  margin: calc(122 * (100vw / 750)) 0 0 auto;
  position: relative;
  width: calc(638 * (100vw / 750));
}

.sec2 .summer-txt::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: calc(592 * (100vw / 750));
  left: calc(-92 * (100vw / 750));
}

.sec2 .summer-bg::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: calc(-112 * (100vw / 750));
  height: calc(956.63 * (100vw / 750));
  width: calc(638 * (100vw / 750));
}

.sec2 .img2__container .detail__container {
  padding: 0 calc(38 * (100vw / 750));
}

.sec2 .img2 {
  display: block;
  height: calc(900 * (100vw / 750));
  margin: calc(108 * (100vw / 750)) auto 0 0;
  position: relative;
  width: calc(600 * (100vw / 750));
}

.sec2 .img2 img {
  height: 100%;
}

.sec2 .img2.autumn-txt::before {
  position: absolute;
  top: calc(206 * (100vw / 750));
  right: calc(-132 * (100vw / 750));
  bottom: auto;
  left: auto;
}

.sec2 .img2.autumn-bg::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(150 * (100vw / 750));
  height: calc(900 * (100vw / 750));
  width: calc(600 * (100vw / 750));
}

.sec2 .img3__container .desc-txt {
  letter-spacing: calc(3.2 * (100vw / 750));
}

.sec2 .img3 {
  display: block;
  margin: calc(60 * (100vw / 750)) auto 0;
  width: calc(526 * (100vw / 750));
}

.sec2 .img3::after {
  background-color: unset;
}

/*
    sec3
*/
.sec3 .introduction__container .sec-item-img {
  margin-top: calc(170 * (100vw / 750));
}

.sec3 .introduction__container .sec-item-img::before {
  content: "#03";
  position: absolute;
  top: calc(-26 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-110 * (100vw / 750));
}

.sec3 .introduction__container .credit__container {
  margin-top: calc(18 * (100vw / 750));
}

.sec3 .introduction__container .credit {
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(3 * (100vw / 750));
  margin: calc(24 * (100vw / 750)) 0;
}

.sec3 .summerstyle__container .desc-txt {
  letter-spacing: calc(2.7 * (100vw / 750));
}

.sec3 .img1__container .detail__container {
  margin-top: calc(110 * (100vw / 750));
}

.sec3 .img1 {
  display: block;
  margin: calc(120 * (100vw / 750)) auto 0 calc(60 * (100vw / 750));
  position: relative;
  width: calc(600 * (100vw / 750));
}

.sec3 .summer-txt::before {
  position: absolute;
  top: calc(172 * (100vw / 750));
  right: calc(-72 * (100vw / 750));
  bottom: auto;
  left: auto;
}

.sec3 .summer-bg::after {
  position: absolute;
  top: calc(60 * (100vw / 750));
  right: auto;
  bottom: 0;
  left: calc(-60 * (100vw / 750));
  height: calc(900 * (100vw / 750));
  width: calc(600 * (100vw / 750));
}

.sec3 .img2__container .detail__container {
  padding: 0 calc(38 * (100vw / 750));
}

.sec3 .img2 {
  display: block;
  margin: calc(106 * (100vw / 750)) calc(60 * (100vw / 750)) 0 auto;
  position: relative;
  width: calc(562 * (100vw / 750));
}

.sec3 .autumn-txt::before {
  position: absolute;
  top: calc(182 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-108 * (100vw / 750));
}

.sec3 .autumn-bg::after {
  position: absolute;
  top: calc(60 * (100vw / 750));
  right: calc(-60 * (100vw / 750));
  bottom: auto;
  left: auto;
  height: calc(842 * (100vw / 750));
  width: calc(562 * (100vw / 750));
}

.sec3 .img3__container .desc-txt {
  letter-spacing: calc(4.3 * (100vw / 750));
}

.sec3 .img3 {
  display: block;
  margin: calc(120 * (100vw / 750)) auto 0 calc(36 * (100vw / 750));
  width: calc(600 * (100vw / 750));
}

.sec3 .img3::after {
  background-color: unset;
}

/*
    sec4
*/
.sec4 .introduction__container .sec-item-img::before {
  content: "#04";
  position: absolute;
  top: calc(-28 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-114 * (100vw / 750));
}

.sec4 .introduction__container .credit {
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  letter-spacing: calc(3 * (100vw / 750));
}

.sec4 .img1 {
  display: block;
  margin: calc(120 * (100vw / 750)) auto 0 0;
  position: relative;
  width: calc(638 * (100vw / 750));
}

.sec4 .summer-txt::before {
  position: absolute;
  top: calc(164 * (100vw / 750));
  right: calc(-94 * (100vw / 750));
  bottom: auto;
  left: auto;
}

.sec4 .img2__container .detail__container {
  padding: 0 calc(38 * (100vw / 750));
}

.sec4 .img2__container .desc-txt {
  letter-spacing: calc(2.9 * (100vw / 750));
}

.sec4 .img2 {
  display: block;
  margin: calc(60 * (100vw / 750)) 0 0 auto;
  position: relative;
  width: calc(600 * (100vw / 750));
}

.sec4 .img2.pc-component {
  display: none;
}

.sec4 .summer-bg::after {
  position: absolute;
  top: calc(150 * (100vw / 750));
  right: auto;
  bottom: 0;
  left: calc(-150 * (100vw / 750));
  height: calc(900 * (100vw / 750));
  width: calc(600 * (100vw / 750));
}

.sec4 .autumnstyle__container .desc-txt {
  letter-spacing: calc(3.9 * (100vw / 750));
}

.sec4 .img3 {
  display: block;
  height: calc(898 * (100vw / 750));
  margin: calc(108 * (100vw / 750)) 0 0 auto;
  position: relative;
  width: calc(600 * (100vw / 750));
}

.sec4 .img3 img {
  height: 100%;
}

.sec4 .autumn-txt::before {
  position: absolute;
  top: calc(170 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-132 * (100vw / 750));
}

.sec4 .autumn-bg::after {
  position: absolute;
  top: 0;
  right: calc(150 * (100vw / 750));
  bottom: auto;
  left: auto;
  height: calc(898 * (100vw / 750));
  width: calc(600 * (100vw / 750));
}

/*
    sec5
*/
.sec5 .introduction__container .sec-item-img {
  margin-top: calc(178 * (100vw / 750));
}

.sec5 .introduction__container .sec-item-img::before {
  content: "#05";
  position: absolute;
  top: calc(-26 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-112 * (100vw / 750));
}

.sec5 .summerstyle__container .desc-txt {
  letter-spacing: calc(3.2 * (100vw / 750));
}

.sec5 .img1 {
  display: block;
  margin: calc(178 * (100vw / 750)) 0 0 auto;
  position: relative;
  width: calc(638 * (100vw / 750));
}

.sec5 .summer-txt::before {
  position: absolute;
  top: calc(160 * (100vw / 750));
  right: auto;
  bottom: auto;
  left: calc(-94 * (100vw / 750));
}

.sec5 .summer-bg::after {
  position: absolute;
  top: calc(-60 * (100vw / 750));
  right: calc(112 * (100vw / 750));
  bottom: 0;
  left: auto;
  height: calc(958 * (100vw / 750));
  width: calc(638 * (100vw / 750));
}

.sec5 .autumnstyle__container .desc-txt {
  letter-spacing: calc(3.2 * (100vw / 750));
}

.sec5 .img2__container .detail__container {
  padding: 0 calc(38 * (100vw / 750));
}

.sec5 .img2 {
  display: block;
  margin: calc(106 * (100vw / 750)) auto 0 0;
  position: relative;
  width: calc(562 * (100vw / 750));
}

.sec5 .autumn-txt::before {
  position: absolute;
  top: calc(208 * (100vw / 750));
  right: calc(-182 * (100vw / 750));
  bottom: auto;
  left: auto;
}

.sec5 .autumn-bg::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(188 * (100vw / 750));
  height: calc(843 * (100vw / 750));
  width: calc(562 * (100vw / 750));
}

.sec5 .img3 {
  display: block;
  margin: calc(60 * (100vw / 750)) auto 0;
  width: calc(526 * (100vw / 750));
}

/*
    style of checkall__btn
*/
.checkall__btn {
  margin: calc(165 * (100vw / 750)) auto calc(202 * (100vw / 750));
}
