@charset "utf-8";
:root {
    --font_family_noto-serif: "Noto Serif JP", serif;
    --font_family_tsukushi: fot-tsukuardgothic-std, sans-serif;
    --color_soothing: #7ec19f;
    --color_moisture: #73a2bf;
    --color_brightening: #ecb849;
    --color_agingcare: #ec87ae;
    --color_stempremier: #9c86ab;
}

/*-------------------
   common
-------------------*/
#container{
    overflow: hidden;
}
#container .wrapper {
    color: #353535;
    font: 3.5vw/6.5vw "source-han-sans-jp-variable",sans-serif;
    font-variation-settings: 'wght' 350;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    padding-bottom: 20px;
    text-align: justify;
}
@media screen and (min-width:768px){
#container .wrapper {
    font-size: 0.9vw;
    line-height: 1.5vw;
}
}
#container .wrapper * {
    box-sizing: border-box;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#container .wrapper p{
    margin: 0;
}
#container .wrapper img{
	display: block;
    margin: 0 auto;
	width: 100%;
}
#container .wrapper a:hover{
    opacity: 1;
}
#container .pc-only{
    display: none;
}
@media screen and (min-width:768px){
#container .sp-only{
    display: none;
}
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual-inner{
    background: url(/contents/shop/sevenbeauty/img/freepage/modelingpack-baselotion/fv_sp.jpg) no-repeat;
    background-size: 100%;
    padding: 6vw 0 15vw;
    text-align: center;
}
@media screen and (min-width:768px){
#container .mainvisual-inner{
    background: url(/contents/shop/sevenbeauty/img/freepage/modelingpack-baselotion/fv_pc.jpg) no-repeat;
    background-size: 100%;
    padding: 0;
}
}
#container .mainvisual .mainvisual-contents{
    min-height: 40vw;
    position: relative;
}
@media screen and (min-width:768px){
#container .mainvisual .mainvisual-contents{
    margin: 0 auto;
    width: 62vw;
}
}
#container .mainvisual .fv-logo{
    margin: 0 auto;
    width: 20vw;
}
@media screen and (min-width:768px){
#container .mainvisual .fv-logo{
    position: absolute;
    left: 10vw;
    top: 4.5vw;
    width: 7vw;
}
}
#container .mainvisual .titleCtach{
    align-items: center;
    color: #5174ad;
    display: flex;
    font-family: var(--font_family_noto-serif);
    font-size: 4.5vw;
    justify-content: center;
    line-height: 1vw;
    margin-top: 2vw;
    padding: 10px 0;
}
#container .mainvisual .titleCtach::before,
#container .mainvisual .titleCtach::after{
    background: #5174ad;
    content: "";
    height: 1px;
    width: 30px;
}
#container .mainvisual .titleCtach::before{
    transform: rotate(60deg);
}
#container .mainvisual .titleCtach::after{
  transform: rotate(-60deg);
}
@media screen and (min-width:768px){
#container .mainvisual .titleCtach{
    font-size: 1.5vw;
    position: absolute;
    left: 0.5vw;
    top: 4.5vw;
}
#container .mainvisual .titleCtach::before,
#container .mainvisual .titleCtach::after{
    width: 1.8vw;
}
}
#container .mainvisual h1{
    font-family: var(--font_family_noto-serif);
    font-size: 9vw;
    line-height: 9vw;
    margin-top: 10px;
}
@media screen and (min-width:768px){
#container .mainvisual h1{
    font-size: 3.5vw;
    line-height: 3.5vw;
    position: absolute;
    top: 8.5vw;
}
}
#container .mainvisual .fv-itemPht{
    left: 22vw;
    position: absolute;
    top: 36vw;
    width: 38vw;
}
#container .mainvisual .fv-icon{
    position: absolute;
    right: 3vw;
    top: 45vw;
    width: 40vw;
}
@media screen and (min-width:768px){
#container .mainvisual .fv-itemPht{
    left: 0;
    margin-right: 2vw;
    margin-left: auto;
    position: absolute;
    right: 8vw;
    top: 2vw;
    width: 15vw;
}
#container .mainvisual .fv-icon{
    position: absolute;
    right: 0;
    top: 2vw;
    width: 12vw;
}
}
#container .mainvisual .fv-customize{
    filter: drop-shadow(3px 3px 5px #abcdd9);
    margin: 95vw auto 0;
    width: 85vw;
}
#container .mainvisual .fv-notes{
    font-size: 2vw;
}
@media screen and (min-width:768px){
#container .mainvisual .fv-customize{
    margin: 0;
    position: absolute;
    top: 17.5vw;
    width: 28vw;
}
#container .mainvisual .fv-notes{
    font-size: 0.7vw;
    position: absolute;
    top: 28.5vw;
}
}
#container .mainvisual .fv-desc{
    font-family: var(--font_family_tsukushi);
    font-size: 4.5vw;
    letter-spacing: 3px;
    line-height: 8vw;
    margin: 3vw auto 10vw;
    text-align: center;
    width: 85vw;
}
@media screen and (min-width:768px){
#container .mainvisual .fv-desc{
    font-size: 1.2vw;
    line-height: 2.2vw;
    margin: 2vw auto 4vw;
}
}

