/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
*:focus {
    outline: none;
}
html {
/*    font-size: 62.5%;*/
}

body {
    font-size:1.302vw;
/*    font-size: 2.5rem;*/
    font-family: "yu-mincho-pr6n", serif;
    font-weight: 400;
    color: #4E4C4C;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    width: 100%;
    vertical-align: middle;
}

li {
    text-align: left;
    list-style: none;
}
table {
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0;
    border-color: none;
}
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.create_caution{
    display: block;
}
@media screen and (max-width: 450px) {
.create_caution{
    display: none;
}
}


.pc {
    display: block;
}
.smp {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .smp {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    article{
        margin: 65px 0 0;
    }
}


.pc-sticky-online-btn{
    position: fixed;
    right: 2.604vw;
    bottom: 2.604vw;
    width: 15.625vw;
    z-index: 999;
}

.LH-1{
    line-height: 1;
}
.LH-33{
    line-height: 1.719vw;
}
.LH-40{
    line-height: 2.083vw;
}
.LH-45{
    line-height: 2.344vw;
}
.LH-50{
    line-height: 2.604vw;
}
.LH-55{
    line-height: 2.865vw;
}
.LH-60{
    line-height: 3.125vw;
}

.LH-75{
    line-height: 4.427vw;
}

.LS-100{
    letter-spacing: 0.104vw;
}
.LS-150{
    letter-spacing: .25vw;
}
.LS-200{
    letter-spacing: .5vw;
}
.LS-250{
    letter-spacing: 1vw;
}
.LS-300{
    letter-spacing: 1.5vw;
}
.LS-500{
    letter-spacing: 2vw;
}


.bold {
    font-weight: 900;
}

.vr-lnie-title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 6.25vw;
    letter-spacing: 0.417vw;
}
.vr-lnie-title:before{
    content: "";
    height: 7.813vw;
    background-color: #707070;
    display: flex;
    width: 1px;
    margin: 0 0 10px;
}
.tate{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


#shop_spa .vr-lnie-title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -4.646vw 0 3.906vw;
    letter-spacing: 0.417vw;   
}



/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  top: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



header{
    margin:4.948vw 5.729vw 1.771vw;
}
header img{
    width: 30.208vw;
}
#main-banner{
    padding: 0 5.729vw 6.25vw;
}
.main-banner{
    position: relative;
}
.main-banner-text-wrap{
    position: absolute;
    left: 8.698vw;
    top: 9.896vw;
    z-index: 1;
}
.main-banner-main-text{
    font-size: 2.552vw;
    margin: 0 0 1.563vw;
}
.main-banner-sub-text{
    font-size: 1.302vw;
}

.ja-en{
    position: absolute;
    top: 20px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ja-en a{
    color: #fff;
    font-size: 1rem;
    padding: 10px 0;

}
.ja-en a:first-child{
    border-bottom: 1px solid #fff;
}
#info{
    width: 83.3%;
    margin: auto;
    padding: 0 0 9.375vw;
}
.info-xs-title{
    letter-spacing: 0.417vw;
    text-align: center;
    margin: 0 0 3.125vw;
}
.info-wrap{
    display: flex;
    justify-content: space-between;
}
.info-inner:first-child div:last-child img{
    width: 1.823vw;
}
.info-inner:first-child div:last-child{
    display: flex;
}
.info-inner:first-child div:last-child a{
    margin: 0 10px;
}
.info-inner:first-child div:last-child a:last-child img{
    width: 2vw;
}

.info-inner:first-child div:nth-child(2){
    margin: 0 0 1.083vw;
}
.info-inner{
display: flex;
    flex-direction: column;
    align-items: center;
    width: 48%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding:0 3.646vw 3.646vw;
}
.info-inner div:first-child{
/*    font-size: 1.8rem;*/
    font-size: 0.938vw;
    margin: 0 0 1.302vw;
}
.info-inner div:nth-child(2){
    margin: 0 0 2.083vw;
    text-align: center;
}
.info-inner::before{
    content: "";
 border-top: 0.99vw solid #707070;
  border-right: 0.99vw solid transparent;
  border-left: 0.99vw solid transparent;
  margin: 0 0 3.646vw;
}
.info-inner:last-child div:last-child{
    width: 17.708vw;
}

.info-wrap-inner{
    width: 48%;
}




#brand{
    margin: auto;
}
.brand-wrap{
    margin: 0 0 0 26.042vw;
}
.brand-wrap div:first-child{
    width: 43.49vw;
    margin: 0 0 4.167vw;
}




