@charset "UTF-8";

html,
body {
  font-size: 62.5%;
}

.main-contents {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #000;
  margin: 3.5rem auto 0;
  padding-bottom: 16rem;
  font-feature-settings: "palt";
}

.main-contents * {
  font-weight: inherit;
}

.main-contents a,
.main-contents picture,
.main-contents video {
  display: block;
}

.main-contents img,
.main-contents video {
  width: 100%;
  height: auto;
}

.main-contents a:link,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6 {
  color: inherit;
}

.main-area {
  max-width: none;
  min-width: auto;
}

/* ぱんくず */
.bredlist.lp {
  width: 120rem;
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  font-size: 10px;
}

/* 全てのアイテムをチェック */

.main-contents .viewall__link {
  border: solid 1px #000;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.16em;
  width: 38rem;
  height: 6.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------PC〜タブレットのCSS（ボタン→「全てのアイテムをチェック」以外）-----------------------------------*/

/*=============
      共通
==============*/

#LIMITED_COROR_220728 .sticky_block {
  background-color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#LIMITED_COROR_220728 .price span {
  display: inline-block;
}

#LIMITED_COROR_220728 {
  position: relative;
  width: 100%;
}

#LIMITED_COROR_220728 .flex {
  display: flex;
  justify-content: space-between;
}

#LIMITED_COROR_220728 .flex_column {
  display: flex;
  justify-content: space-between;
}

#LIMITED_COROR_220728 .ta_c {
  text-align: center;
}

#LIMITED_COROR_220728 .text-box {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 4.4rem;
  letter-spacing: 0.08em;
  text-align: center;
}

#LIMITED_COROR_220728 .price {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 2.9rem;
  font-feature-settings: "palt";
  position: relative;
  z-index: 3;
}

#LIMITED_COROR_220728 .price_mb {
  margin-bottom: 0.7rem;
}

#LIMITED_COROR_220728 .price_mr {
  margin-right: 0.9rem;
}

/*------アニメーション--------------*/
[data-load-anime^="fade"],
[data-scroll-anime^="fade"] {
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

[data-load-anime^="fade"].js-anime-show,
[data-scroll-anime^="fade"].js-anime-show {
  opacity: 1;
  transform: scale(1);
}

[data-load-anime^="fade-up"],
[data-scroll-anime^="fade-up"] {
  transform: translate(0, 30px);
}

/*------アニメーション--------------*/
/*------TOPのsticky---------------------*/
#LIMITED_COROR_220728 .key__video_box {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 120rem;
  margin: 0 auto;
}

/*------//TOPのsticky---------------------*/

/*===//共通===============================*/


/*=============
      TOP
==============*/
#LIMITED_COROR_220728 .ttl_container {
  width: 120rem;
  height: 67.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#LIMITED_COROR_220728 .key__box {
  position: relative;
}

#LIMITED_COROR_220728 .top_ttl {
  width: 37.6rem;
  position: absolute;
  top: 37rem;
  left: 4.3rem;
  z-index: 1;
}

.top-text {
  padding-top: 3.7rem;
  padding-bottom: 12rem;
}


/*===//TOP===============================*/

/*=============
    sect01
==============*/
.sect01 {
  margin: 0 auto;
  padding-bottom: 26rem;
}

.sect01 .sect-inner {
  width: 120rem;
  margin: 0 auto;
  position: relative;
}

.sect-ttl01 {
  width: 28.8rem;
  position: absolute;
  top: 10.8rem;
  right: 34.2rem;
}

.sect01 .description-box {
  width: 50rem;
}

.sect01 .img01 {
  width: 100%;
}

.sect01 .img-set {
  width: 63rem;
  margin-top: 44.2rem;
  position: relative;
}

.sect01 .BG_color {
  position: absolute;
  width: 100vw;
  height: 63rem;
  top: -11rem;
  right: 9rem;
  background-color: #e7e2d5;
  z-index: -1;
}

.sect01 .sub-img {
  width: 31rem;
}

