.sticky-nav .nav-logo
 {
    margin-right: 4.4%;
}
.pc_br{display: inline-block;}
.sp_br{display: none;}


@media only screen and (max-width: 768px) {
.shopmenu-mobile .navigation-mobile a img {
        width: auto;
        height: 16px;
    }
}
@media screen and (min-width: 768px) {
  .swiper,
  .swiper * {
    display: none !important;
  }
}


/* =========================
   コンテンツ全体のスタイル
=========================*/
/* 
この部分は、タブ切り替えを適用するための
サンプルレイアウト（見た目）のスタイルです。
実際のサイトに合わせて、自由にカスタマイズしてください。
*/
.f-box{
    display: flex;
}


.tab_container {
  color: #333;
  max-width: fit-content;
  margin: -83px auto 0;
    min-height: 3500px;
}

ul, ol {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0;
}

.rps_table {
  width: 100%;
  line-height: 2.0;
  border-collapse: collapse;
}

.rps_table td, .rps_table th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.5;
}

.rps_table th {
  background: #f0f0f0;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width:425px) {
  .rps_table {
    border: none;
  }
  .rps_table tr {
    display: block;
  }
  .rps_table th, .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
    width: 100%;
  }
  .rps_table td {
    border-top: none;
  }
}

.flbox {
  display: flex;
  flex-wrap: wrap;
}
.flbox .item {
  padding: 20px 30px;
}

/* =========================
   タブのデザイン
=========================*/
ul.tab {
  position: relative;
width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
    top:0px;
}

/* タブのリンク */
ul.tab li a {
    width: 50VW;
  position: relative;
  display: block;
  padding: 15px 0px;
  text-decoration: none;
  color: #999;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
    font-size: 1.2em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    border-radius: 40px 40px 0 0;
}
ul.tab li a span{
  font-size: 0.75em;
    display: block;
    margin: 0 0 0px 0;
}


ul.tab li.silkywhite_tab a {
    background-color: #FFF;
}
ul.tab li.silkylift_tab a {
    background-color: #F0ECC5;
}


/* ホバー時の色 */
.tab li.silkywhite_tab a:hover {
  color: #6d98e5;
}
.tab li.silkylift_tab a:hover {
  color: #72611c;
}


/* アクティブなタブ */
ul.tab li.silkywhite_tab.active a {
  color: #6d98e5;
  font-weight: bold;
    box-shadow: 0px -2px 10px 0px rgba(158, 158, 158, 0.45);
}
ul.tab li.silkylift_tab.active a {
  color: #72611c;
  font-weight: bold;
    box-shadow: 0px -2px 10px 0px rgba(158, 158, 158, 0.45);
}

/* 下線アニメーション */
ul.tab li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  height: 1px;
  transition: transform 0.4s ease;
  z-index: 9;
}

/* ホバーまたはアクティブ時に下線を表示 */
ul.tab li a:hover::after,
ul.tab li.active a::after {
  opacity: 1;
  transform: scaleX(1);
}

/* =========================
   タブの内容エリア
=========================*/
.tab_area {
  display: none;
  opacity: 0;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: center;
    background-color: #FFF;
width: 100vw;
}


/* 表示中のタブエリア */
.tab_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

/* フェードインアニメーション */
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab_area p {
  margin: 0 0 1rem 0;
}
.tab_area p:last-child {
  margin: 0;
}

/* --- スマホ表示用（横スクロール対応） --- */
@media only screen and (max-width: 425px) {
  ul.tab {
    width: 100%;
    flex-wrap: nowrap;               /* 折り返さない */
    overflow-x: scroll;              /* 横スクロール可能 */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  }
  .tab li:not(:last-child) {
    padding-right: 0px;
  }
}






/* --- ページレイアウトここから --- */
.swiper-slide img{
    vertical-align: bottom;
}


.silkywhite_box sup{
    font-size: 0.7em;
}


.content.intro{
    background: url("../images/silkywhite/bg-body01.jpg") no-repeat top center;
    background-size: 100%;
padding: 80px 0 83px 0;}

.silkywhite_box{
    background-color: #fff;
}

section.bg{
    background: url("../images/silkywhite/bg-body.jpg") no-repeat top center;
    background-size: 100%;
}


.lead_txt{
    padding: 100px 0 0;
    font-size: 1.6em;
    line-height: 2.5em;
    text-align: center;
    font-family: "Shippori Mincho", serif;
}


.prd-name{
    font-size: 1.45em;
    font-family: "Shippori Mincho", serif;
}

.iyaku{
    border: 1px solid #999;
    font-size: 0.4em;
    padding: 3px 3px 3px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    position: relative;
    top:-0.5em;
    margin: 0 0 0 10px;
}
.prd-tx dd span.prd-name2{
    font-size: 0.7em;
}

.silkywhite_box .prd-tx dt { line-height: 1; min-height: 1em; }
.silkywhite_box .prd-tx .prd-btn a.pc { display: inline-block; background: url("../images/silkywhite/btn-ov.png") no-repeat 0 0; background-size: contain; }



/* --- section01ここから --- */


