html {
  scroll-behavior: initial;
}
html,
body {
  min-height: 100%;
  height: auto;
}

/* フォントサイズ */
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.f80 {
    font-size: 80px;
}

/* フォント変更 */
#snowWhite p {
    line-height: 2;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', 'MS PGothic', Osaka, arial, sans-serif;
}

.y-demi {
    font-weight: 600;
    font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.y-medi {
    font-weight: 500;
    font-family: "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gstd {
    font-family: 'Goudy Std';
}

/* 背景・テキスト色 */
/* margin調整 */
.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.sec-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}
#snowWhite {
  overflow: hidden;
}
/* 個別 */
#siteHeader {
    position: relative;
}
#snowWhite .sec-hero {
  background-color: #E0004D;
}
#snowWhite .sec-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
}
#snowWhite .sec-hero__fig img {
  width: 100%;
}
@keyframes slideUp {
  0% {transform: translateY(105%);}
  100% {transform: translateY(0%);}
}
#snowWhite .sec-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #E0004D;
}
#snowWhite .sec-title__inner:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 15px auto 0;
  height: 3px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  15% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  65% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#snowWhite .sec-title__inner {
  display: block;
}
#snowWhite .sec-subtitle {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', 'MS PGothic', Osaka, arial, sans-serif;
}
#snowWhite .sec-description {
  line-height: 1.6;
  font-size: 16px;
}
#snowWhite .item-tag {
  display: flex;
}
#snowWhite .item-tag p {
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  font-size: 9px;
  font-weight: bold;
  color: #E0004D;
  border: 1px solid #E77D7D;
  border-radius: 6px;
}
#snowWhite .item-name {
  font-size: 16px;
  font-weight: bold;
}
#snowWhite .item-info {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 9px;
  font-weight: bold;
  color: #E0004D;
}
#snowWhite .item-copy {
  font-size: 9px;
  font-weight: bold;
  color: #E77D7D;
}
#snowWhite .item-info + .item-info {
  margin-top: 0;
}
#snowWhite .item-info + .item-info + hr {
  margin-top: 10px;
}

#snowWhite .item-info span {
  font-size: 16px;
}
#snowWhite .item-line hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-style: solid;
  border-color: #E77D7D; 
}
#snowWhite .item-title {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #E0004D;
}
#snowWhite .item-line {
  position: relative;
}
#snowWhite .item-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  margin-bottom: 0;
  width: 55px;
  height: 70px;
  background: url(../../../images/lp/snow-white/leaf_1.png) no-repeat center / contain;
}
#snowWhite .item-desc {
  margin-bottom: 20px;
  text-align: left;
  font-size: 9px;
  font-weight: bold;
}