/*===//sect01===============================*/


/*=============
    sect02
==============*/
.sect02 {
  width: 120rem;
  margin: 0 auto;
  padding-bottom: 26rem;
  position: relative;
}

.sect-ttl02 {
  position: absolute;
  width: 31.9rem;
  top: 5.9rem;
  left: 23.6rem;
  z-index: 3;
}

.sect02 .BG_color {
  position: absolute;
  width: 100vw;
  height: 58rem;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15rem;
  background-color: #e0e0e0;
  z-index: -1;
}

.sect02 .sect-inner {
  width: 99rem;
  margin: 0 auto;
}

.sect02 .img {
  width: 47rem;
}

.sect02 .img01 {
  margin-left: auto;
}

.sect02 .img02 {
  margin-right: 3rem;
}

.sect02 .description-box {
  margin-top: -36.3rem;
  align-items: flex-end;
  justify-content: start !important;
}

/*===//sect02===============================*/


/*=============
    sect03
==============*/
.sect03 {
  margin: 0 auto;
  padding-top: 11rem;
  padding-bottom: 18.8rem;
}

.sect03 .sect-inner {
  width: 53.5rem;
  margin: 0 auto;
  position: relative;
}

.sect-ttl03 {
  width: 53.5rem;
  position: absolute;
  top: -11rem;

}

.sect03 .img01 {
  width: 43rem;
  margin: 0 auto;
  position: relative;
}

.sect03 .BG_color {
  position: absolute;
  width: 43rem;
  height: 57rem;
  top: 7.8rem;
  right: -6rem;
  background-color: #d8d5d0;
  z-index: -1;
}

/*===//sect03===============================*/

/*=============
    sect04
==============*/
.sect04 {
  margin: 0 auto;
  padding-bottom: 23rem;
}

.sect04 .sect-inner {
  width: 105rem;
  margin: 0 auto;
  padding-right: 8rem;
  position: relative;
}

.sect-ttl04 {
  width: 47.53rem;
  position: absolute;
  top: 6.8rem;
  right: 7.6rem;
}

.sect04 .description-box {
  width: 53rem;
}

.sect04 .img01 {
  width: 100%;
}

.sect04 .img-set {
  width: 47rem;
  margin-top: 29.1rem;
  position: relative;
}

.sect04 .BG_color {
  position: absolute;
  width: 100vw;
  height: 51rem;
  top: 19.3rem;
  left: -50rem;
  background-color: #3c5854;
  z-index: -1;
}

.sect04 .sub-img {
  width: 47rem;
}

/*===//sect04===============================*/


/*=============
    sect05
==============*/
.sect05 {
  margin: 0 auto;
  padding-bottom: 26rem;
}

.sect05 .sect-inner {
  width: 106rem;
  margin: 0 auto;
  position: relative;
}

.sect-ttl05 {
  position: absolute;
  width: 47.2rem;
  top: 1rem;
  left: 1.3rem;
  z-index: 3;
}

.sect05 .BG_color {
  position: absolute;
  width: 100vw;
  height: 66.2rem;
  top: 33rem;
  right: 12.1rem;
  background-color: #f5f3f1;
  z-index: -1;
}

.sect05 .img {
  width: 50rem;
}

.sect05 .img01 {
  margin-left: auto;
}

.sect05 .img02 {
  margin-right: 3rem;
}

.sect05 .description-box {
  justify-content: start !important;
  margin-top: -44.2rem;
  align-items: flex-end;
}

/*===//sect05===============================*/


/*=============
    sect06
==============*/
.sect06 {
  margin: 0 auto;
  padding-bottom: 15.3rem;
}

.sect06 .sect-inner {
  width: 100rem;
  margin: 0 auto;
}