.brand-xs-title{
    letter-spacing: 0.417vw;
    margin: 0 0 5.208vw 12.5vw;
}

#about{
    padding:14.583vw 0 6.25vw;
    background-image: url(../../assets/img/about/bg.png);
    background-position:center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-sec-01{
    display: flex;
    margin: 0 0 8.333vw 12%;
    justify-content: space-between;
}
.about-sec-01 div:last-child{
    width: 77%;
}
.about-sec-01 div:last-child div:first-child{
    margin: 0 0 3.646vw;
}
.about-sec-01 div:last-child div:nth-child(2){
    font-size: 1.927vw;
    margin: 0 0 10px;
}
.about-sec-01 .tate-title-wrap{
    display: flex;
    margin: auto 0 0 0;
    line-height: 1;
}
.about-sec-01 .tate-title-wrap .tate:first-child{
/*    font-size: 3.8rem;*/
    font-size: 1.979vw;
    margin: 8.333vw 56% 0 0;
}
.about-sec-01 .tate-title-wrap .tate:last-child{
/*    font-size: 9rem;*/
    font-size: 4.688vw;
}



.about-sec-02{
    display: flex;
    width: 75%;
    margin: auto;
    position: relative;
}

.about-sec-02 .about-sec-02-img{
    width: 34.7%;
    margin: 0 4.167vw 0 0;
}

.about-sec-02 .about-sec-02-detail{
    margin: auto 0 0;
}
.about-sec-02-detail .xs-title{
    font-size: 1.094vw;
    letter-spacing: 0.208vw;
}
.about-sec-02-detail .border{
    height: 1px;
    background: #000;
    width: 21.849vw;
    margin: 0 0 3.125vw;
}
.about-sec-02 .tate-title-wrap{
    display: flex;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -3.646vw;
}
.about-sec-02 .tate-title-wrap .tate:first-child{
/*    font-size: 7rem;*/
    font-size: 3.646vw;
    margin: 10.35vw 0 0;
}
.about-sec-02 .tate-title-wrap .tate:last-child{
/*    font-size: 7rem;*/
    font-size: 3.646vw;
}
.about-sec-02-detail div:nth-child(3) div:first-child{
    font-size: 1.927vw;
    margin: 0 0 2.083vw;
}
.about-sec-02-detail div:nth-child(3) div:last-child{
    margin: 0 0 4.688vw;
}
.about-sec-02-detail div:last-child div:first-child{
    font-size: 1.927vw;
    margin: 0 0 2.083vw;
}



#story{
    width: 75%;
    margin: auto;
    background-image: url(../../assets/img/story/bg.png);
    background-repeat: no-repeat;
    background-position: center 3.292vw;
    background-size: 40%;
}
.story-title-wrap{
    width: 83.4%;
    margin:0 auto 6.771vw;
}
.story-title-wrap div:last-child{
    text-align: center;
}
.story-title{
    text-align: center;
/*    font-size: 5.3rem;*/
    font-size: 2.76vw;
    font-weight: 100;
    margin: 0 0 3.646vw;
}
.story-line-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 20px;
}
.story-line-wrap-add{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 7.813vw;
}
.color-purp{
    color: #440A7C;
}
.story-line{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 3.125vw;
}
.story-line:first-child{
    margin: 0 3.125vw 0 0;
}
.story-line:nth-child(3){
    margin: 0 0 0 3.125vw;
}
.story-line:nth-child(4){
    margin: 0 3.125vw 0 0;
}
.story-line:nth-child(6){
    margin: 0 0 0 3.125vw;
}
.story-line div:first-child{
/*    font-size: 7.6rem;*/
    font-size: 3.958vw;
    line-height: 1;
    margin: 0 0 2.083vw;
}
.story-line div:nth-child(2){
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.083vw;
    letter-spacing: .25rem;
}
.story-line div:nth-child(2):before{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    display: flex;
    width: 100%;
    margin: 0 15px 0 0;
}
.story-line div:nth-child(2)::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    display: flex;
    width: 100%;
    margin: 0 0 0 10px;
}
.story-line div:last-child{
    text-align: center;
}


.producer{
    border:1px solid #000;
    padding: 4.167vw;
    position: relative;
    margin: 0 0 9.896vw;
}
.producer::before{
    content: "Brand Producer";
    position: absolute;
    top: 0%;
    left: 42%;
    transform: translate(-200%, -50%);
    -webkit-transform: translate(-200%, -50%);
    background: #fff;
    padding: 15px;
    letter-spacing: .25vw;

}