/*-------------------
   globalNavi
-------------------*/
#container .gloNavi{
    background: #FFF;
    overflow-x: auto;
    scrollbar: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#container .gloNavi::-webkit-scrollbar{
    display: none;
}
#container .gloNavi ul{
    display: flex;
    width: max-content;
}
#container .gloNavi nav li:first-child{
    border-left: solid 1px #555;
}
#container .gloNavi nav li a{
    align-items: center;
    border-right: solid 1px #555;
    display: flex;
    font-family: var(--font_family_noto-serif);
    font-size: 3.5vw;
    height: 50px;
    justify-content: center;
    width: 155px;
}
#container .gloNavi nav li a:hover{
    background: #e2f1f9;
}
@media screen and (min-width:768px){
#container .gloNavi nav li a{
    font-size: 1vw;
    width: 10.5vw;
}
}

/*-------------------
  campaign
-------------------*/
#container .campaign{
    background: url(/contents/shop/sevenbeauty/img/freepage/modelingpack-baselotion/release-cp_bg.jpg) repeat-y;
    background-size: 100%;
    margin: 10vw auto 0;
    width: 90vw;
}
#container .campaign .coupon,
#container .campaign .setItem{
    margin: 0 auto;
    width: 80vw;
}
@media screen and (min-width:768px){
 #container .campaign{
    margin-top: 5vw;
    width: 40vw;
}
#container .campaign .coupon,
#container .campaign .setItem{
    width: 35vw;
}
}
#container .campaign .attention{
    margin: 0 auto 3vw;
    width: 75vw;
}
#container .campaign .attention li{
    font-size: 2.5vw;
    line-height: 3.5vw;
    margin-top: 10px;
}
@media screen and (min-width:768px){
#container .campaign .attention{
    margin-bottom: 1vw;
    width: 32vw;
}
#container .campaign .attention li{
    font-size: 0.7vw;
    line-height: 1vw;
}
}
#container .campaign a img:hover{
  opacity: 1;
}

/*-------------------
  contents_common
-------------------*/
#container h2{
    font-family: var(--font_family_noto-serif);
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
}
#container h2 span{
    margin: 0 5px;
}
#container h2 em{
    font-size: 10vw;
    line-height: 10vw;
}
#container h2 sup{
    font-size: 3vw;
    vertical-align: top;
}
@media screen and (min-width:768px){
#container h2{
    font-size: 2vw;
    line-height: 3vw;
}
#container h2 em{
    font-size: 3vw;
    line-height: 3vw;
}
#container h2 sup{
    font-size: 0.7vw;
}
}
#container .type-soothing h3{
    background: var(--color_soothing);
}
#container .type-moisture h3{
    background: var(--color_moisture);
}
#container .type-brightening h3{
    background: var(--color_brightening);
}
#container .type-agingcare h3{
    background: var(--color_agingcare);
}
#container .type-stempremier h3{
    background: var(--color_stempremier);
}
@media screen and (min-width:768px){
#container .typeDetail h3 img,
#container .combinationDetail h3 img{
    width: 30vw;
}
}
    