#snowWhite .more-btn {
  position: relative;
  display: block;
  max-width: 90%;
  width: 258px;
  padding: 14px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #EABAB2;
  color: #E0004D;
  font-size: 11px;
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 10px;
}
#snowWhite .more-btn .btnicon {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9.76563vw;
}
#snowWhite .more-btn .btnicon:before {
  -ms-transform: rotate(-45deg) skew(20deg, 20deg);
  -ms-transform-origin: left;
  -webkit-animation: arrow2 2s linear infinite;
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
  -webkit-transform-origin: left;
  animation: arrow2 2s linear infinite;
  border: solid 2px #E0004D;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 0.97656vw;
  position: absolute;
  right: 2px;
  top: 0.58594vw;
  transform: rotate(-45deg) skew(20deg, 20deg);
  transform-origin: left;
  width: 0.97656vw;
  will-change: transform;
}
#snowWhite .more-btn .btnicon:after {
  -webkit-animation: arrow 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: arrow 2s cubic-bezier(1, 0, 0, 1) infinite;
  background-color: #E0004D;
  content: "";
  height: 1px;
  position: absolute;
  right: 2px;
  top: 0.87891vw;
  width: 9.76563vw;
}
@media screen and (min-width: 768px) {
  #snowWhite .more-btn .btnicon {
    height: 5px;
    right: 13px;
  }
  #snowWhite .more-btn .btnicon:before {
    -ms-transform: rotate(-45deg) skew(20deg, 20deg);
    -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
    border-width: 1px;
    height: 5px;
    right: 3px;
    top: 1px;
    transform: rotate(-45deg) skew(20deg, 20deg);
    width: 5px;
  }
  #snowWhite .more-btn .btnicon:after {
      height: 1px;
      right: 2px;
      top: 2px;
      width: 33px;
  }
}
@keyframes arrow { 0% { -webkit-transform: scale(0, 1);
  -webkit-transform-origin: 0 0; transform: scale(0, 1);
          transform-origin: 0 0; }
35% { -webkit-transform: scale(1, 1);
  -webkit-transform-origin: 0 0; transform: scale(1, 1);
          transform-origin: 0 0; }
35.1% { -webkit-transform: scale(1, 1);
  -webkit-transform-origin: 100% 0; transform: scale(1, 1);
          transform-origin: 100% 0; }
70%, 100% { -webkit-transform: scale(0, 1);
  -webkit-transform-origin: 100% 0; transform: scale(0, 1);
          transform-origin: 100% 0; } }
@keyframes arrow-iphone { 0% {
    -webkit-transform-origin: 0 0;
    left: -1px;
            transform-origin: 0 0; width: 1px; }
  35% { width: 100%; }
  50% { }
  70% { left: auto;
    right: -1px;
    width: 1px; }
  100% { left: auto;
    right: -1px;
    width: 1px; } }

#snowWhite .more-btn:hover{
  background-color: #FFEFEC;
  opacity: 1;
}
#snowWhite .sec-intro {
  padding: 100px 0;
  background: url(../../../images/lp/snow-white/intro_bg.png) #F9EEEA no-repeat center top / 100% auto;
}
#snowWhite .sec-intro .top {
  position: relative;
  width: min(28%,418px);
  margin: 0 auto 5%;
  padding-top: 1px;
}
#snowWhite .sec-intro .top.model {
  width: min(38%,558px);
  margin-bottom: 8%;
}
#snowWhite .sec-intro .top .mirror {
  width: 100%; 
}
#snowWhite .sec-intro .top .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  margin-top: -8%;
  margin-left: -21%;
}
#snowWhite .sec-intro .top .fu {
  position: absolute;
  bottom: 7%;
  left: 100%;
  width: 23%; 
}
#snowWhite .sec-intro .bottom {
  display: flex;
}
#snowWhite .sec-intro .bottom .img {
  position: relative;
  width: 45%;
  padding: 16% 9% 5%;
  box-sizing: border-box;
}

#snowWhite .sec-intro .bottom .img .heart_1 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 16%;
}
#snowWhite .sec-intro .bottom .img .heart_2 {
  position: absolute;
  top: 14%;
  left: 76%;
  width: 20%;
}
#snowWhite .sec-intro .bottom .img .character {
  width: 90%;
}
#snowWhite .sec-intro .bottom .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}
#snowWhite .sec-intro .bottom .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../../../images/lp/snow-white/intro_apple.png) no-repeat center / contain;
}
#snowWhite .sec-intro .bottom .txt .inner {
  padding: 5%;
  position: relative;
}
#snowWhite .sec-intro .bottom .txt .sec-title {
  padding: 0;
  margin: 10% 0 5%;
  font-size: 20px;
  font-weight: bold;
  color: #E0004D;
  line-height: 2;
  text-align: center;
}
#snowWhite .sec-intro .bottom .txt .sec-description {
  line-height: 2.2;
  padding-top: 5%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #C44B65;
  border-top: 2px solid #C44B65;
}