.producer-wrap{
    display: flex;
}
.producer-wrap .producer-img{
    width: 25%;
    margin: 0 3.125vw 0 0;
}
.producer-inner-wrap{
    display: flex;
    flex-direction: column;
}
.producer-inner-wrap div:nth-child(2){
    margin: 0 0 1.042vw;
}
.producer-inner-wrap div:nth-child(3){
    margin: 0 0 1.042vw;
}
.producer-inner-wrap .producer-name{
    margin: 0 0 1.042vw;
}
.producer-inner-wrap .producer-name div:first-child{
    font-size: 0.938vw;
}
.producer-inner-wrap .producer-name div:nth-child(2){
    font-size: 1.563vw;
    margin: 0 1.25vw;
}
.producer-inner-wrap .producer-name div:last-child{
    font-size: 0.938vw;
    margin: 0;
}
.producer-inner-wrap div:first-child{
    display: flex;
    align-items: center;
}
.producer-inner-wrap div:nth-child(2){
    font-size: 1.042vw;
}



#shop_spa{
/*    padding: 0 0 6.25vw;*/
}
#shop_spa.vr-lnie-title{
    margin-top: -4.688vw;
}


.shop_spa-title-img{
    display: flex;
}
.shop_spa-title-img div:first-child{

}
.shop_spa-title-img div:nth-child(2){
    margin: 4.688vw 0 0;
}
.shop_spa-title-img div:last-child{
    margin: 9.375vw 0 0;
}