/*-------------------
  typeNavi
-------------------*/
#container .typeNavi{
    margin-top: 10vw;
}
@media screen and (min-width:768px){
#container .typeNavi{
    margin-top: 5vw;
}
}
#container .typeNavi nav{
    margin-top: 20px;
}
#container .typeNavi nav li{
    width: calc(100% / 5);
}
#container .typeNavi .typeNavi-notes{
    font-size: 2vw;
    margin-right: 10px;
    text-align: right;
}
@media screen and (min-width:768px){
#container .typeNavi nav{
    margin: 1vw auto 0;
    width: 50vw;
}
#container .typeNavi .typeNavi-notes{
    font-size: 0.7vw;
    margin: 10px auto 0;
    text-align: right;
    width: 50vw;
}
}

/*-------------------
  about
-------------------*/
#container .about{
    background: #c4d9de;
    margin-top: 50px;
    padding: 50px 0;
    position: relative;
}
@media screen and (min-width:768px){
#container .about{
    margin-top: 5vw;
    padding: 5vw 0;
}
}
#container .about h2{
    margin-bottom: 15px;
}
@media screen and (min-width:768px){
#container .about h2{
    margin-bottom: 1vw;
}
}
@media screen and (min-width:768px){
#container .about .aboutInner{
    margin: 0 auto;
    width: 50vw;
}
}
/* 担当者の想い */
#container .about .staffComment{
    background: url(/contents/shop/sevenbeauty/img/freepage/modelingpack-baselotion/staff-comment_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 5vw;
    padding: 40px 8vw;
}
#container .about .staffComment h3{
    background: #FFF;
    border-radius: 50px;
    font-family: var(--font_family_noto-serif);
    font-size: 5.5vw;
    letter-spacing: 10px;
    margin: 0 auto 25px;
    padding: 10px 0;
    text-align: center;
    width: 60vw;
}
#container .about .staffComment .staffCommentTxt-box{
    margin-top: 3vw;
}
#container .about .staffComment .staffCommentTxt-box h4{
    font-family: var(--font_family_tsukushi);
    font-size: 6vw;
    line-height: 7vw;
    text-align: center;
}
#container .about .staffComment .staffCommentTxt-box .staffCommentDesc{
    margin-top: 2vw;
}
@media screen and (min-width:768px){
#container .about .staffComment{
    background-size: 100%;
    padding: 4vw 8vw;
}
#container .about .staffComment h3{
    font-size: 1.5vw;
    width: 18vw;
}
#container .about .staffComment .staffComment-inner{
    align-items: center;
    margin: 0 auto;
    width: 50vw;
}
#container .about .staffComment .staffCommentPht-box{
    width: 40%;
}
#container .about .staffComment .staffCommentTxt-box{
    margin-top: 0;
    margin-left: 4%;
    width: 56%;
}
#container .about .staffComment .staffCommentTxt-box h4{
    font-size: 1.8vw;
    line-height: 2.2vw;
}
#container .about .staffComment .staffCommentTxt-box .staffCommentDesc{
    margin-top: 0.8vw;
}
}
#container .about .aboutBottom-arrow{
    bottom: -55px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
#container .about .aboutBottom-arrow .arrow{
    position: relative;
    width: 1px;
    height: 80px;
    background: #353535;
    margin: 0 auto;
    animation: moveArrow 1.5s infinite;
}
#container .about .aboutBottom-arrow .arrow::after{
    border-bottom: 1px solid #353535;
    bottom: 0;
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}
@keyframes moveArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width:768px){
#container .about .aboutBottom-arrow{
    bottom: -6vw;
}
#container .about .aboutBottom-arrow .arrow{
    height: 8vw;
}
}

/*-------------------
  feature
-------------------*/
#container .feature{
     background: url(/contents/shop/sevenbeauty/img/freepage/modelingpack-baselotion/feature_bg.jpg) no-repeat;
    background-size: 160%;
    background-position: top 17vw center;
    padding-top: 80px;
}
@media screen and (min-width:768px){
#container .feature{
    background-size: 100%;
    background-position: top -5vw center;
    padding-top: 8vw;
}
}
#container .feature .featureTitle-catch{
    background: #5174ad;
    border-radius: 50px;
    color: #FFF;
    font-size: 4vw;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    width: 70vw;
}
#container .feature h2{
    font-size: 9vw;
    line-height: 10vw;
    margin-top: 2vw;
}
@media screen and (min-width:768px){
#container .feature .featureTitle-catch{
    font-size: 1.2vw;
    width: 22vw;
}
#container .feature h2{
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-top: 1.5vw;
}
}
#container .feature .exclusive{
    margin: 65vw auto 0;
    width: 90vw;
}
#container .feature .exclusivePht-box{
    margin: 8vw auto 0;
    width: 80vw;
}
#container .feature .exclusiveDesc{
    margin: 2vw auto 0;
    width: 80vw;
}
@media screen and (min-width:768px){
#container .feature .exclusive{
    margin-top: 40vw;
    width: 40vw;
}
#container .feature .exclusivePht-box{
    margin-top: 2vw;
    width: 35vw;
}
#container .feature .exclusiveDesc{
    margin-top: 1vw;
    width: 35vw;
}
}