#snowWhite .sec-fragrance {
  position: relative;
  padding: 4.7% 1%;
  background-color: #FFDCD9;
  color: #fff
}
#snowWhite .sec-fragrance:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 27%;
  transform: translate(-50%,-40%);
  padding-bottom: 13%;
  background: url(../../../images/lp/snow-white/ribbon.png) no-repeat center / 100% 100%;
  z-index: 1;
  pointer-events: none;
}
#snowWhite .sec-fragrance .sec-outer {
  max-width: 1440px;
  margin: 0 auto;
}
#snowWhite .sec-fragrance .sec-inner {
  padding: 5% 3%;
  box-sizing: border-box;
  background: url(../../../images/lp/snow-white/fragrance_bg.png) no-repeat center / 100% 100%;
}
#snowWhite .sec-fragrance .sec-title {
  padding: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#snowWhite .sec-fragrance p {
  font-size: 16px;
  line-height: 2.2;
}
#snowWhite .sec-fragrance .top {
  margin-bottom: 5%;
}
#snowWhite .sec-fragrance .bottom {
  display: flex;
  padding-top: 5%;
  border-top: 2px solid #fff;
}

#snowWhite .sec-lineup {
  padding: 8% 5%;
}
#snowWhite .sec-lineup .sec-outer {
  border: 6px solid #F9EEEA;
  padding: 23px;
}
#snowWhite .sec-lineup .sec-inner {
  background-color: #F9EEEA;
}
#snowWhite .sec-lineup .sec-inner {
  padding: 60px 10px;
}
#snowWhite .sec-lineup .sec-title {
  margin-bottom: 60px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #E0004D;
}
#snowWhite .sec-lineup .sec-subtitle {
  color: #C44B65
}
#snowWhite .sec-lineup .sec-wrap {
  margin: 0 auto;
}
#snowWhite .sec-lineup .body-products {
  width: 68%;
  margin-bottom: 120px;
}
#snowWhite .sec-lineup .accessories {
  width: 50%;
  margin-bottom: 120px;
}
#snowWhite .sec-lineup .gift {
  width: 78%;
}
#snowWhite .sec-lineup .sec-list {
  display: flex;
  flex-wrap: wrap;
}
#snowWhite .sec-lineup .sec-list .item img {
  width: 100%;
}
#snowWhite .sec-lineup .sec-list .item a {
  text-decoration: none;
}
#snowWhite .sec-lineup .sec-list .item .item-txt {
  margin: 10px -15px;
}
#snowWhite .sec-lineup .sec-list .item .item-txt:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px auto 0;
  border-left: 2px solid #E77D7D;
  border-bottom: 2px solid #E77D7D;
  transform: rotate(-45deg);
}
#snowWhite .sec-lineup .sec-list .item .item-txt .en {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#snowWhite .sec-lineup .sec-list .item .item-txt .ja {
  font-size: 11px;
  font-weight: bold;
  color: #E0004D
}
#snowWhite .sec-lineup .item {
  padding: 15px;
  box-sizing: border-box;
}
#snowWhite .sec-lineup .body-products .item {
  width: 20%;
}
#snowWhite .sec-lineup .accessories .item {
  width: 25%;
}
#snowWhite .sec-lineup .gift .item {
  width: 16.6666%;
}
#snowWhite .sec-img img {
  width: 100%;
  vertical-align: middle;
}
#snowWhite .sec-body {
  padding: 210px 10px 10px;
}
#snowWhite .sec-body .sec-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
#snowWhite .sec-body .sec-inner .ribbon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25%;
  transform: translate(-70%,-50%);
}
#snowWhite .sec-body .sec-inner .ribbon img {
  width: 100%;
}
#snowWhite .sec-body .sec-inner .apple {
  content: "";
  position: absolute;
  top: 56%;
  left: 100%;
  display: block;
  width: 15%;
  transform: translate(0,0) rotate(20deg);
}
#snowWhite .sec-body .sec-inner .apple img {
  width: 100%;
}
#snowWhite .sec-body .sec-title {
  padding: 0;
  margin-bottom: 120px;
  font-size: 24px;
  font-weight: bold;
  color: #E0004D;
}
#snowWhite .sec-body .container-wrap {
  display: flex;
  max-width: 964px;
  margin: 0 auto 20px;
}
#snowWhite .sec-body .container-wrap.reverse {
  flex-direction: row-reverse;
}
#snowWhite .sec-body .container-wrap .left-block {
  width: 45%;
  background: url(../../../images/lp/snow-white/body_item_bg_1.png) no-repeat center / contain;
}
#snowWhite .sec-body .container-wrap.reverse .left-block {
  background: url(../../../images/lp/snow-white/body_item_bg_2.png) no-repeat center / contain;
}
#snowWhite .sec-body .container-wrap .left-block img {
  width: 100%;
}
#snowWhite .sec-body .container-wrap .right-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}
#snowWhite .sec-body .container-wrap .right-block .wrap {
  width: 90%;
}