.silkywhite_box h2{
    font-size: 1.85em;
    font-family: "Shippori Mincho", serif;
    display: inline;
	background:linear-gradient(transparent 60%, #deeff6 60%);
    padding: 0 0.2em;
}

.silkywhite_box h2 sup{
    font-size: 0.5em;
    
}


.section01{
    padding: 100px 0;
}
.section01 .f-box{
    justify-content: center;
    align-items: center;
}

p.section01_txt{
    font-size: 1.2em;
    margin: 40px 0 0 0;
}

.section01_img{
    margin: 50px 0 50px 0;
}
.section01_img h3{
    font-size: 1.1em;
    margin: 5px 0 0px 0;
    padding: 0;
}
.section01_img p{
    font-size: 0.9em;
}
img.niacinamide,img.panthenol{
    width: 120px;
}
img.cross{
    width: 50px;
    margin: -50px 30px 0;
}




/* --- section02ここから --- */
.section02{
    padding: 100px 0;
}
img.whiteblend{
    display: block;
    width: 50%;
    margin:50px auto 40px;
}



/* --- section03ここから --- */
.section03{
    padding: 100px 0;
}

.section03 .f-box{
    justify-content: center;
    align-items: center;
}
.section03_img{
    margin: 50px 0 40px 0;
}
.section03_img div{
    margin: 0px 10px 0;
}
.section03_img img{
    width: 110px;
}
.section03_img h3{
    font-size: 0.9em;
    margin: 0px 0 0px 0;
    padding: 0;
    text-indent: 0.3em;
}


/* --- section04ここから --- */
.section04{
    padding: 100px 0 0;
}


/* --- useここから --- */
.silkywhite_box .use{
    margin: 100px 0 0 0;
}
.silkywhite_box .use h2{
    margin: 100px 0 30px 0;
	background:none;
    display: block;    
}


.silkywhite_box .use-box li::after
{ content: ""; display: block; position: absolute; right: 0; top: 33%; width: 24px; height: 24px; border-top: 1px solid #8597b5; border-right: 1px solid #8597b5; transform: rotate(45deg); }
.silkywhite_box .use-box li:last-of-type::after { content: none; }





@media (max-width: 767px) {
/* タブのリンク */
ul.tab li a {
    width: 50VW;
  position: relative;
  display: block;
  padding: 15px 0px;
    font-size: 1em;
    line-height: 1.1em;
    border-radius: 20px 20px 0 0;
    margin: 10px 0 0 0;
}    

/* --- ページレイアウトここから --- */
.pc_br{display: none;}
.sp_br{display: inline-block;}
    
    
.silkywhite_box sup{
    font-size: 0.7em;
}


.content.intro{
    background-size: cover;
}

.silkywhite_box{
}
section.bg{
    background: url("../images/silkywhite/bg-body-sp.jpg") no-repeat center top;
    background-size: 180%;
}

.lead_txt{
    padding: 70px 0 0;
    font-size: 1.25em;
    line-height: 2.3em;
    text-align: center;
}


.prd-name{
    font-size: 1.45em;
}

.iyaku{
    font-size: 0.4em;
    padding: 3px 3px 3px;
    position: relative;
    top:-0.5em;
    margin: 0 0 0 10px;
}
.prd-tx dd span.prd-name2{
    font-size: 0.7em;
}

.silkywhite_box .prd-tx dt p{ line-height: 1.3em; }



/* --- section01ここから --- */


.silkywhite_box h2{
    font-size: 1.55em;
	background:linear-gradient(transparent 60%, #deeff6 60%);
    padding: 0 0.1em;
}

.silkywhite_box h2 sup{
    font-size: 0.5em;
    
}


.section01{
    margin: 0px 0;
    padding: 100px 0 100px 0; 
}
.section01 .f-box{
    justify-content: center;
    align-items: center;
}

p.section01_txt{
    font-size: 1.1em;
    margin: 40px 0 0 0;
}

.section01_img{
    margin: 35px 0;
}
.section01_img h3{
    font-size: 1em;
    margin: 5px 0 0px 0;
    padding: 0;
}
.section01_img p{
    font-size: 0.9em;
}
img.niacinamide,img.panthenol{
    width: 95px;
}
img.cross{
    width: 35px;
    margin: -50px 20px 0;
}




/* --- section02ここから --- */
    .section02{
    margin: 0px 0 0 0;
    padding: 100px 0 100px 0; 
}
img.whiteblend{
    width: 100%;
    margin:50px auto 40px;
}



/* --- section03ここから --- */
.section03{
    margin: 0px 0 0 0;
    padding: 100px 0 0px 0; 
}

.section03 .f-box{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section03_img{
    margin: 50px 0 25px 0;
}
.section03_img div{
    margin: 0px 10px 25px;
}
.section03_img img{
    width: 89px;
}
.section03_img h3{
    font-size: 0.8em;
    margin: 0px 0 0px 0;
    padding: 0;
    text-indent: 0.3em;
}


/* --- section04ここから --- */
.section04{
    margin: 100px 0 0 0;
}


/* --- useここから --- */
.silkywhite_box .use{
    margin: 100px 0 0 0;
}

.silkywhite_box .use-box li::after, .use-box li.use-01::after { top: auto; bottom: 16px; right: 50%; transform: rotate(135deg); transform-origin: 70% 70%; width: 16px; height: 16px; }



    
}