/*-------------------
  customize
-------------------*/
#container .customize{
    background: #fcfae4;
    margin-top: 50px;
    padding: 50px 0;
}
@media screen and (min-width:768px){
#container .customize{
    margin-top: 5vw;
    padding: 5vw 0;
}
}
#container .customize h2{
    margin-bottom: 15px;
}
@media screen and (min-width:768px){
#container .customize h2{
    margin-bottom: 1vw;
}
}
#container .customize .customizeDetail{
    margin: 0 auto;
    width: 84vw;
}
#container .customize .customizeDetail .customizeDetailTxt-box{
    margin-top: 3vw;
}
#container .customize .customizeDetail .customizeDetailTxt-box h3{
    font-family: var(--font_family_tsukushi);
    font-size: 6vw;
    line-height: 7vw;
    text-align: center;
}
#container .customize .customizeDetail .customizeDetailTxt-box .customizeDetailDesc{
    margin-top: 2vw;
}
#container .customize .customizeDetail-notes{
    font-size: 2vw;
    margin-right: 10px;
    text-align: center;
}
@media screen and (min-width:768px){
#container .customize .customizeDetail{
    align-items: center;
    width: 50vw;
}
#container .customize .customizeDetail .customizeDetailPht-box{
    width: 56%;
}
#container .customize .customizeDetail .customizeDetailTxt-box{
    margin-top: 0;
    margin-left: 4%;
    width: 40%;
}
#container .customize .customizeDetail .customizeDetailTxt-box h3{
     font-size: 1.5vw;
    line-height: 2vw;
}
#container .customize .customizeDetail .customizeDetailTxt-box .customizeDetailDesc{
    margin-top: 0.8vw;
}
#container .customize .customizeDetail-notes{
    font-size: 0.7vw;
    margin: 10px auto 0;
    text-align: left;
    width: 50vw;
}
}
#container .customize .customizePht-box{
    margin-left: -5%;
    width: 110%;
}
@media screen and (min-width:768px){
#container .customize .customizePht-box{
    margin: 2vw auto 0;
    width: 40vw;
}
}
#container .customize .customizeMerit{
    margin: 8vw auto 0;
    width: 84vw;
}
@media screen and (min-width:768px){
#container .customize .customizeMerit{
    margin-top: 3vw;
    width: 50vw;
}
}
#container .customize .customizeMerit h3{
    align-items: center;
    display: flex;
    font-family: var(--font_family_tsukushi);
    font-size: 6vw;
    justify-content: center;
    line-height: 1vw;
    padding: 10px 0;
}
#container .customize .customizeMerit h3::before,
#container .customize .customizeMerit h3::after{
    background: #353535;
    content: "";
    height: 1px;
    width: 30px;
}
#container .customize .customizeMerit h3::before{
    transform: rotate(60deg);
}
#container .customize .customizeMerit h3::after{
  transform: rotate(-60deg);
}
#container .customize .customizeMerit dl{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
    margin-top: 8vw;
}
#container .customize .customizeMerit dt{
    border-radius: 10px 10px 0 0;
    font-family: var(--font_family_noto-serif);
    font-size: 5vw;
    padding: 8px 0;
    text-align: center;
}
#container .customize .customizeMerit .customer dt{
    background: #faf191;
    color: #5174ad;
}
#container .customize .customizeMerit .salon dt{
    background: #7c94be;
    color: #FFF;
}
#container .customize .customizeMerit dd{
    padding: 10px 15px;
}
#container .customize .customizeMerit dd em{
    font-weight: bold;
}
@media screen and (min-width:768px){
#container .customize .customizeMerit h3{
    font-size: 2vw;
}
#container .customize .customizeMerit h3::before,
#container .customize .customizeMerit h3::after{
    width: 2.2vw;
}
#container .customize .customizeMerit dl{
    margin: 2vw auto 0;
    width: calc(92% / 2);
}
#container .customize .customizeMerit dt{
    font-size: 1.3vw;
    padding: 8px 0;
    text-align: center;
}
#container .customize .customizeMerit dd{
    padding: 0.8vw 1vw;
}
}