#snowWhite .sec-accessories {
  padding: 90px 10px 300px;
}
#snowWhite .sec-accessories .item-slider {
  max-width: 100%;
  width: 655px;
  margin: 0 auto
}
#snowWhite .sec-accessories .item-slider-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
#snowWhite .sec-accessories .item {
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
}
#snowWhite .sec-accessories .item-img {
  position: relative;
  margin-bottom: -5%;
}
#snowWhite .sec-accessories .item-img:before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  transform: translate(-50%,-50%);
  background: rgb(249 233 231);
  box-shadow: 0 0 30px 30px rgb(249 233 231);
}
#snowWhite .sec-accessories .item-name {
  position: relative;
}
#snowWhite .sec-accessories .item-info {
  position: relative;
}
#snowWhite .sec-accessories .item-copy {
  position: relative;
}
#snowWhite .sec-accessories hr {
  position: relative;
  margin-top: 5px;
}
#snowWhite .sec-accessories .item-title {
  position: relative;
}
#snowWhite .sec-accessories .item-desc {
  position: relative;
}
#snowWhite .sec-accessories .item-btns {
  display: flex;
  gap: 20px;
}
#snowWhite .sec-accessories img {
  position: relative;
  width: 100%;
}
#snowWhite .sec-accessories .next {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 40%;
  margin-right: 20px;;
  width: 75px;
  height: 75px;
  border-right: 2px solid #E0004D;
  border-bottom: 2px solid #E0004D;
  transform: rotate(-45deg);
  cursor: pointer;
  z-index: 99;
}
#snowWhite .sec-accessories .prev {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40%;
  margin-left: 20px;
  width: 75px;
  height: 75px;
  border-left: 2px solid #E0004D;
  border-bottom: 2px solid #E0004D;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 99;
}
#snowWhite .sec-accessories .sec-inner .character {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  transform: translate(-100%,50%);
}

#snowWhite .sec-campaign {
  padding: 160px 10px 40px;
  background: url(../../../images/lp/snow-white/campaign_bg.png) #F9EEEA center / 50%;
  background-attachment: fixed;
}
#snowWhite .sec-campaign .sec-inner {
  position: static;
  margin: 0 auto;
}
#snowWhite .sec-campaign .sec-title {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(60%,906px);
  height: min(12%,169px);
  transform: translate(-50%,-30%);
  color: transparent;
  background: url(../../../images/lp/snow-white/campaign_title.png) no-repeat center / contain;
}
#snowWhite .sec-campaign .sec-img {
  max-width: 645px;
  margin: 0 auto 5%;
}
#snowWhite .sec-campaign .sec-txt {
  width: 740px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 20px;
  color: #F9EEEA;
  background: url(../../../images/lp/snow-white/campaign_textbox.png) no-repeat center / contain;
}
#snowWhite .sec-campaign .sec-txt span {
  display: block;
  color: #EABAB2;
}
#snowWhite .sec-campaign .more-btn {
  width: 328px;
  margin-top: 40px;
  font-size: 16px;
  padding: 20px;
  border-radius: 8px;
}
#snowWhite .sec-campaign .more-btn:after {
  width: 60px;
  height: 10px;
}