.sect-ttl06 {
  width: 54.82rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.sect06 .flex_column {
  width: 100rem;
}

.sect06 .img01-box {
  width: 50rem;
  background-color: #f48967;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sect06 .img01 {
  width: 38.5rem;
}

.sect06 .img02 {
  width: 50rem;
}

.sect06 .price {
  text-align: center;
}

/*===//sect06===============================*/


/*=============
    sect07
==============*/
.sect07 {
  margin: 0 auto;
  padding-bottom: 20rem;
}

.sect07 .sect-inner {
  width: 53.5rem;
  margin: 0 auto;
  padding-top: 13rem;
  position: relative;
}

.sect-ttl07 {
  width: 25.64rem;
  position: absolute;
  top: 0;
  left: -4.8rem;
  z-index: 3;
}

.sect07 .img01 {
  width: 41rem;
  margin: 0 auto;
  position: relative;
}

.sect07 .BG_color {
  position: absolute;
  width: 41rem;
  height: 54.325rem;
  top: 8rem;
  right: -6rem;
  background-color: #c4b19b;
  z-index: -1;
}

/*===//sect07===============================*/


/*------//PC〜タブレットのCSS（ボタン→「全てのアイテムをチェック」以外）---------------------------------*/

/*------PCとタブレット-----------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {

  html,
  body {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .pc-order01 {
    order: 1;
  }

  .pc-order02 {
    order: 2;
  }
}

/*------//PCとタブレット-----------------------------------------------------------*/

/*------SP-----------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }

  .main-area {
    overflow: initial;
  }

  /* ぱんくず */
  .bredlist.lp {
    max-width: 70rem;
  }

  /* 全てのアイテムをチェック */
  .main-contents .viewall__link {
    width: calc(675 * (100vw / 750));
    height: calc(120 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .pc_only {
    display: none;
  }

  /*------SP（ボタン→「全てのアイテムをチェック」以外）-----------------------------------*/
  /*=============
      共通
==============*/

  #LIMITED_COROR_220728 .sticky_block {
    background-color: #FFF;
    position: relative;
    z-index: 1;
  }

  #LIMITED_COROR_220728 .price span {
    display: inline-block;
  }

  #LIMITED_COROR_220728 {
    position: relative;
    width: 100%;
    max-width: calc(750 * (100vw / 750));
  }

  #LIMITED_COROR_220728 .flex {
    display: flex;
    justify-content: space-between;
  }

  #LIMITED_COROR_220728 .flex_column {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }

  #LIMITED_COROR_220728 .ta_c {
    text-align: center;
  }

  #LIMITED_COROR_220728 .text-box {
    font-size: calc(24 * (100vw / 750));
    line-height: 1;
    margin-top: calc(0 * (100vw / 750));
    letter-spacing: 0.08em;
    text-align: center;
  }

  #LIMITED_COROR_220728 .price {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: calc(23 * (100vw / 750));
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: calc(58 * (100vw / 750));
    font-feature-settings: "palt";
    text-align: center;
  }

  #LIMITED_COROR_220728 .price_mb {
    margin-bottom: calc(18 * (100vw / 750));
  }

  #LIMITED_COROR_220728 .price_mr {
    margin-right: calc(17 * (100vw / 750));
  }

  /*------TOPのsticky---------------------*/
  #LIMITED_COROR_220728 .key__video_box {
    width: calc(750 * (100vw / 750));
  }

  /*------//TOPのsticky---------------------*/

  /*===//共通===============================*/


  /*=============
      TOP
==============*/

  #LIMITED_COROR_220728 .ttl_container {
    width: calc(750 * (100vw / 750));
    height: auto;
  }

  #LIMITED_COROR_220728 .key__box {
    position: relative;
  }

  #LIMITED_COROR_220728 .top_ttl {
    width: calc(709.5 * (100vw / 750));
    position: absolute;
    top: calc(790 * (100vw / 750));
    left: calc(18.5 * (100vw / 750));
    z-index: 1;
  }

  .top-text {
    padding-top: calc(100 * (100vw / 750));
    padding-bottom: calc(157 * (100vw / 750));
  }


  /*===//TOP===============================*/

  /*=============
    sect01
==============*/
  .sect01 {
    margin: 0 auto;
    padding-bottom: calc(206 * (100vw / 750));
  }

  .sect01 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    position: relative;
    padding-top: calc(120 * (100vw / 750));
  }

  .sect-ttl01 {
    width: calc(622 * (100vw / 750));
    position: absolute;
    top: calc(0 * (100vw / 750));
    right: calc(63 * (100vw / 750));
  }

  .sect01 .description-box {
    width: calc(750 * (100vw / 750));
  }

  .sect01 .img01 {
    width: 100%;
  }

  .sect01 .img-set {
    width: calc(750 * (100vw / 750));
    margin-top: calc(0 * (100vw / 750));
    margin: 0 auto;
    padding-right: calc(30 * (100vw / 750));
    padding-left: calc(30 * (100vw / 750));
    padding-top: calc(60 * (100vw / 750));
    position: relative;
  }

  .sect01 .BG_color {
    position: absolute;
    width: calc(750 * (100vw / 750));
    height: calc(280 * (100vw / 750));
    top: calc(0 * (100vw / 750));
    right: calc(0 * (100vw / 750));
    background-color: #e7e2d5;
    z-index: -1;
  }

  .sect01 .sub-img {
    width: calc(335 * (100vw / 750));
  }

  /*===//sect01===============================*/


  /*=============
    sect02
==============*/
  .sect02 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(355 * (100vw / 750));
    position: relative;
  }

  .sect-ttl02 {
    position: absolute;
    width: calc(373 * (100vw / 750));
    top: 0;
    left: calc(28 * (100vw / 750));
    z-index: 3;
  }

  .sect02 .BG_color {
    position: absolute;
    width: 100vw;
    height: calc(1389 * (100vw / 750));
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(198 * (100vw / 750));
    background-color: #e0e0e0;
    z-index: -1;
  }

  .sect02 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    padding-top: calc(130 * (100vw / 750));
  }

  .sect02 .img {
    width: 100%;
  }

  .sect02 .img01 {
    margin-left: auto;
    width: calc(560*(100vw/750)) !important;
  }

  .sect02 .img02 {
    margin-right: 0;
    margin: 0 auto;
    margin-left: calc(40 * (100vw / 750));
    width: calc(640*(100vw/750)) !important;
  }

  .sect02 .description-box {
    width: calc(750 * (100vw / 750));
    margin-top: calc(37 * (100vw / 750));
    align-items: center;
    justify-content: start !important;
  }

  /*===//sect02===============================*/


  /*=============
    sect03
==============*/
  .sect03 {
    margin: 0 auto;
    padding-top: calc(0 * (100vw / 750));
    padding-bottom: calc(279 * (100vw / 750));
  }

  .sect03 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    position: relative;
  }

  .sect-ttl03 {
    width: calc(57 * (100vw / 750));
    position: absolute;
    top: calc(30 * (100vw / 750));
    right: calc(40 * (100vw / 750));
    z-index: 2;

  }

  .sect03 .img01 {
    width: calc(600 * (100vw / 750));
    margin: 0 auto;
    position: relative;
  }

  .sect03 .BG_color {
    position: absolute;
    width: calc(600 * (100vw / 750));
    height: calc(790 * (100vw / 750));
    top: calc(159 * (100vw / 750));
    right: calc(77 * (100vw / 750));
  }

  /*===//sect03===============================*/

  /*=============
    sect04
==============*/
  .sect04 {
    margin: 0 auto;
    padding-bottom: calc(204 * (100vw / 750));
  }

  .sect04 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    padding-right: 0;
    padding-top: calc(256 * (100vw / 750));
    position: relative;
  }

  .sect-ttl04 {
    width: calc(556.8 * (100vw / 750));
    position: absolute;
    top: calc(0 * (100vw / 750));
    right: calc(95 * (100vw / 750));
    z-index: 2;
  }

  .sect04 .description-box {
    width: calc(750 * (100vw / 750));
  }

  .sect04 .img01 {
    width: 100%;
  }

  .sect04 .img-set {
    width: calc(750 * (100vw / 750));
    height: calc(945 * (100vw / 750));
    margin-top: calc(0 * (100vw / 750));
    position: relative;
  }

  .sect04 .BG_color {
    position: absolute;
    width: 100vw;
    height: calc(945 * (100vw / 750));
    top: calc(0 * (100vw / 750));
    left: calc(0 * (100vw / 750));
    background-color: #3c5854;
    z-index: -1;
  }

  .sect04 .sub-img {
    width: calc(600 * (100vw / 750));
    margin: 0 auto;
    padding-top: calc(75 * (100vw / 750));
  }

  /*===//sect04===============================*/


  /*=============
    sect05
==============*/
  .sect05 {
    margin: 0 auto;
    padding-bottom: calc(356 * (100vw / 750));
  }

  .sect05 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    position: relative;
    padding-top: calc(240 * (100vw / 750));
  }

  .sect-ttl05 {
    position: absolute;
    width: calc(560 * (100vw / 750));
    top: calc(0 * (100vw / 750));
    left: calc(25 * (100vw / 750));
    z-index: 3;
  }

  .sect05 .BG_color {
    position: absolute;
    width: 100vw;
    height: calc(1600 * (100vw / 750));
    top: calc(398 * (100vw / 750));
    right: calc(0 * (100vw / 750));
    background-color: #f5f3f1;
    z-index: -1;
  }

  .sect05 .img {
    width: 100%;
  }

  .sect05 .img01 {
    margin-left: auto;
    width: calc(560*(100vw/750)) !important;
  }

  .sect05 .img02 {
    margin-right: auto;
    width: calc(670*(100vw/750)) !important;
  }

  .sect05 .description-box {
    justify-content: start !important;
    margin-top: calc(50 * (100vw / 750));
    align-items: center;
  }

  /*===//sect05===============================*/


  /*=============
    sect06
==============*/
  .sect06 {
    margin: 0 auto;
    padding-bottom: calc(210 * (100vw / 750));
  }

  .sect06 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
  }

  .sect-ttl06 {
    width: calc(651 * (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(52 * (100vw / 750));
  }

  .sect06 .flex_column {
    width: calc(750 * (100vw / 750));
  }

  .sect06 .img01-box {
    width: calc(750 * (100vw / 750));
    height: calc(1003.2468 * (100vw / 750));
    background-color: #f48967;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sect06 .img01 {
    width: calc(600 * (100vw / 750));
  }

  .sect06 .img02 {
    width: calc(750 * (100vw / 750));
  }

  .sect06 .price {
    text-align: center;
  }

  /*===//sect06===============================*/


  /*=============
    sect07
==============*/
  .sect07 {
    margin: 0 auto;
    padding-bottom: calc(355 * (100vw / 750));
  }

  .sect07 .sect-inner {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    padding-top: 0;
    position: relative;
  }

  .sect-ttl07 {
    width: calc(71.4 * (100vw / 750));
    position: absolute;
    top: calc(2 * (100vw / 750));
    left: calc(626 * (100vw / 750));
    z-index: 3;
  }

  .sect07 .img01 {
    width: calc(750 * (100vw / 750));
    margin: 0 auto;
    padding-right: calc(150 * (100vw / 750));
    padding-left: calc(60 * (100vw / 750));
    position: relative;
  }

  .sect07 .BG_color {
    position: absolute;
    width: calc(750 * (100vw / 750));
    height: calc(460 * (100vw / 750));
    top: calc(490 * (100vw / 750));
    right: 0;
    background-color: #c4b19b;
    z-index: -1;
  }

  .sect07 .price {
    left: -23px;
    position: relative;
  }

  /*===//sect07===============================*/



  /*------//SP（ボタン→「全てのアイテムをチェック」以外）-----------------------------------*/
}

/*------//SP-----------------------------------------------------------*/