/*-------------------
  type
-------------------*/
#container .type{
    margin-top: 50px;
}
@media screen and (min-width:768px){
 #container .type{
    margin-top: 5vw;
}   
}
#container .type .typeTitle-catch{
    font-size: 4vw;
    letter-spacing: 3px;
    margin: 0 auto 10px;
    padding: 5px 0;
    position:relative;
    text-align: center;
    width: 80vw;
}
#container .type .typeTitle-catch::before{
    background: linear-gradient(135deg, #fec160 0%, #afd290 35%, #7498ea 65%, #f66c83 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    border-radius: 50px;
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
    position: absolute;
    right: 0;
    top: 0;  
  }
#container .type .typeTitle-catch span{
    background: linear-gradient(135deg, #fec160 0%, #afd290 35%, #7498ea 65%, #f66c83 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (min-width:768px){
#container .type .typeTitle-catch{
    font-size: 1.2vw;
    width: 25vw;
}
}
#container .type .typeDetail{
    padding-top: 10vw;
}
#container .type  .typeDetail .typeDetail-desc{
    margin: 2vw auto 0;
}
@media screen and (min-width:768px){
#container .type  .typeDetail{
    padding-top: 5vw;
}
#container .type .type-soothing{
	padding-top: 2vw;
}
#container .type  .typeDetail .typeDetail-desc{
    width: 40vw;
}
}
#container .type .typeDetail .typeDetail_btn{
    margin: 5vw auto 0;
    width: 80vw;
}
#container .type .typeDetail .typeDetail_btn a{
    border-radius: 50px;
    display: inline-block;
    font-size: 4.5vw;
    padding: 2.5vw;
    position: relative;
    text-align: center;
    width: 100%;
}
#container .type .typeDetail .typeDetail_btn a::before{
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	top: 0;
	width: 8px;
}
@media screen and (min-width:768px){
	#container .type .typeDetail .typeDetail_btn{
    margin-top: 1.5vw;
    width: 25vw;
}
#container .type .typeDetail .typeDetail_btn a{
    font-size: 1.2vw;
    padding: 1vw;
}
#container .type .typeDetail .typeDetail_btn a::before{
    height: 12px;
    right: 30px;
	width: 12px;
}
}
#container .type .typeDetail .typeDetail_btn a:hover{
    color: #FFF;
}
#container .type .typeDetail .typeDetail_btn a:hover::before{
    border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/* 01.鎮静 */
#container .type .type-soothing .typeDetail_btn a{
    border: solid 1px var(--color_soothing);
    color: var(--color_soothing);
}
#container .type .type-soothing .typeDetail_btn a::before{
    border-top: 1px solid var(--color_soothing);
	border-right: 1px solid var(--color_soothing);
}
#container .type .type-soothing .typeDetail_btn a:hover{
    background: var(--color_soothing);
}
/* 02.保湿 */
#container .type .type-moisture .typeDetail_btn a{
    border: solid 1px var(--color_moisture);
    color: var(--color_moisture);
}
#container .type .type-moisture .typeDetail_btn a::before{
    border-top: 1px solid var(--color_moisture);
	border-right: 1px solid var(--color_moisture);
}
#container .type .type-moisture .typeDetail_btn a:hover{
    background: var(--color_moisture);
}
/* 03.透明感 */
#container .type .type-brightening .typeDetail_btn a{
    border: solid 1px var(--color_brightening);
    color: var(--color_brightening);
}
#container .type .type-brightening .typeDetail_btn a::before{
    border-top: 1px solid var(--color_brightening);
	border-right: 1px solid var(--color_brightening);
}
#container .type .type-brightening .typeDetail_btn a:hover{
    background: var(--color_brightening);
}
/* 04.エイジングケア */
#container .type .type-agingcare .typeDetail_btn a{
    border: solid 1px var(--color_agingcare);
    color: var(--color_agingcare);
}
#container .type .type-agingcare .typeDetail_btn a::before{
    border-top: 1px solid var(--color_agingcare);
	border-right: 1px solid var(--color_agingcare);
}
#container .type .type-agingcare .typeDetail_btn a:hover{
    background: var(--color_agingcare);
}
/* 05.肌補修 */
#container .type .type-stempremier .typeDetail_btn a{
    border: solid 1px var(--color_stempremier);
    color: var(--color_stempremier);
}
#container .type .type-stempremier .typeDetail_btn a::before{
    border-top: 1px solid var(--color_stempremier);
	border-right: 1px solid var(--color_stempremier);
}
#container .type .type-stempremier .typeDetail_btn a:hover{
    background: var(--color_stempremier);
}