#snowWhite .sec-gift {
  padding: 160px 100px 60px;
  background-color: #E0004D;
}
#snowWhite .sec-gift .sec-inner {
  position: relative;
  max-width: 1230px;
  padding: 70px 90px 170px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
#snowWhite .sec-gift .container-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#snowWhite .sec-gift .container-wrap .img-block {
  position: relative;
  width: 40%;
}
#snowWhite .sec-gift .container-wrap .item-copy {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 2%;
  margin-right: 15%;
}
#snowWhite .sec-gift .container-wrap .img-block img {
  width: 100%;
}
#snowWhite .sec-gift .container-wrap .txt-block {
  width: 60%;
}
#snowWhite .sec-gift .container-wrap .txt-block .wrap {
  margin-left: 5%;
  max-width: 466px;
}
#snowWhite .sec-gift .viewall-btn {
  display: block;
  width: 398px;
  max-width: 90%;
  padding: 24px;
  line-height: 1.4;
  margin: 60px auto 0;
  text-align: center;
  text-decoration: none;
  background-color: #EABAB2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
}
#snowWhite .sec-gift .viewall-btn:hover{
  background-color: #FFEFEC;
  opacity: 1;
}
#snowWhite .sec-gift .sec-inner .leaf {
  content: "";
  position: absolute;
  top: 0;
  right: 2%;
  display: block;
  width: 16%;
  transform: translateY(-20%);
}
#snowWhite .sec-gift .sec-inner .leaf img {
  width: 100%;
}
#snowWhite .sec-gift .sec-inner .character {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20%;
  transform: translate(-20%,20%);
}
#snowWhite .sec-gift .sec-inner .character img {
  width: 100%;
}



#snowWhite .sec-about .sec-about__title .font-ja {
  font-size: 30px;
    
}

#snowWhite .sec-about .sec-about__txt {
    margin-bottom: 40px;
}

#snowWhite .sec-about .sec-about__inner {
    background: none;
}

#snowWhite .sec-about .sec-about__btn {
    margin: 10px auto;
    background-color: #000;
    border-radius: 50px;
    color: #fff
}

