@charset "UTF-8";

html {
  font-size: 62.5%;
}


body {
  width: 100%;
}


img,
video,
svg {
  width: 100%;
  height: auto;
}


/* #FEMININITY-DRESS a {
  display: block;
} */

/*==========================
			共通
=========================*/

/*.back_pc{
    background: url(../img/pc.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 142rem;
    background-position-y: -43.1rem;
}*/


#issue_210910-sweet {
  /*  width: 142rem;*/
  margin: auto;
  /* margin-top: 2.7rem; */
  margin-bottom: 0rem;
  padding-bottom: 26.5rem;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  line-height: 1.85;
  font-family: lores-9-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #816e3d;
  background: linear-gradient(90deg, #efebe6 0%, #efebe6 50%, #d3cabd 50%, #d3cabd 100%);
}

.ta_c {
  text-align: center;
}

.sect-widt {
  width: 142rem;
  margin: auto;
}

/*==========================
          top
=========================*/
.top {
  margin: auto;
  margin-bottom: 29.5rem;
}

.top_img {
  width: 100%;
  margin: auto;
}

/*=======//top==============================================*/

/*==========================
      section01
=========================*/
.sect01 {
  width: 142rem;
  margin: 0 auto 31rem;
}

.model-content--01 {
  margin-left: 19rem;
  position: relative;
  width: 60rem;
}

.model-content--01 img {
  /* z-index: 2; */
  /* position: relative; */
}