/*-------------------
  howtouse
-------------------*/
#container .howtouse{
    background: #fcfae4;
    margin-top: 50px;
    padding: 50px 0;
}
@media screen and (min-width:768px){
#container .howtouse{
    margin-top: 5vw;
    padding: 5vw 0;
}
}
#container .howtouse h2{
    margin-bottom: 15px;
}
@media screen and (min-width:768px){
#container .howtouse h2{
    margin-bottom: 1vw;
}
}
#container .howtouse .volumeDetail{
    margin: 0 auto;
    width: 84vw;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box{
    margin-top: 3vw;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box h3{
    font-family: var(--font_family_tsukushi);
    font-size: 5.2vw;
    line-height: 6.2vw;
    text-align: center;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box .volumeDetailDesc{
    margin-top: 2vw;
}
@media screen and (min-width:768px){
#container .howtouse .volumeDetail{
    align-items: center;
    width: 50vw;
}
#container .howtouse .volumeDetail .volumeDetailPht-box{
    width: 52%;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box{
    margin-top: 0;
    margin-left: 4%;
    width: 44%;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box h3{
    font-size: 1.4vw;
    line-height: 2vw;
}
#container .howtouse .volumeDetail .volumeDetailTxt-box .volumeDetailDesc{
    margin-top: 0.8vw;
}
}
/* ▼Stepスライド */
#container .sliderArea{
	margin-top: 5vw;
}
#container .slider .slick-arrow {
    background: none;
}
#container .slider .slider-prev,
#container .slider .slider-next{
	background: #5174ad;
    position: absolute;
    top: 42%;
    width: 35px;
    border-radius: 50px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container .slider .slider-prev{
    left: 4vw;
}
#container .slider .slider-next{
    right: 4vw;
}
#container .slider .slider-prev::after,
#container .slider .slider-next::after {
    content: '';
    position: absolute;
    top: 18px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}
