@charset "UTF-8";
@font-face {
font-family: "Times New Roman";
src: url("<%= Constants.PATH_ROOT %>Contents/font/TIMES.TTF")
}

#Wrap{
  width: 100%;
}

.wrapBottom,
.wrapTop{
  width: 100%;
}

main {
  width: 100%;
}

.LP_page li {
  list-style: none;
}

.LP_page a:hover {
  transition: opacity .25s;
  opacity: .65;
}

.contents_inner{
  padding-top: 0!important;
}

/*all----------------------------*/
html {
  font-size: 62.5%;
}

.LP_page * {
  box-sizing: border-box;
}

.LP_page {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-image: url(../../SilkyDayEssenceUV/img/bg-pc.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #8faadc;
  font-family: yu-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #7795A7;
}

.page_inner {
  margin: 0 auto;
}

.LP_page picture,
.LP_page a {
  color: #FFF;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page iframe {
  width: 100%;
  height: 100%;
}

h2,h3,h4 {
  font-weight: normal;
}

footer {
  position: relative;
  z-index: 1;
}

.flexbox{
  display: flex;
}

.fw200{
  font-weight: 200;
}

.action {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity .8s, transform .8s;
}

.action.active {
  opacity: 1;
  transform: translate(0,0);
}

.delay.first {
  transition-delay: .3s;
}

.delay.second {
  transition-delay: .6s;
}

.delay.third {
  transition-delay: .9s;
}

#share img {
  width: 40%;
}

#share{
  right: inherit!important;
  left: 5%;
  bottom: 2%!important;
}

/*----------------------------all*/

/*mv-----------------------------*/
.heading {
  margin-bottom: 10rem;
  padding-top: 0;
  text-align: center;
}

.heading_img {
  width: 60rem;
  margin: auto;
  margin-bottom: -4.7rem;
  animation: mvfade 0.7s ease-in-out forwards;
  opacity: 0;
}

