@charset "UTF-8";

html {
  font-size: 62.5%;
}


body {
  width: 100%;
}


img,
video,
svg {
  width: 100%;
  height: auto;
}

#NEW-TOPS-VARIATION a {
  display: block;
}

#NEW-TOPS-VARIATION .price span {
  display: inline-block;
  border-bottom: 1px solid #CCCCCC;
}

#NEW-TOPS-VARIATION * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================
			共通
=========================*/



/*.back_pc{
  background: url(../img/haru_pc.jpg); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140rem;
  background-position-y: -11.2rem;
}*/


#NEW-TOPS-VARIATION {
  margin: auto;
  margin-bottom: 12rem;
  padding-top: 3rem;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.ta_c {
  text-align: center;
}

.top-text-box{
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  text-align: center;
}

.text-box {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  margin-top: 3.4rem;
  margin-bottom: 2.05rem;
}

span.text_mb {
  display: block;
  margin-bottom: 1.9rem;
}

.price {
  font-size: 1.2rem;
  font-family: orpheuspro,serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  color: #333333;
}

.SP_flex_column {
  display: flex;
  justify-content: space-between;
  width: 96rem;
}

.prod-box_01{
  width: 42rem;
}

.prod-box_02{
  width: 42rem;
  margin-top: 39rem;
}

.img-A{
  width: 42rem;
}

.img-B{
  width: 48rem;
}

.sect02 .text-box ,.sect04 .text-box{
  margin-top: 3.3rem;
}
/*==========================
          top
=========================*/
@media screen and (min-width: 768px) {
.top {
  margin: auto;
  margin-bottom: 12rem;
  padding-top: 3rem;
  padding-bottom: 8.45rem;
  text-align: center;
  background-color: #FBF3EB;
}

.top .description-box{
  width: 112.4rem;
  margin: auto;
  text-align: center;
  padding-right: 0.8rem;
}

.top-img {
  width: 112.4rem;
  padding-right: 2.4rem;
  margin: auto;
  margin-bottom: 8.25rem;
  position: relative;
}
}
/*=======//top==============================================*/

/*==========================
      section01
=========================*/
.sect01{
  width: 96rem;
  margin: auto;
  margin-bottom: 15rem;
}

.img01-box{
  position: relative;
}

.img01-ttl{
  position: absolute;
  width: 2.02285rem;
  right: -3.33613rem;
  bottom: 0;
}

.img02-box{
  position: relative;
}

.img02-ttl{
  position: absolute;
  width: 2.56885rem;
  top: 0;
  left: -3.83267rem;
}


/*=======//section01==============================================*/


/*==========================
      section02
=========================*/
.sect02{
  width: 68rem;
  margin: auto;
  margin-bottom: 15.4rem;
  padding: 4rem 10rem 4rem;
  background-color: #FDF4F3;
}

.img03-box{
  position: relative;
}

.img03-ttl{
  position: absolute;
  width: 2.5793rem;
  right: -3.5792rem;
  bottom: 0;
}

/*=======//section02==============================================*/


/*==========================
      section03
=========================*/
.sect03{
  width: 96rem;
  margin: auto;
  margin-bottom: 15rem;
}

.img04-box{
  position: relative;
}

.img04-ttl{
  position: absolute;
  width: 2.56875rem;
  right: -3.56875rem;
  bottom: 0;
}

.img05-box{
  position: relative;
}

.img05-ttl{
  position: absolute;
  width: 2.57148rem;
  top: 0;
  left: -3.8353rem;
}


/*=======//section03==============================================*/


/*==========================
      section04
=========================*/
.sect04{
  width: 68rem;
  margin: auto;
  margin-bottom: 15rem;
  padding: 4rem 10rem 4rem;
  background-color: #F6EAE9;
}

.img06-box{
  position: relative;
}

.img06-ttl{
  position: absolute;
  width: 2.02285rem;
  left: -3.28667rem;
  bottom: 0;
}

/*=======//section02==============================================*/