.shop_spa-title-wrap{
    margin: 0 0 -8vw;
}
.shop_spa-title-wrap div:first-child{
    width: 61%;
    margin:0 auto 3.646vw;

}
.shop_spa-title-wrap div:last-child{
    text-align: center;
/*    font-size: 3rem;*/
    font-size: 1.563vw;
}
/*.shop_spa-main-img{
    margin: 0 0 130px;
}*/
.shop_spa-detail-sec-wrap{
    background: -moz-linear-gradient(top, #FFF, #7C7367 30%, #7C7367 60%, #7C7367);
    background: -webkit-linear-gradient(top, #FFF, #7C7367 30%, #7C7367 60%, #7C7367);
    background: linear-gradient(to bottom, #FFF, #7C7367 30%, #7C7367 60%, #7C7367);
    color: #fff;
}
.shop_spa-detail-sec{
    margin: auto;
    padding: 6.771vw 0 0;
}
.shop_spa-detail-text{
    display: flex;
    justify-content: space-between;
}
.shop_spa-detail-text{
    margin: 0 0 3.125vw;
}
.shop_spa-detail-text:last-child{
    margin: 0;
}
.shop_spa-detail-text-wrap{
    margin: 0 0 4.167vw 15.625vw;
}
.shop_spa-detail-text div:first-child{
    width: 10%;
/*    font-size: 3.2rem;*/
    font-size: 1.667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shop_spa-detail-text div:first-child::after{
    content: "";
    height: 1px;
    width: 5.208vw;
    background-color: #fff;
    margin: 0.521vw 0 0;
}
.shop_spa-detail-text div:last-child{
    width: 85%;
}
.shop_spa-detail-resrved{
    text-align: center;
    padding: 0 0 6.25vw;
}
.shop_spa-detail-resrved div:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 4.167vw;
}
.shop_spa-detail-resrved div:first-child a{
    width: 26.042vw;
    margin: 0 0 1.563vw;
    background: #fff;
    color: #000;
    padding: 1.042vw;
}
.shop_spa-detail-resrved div:first-child a:hover{
    background: #473F33;
    color: #fff;
}
.shop_spa-detail-resrved div:last-child{
    margin: 3.125vw 0 0;
}
.shop_spa-detail-resrved div:last-child a{
    color: #fff;
}
.shop_spa-detail-resrved div:last-child a img{
    width: 1.302vw;
    margin: -0.521vw 1.042vw 0 0;
}
.shop_spa-detail-img{
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4.167vw;
    width: 64.5%;
}
.shop_spa-detail-img div:first-child{
    width: 46%;
}
.shop_spa-detail-img div:last-child{
    width: 46%;
}


#online_shop{
    width: 75%;
    margin:0 auto 9.583vw;
}
.online_shop-logo{
    width: 60%;
    margin:0 auto 3.646vw;
}
.online_shop-img{
    display: flex;
    justify-content: space-between;
    margin: 0 0 2.083vw;
}
.online_shop-img img{
    width: 31%;
}
.online_shop-img div{
    width: 33.3%;
}
.online_shop-text{
    margin: 0 0 3.125vw;
}
.online_shop-btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.online_shop-btn a{
    width:21.271vw;
    padding: 1.042vw;
    border:1px solid #000 ;
    text-align: center;
    font-size: 1.198vw;
}
.online_shop-btn a:hover{
    background: #4E4C4C;
    color: #fff;
    border: 1px solid #4E4C4C;
}
footer{
    padding:10.208vw 0 9.583vw;
    background-image: url(../../assets/img/footer/bg.png);
    color: #fff;
    font-family: sans-serif;
    font-size: 0.938vw;
}
.footer-link{
    display: flex;
    justify-content: center;
    margin: 0 0 5.208vw;
}
.footer-link div{
    border-right: 1px solid #fff;
    padding: 0 2.083vw;
}
.footer-link div:last-child{
    border-right: none;
}
.footer-link a{
    color: #fff;
}
.footer-copy{
    text-align: center;
}


.smp-about-sec-01,
.smp-about-sec-02{
display: none;
}



.smp-story-line-wrap{
    display: none;
}
.smp-producer-wrap{
    display: none;
}
.smp-vr-lnie-title {
    display: none;
}
.smp-online_shop-img{
    display: none;
}
.smp-online_shop-logo{
    display: none;
}
.smp-main-banner-text-wrap{
    display: none;
}



@media screen and (max-width: 768px) {
html {
    font-size: 62.5%;
}

body {
    font-size:1.3rem;
    font-family: "yu-mincho-pr6n", serif;
    font-weight: 400;
    color: #4E4C4C;
    line-height: 1.5;
}
.LH-1{
    line-height: 1;
}
.LH-33{
    line-height: 1.719;
}
.LH-40{
    line-height: 1.5;
}
.LH-45{
    line-height: 2;
}
.LH-50{
    line-height: 2.604;
}
.LH-55{
    line-height: 2.865;
}
.LH-60{
    line-height: 2.5;
}

.LH-75{
    line-height: 1.5;
}
.vr-lnie-title{
    font-size: 1rem;
    letter-spacing: .45rem;
}
.vr-lnie-title:before {
    content: "";
    height: 40px;
    background-color: #666;
    display: flex;
    width: 1px;
    margin: 0 0 10px;
}

#main-banner{
    padding: 0;
}
.main-banner{
    height: 500px;
    margin: 0 0 30px;
}
.main-banner img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-banner-main-text{
    font-size: 1.7rem;
}
.main-banner-sub-text{
    font-size: .9rem;
}
.main-banner-text-wrap{
    display: none;
}
.smp-main-banner-text-wrap{
    position: absolute;
        left: 50px;
        bottom: 50px;
    z-index: 1;
    display: block;
}
.main-banner-main-text{
    font-size: 2rem;
    margin: 0 0 10px;
    color: #fff;
}
.main-banner-sub-text{
    font-size: 1.3rem;
    color: #fff;
}

#info{
    width: 75%;
}
.info-inner:first-child div:last-child img{
    width: 21px;
}
.info-inner:first-child div:nth-child(2){
    text-align: center;
    margin: 0 0 10px;
}
.info-inner:last-child div:nth-child(2){
    margin: 0 0 10px;
}
.info-inner div:first-child{
margin: 0 0 10px;
}
.info-inner div:last-child{
    margin: 0 0 10px;
}
.info-inner div:nth-child(2){
    text-align: left;
}
.info-xs-title{
    font-size: 1rem;
}
.info-wrap{
    flex-direction: column;
}
.info-inner{
    width: 100%;
}
.info-inner:first-child{
    margin: 0 0 -1px;
}
.info-inner div:first-child{
    font-size: 1rem;
}
.info-inner:last-child div:last-child{
    width: 120px;
}
.info-inner:first-child div:last-child a:last-child img{
    width: 23px;
}



.brand-wrap{
    margin: auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brand-xs-title{
    margin: 0 0 38px 12.5vw;
}
.brand-wrap div:first-child{
    margin: 0 0 40px;
}
.brand-wrap div:last-child{
    letter-spacing: .15rem;
}
#about{
    padding:14.583vw 0 0;
    background-image: url(../../assets/img/about/smp-bg.png);
    background-position:center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-sec-01{
    display: none;
}
.smp-about-sec-01{
    display: block;
}
.smp-about-sec-01 .about-sec-01-detail:first-child{
        display: flex;
        justify-content: space-between;
        width: 88%;
        margin: 0 0 60px auto;
}
.smp-about-sec-01 .about-sec-01-detail:last-child{
    display: flex;
    flex-direction: column;
    width: 75%;
    margin:0 auto 60px;

}
.smp-about-sec-01 .about-sec-01-detail:last-child div:first-child{
    font-size: 1.8rem;
    margin: 0 0 10px;
}
.smp-about-sec-01 .about-sec-01-detail:last-child div:last-child{

}

.smp-about-sec-02-bg{
    background: #f8f8f8;
    padding: 0 0 60px;
}

.about-sec-01-detail .tate-title-wrap{
    display: flex;
    margin: auto 20px 0 0;
}
.about-sec-01-detail .tate-title-wrap div:first-child{
    font-size: 1.2rem;
}
.about-sec-01-detail .tate-title-wrap div:last-child{
    font-size: 3rem;
    margin: -30px 0 0 0;
}



.about-sec-02{
    display: none;
}
.smp-about-sec-02{
    display: block;
    width: 75%;
    margin: auto;
}

.smp-about-sec-02 .title-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.smp-about-sec-02 .about-sec-02-detail{
    display: flex;
    flex-direction: column;
}
.smp-about-sec-02 .tate-title-wrap{
    display: flex;
    flex-direction: column-reverse;
    justify-content:flex-end;
}
.smp-about-sec-02 .tate-title-wrap div:first-child{
    font-size: 3rem;
}
.smp-about-sec-02 .tate-title-wrap div:last-child{
    font-size: 3rem;
}
.about-sec-02-detail .xs-title{
font-size: 1rem;
        letter-spacing: .35rem;
        margin: 0 0 5px;
        padding: 0 0px 0px 5px;
}

.about-sec-02-detail .border{
    width: 16.154vw;
}
.about-sec-02-detail div:nth-child(3) div:first-child{
    font-size: 1.8rem;
}
.about-sec-02-detail div:nth-child(4) div:first-child{
    font-size: 1.8rem;
}


#story{
    background-size: contain;
}

.story-title{
    font-size: 2rem;
}
.story-title-wrap{
    width: 100%;
}
.story-line-wrap{
    display: none;
}
.story-line:first-child{
    margin: 0;
}
.story-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px !important;
    justify-content: space-between;
}
.story-line:nth-child(3){
    margin: 0;
}
.story-line-title{
    display: flex;
    flex-direction: column;
    width: 11%;
    align-items: center;
}
.story-line div:first-child{
    margin: 0;
}
.story-line-title div:first-child{
    font-size: 3.2rem;
    margin: 0 0 5px;
}

