@charset "UTF-8";

html {
  font-size: 62.5%;
}


body {
  width: 100%;
}


img,
video,
svg {
  width: 100%;
  height: auto;
}


#NEW-SIGNATURE-BAG a,
#NEW-SIGNATURE-BAG picture {
  display: block;
}

#NEW-SIGNATURE-BAG .price span {
  display: inline-block;
}

#NEW-SIGNATURE-BAG * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*==========================
			共通
=========================*/
/*
.back_pc{
    background: url(../img/bag_pc.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140rem;
    background-position-y: -11.2rem;
}
*/

#NEW-SIGNATURE-BAG {
  margin: auto;
  margin-bottom: 12rem;
  padding-top: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-feature-settings: "palt";
}

.TOP_text-box{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
}

.text-box{
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-feature-settings: "palt";
}

.ta_c {
  text-align: center;
}

.price {
  font-size: 1.2rem;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.price_mb {
  margin-bottom: 0.8rem;
}

.flex{
  display: flex;
}

.flex-SP_column {
  display: flex;
}

/*==========================
          top
=========================*/
.top{
  margin: auto;
  margin-bottom: 8.5rem;
}

.top-img{
  margin: auto;
  margin-bottom: 12.2rem;
  padding-top: 3rem;
  padding-bottom: 8.5rem;
  background-color: #fffeef;
}

.main{
  width: 92rem;
  margin: auto;
  position: relative;
}

.top-text_ttl{
  width: 57.2rem;
  position: absolute;
  right: -2rem;
  bottom: -5.4rem;
}
@media screen and (min-width: 768px) {
  .TOP_text-box{
  position: relative;
  padding-top: 2.2rem;
  position: relative;
  margin-bottom: 7.3rem;
}

.TOP_text-box::before{
  display: block;
  width: 53.0rem;
  height: 12.2rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  content: "";
  background: url(../img/PC_top_box.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

}

.text-box_mb{
  margin-bottom: 1.5rem;
}

.top_bag_img{
  width: 34rem;
  margin: auto;
  margin-bottom: 3.3rem;
}
/*=======//top==============================================*/

/*==========================
      section01
=========================*/
.sect01{
  width: 84rem;
  margin: auto;
  margin-bottom: 12rem;
}

.sect01 .flex{
  flex-wrap: wrap;
  justify-content: center;
}

.prod-img{
  width: 22rem;
}

@media screen and (min-width: 768px) {
.pink{
  margin-right: 9rem;
  margin-left: 9rem;
}

.yellow{
  margin-top: 6rem;
}

.black{
  margin-top: 6rem;
  margin-left: 9rem;
}

}

/*=======//section01==============================================*/


/*==========================
      section02
=========================*/
.sect02{
  width: 114rem;
  margin: auto;
  margin-bottom: 12rem;
}

.sect02-A{
  justify-content: flex-end;
}

.sect02-B{
  width: 106rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.img01-box{
  height: 57rem;
}

.img02-box{
  width: 32rem;
  margin-top: 24rem;
  margin-left: 6rem;
}

.img01{
  width: 38rem;
}

.img02{
  width: 32rem;
}

.img03{
  width: 44rem;
}

.img01-box .price{
  color: #ebaaad;
  text-align: right;
  margin-right: 2rem;
  margin-top: auto;
}

.img02-box .price{
  color: #7e736b;
  text-align: right;
  margin-top: 2rem;
}

.img03-box .price{
  color: #999999;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
.sect02-B .text-box{
  position: relative;
  padding-top: 3.9rem;
  padding-right: 8rem;
  padding-left: 8rem;
  padding-bottom: 2.3rem;
  margin-top: 21rem;
}

.sect02-B .text-box::before{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../img/PC_sect_box.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

}


/*=======//section02==============================================*/

/*==========================
      ボタン
=========================*/
.lp-button a {
  font-size: 1.3rem;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding: 1.4rem 3.7rem 1.4rem;
  display: inline-block!important;
  color: #000000;
  border: 1px solid #8b8b8b;
  letter-spacing: 0.08em;
}

/*=======//ボタン==============================================*/

/*==========================
		アニメーション
=========================*/
.js-fadeIn,.js-load{
  opacity: 0;
  transition-duration: .8s;
  transform: translateY(60px);
}

.js-fadeIn.active,.js-load.active{
  opacity: 1;
  transform: translateY(0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*=======//アニメーション=========================================*/

/*=====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: 1250px) {
  html {
    font-size: calc(10*(100vw/1400)) !important;
  }

}

/*=====//タブレットのみ==============================*/

/*=====SPのみ==============================*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }


  /*==========================
			共通
=========================*/

/*  .back_sp {
    background: url(../img/bag_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -68px;
    background-size: 100%;
  }*/


#NEW-SIGNATURE-BAG {
  margin: auto;
  margin-bottom: calc(150*(100vw/750));
  padding-top: calc(0*(100vw/750));
  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: #000000;
  font-feature-settings: "palt";
}

.TOP_text-box{
  font-size: calc(30*(100vw/750));
  line-height: 2;
  letter-spacing: 0.025em;
}

.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: #000000;
  font-feature-settings: "palt";
}

.ta_c {
  text-align: center;
}

.price {
  font-size: calc(26*(100vw/750));
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.price_mb {
  margin-bottom: calc(22*(100vw/750));
}

.flex{
  display: flex;
}

.flex-SP_column {
  display: flex;
  flex-direction: column;
}

/*==========================
          top
=========================*/
.top{
  margin: auto;
  margin-bottom: calc(66*(100vw/750));
}

.top-img{
  margin: auto;
  margin-bottom: calc(150*(100vw/750));
  padding-top: calc(20*(100vw/750));
  padding-bottom: calc(110*(100vw/750));
  background-color: #fffeef;
}

.main{
  width: calc(710*(100vw/750));
  margin: auto;
  position: relative;
}

.top-text_ttl{
  width: calc(680*(100vw/750));
  position: absolute;
  right: calc(15*(100vw/750));
  bottom: calc(-80*(100vw/750));
}

.TOP_text-box{
  position: relative;
  padding-top: calc(45*(100vw/750));
  position: relative;
  margin-bottom: calc(160*(100vw/750));
}

.TOP_text-box::before{
  display: block;
  width: calc(634*(100vw/750));
  height: calc(302*(100vw/750));
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  content: "";
  background: url(../img/SP_top_nox.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.text-box_mb{
  margin-bottom: calc(20*(100vw/750));
}

.top_bag_img{
  width: calc(510*(100vw/750));
  margin: auto;
  margin-bottom: calc(65*(100vw/750));
}
/*=======//top==============================================*/

/*==========================
      section01
=========================*/
.sect01{
  width: calc(660*(100vw/750));
  margin: auto;
  margin-bottom: calc(150*(100vw/750));
}

.sect01 .flex{
  flex-wrap: wrap;
  justify-content: space-between;
}

.prod-img{
  width: calc(330*(100vw/750));
}

.pink{
  margin-top: calc(270*(100vw/750));
}

.mint{
  margin-top: calc(-120*(100vw/750));
}

.yellow{
  margin-top: calc(170*(100vw/750));
}

.black{
  margin-top: calc(-130*(100vw/750));
}
/*=======//section01==============================================*/


/*==========================
      section02
=========================*/
.sect02{
  width: calc(750*(100vw/750));
  margin: auto;
  margin-bottom: calc(120*(100vw/750));
}

.sect02-A{
  justify-content: flex-start;
}

.sect02-B{
  width: calc(870*(100vw/750));
  justify-content: space-between;
  margin-top: calc(90*(100vw/750));
}

.img01-box{
  height: 100%;
  margin-left: calc(60*(100vw/750));
}

.img02-box{
  width: calc(420*(100vw/750));
  margin-top: calc(83*(100vw/750));
  margin-left: auto;
}

.img03-box{
  margin-left: calc(60*(100vw/750));
}

.img01{
  width: calc(520*(100vw/750));
}

.img02{
  width: calc(420*(100vw/750));
}

.img03{
  width: calc(580*(100vw/750));
}

.img01-box .price{
  color: #ebaaad;
  text-align: left;
  margin-right: auto;
  margin-top: calc(40*(100vw/750));
}

.img02-box .price{
  color: #7e736b;
  text-align: left;
  margin-top: calc(40*(100vw/750));
}

.img03-box .price{
  color: #999999;
  margin-top: calc(40*(100vw/750));
}

.sect02-A .text-box{
  position: relative;
  padding-top: calc(85*(100vw/750));
  padding-right: calc(60*(100vw/750));
  padding-left: calc(60*(100vw/750));
  padding-bottom: calc(60*(100vw/750));
  margin-top: calc(60*(100vw/750));
}

.sect02-A .text-box::before{
  display: block;
  width: calc(704*(100vw/750));
  height: calc(610*(100vw/750));
  position: absolute;
  top: 0;
  right: calc(23*(100vw/750));
  content: "";
  background: url(../img/SP_sect_box.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/*=======//section02==============================================*/

  
  /*==========================
      ボタン
=========================*/
.lp-button a {
    font-size: calc(26*(100vw/750));
    font-family: pragmatica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    padding: calc(23*(100vw/750)) calc(34*(100vw/750)) calc(19*(100vw/750));
    display: inline-block!important;
    color: #272727;
    border: 1px solid #8b8b8b;
    letter-spacing: 0.08em;
  }

  /*=======//ボタン==============================================*/


}

/*=====//SPのみ==============================*/