#container .slider .slider-prev::after {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 0;
    left: 14px;
    transform: rotate(-135deg);
}
#container .slider .slider-next::after{
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-radius: 0;
    left: 10px;
    transform: rotate(135deg);
}
#container .slider li{
	margin: 0 auto;
	padding: 0 10vw 5vw;
	filter: drop-shadow(5px 5px 5px #e7e5d3);
}
@media screen and (min-width:768px){
#container .sliderArea{
	margin: 3vw auto 0;
	width: 50vw;
}
#container .slider .slider-prev,
#container .slider .slider-next{
	height: 40px;
	top: 48%;
    width: 40px;
}
#container .slider .slider-prev{
    left: 0;
}
#container .slider .slider-next{
    right: 0;
}
#container .slider .slider-prev::after,
#container .slider .slider-next::after{
	height: 12px;
    top: 21px;
    width: 12px;
}
#container .slider .slider-prev::after{
    left: 16px;
}
#container .slider .slider-next::after{
    left: 11px;
}
#container .slider li{
	margin: 0 auto;
	padding: 1vw;
}
}
/* ▲Stepスライド_end */
#container .howtouse .howtouseOther{
    margin: 8vw auto 0;
    width: 84vw;
}
@media screen and (min-width:768px){
#container .howtouse .howtouseOther{
    margin-top: 3vw;
    width: 50vw;
}
}
#container .howtouse .howtouseOther{
	text-align: center;
}
#container .howtouse .howtouseOther h3{
    display: inline-block;
    font-family: var(--font_family_tsukushi);
    font-size: 6vw;
    line-height: 7.5vw;
	margin: auto;
	padding-inline: 25px;
	position: relative;
}
#container .howtouse .howtouseOther h3::before,
#container .howtouse .howtouseOther h3::after{
	background: #353535;
    content: "";
    height: 100%;
	position: absolute;
	top: 0;
    width: 1px;
}
#container .howtouse .howtouseOther h3::before{
	left: 0;
    transform: rotate(-30deg);
}
#container .howtouse .howtouseOther h3::after{
	right: 0;
	transform: rotate(30deg);
}
#container .howtouse .howtouseOther dl{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
    margin-top: 8vw;
}
#container .howtouse .howtouseOther dt{
    border-radius: 10px 10px 0 0;
    font-family: var(--font_family_noto-serif);
    font-size: 5vw;
    padding: 8px 0;
    text-align: center;
}
#container .howtouse .howtouseOther .pack dt{
    background: #faf191;
    color: #5174ad;
}
#container .howtouse .howtouseOther .lotion dt{
    background: #7c94be;
    color: #FFF;
}
#container .howtouse .howtouseOther dd{
    padding: 15px;
}
@media screen and (min-width:768px){
#container .howtouse .howtouseOther h3{
    font-size: 2vw;
	line-height: 2.5vw;
}
#container .howtouse .howtouseOther dl{
    margin: 2vw auto 0;
    width: calc(92% / 2);
}
#container .howtouse .howtouseOther dt{
    font-size: 1.3vw;
    padding: 8px 0;
    text-align: center;
}
#container .howtouse .howtouseOther dd{
    padding: 1vw;
}
}

/*-------------------
  combination
-------------------*/
#container .combination{
    margin-top: 50px;
}
@media screen and (min-width:768px){
#container .combination{
    margin-top: 5vw;
}
}
#container .combination-topArea .crown-icon{
    margin: 0 auto 10px;
    width: 12vw;
}
#container .combination-topArea .combinationPht-box{
    margin-top: 5vw;
    margin-left: -15%;
    width: 125%;
}
#container .combination-topArea .combinationDesc{
    margin: 5vw auto 0;
    text-align: center;
    width: 85vw;
}
#container .combination-topArea .combinationDesc em{
    font-weight: bold;
}
#container .combination-topArea .arrow-icon{
    margin: 8vw auto 0;
    width: 6vw;
}
@media screen and (min-width:768px){
#container .combination-topArea .crown-icon{
    margin-bottom: 0.5vw;
    width: 3.5vw;
}
#container .combination-topArea .combinationPht-box{
    margin: 2vw auto 0;
    width: 40vw;
}
#container .combination-topArea .combinationDesc{
    margin-top: 1vw;
}
#container .combination-topArea .arrow-icon{
    margin-top: 3vw;
    width: 2vw;
}
}
/* 組み合わせ */
#container .combination .combinationDetail{
    margin-top: 10vw;
}
@media screen and (min-width:768px){
 #container .combination .combinationDetail{
    margin-top: 5vw;
}   
}
#container .combination .combinationDetail-item{
    margin-top: 5vw;
}
@media screen and (min-width:768px){
#container .combination .combinationDetail-item{
    margin: 2vw auto 0;
    width: 50vw;
}
}
#container .combination .combinationItem-lotion{
    margin: 0 auto;
    width: 50vw;
}
#container .combination .combinationItem-pack{
    margin: 3vw auto 0;
    width: 92vw;
}
#container .combination .combinationItem-pack li{
    margin: 0 auto;
    width: calc(90% / 3);
}
@media screen and (min-width:768px){
#container .combination .combinationItem-lotion{
    margin: 0;
    margin-right: 3%;
    width: 27%;
}
#container .combination .combinationItem-pack{
    margin: 0;
    width: 70%;
}
#container .combination .combinationItem-pack li{
    margin: 0 2%;
    width: calc(88% / 3);
}
}
#container .combination .combinationItem-pack .ingredients{
    border-radius: 50px;
    color: #FFF;
    font-family: var(--font_family_tsukushi);
    font-size: 3.8vw;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-align: center;
}
#container .combination .type-soothing .ingredients{
   background: var(--color_soothing);
}
#container .combination .type-moisture .ingredients{
   background: var(--color_moisture);
}
#container .combination .type-brightening .ingredients{
   background: var(--color_brightening);
}
#container .combination .type-agingcare .ingredients{
   background: var(--color_agingcare);
}
#container .combination .type-stempremier .ingredients{
   background: var(--color_stempremier);
}
#container .combination .combinationItem-pack .ingredients sup{
    font-size: 2.2vw;
    vertical-align: top;
}
#container .combination .combinationItem-pack h4{
    font-family: var(--font_family_tsukushi);
    font-size: 3.8vw;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 4.2vw;
    text-align: center;
}
#container .combination .type-soothing h4{
    color: var(--color_soothing);
}
#container .combination .type-moisture h4{
    color: var(--color_moisture);
}
#container .combination .type-brightening h4{
    color: var(--color_brightening);
}
#container .combination .type-agingcare h4{
    color: var(--color_agingcare);
}
#container .combination .type-stempremier h4{
    color: var(--color_stempremier);
}
#container .combination .combinationItem-pack h4 sup{
    font-size: 2.5vw;
    vertical-align: top;
}
#container .combination .combinationItem-pack .packDesc{
    font-size: 3vw;
    line-height: 4.5vw;
    margin-top: 1.5vw;
}
#container .combination .combinationItem-pack .packDesc sup{
    font-size: 2vw;
    vertical-align: top;
}
#container .combination .packDesc-notes{
    font-size: 2vw;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
}
/* 202507 summer-recommend-combination  */
#container .combination-summer {
    background-color: #f1fcff;
    margin-top: 35px;
    padding: 7% 2%;
}
#container .combination-summer .summer-icon{
    width: 35vw;
    margin: 0 auto 3vw;
}
#container .combination-summer .combination-summerPht-box{
    flex-wrap: wrap;
    margin: 5vw auto 0;
    justify-content: space-between;
    padding: 0 2%; 
}
#container .combination-summer .combination-summerPht-box li{
    width: calc(99% / 2);
}