.story-line div:nth-child(2){
    display: block;
    margin: 0;
    width: initial;
}
.story-line div:nth-child(2):before{
    content: none;
}
.story-line div:nth-child(2):after{
    content: none;
}
.story-line div:last-child {
    text-align: left;
    font-size: 1.2rem;
}
.story-line div:nth-child(3) {
    display: flex;
    width: 75%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    line-height: 1.5;
}
.story-line-title div:last-child{
    font-size: .9rem;
    letter-spacing: .25rem !important;
}
.story-line-title + .border{
display: block;
    width: 1px !important;
    height: 56px;
    background: #000;
    margin: 0;
}
.story-title-wrap div:last-child{
    line-height: 1.8;
}
.story-line-wrap-add{
    display: none;
}


.smp-story-line-wrap{
    margin: 0 0 40px;
    display: block;
}


.smp-producer-wrap{
    display: block;
}
.producer{
    margin: 0 -30px 40px;
    padding: 30px 20px ;
}
.producer::before{
    content: "Brand Producer";
    position: absolute;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
}
.producer-wrap{
    display: none;
}
.smp-producer-inner{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.producer-img{
    width: 46%;
}
.producer-name{
    width: 46%;
}
.smp-producer-inner-wrap{
    display: flex;
    flex-direction: column;
}
.producer-name div:first-child{
    font-size: 1rem;
    margin: 0 0 10px;
}
.producer-name div:nth-child(2){
    font-size: 1.8rem;
    margin: 0 0 10px;
}
.producer-name div:nth-child(3){
    font-size: 1rem;
    margin: 0 0 10px;
}
.producer-name div:last-child{
    font-size: 1rem;
}
.smp-producer-inner-wrap .producer-text{
    margin: 0 0 25px;
}
.smp-producer-inner-wrap .blog-link{
    text-align: center;
    text-decoration: underline;
}




#shop_spa .vr-lnie-title{
    display: none;
}
#shop_spa .smp-vr-lnie-title{
        display: block;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px;
        font-size: 1rem;
        letter-spacing: .45rem;
}
#shop_spa .smp-vr-lnie-title:before{
    content: "";
    height: 40px;
    background-color: #666;
    display: flex;
    width: 1px;
    margin: 0 0 10px;
}
.shop_spa-title-wrap div:first-child{
    width: 80%;
}
.shop_spa-title-wrap div:last-child{
    font-size: 1.3rem;
    text-align: left;
    width: 75%;
    margin: auto;
    line-height: 2;
}
.shop_spa-detail-img{
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 100%;
}
.shop_spa-detail-img div:first-child{
    width: 50%;
}
.shop_spa-detail-img div:last-child{
    width: 50%;
}
.shop_spa-detail-sec{
    padding: 0 0 60px;
}
.shop_spa-detail-text-wrap{
    margin: 0;
    width: 75%;
    margin:0 auto 40px;
}
.shop_spa-detail-text{
    flex-direction: column;
    align-items: center;
    margin: 0 0 25px;
}
.shop_spa-detail-text div:first-child {
    width: 100%;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.shop_spa-detail-text div:first-child::before{
content: "";
    height: 1px;
    width: 35%;
    background-color: #fff;
    margin: 0.521vw 0 0;    
}
.shop_spa-detail-text div:first-child::after{
content: "";
    height: 1px;
    width: 35%;
    background-color: #fff;
    margin: 0.521vw 0 0;
}
.shop_spa-detail-text div:last-child{
    width: 100%;
}
.shop_spa-detail-resrved div:first-child a{
    width: 50%;
    margin: 0 0 20px;
    background: #fff;
    color: #000;
    padding: 15px 30px;
}
.shop_spa-detail-resrved div:nth-child(2){
    font-size: 1.4rem;
    line-height: 2;
}
.shop_spa-detail-resrved div:last-child a{
    text-decoration: underline;
}
.shop_spa-detail-resrved div:last-child a img {
    width: 12px;
    margin: 0 10px 0 0;
}
.shop_spa-title-wrap{
    margin: 0;
}
.shop_spa-title-wrap div:first-child{
    margin: 0 auto 20px;
}

#online_shop{
    width: 90%;
}
.online_shop-img{
    display: none;
}
.smp-online_shop-img{
    display: flex;
    flex-direction: column;
}
.smp-online_shop-img div:first-child{
    margin: 0 0 10px;
}
.smp-online_shop-img div:last-child{
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.smp-online_shop-img div:last-child img{
    width: 48.5%;
}
.smp-online_shop-logo{
    display: block;
        width: 70%;
        margin: 0 auto 30px;
}
.online_shop-logo{
    display: none;
}
.online_shop-text{
    margin: 0 0 30px;
}
.online_shop-btn a {
    width: 60%;
    padding: 10px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 1.3rem;
}
.footer-link {
    display: flex;
    justify-content: center;
    margin: 0 0 5.208vw;
    flex-direction: column;
    align-items: center;
    font-size: 1.2rem;
    font-family: serif;
}
.footer-link div{
    margin: 0 0 20px;
    border: none;
}
.footer-copy{
    font-size: 1rem;
    font-family: serif;
}
/*//////////////////
sticky
////////////////////*/
.sticky-button {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 997;
    font-family: "yu-mincho-pr6n", serif;
}
.sticky-button ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.sticky-button li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.3rem;
}
.sticky-button li {
    width: 49.5%;
    text-align: center;
}
.sticky-button li:first-child {
    background: #5D5D5A;
}
.sticky-button li:last-child {
    background: #5D5D5A;
}
.sticky-front-page-button{
    width: 100% !important;
}
.sticky-active {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0) !important;
}
.absolute {
    position: absolute;
    top: -40px;
    bottom: auto;
    width: 100%;
}
.top-smp-head-opacity-0 {
    background: rgba(255, 255, 255, 0) !important;
}
.go-top{
    width: 53px;
    margin: 0 5px 10px auto;
}
button{
    border: none;
    background: transparent;
}
.ja-en{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ja-en a{
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 0;

}
.ja-en a:first-child{
    border-bottom: 1px solid #fff;
}
#info,
#brand,
#online_shop{
padding-top: 70px;
margin-top: -70px;
}

#shop_spa{
padding-top: 60px;
margin-top: -60px;
}

}