@keyframes mvfade {
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.heading_ttl{
  margin-bottom: 2.3rem;
  font-family: "Times New Roman", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
  line-height: 1.1375;
  letter-spacing: 0.05em;
  color: #5C596C;
  animation: mvfade2 .8s 1s ease-in-out forwards;
  opacity: 0;
}

@keyframes mvfade2 {
  0%{
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading_sub_ttl{
  margin-bottom: 4.5rem;
  font-size: 1.8rem;
  line-height: 1.3333;
  color: #5C596C;
  animation: mvfade3 .8s 1.5s ease-in-out forwards;
  opacity: 0;
  text-align: center;
}

@keyframes mvfade3 {
  0%{
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.heading_days_area{
  justify-content: center;
  margin: auto;
  gap: 4rem;
  color: #7795A7;
  animation: mvfade4 .8s 2s ease-in-out forwards;
  opacity: 0;
}

@keyframes mvfade4 {
  0%{
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading_days{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.3333;
}

.heading_days .info{
  margin-right: 1rem;
  padding: 0 0.5rem;
  width: 10.3rem;
  border: 0.1rem solid #7795A7;
  border-radius: 0.5rem;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
}

.buy_btn_area{
  position: relative;
}

.buy_now.fixed{
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  padding: 1rem 0;
  width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #98B6C7;
  border-radius: 3rem;
  z-index: 99;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}

.buy_now.fixed span{
  margin-left: 2.5rem;
  font-family: "cormorant-garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3333;
  letter-spacing: 0.05em;
  color: #FFF;
}

.buy_icon{
  position: absolute;
  display: inline-block;
  width: 2.2rem;
  top: 0.7rem;
  left: 0.3rem;
}

/*1段目*/

.product_area{
  text-align: center;
  background: rgba(255,255,255,0.4);
}

.product_area.product_area_top{
  margin-bottom: 10.5rem;
  padding: 9rem 0;
}

.product_area .content_txt{
  margin-bottom: 3.8rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #727171;
  text-align: center;
}

.content_list{
  width: 74.7rem;
  margin: auto;
  gap: 4.4rem;
}

.content_list .content_img{
  width: 25.6rem;
}

.content_list .content_inner{
  margin-top: 4.3rem;
  width: 38.5rem;
}

.content_inner .item_sub_name{
  margin-bottom: 0.4rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-size: 2rem;
  color: #727171;
  text-align: center;
}

.content_inner .item_name{
  margin-bottom: 1.2rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-size: 2.2rem;
  line-height: 1.425;
  color: #727171;
  text-align: center;
}

.content_inner .item_price{
  margin-bottom: 2.3rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-size: 1.8rem;
  color: #727171;
  text-align: center;
}

.item_price .tax{
  font-size: 1.4rem;
  line-height: 1.3571;
}

.item_features_list{
  width: 30.9rem;
  margin: auto;
  margin-bottom: 4rem;
  gap: 1.3rem;
}

.item_feature{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  height: 9.5rem;
  border: 0.1rem solid #7795A7;
  border-radius: 50%;
}

.item_feature p{
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #7795A7;
  text-align: center;
}

.buy_btn{
  margin: auto;
  margin-bottom: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 6.4rem;
  border-radius: 200rem;
  background: #98B6C7;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #FFF;
}

/*
.buy_btn p{
  width: 35rem;
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #FFF;
}*/

.buy_btn a{
  display: block;
}

.note{
  font-size: 1.2rem;
  color: #727171;
  text-align: right;
}

/*2段目*/

.efficacy_area{
  margin: auto;
  margin-bottom: 10rem;
  padding-top: 7.6rem;
  padding-bottom: 7.8rem;
  width: 95rem;
  text-align: center;
  color: #727171;
  background: rgba(255,255,255,0.8);
}

.efficacy_area .content_ttl{
  margin-bottom: 0.8rem;
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

.efficacy_area .content_sub_ttl{
  margin-bottom: 2.7rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  text-align: center;
}

.content_care_list{
  width: 71rem;
  margin: auto;
  margin-bottom: 5.5rem;
}

.care_inner{
  padding-top: 7.7rem;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
}

.care_inner.red{
  background: rgba(253,239,245,0.5);
  margin-right: -2rem;
}

.care_inner.green{
  background: rgba(235,245,236,0.5);
}

.care_inner.blue{
  background: rgba(234,246,253,0.5);
  margin-left: -2rem;
}

.care_ttl{
  margin-bottom: 0.7rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.08em;
  text-align: center;
}

.care_txt{
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.7692;
  text-align: center;
}

.ingredient_area{
  margin: auto;
  margin-bottom: 5.6rem;
  padding-top: 5rem;
  padding-bottom: 5.4rem;
  width: 71rem;
  background-color: #FDFDFA;
  border-radius: 1rem;
}

.efficacy_area .ingredient_area .content_sub_ttl{
  margin-bottom: 2rem;
  text-align: center;
}

.ingredient_list{
  width: 71rem;
  margin: auto;
  margin-bottom: 5.6rem;
  gap: 2rem;
}

.ingredient_inner{
  width: 34.5rem;
  background: radial-gradient(#FFF, #ECF7FA);
  border-radius: 1rem;
}

.efficacy_area .ingredient_area .content_txt{
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.ingredient_inner{
  padding-top: 2.2rem;
  padding-bottom: 2rem;
}

.ingredient_ttl{
  margin-bottom: 0.7rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}

.ingredient_txt{
  width: 29.5rem;
  margin: auto;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7142;
  letter-spacing: 0.05em;
  text-align: left;
}

.ingredient_list .note{
  width: 32rem;
  text-align: right;
}

.item_list{
  width: 77rem;
  margin: auto;
  margin-top: 3rem;
  gap: 1rem;
}

.item_inner{
  width: 10rem;
  height: 10rem;
  background-image: url(../../SilkyDayEssenceUV/img/icon_bgpc.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.item_inner p{
  padding-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.4285;
  letter-spacing: 0.05em;
  text-align: center;
}

.item_inner .two_txt{
  padding-top: 3rem;
}

/*3段目*/

.product_area{
  text-align: center;
  background: rgba(255,255,255,0.4);
}

.product_area.product_area_bottom{
  margin-bottom: 10rem;
  padding: 8rem 0;
}

/*4段目*/

.sec04{
  padding-top: 5.5rem;
  padding-bottom: 3.8rem;
  width: 80rem;
  margin: auto;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  color: #727171;
}

.sec04 .content_ttl{
  margin-bottom: -0.3rem;
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}

.sec04 .content_sub_ttl{
  margin-bottom: 2.5rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E, yumin, メイリオ", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5714;
  text-align: center;
}

.reserve_txt{
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.61111;
  color: #7795A7;
}

.reserve_txt .reserve{
  margin-right: 1rem;
  padding: 0 0.5rem;
  width: 8.6rem;
  border: 0.1rem solid #7795A7;
  border-radius: 0.3vw;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: center;
}

.sec04 .lead{
  width: 12rem;
  margin: auto;
  margin-bottom: 0.6rem;
  position: relative;
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2222;
}

.sec04 .lead_shop{
  margin-bottom: 0;
}

.sec04 .lead_shop_bottom{
  margin-bottom: 0.4rem;
}

.sec04 .store_list.web_store{
  line-height: 1.7142;
}

.sec04 .txt_border{
  position: absolute;
  top: 1rem;
  width: 2rem;
  border-bottom: 0.1rem solid #AAAAAA;
}

.sec04 .txt_border.web._left{
  left: 1rem;
}

.sec04 .txt_border.web._right{
  right: 1rem;
}

.sec04 .txt_border.store._left{
  left: 0;
}

.sec04 .txt_border.store._right{
  right: 0;
}

.sec04 .lead_brand{
  margin-bottom: 2.4rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5714;
  text-align: center;
}

.sec04 .store_list{
  margin-bottom: 1.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.sec04 .store_list a{
  color: #727171;
}

/*--------------------following-nav*/
/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {

.contents{
  position: relative;
  z-index: 0;
}

.bg{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../../SilkyDayEssenceUV/img/bg-sp.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

.LP_page{
  background-image: url(../../SilkyDayEssenceUV/img/bg-s.jpg);
  padding-top: 0;
  padding-bottom: calc(60 * (100vw / 375));
  font-family: yu-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  background-size: cover;
}

.share-txt {
  display: none;
}

/*all----------------------------*/
.only_pc {
  display: none;
}

.page_inner {
  width: 100%;
  margin: 0 auto;
}

/*----------------------------all*/

.flexbox{
  flex-direction: column;
}

.heading {
  margin-bottom: calc(60 * (100vw / 375));
  padding-top: calc(30 * (100vw / 375));
  text-align: center;
}

.heading_img {
  width: calc(315 * (100vw / 375));
  margin-bottom: calc(40 * (100vw / 375));
}

.heading_ttl{
  margin-bottom: calc(18 * (100vw / 375));
  font-size: calc(35 * (100vw / 375));
  letter-spacing: 0.02em;
  animation: mvfade2 .67s 0.8s ease-in-out forwards;
}

.heading_sub_ttl{
  margin-bottom: calc(36 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
  line-height: 1.3333;
  color: #5C596C;
  animation: mvfade3 .67s 1.4s ease-in-out forwards;
}

.heading_days_area{
  width: calc(246 * (100vw / 375));
  gap: calc(10 * (100vw / 375));
  animation: mvfade4 .67s 1.8s ease-in-out forwards;
}

.heading_days{
  font-size: calc(18 * (100vw / 375));
  line-height: 1.61111;
  margin-right: auto;
}

.heading_days .info{
  margin-right: calc(10 * (100vw / 375));
  padding: 0;
  width: calc(91 * (100vw / 375));
  border: 1px solid #7795A7;
  border-radius: calc(5 * (100vw / 375));
  font-size: calc(17 * (100vw / 375));
  line-height: 1.45;
}

.buy_now.fixed{
  position: fixed;
  bottom: calc(10 * (100vw / 375));
  right: calc(10 * (100vw / 375));
  padding: calc(10 * (100vw / 375)) 0;
  width: calc(160 * (100vw / 375));
  border-radius: calc(24 * (100vw / 375));
  z-index: 5;
  filter: drop-shadow(5px 5px 5px rgba(160, 160, 160, 0.3));
}

.buy_now.fixed span{
  margin-left: calc(30 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
  top: calc(8 * (100vw / 375));
}

.buy_icon{
  width: calc(22 * (100vw / 375));
  margin-right: calc(6.8 * (100vw / 375));
  margin-bottom: calc(3 * (100vw / 375));
}

/*1段目*/

.product_area.product_area_top{
  margin-bottom: calc(60 * (100vw / 375));
  padding-top: calc(54 * (100vw / 375));
  padding-bottom: calc(60 * (100vw / 375));
}

.product_area .content_txt{
  margin-bottom: calc(32 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
}

.content_list{
  position: relative;
  width: 100%;
  gap: calc(16.8 * (100vw / 375));
}

.content_list .content_img{
  width: calc(211.6 * (100vw / 375));
  margin-left: calc(56 * (100vw / 375));
}

.content_list .content_inner{
  margin: auto;
  margin-top: 0;
  width: 100%;
}

.content_inner .item_sub_name{
  margin-bottom: 0;
  font-size: calc(16 * (100vw / 375));
}

.content_inner .item_name{
  margin-bottom: calc(7 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
  line-height: 1.61111;
}

.content_inner .item_price{
  margin-bottom: calc(26 * (100vw / 375));
  font-size: calc(15 * (100vw / 375));
}

.item_price .tax{
  font-size: calc(12 * (100vw / 375));
  line-height: 1.666;
}

.item_features_list{
  width: calc(309 * (100vw / 375));
  margin-bottom: calc(24 * (100vw / 375));
  gap: calc(12 * (100vw / 375));
  flex-direction: inherit;
}

.item_feature{
  width: calc(95 * (100vw / 375));
  height: calc(95 * (100vw / 375));
  border: 1px solid #7795A7;
}

.item_feature p{
  font-size: calc(14 * (100vw / 375));
  line-height: 1.4285;
}

.buy_btn{
  margin-bottom: 0;
  width: calc(335 * (100vw / 375));
  height: calc(64 * (100vw / 375));
  border-radius: 200rem;
  font-size: calc(20 * (100vw / 375));
}

.buy_btn p{
  width: calc(335 * (100vw / 375));
}

.note{
  position: absolute;
  top: calc(-26 * (100vw / 375));
  right: calc(30 * (100vw / 375));
  font-size: calc(12 * (100vw / 375));
  color: #727171;
  text-align: right;
}

/*2段目*/

.efficacy_area{
  margin-bottom: calc(80 * (100vw / 375));
  padding-top: calc(47 * (100vw / 375));
  padding-bottom: calc(50 * (100vw / 375));
  width: calc(335 * (100vw / 375));
  text-align: center;
  overflow: hidden;
}

.efficacy_area .content_ttl{
  margin-bottom: calc(4 * (100vw / 375));
  font-size: calc(32 * (100vw / 375));
}

.efficacy_area .content_sub_ttl{
  margin-bottom: calc(26 * (100vw / 375));
  font-size: calc(15 * (100vw / 375));
  line-height: 1.6;
}

.content_care_list{
  width: calc(355 * (100vw / 375));
  margin-bottom: calc(0 * (100vw / 375));
  display: flex;
  flex-direction: inherit;
}

.content_care_list.red_list{
  width: calc(335 * (100vw / 375));
  margin-left: calc(-6* (100vw / 375));
}

.content_care_list.gr_bl{
  margin-top: calc(-50 * (100vw / 375));
}

.care_inner{
  padding-top: calc(60 * (100vw / 375));
  width: calc(190 * (100vw / 375));
  height: calc(190 * (100vw / 375));
}

.care_inner.red{
  margin-right: 0;
  margin: auto;
}

.care_inner.green{
  padding-top: calc(50 * (100vw / 375));
  background: rgba(235,245,236,0.5);
  margin-left: calc(-10 * (100vw / 375));
}

.care_inner.blue{
  padding-top: calc(50 * (100vw / 375));
  background: rgba(234,246,253,0.5);
  margin-left: calc(-26 * (100vw / 375));
}

.care_ttl{
  margin-bottom: calc(6 * (100vw / 375));
  font-size: calc(15 * (100vw / 375));
  line-height: 1.3333;
}

.care_txt{
  font-size: calc(13 * (100vw / 375));
  line-height: 1.6153;
}

.ingredient_area{
  margin-top: calc(46 * (100vw / 375));
  margin-bottom: calc(28 * (100vw / 375));
  padding-top: calc(35 * (100vw / 375));
  padding-bottom: calc(40 * (100vw / 375));
  width: calc(305 * (100vw / 375));
  border-radius: calc(10 * (100vw / 375));
}

.efficacy_area .ingredient_area .content_sub_ttl{
  margin-bottom: calc(11 * (100vw / 375));
}

.ingredient_list{
  width: calc(305 * (100vw / 375));
  margin-bottom: calc(40 * (100vw / 375));
  gap: calc(20 * (100vw / 375));
}

.ingredient_inner{
  width: calc(305 * (100vw / 375));
  background: radial-gradient(#FFF, #ECF7FA);
}

.efficacy_area .ingredient_area .content_txt{
  width: calc(265 * (100vw / 375));
  margin: auto;
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
  text-align: left;
}

.ingredient_inner{
  padding-top: calc(20 * (100vw / 375));
  padding-bottom: calc(20 * (100vw / 375));
  border-radius: calc(10 * (100vw / 375));
}

.ingredient_ttl{
  margin-bottom: calc(5 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
}

.ingredient_txt{
  width: calc(265 * (100vw / 375));
  margin-bottom: calc(12 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
}

.ingredient_list .note{
  position: inherit;
  width: calc(285 * (100vw / 375));
  text-align: right;
}

.item_list{
  width: calc(305 * (100vw / 375));
  margin: auto;
  margin-top: calc(-2 * (100vw / 375));
  gap: calc(9 * (100vw / 375));
  justify-content: center;
  flex-direction: inherit;
}

.item_inner{
  width: calc(95 * (100vw / 375));
  height: calc(95 * (100vw / 375));
  background-image: url(../../SilkyDayEssenceUV/img/icon_bgpc.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.item_inner p{
  padding-top: calc(38 * (100vw / 375));
  font-size: calc(13 * (100vw / 375));
  line-height: 1.3076;
  letter-spacing: 0.05em;
}

.item_inner .two_txt{
  padding-top: calc(28 * (100vw / 375));
}

/*3段目*/

.product_area{
  text-align: center;
  background: rgba(255,255,255,0.4);
}

.product_area.product_area_bottom{
  margin-bottom: calc(55 * (100vw / 375));
  padding: calc(64 * (100vw / 375)) 0;
}

/*4段目*/

.sec04{
  padding-top: calc(37 * (100vw / 375));
  padding-bottom: calc(26 * (100vw / 375));
  width: calc(335 * (100vw / 375));
}

.sec04 .content_ttl{
  margin-bottom: calc(-2 * (100vw / 375));
  font-size: calc(32 * (100vw / 375));
}

.sec04 .content_sub_ttl{
  margin-bottom: calc(20 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
  line-height: 1.5714;
}

.reserve_txt{
  margin-bottom: calc(16 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
}

.reserve_txt .reserve{
  margin-right: calc(10 * (100vw / 375));
  padding: 0 calc(8 * (100vw / 375));
  width: calc(90 * (100vw / 375));
  border: 1px solid #7795A7;
  border-radius: calc(4 * (100vw / 375));
  font-size: calc(16 * (100vw / 375));
  line-height: 1.625;
}

.sec04 .lead{
  width: calc(98 * (100vw / 375));
  margin-bottom: calc(4 * (100vw / 375));
  font-size: calc(18 * (100vw / 375));
  line-height: 1.2222;
}

.sec04 .lead_shop{
  margin-bottom: calc(-1 * (100vw / 375));
}

.sec04 .lead_shop_bottom{
  margin-bottom: calc(2 * (100vw / 375));
}

.sec04 .store_list.web_store.only_sp{
  line-height: 1.7142;
}

.sec04 .txt_border{
  top: calc(9 * (100vw / 375));
  width: calc(20 * (100vw / 375));
  border-bottom: calc(1 * (100vw / 375)) solid #AAAAAA;
}

.sec04 .txt_border.web._left{
  left: calc(-2 * (100vw / 375));
}

.sec04 .txt_border.web._right{
  right: calc(2 * (100vw / 375));
}

.sec04 .txt_border.store._left{
  left: calc(-11 * (100vw / 375))
}

.sec04 .txt_border.store._right{
  right: calc(-11 * (100vw / 375));
}

.sec04 .lead_brand{
  margin-bottom: calc(24 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
  line-height: 1.5714;
}

.sec04 .store_list{
  margin-bottom: calc(20 * (100vw / 375));
  font-size: calc(14 * (100vw / 375));
  line-height: 2;
}

}

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
  .only_sp {
    display: none;
  }
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1200px) and (min-width:768px){
  html{
    font-size: calc(10* (100vw/1280));
  }

}
/*-------------------------------レスポンシブ＆タブレット対応*/