@media screen and (min-width:768px){
#container .combination .combinationItem-pack .ingredients{
    font-size: 1vw;
    letter-spacing: 1px;
}
#container .combination .combinationItem-pack .ingredients sup{
    font-size: 0.6vw;
}
#container .combination .combinationItem-pack h4{
    font-size: 1vw;
    letter-spacing: 0;
    line-height: 1.2vw;
}
#container .combination .combinationItem-pack h4 sup{
    font-size: 0.7vw;
}
#container .combination .combinationItem-pack .packDesc{
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin-top: 0.5vw;
}
#container .combination .combinationItem-pack .packDesc sup{
    font-size: 0.5vw;
}
#container .combination .packDesc-notes{
    font-size: 0.7vw;
    margin: 10px auto 0;
    width: 50vw;
}
/* 202507 summer-recommend-combination  */
#container .combination-summer .summer-icon {
    width: 15vw;
    margin: 0 auto 1vw;
}
#container .combination-summer .combination-summerPht-box{
    margin: 2vw auto 0;
    width: 45vw;
}
#container .combination-summer {
    padding: 4% 0;
}
}

/*-------------------
   固定ボタン
-------------------*/
#container .fixed-btn{
 opacity: 0;
 position: fixed;
 bottom: 1%;
 visibility: hidden;
 z-index: 1000;
}
#container .fixed-btn a{
 display: block;
 margin: 0 auto;
 width: 85%;
}
@media screen and (min-width:768px){
#container .fixed-btn{
    left: 32vw;
    width: 35vw;
}
#container .fixed-btn a{
    width: 100%;
}
}
#container .fixed-btn a:hover,
#container .fixed-btn a img:hover {
  opacity: 1;
}
#container .fixed-btn {
 animation: dokidoki 0s ease-in-out infinite;
 animation-duration: 3s;
}
@keyframes dokidoki {
 0% {transform: scale(1);}
 40% {transform: scale(1);}
 50% {transform: scale(1.1);}
 60% {transform: scale(1);}
 70% {transform: scale(1.1);}
 80% {transform: scale(1);}
 100% {transform: scale(1);}
}
#container .active{
  opacity: 1;
  visibility: visible;
}