.sec-footer {
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .f12 {
      font-size: 12px;
    }
  
    .f14 {
      font-size: 12px;
    }
  
    .f15 {
      font-size: 12px;
    }
  
    .f18 {
      font-size: 16px;
    }
  
    .f20 {
      font-size: 18px;
    }
  
    .f30 {
      font-size: 24px;
    }
  
    .f40 {
      font-size: 28px;
    }
  
    .f80 {
      font-size: 40px;
    }
  
    /* margin調整 */
    .mb40 {
      margin-bottom: 20px;
    }
  
    .mb50 {
      margin-bottom: 25px;
    }
  
    .mb70 {}
  
    .mb100 {
      margin-bottom: 50px;
    }
  
    .mt100 {
      margin-top: 50px;
    }

    #snowWhite .sec-title {
      font-size: 11px;
    }
    #snowWhite .sec-subtitle {
      line-height: 1.8;
      font-size: 11px;
    }
    #snowWhite p {
      font-size: 8px;
    }
    #snowWhite .item-name {
      font-size: 10px;
    }
    #snowWhite .item-info {
      font-size: 6px;
    }
    #snowWhite .item-info span {
      font-size: 10px;
    }
    #snowWhite .item-line hr {
      margin: 15px 0;
    }
    #snowWhite .item-line:after {
      width: 33px;;
      height: 42px;;
    }
    #snowWhite .item-title {
      font-size: 10px
    }
    #snowWhite .item-desc {
      font-size: 6px;
    }
    #snowWhite .item-tag {
      margin-top: -20px;
      transform: translateY(120%);
    }
    #snowWhite .item-tag p {
      font-size: 8px;
    }

    #snowWhite .more-btn .btnicon {
      right: 5%;
      overflow: visible;
    }
    #snowWhite .more-btn .btnicon:before {
      top: 0;
      transform: rotate(-45deg) skew(20deg, 20deg) translateY(-50%);
    }
    #snowWhite .more-btn .btnicon:after{
      top:0 ;
    }

    #snowWhite .sec-intro {
      padding: 40px 0;
      background-position: 20% top;
      background-size: 180vw;
    }
    #snowWhite .sec-intro .top {
      width: 50%;
    }
    #snowWhite .sec-intro .top.model {
      width: 55%;
    }
    #snowWhite .sec-intro .top .fu {
      bottom: 0;
      transform: translateY(10vw);
      width: 40%;
    }
    #snowWhite .sec-intro .bottom {
      display: block;
    }
    #snowWhite .sec-intro .bottom .img {
      padding: 50% 40% 5% 10%;
      width: 100%;
    }
    #snowWhite .sec-intro .bottom .img .heart_1 {
      width: 12%;;
      top: 25%;
      left: 70%;
    }
    #snowWhite .sec-intro .bottom .img .heart_2 {
      top: 35%;
      left: 55%;
    }
    #snowWhite .sec-intro .bottom .img .character {
      width: 100%;
    }
    #snowWhite .sec-intro .bottom .txt {
      width: 100%;
      min-height: 100vw;;
    }
    #snowWhite .sec-intro .bottom .txt:before {
      background-size: 100%;
    }
    #snowWhite .sec-intro .bottom .txt .inner {
    }
    #snowWhite .sec-intro .bottom .txt .sec-title {
      font-size: 10px;
    }
    #snowWhite .sec-intro .bottom .txt .sec-description {
      font-size: 8px;
    }
    #snowWhite .sec-fragrance {
      padding: 10% 5%;
    }
    #snowWhite .sec-fragrance:after {
      width: 48%;
      padding-bottom: 25%;
    }
    #snowWhite .sec-fragrance .sec-inner {
      padding: 10% 5%;
      background: url(../../../images/lp/snow-white/fragrance_bg_sp.png) no-repeat center / 100% 100%;
    }
    #snowWhite .sec-fragrance .sec-title {
      font-size: 11px;
    }
    #snowWhite .sec-fragrance p {
      font-size: 8px;
    }
    #snowWhite .sec-fragrance .bottom {
      position: relative;
      display: block;
      padding-top: 2%;
      border-top: 1px solid #fff;
    }
    #snowWhite .sec-fragrance .bottom .tri {
      width: 60%;
      margin: 15% auto 0;
    }
    #snowWhite .sec-fragrance .bottom .tiare {
      position: absolute;
      top: 5%;
      left: 65%;
      width: 23%;
    }
    #snowWhite .sec-fragrance .bottom .orange {
      position: absolute;
      top: 19%;
      left: 0;
      width: 20%;
    }
    #snowWhite .sec-fragrance .bottom .peach {
      position: absolute;
      top: 44%;
      right: -2%;
      width: 23%;
    }

    #snowWhite .sec-lineup {
      padding: 18% 6%;
    }
    #snowWhite .sec-lineup .sec-outer {
      border-width: 3px;
      padding: 10px;
    }
    #snowWhite .sec-lineup .sec-inner {
      padding: 30px;
    }
    #snowWhite .sec-lineup .body-products,
    #snowWhite .sec-lineup .accessories,
    #snowWhite .sec-lineup .gift {
      width: 100%;
      margin-bottom: 15%;
    }
    #snowWhite .sec-lineup .item {
      padding: 10px;
    }
    #snowWhite .sec-lineup .sec-list .item .item-txt .en {
      font-size: 10px;
    }
    #snowWhite .sec-lineup .sec-list .item .item-txt .ja {
      font-size: 11px;
    }
    #snowWhite .sec-lineup .sec-list .item .item-txt:after {
      width: 10px;
      height: 10px;
      margin-top: 5px;
      border-left-width: 1px;
      border-bottom-width: 1px;
    }
    #snowWhite .sec-lineup .body-products .item,
    #snowWhite .sec-lineup .accessories .item,
    #snowWhite .sec-lineup .gift .item {
      width: 50%;
    }

    #snowWhite .sec-body {
      padding: 12% 6%;
    }
    #snowWhite .sec-body .sec-inner .ribbon {
      transform: translate(-10%, -40%);
      width: 20%;
    }
    #snowWhite .sec-body .sec-inner .apple {
      top: 60%;
      left: 91%;
      width: 13%;
    }
    #snowWhite .sec-body .sec-title {
      margin-bottom: 25px;
      font-size: 11px;
    }
    #snowWhite .sec-body .container-wrap {
      display: block;
      margin-bottom: 40px;
    }
    #snowWhite .sec-body .container-wrap .left-block {
      width: 100%;
    }
    #snowWhite .sec-body .container-wrap .right-block {
      width: 100%;
    }
    
    #snowWhite .sec-accessories {
      padding: 10% 0 35%;
    }
    #snowWhite .sec-accessories .swiper-wrapper {
      height: auto;
    }
    #snowWhite .sec-accessories .item {
      width: 70%;
      margin: 0 auto;
    }
    #snowWhite .sec-accessories .next {
      width: 35px;
      height: 35px;
    }
    #snowWhite .sec-accessories .prev {
      width: 35px;
      height: 35px;
    }
    #snowWhite .sec-accessories .sec-inner .character {
      width: 25%;
      transform: translate(5vw, 100%);
    }
    #snowWhite .sec-accessories .item-btns {
      display: block;
    }

    #snowWhite .sec-campaign {
      padding: 8% 6% 6%;
      background-size: 80%;
      background-attachment: scroll;
    }
    #snowWhite .sec-campaign .sec-title {
      width: 62%;
      height: 11%;
      transform: translate(-50%, -40%);
    }
    #snowWhite .sec-campaign .sec-img {
      width: 60%;
    }
    #snowWhite .sec-campaign .sec-txt {
      padding: 6% 0;
      max-width: 85%;
    }
    #snowWhite .sec-campaign .more-btn {
      width: 60%;
      box-sizing: border-box;
      font-size: 10px;
    }

    #snowWhite .sec-gift {
      padding: 16% 8%;
    }
    #snowWhite .sec-gift .sec-inner {
      padding: 16% 8%;
    }
    #snowWhite .sec-gift .container-wrap {
      display: block;
    }
    #snowWhite .sec-gift .container-wrap .img-block {
      width: 100%;
    }
    #snowWhite .sec-gift .container-wrap .txt-block {
      width: 100%;
    }
    #snowWhite .sec-gift .viewall-btn {
      max-width: 70%;
      font-size: 12px;
    }


    #snowWhite .sec-about {
      margin: 0 auto;
      width: 100%;
    }
    #snowWhite .sec-about__logo {
      width: 30vw;
      ;
    }
  
    #snowWhite .sec-about__logo img,
    #snowWhite .sec-about__logo .lalineLogo {
      height: 30vw !important;
    }
  
    #snowWhite .sec-about__title {
      margin-bottom: 10px;
    }
  
    #snowWhite .sec-about .sec-about__title .font-ja {
      font-size: 18px;
    }
  
    #snowWhite .sec-about .sec-about__inner {
      box-sizing: border-box;
    }
  
    #snowWhite .sec-about .sec-about__txt {
      text-align: left;
      font-size: 12px;
      margin-bottom: 10px;
    }
  
    #snowWhite .sec-about .sec-about__txt br {
      display: none;
    }
  }