/*==========================
      ボタン
=========================*/
.lp-button a {
  font-size: 1.4rem;
  font-family: orpheuspro,serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding: 1.3rem 4rem 1.3rem;
  display: inline-block !important;
  color: #333333;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}

/*=======//ボタン==============================================*/

/*==========================
		アニメーション
=========================*/

/*-----追加CSS------------------*/
.js-fade {
  transition-duration: 1s;
  visibility: hidden;
  opacity: 0;
}

.js-fade.active {
  visibility: visible;
  opacity: 1;
}


/*=======//アニメーション=========================================*/

/*=====PCのみ==============================*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  .pc-order01 {
    order: 1;
  }

  .pc-order02 {
    order: 2;
  }


}

/*=====//PCのみ==============================*/

/*=====タブレットのみ==============================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(10*(100vw/1400)) !important;
  }

  .text-box  {
    white-space: nowrap;
  }

}

/*=====//タブレットのみ==============================*/

/*=====SPのみ==============================*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }


  /*==========================
			共通
=========================*/

   /*.back_sp {
    background: url(../img/haru_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -72px;
    background-size: 100%;
  }
*/

#NEW-TOPS-VARIATION {
  margin: auto;
  margin-bottom: calc(200*(100vw/750));
  padding-top: calc(0*(100vw/750));
  font-size: calc(26*(100vw/750));
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.ta_c {
  text-align: center;
}

.top-text-box{
  font-size: calc(28*(100vw/750));
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
}

.text-box {
  font-size: calc(26*(100vw/750));
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  margin-top: calc(72*(100vw/750));
  margin-bottom: calc(37*(100vw/750));
}

span.text_mb {
  display: block;
  margin-bottom: calc(32*(100vw/750));
}

.price {
  font-size: calc(24*(100vw/750));
  font-family: orpheuspro,serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.035em;
  font-feature-settings: "palt";
  color: #333333;
}

.SP_flex_column {
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: calc(750*(100vw/750));
  margin: auto;
}

.prod-box_01{
  width: calc(750*(100vw/750));
  margin: auto;
}

.prod-box_02{
  width: calc(624*(100vw/750));
  margin: auto;
  margin-top: calc(201*(100vw/750));
}

.img-A{
  width: calc(546*(100vw/750));
  margin: auto;
}

.img-B{
  width: calc(624*(100vw/750));
}

.sect02 .text-box ,.sect04 .text-box{
  margin-top: calc(67*(100vw/750));
}
/*==========================
          top
=========================*/
.top {
  margin: auto;
  margin-bottom: calc(150*(100vw/750));
  padding-top: calc(40*(100vw/750));
  padding-bottom: calc(114*(100vw/750));
  text-align: center;
  background-color: #FBF3EB;
}

.top-img {
  width: calc(722*(100vw/750));
  padding-left: calc(25.2461*(100vw/750));
  margin: auto;
  margin-bottom: calc(107*(100vw/750));
  position: relative;
}

/*=======//top==============================================*/

/*==========================
      section01
=========================*/
.sect01{
  width: calc(750*(100vw/750));
  margin: auto;
  margin-bottom: calc(200*(100vw/750));
}

.img01-box{
  position: relative;
}

.img01-ttl{
  position: absolute;
  width: calc(32.6826*(100vw/750));
  right: calc(45*(100vw/750));
  bottom: 0;
}

.img02-box{
  position: relative;
}

.img02-ttl{
  position: absolute;
  width: calc(41.5029*(100vw/750));
  top: 0;
  left: calc(-26*(100vw/750));
}


/*=======//section01==============================================*/


/*==========================
      section02
=========================*/
.sect02{
  width: calc(750*(100vw/750));
  margin: auto;
  margin-bottom: calc(200*(100vw/750));
  padding: 0;
  padding-top: calc(43*(100vw/750));
  padding-bottom: calc(80*(100vw/750));
  background-color: #FDF4F3;
}

.img03-box{
  position: relative;
}

.img03{
  margin-left: calc(40*(100vw/750));
}

.img03-ttl{
  position: absolute;
  width: calc(41.6709*(100vw/750));;
  right: calc(24*(100vw/750));
  bottom: 0;
}

/*=======//section02==============================================*/


/*==========================
      section03
=========================*/
.sect03{
  width: calc(750*(100vw/750));
  margin: auto;
  margin-bottom: calc(200*(100vw/750));
}

.img04-box{
  position: relative;
}

.img04-ttl{
  position: absolute;
  width: calc(41.5029*(100vw/750));
  right: calc(40*(100vw/750));
  bottom: 0;
}

.img05-box{
  position: relative;
}

.img05-ttl{
  position: absolute;
  width: calc(41.5459*(100vw/750));
  top: 0;
  left: calc(-28*(100vw/750));
}


/*=======//section03==============================================*/


/*==========================
      section04
=========================*/
.sect04{
  width: calc(750*(100vw/750));
  margin: auto;
  margin-bottom: calc(200*(100vw/750));
  padding: 0;
  padding-top: calc(40*(100vw/750));
  padding-bottom: calc(85*(100vw/750));
  background-color: #F6EAE9;
}

.img06-box{
  position: relative;
}

.img06{
  margin-left: calc(86*(100vw/750));
}

.img06-ttl{
  position: absolute;
  width: calc(32.6826*(100vw/750));
  left:calc(28*(100vw/750));
  bottom: 0;
}

/*=======//section02==============================================*/




  /*==========================
      ボタン
=========================*/
  .lp-button a {
    font-size: calc(28*(100vw/750));
    font-family: orpheuspro,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    padding: calc(25*(100vw/750)) calc(79*(100vw/750)) calc(25*(100vw/750));
    display: inline-block !important;
    color: #333333;
    border: 1px solid #8b8b8b;
    letter-spacing: 0.05em;
    background-color: #ffffff;
  }
  /*=======//ボタン==============================================*/
}

/*=====//SPのみ==============================*/