.model-content--01::before {
  display: block;
  width: 30.2rem;
  height: 50.5rem;
  position: absolute;
  top: 18rem;
  right: -30rem;
  content: "";
  background: url(../img/img01_sub.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*=======//section01==============================================*/


/*==========================
      section02
=========================*/
.sect02 {
  margin-bottom: 31rem;
}

.model-content--02 {
  margin: auto;
  position: relative;
  width: 71rem;
}

.model-content--02::before {
  display: block;
  width: 9.9rem;
  height: 15.6rem;
  position: absolute;
  bottom: -7.8rem;
  left: -5.7rem;
  content: "";
  background: url(../img/img02_sub.png);
  background-repeat: no-repeat;
  background-size: contain;

}

/*=======//section02==============================================*/


/*==========================
      section03
=========================*/
.sect03 {
  width: 142rem;
  margin: 0 auto 51rem;
}

.model-content--03 {
  margin: auto;
  position: relative;
  width: 59.6rem;
  margin-left: 61.2rem;
}

.model-content--03::before {
  display: block;
  width: 39rem;
  height: 49rem;
  position: absolute;
  bottom: -26.2rem;
  left: -11.7rem;
  content: "";
  background: url(../img/img03_sub.png);
  background-repeat: no-repeat;
  background-size: contain;

}

/*=======//section03==============================================*/


/*==========================
      section04
=========================*/
.sect04 {
  margin-bottom: 31.4rem;
}

.model-content--04 {
  margin: auto;
  position: relative;
  width: 71rem;
}

.model-content--04::before {
  display: block;
  width: 9.9rem;
  height: 15.6rem;
  position: absolute;
  bottom: -11rem;
  left: 7rem;
  content: "";
  background: url(../img/img04_sub.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*=======//section04==============================================*/


/*==========================
      section05
=========================*/
.sect05 {
  width: 142rem;
  margin: 0 auto 33.5rem;
}

.model-content--05 {
  margin:
    auto;
  position: relative;
  width: 59.6rem;
  margin-left: 19.6rem;
}

/*=======//section05==============================================*/


/*==========================
      section06
=========================*/
.sect06 {
  margin-bottom: 35rem;
}

.model-content--06 {
  margin: auto;
  position: relative;
  width: 71rem;
}

.model-content--06::before {
  display: block;
  width: 10.6rem;
  height: 14.6rem;
  position: absolute;
  bottom: -12rem;
  right: 0;
  content: "";
  background: url(../img/img06_sub.png);
  background-repeat: no-repeat;
  background-size: contain;

}

/*=======//section06==============================================*/


/*==========================
      section07
=========================*/
.sect07 {
  margin-bottom: 37rem;
}

.sect07-BOX {
  width: 108rem;
  margin: auto;
  display: flex;
}

.model-content--07 {
  margin: auto;
  position: relative;
  width: 54rem;
}

.model-content--08 {
  margin: auto;
  position: relative;
  width: 54rem;
}

/*=======//section07==============================================*/


/*==========================
      スタッフ
=========================*/
.sect-staff {
  margin-bottom: 7rem;
}

.staff-BOX {
  margin-bottom: 24.4rem;
}

.last_img {
  width: 34.6rem;
  margin: auto;
}

/*=======//スタッフ==============================================*/

/*==========================
      ボタン
=========================*/

.lp-button a {
  font-size: 2.8rem;
  line-height: 1;
  color: #816e3d;
  letter-spacing: 0.08em;
}

/*=======//ボタン==============================================*/

/*==========================
		アニメーション
=========================*/

/*----------top ttl-------------------*/
/*.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}*/

.js-fade {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
}

.js-fade.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*----------//top ttl-------------------*/




/* アニメーション追加分 CSS */
.link__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 118, 106, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.link__wrapper__content {
  position: absolute;
  font-family: lores-9-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}

_:-ms-lang(x)::-ms-backdrop,
.link__wrapper__content {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: 55%;
}

_:-ms-lang(x)::-ms-backdrop,
.top_img .link__wrapper__content {
  margin-top: 30%;
}

.link__wrapper__content span {
  display: inline-block;
}

.link__wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}


.js-showLink {
  position: relative;
}

@media screen and (min-width: 561px) {
  .js-showLink:hover .link__wrapper {
    visibility: visible;
    opacity: 1;
    background-color: rgba(139, 118, 106, 0.7);
  }
}

@media screen and (max-width: 560px) {
  .js-showLink.click .link__wrapper {
    visibility: visible;
    opacity: 1;
    background-color: rgba(139, 118, 106, 0.7);
  }
}

/*=======//アニメーション=========================================*/

/*=====PCのみ==============================*/
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }


}

/*=====//PCのみ==============================*/

/*=====タブレットのみ==============================*/
@media screen and (min-width: 768px) and (max-width: 1420px) {
  html {
    font-size: calc(10*(100vw/1420)) !important;
  }

}

/*=====//タブレットのみ==============================*/

/*=====SPのみ==============================*/
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /*==========================
			共通
=========================*/

  /*.back_sp{
    background: url(../img/sp.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -174.8px;
    background-size: 100%;
} 
*/
  #issue_210910-sweet {
    /*  width: 142rem;*/
    margin: auto;
    /* margin-top: calc(167*(100vw/765)); */
    margin-bottom: calc(0*(100vw/765));
    padding-bottom: calc(230*(100vw/765));
    font-size: calc(24*(100vw/765));
    letter-spacing: 0.2em;
    line-height: 2.05;
    font-family: lores-9-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #816e3d;
    background: linear-gradient(90deg, #efebe6 0%, #efebe6 50%, #d3cabd 50%, #d3cabd 100%);
  }

  .ta_c {
    text-align: center;
  }

  .sect-widt {
    width: calc(765*(100vw/765));
    margin: auto;
  }

  .link__wrapper__content {
    position: absolute;
    font-family: lores-9-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(23*(100vw/765));
    line-height: 1.86;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
  }

  /*==========================
          top
=========================*/
  .top {
    margin: auto;
    margin-bottom: calc(220*(100vw/765));
  }

  .top_img {
    width: 100%;
    margin: auto;
    margin-bottom: calc(236*(100vw/765));
  }

  .SP_top_text-img {
    width: calc(500*(100vw/765));
    margin: auto;
  }

  /*=======//top==============================================*/

  /*==========================
      section01
=========================*/
  .sect01 {
    margin-bottom: calc(270*(100vw/765));
  }

  .model-content--01 {
    margin-left: calc(0*(100vw/765));
    position: relative;
    width: calc(540*(100vw/765));
  }

  .model-content--01::before {
    display: block;
    width: calc(230*(100vw/765));
    height: calc(383*(100vw/765));
    position: absolute;
    top: calc(195*(100vw/765));
    right: calc(-181*(100vw/765));
    content: "";
    background: url(../img/img01_sub.png);
    background-repeat: no-repeat;
    background-size: contain;

  }

  /*=======//section01==============================================*/


  /*==========================
      section02
=========================*/
  .sect02 {
    margin-bottom: calc(285*(100vw/765));
  }

  .model-content--02 {
    margin: auto;
    position: relative;
    width: calc(765*(100vw/765));
  }

  .model-content--02::before {
    display: block;
    width: calc(99*(100vw/765));
    height: calc(156*(100vw/765));
    position: absolute;
    bottom: calc(-106*(100vw/765));
    left: calc(93*(100vw/765));
    content: "";
    background: url(../img/img02_sub.png);
    background-repeat: no-repeat;
    background-size: contain;

  }

  /*=======//section02==============================================*/


  /*==========================
      section03
=========================*/
  .sect03 {
    margin-bottom: calc(370*(100vw/765));
  }

  .model-content--03 {
    margin: auto;
    position: relative;
    width: calc(540*(100vw/765));
    margin-left: calc(225*(100vw/765));
  }

  .model-content--03::before {
    display: block;
    width: calc(315*(100vw/765));
    height: calc(397*(100vw/765));
    position: absolute;
    bottom: calc(-215*(100vw/765));
    left: calc(-90*(100vw/765));
    content: "";
    background: url(../img/img03_sub.png);
    background-repeat: no-repeat;
    background-size: contain;

  }

  /*=======//section03==============================================*/


  /*==========================
      section04
=========================*/
  .sect04 {
    margin-bottom: calc(305*(100vw/765));
  }

  .model-content--04 {
    margin: auto;
    position: relative;
    width: calc(765*(100vw/765));
  }

  .model-content--04::before {
    display: block;
    width: calc(121*(100vw/765));
    height: calc(161*(100vw/765));
    position: absolute;
    bottom: calc(-104*(100vw/765));
    left: calc(128*(100vw/765));
    content: "";
    background: url(../img/img04_sub.png);
    background-repeat: no-repeat;
    background-size: contain;

  }

  /*=======//section04==============================================*/


  /*==========================
      section05
=========================*/
  .sect05 {
    margin-bottom: calc(280*(100vw/765));
  }

  .model-content--05 {
    margin: auto;
    position: relative;
    width: calc(595*(100vw/765));
    margin-left: calc(0*(100vw/765));
  }

  /*=======//section05==============================================*/


  /*==========================
      section06
=========================*/
  .sect06 {
    margin-bottom: calc(292*(100vw/765));
  }

  .model-content--06 {
    margin: auto;
    position: relative;
    width: calc(765*(100vw/765));
  }

  .model-content--06::before {
    display: block;
    width: calc(110*(100vw/765));
    height: calc(148*(100vw/765));
    position: absolute;
    bottom: calc(-134*(100vw/765));
    right: calc(164*(100vw/765));
    content: "";
    background: url(../img/img06_sub.png);
    background-repeat: no-repeat;
    background-size: contain;

  }

  /*=======//section06==============================================*/


  /*==========================
      section07
=========================*/
  .sect07 {
    margin-bottom: calc(250*(100vw/765));
  }

  .sect07-BOX {
    width: calc(504*(100vw/765));
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .model-content--07 {
    margin: auto;
    position: relative;
    width: calc(504*(100vw/765));
    margin-bottom: calc(120*(100vw/765));
  }

  .model-content--08 {
    margin: auto;
    position: relative;
    width: calc(504*(100vw/765));
  }

  /*=======//section07==============================================*/


  /*==========================
      スタッフ
=========================*/
  .sect-staff {
    margin-bottom: calc(76*(100vw/765));
  }

  .staff-BOX {
    margin-bottom: calc(228.5*(100vw/765));
  }

  .last_img {
    width: calc(305*(100vw/765));
    margin: auto;
  }

  /*=======//スタッフ==============================================*/

  /*==========================
      ボタン
=========================*/

  .lp-button a {
    font-size: calc(28*(100vw/765));
    color: #816e3d;
    letter-spacing: 0.08em;
  }

  /*=======//ボタン==============================================*/
}

/*=====//SPのみ==============================*/