@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}


body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}
main {
    font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
    color: #8B4513  ;
}


@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}

.sable-sp {
    display: none;
}
.sable-pc {
    display: block;
}
.yu {
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.kau {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }
.sable-wrap {
    background-image: url(/img/usr/sable/bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}

.red{
    color: #CE3845;
}
/* メインビジュアル　*/

#sable-mainvisual {
    width: 100%;
}

#sable-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */

.sable-lead {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sable-lead img{
    width: 450px;
    padding-bottom: 40px;
}

.sable-leadtext {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
   
     line-height: 2;
}
.sable-leadtext02{
       font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
}

/* 商品詳細 */
.sable-product-box02 {
    display: flex;
    justify-content: center;
    margin: 30px auto 0px;
     padding-top: 30px;
     padding-bottom: 30px;
     gap: 60px;
     align-items: center;
}
.sable-product-box01 {
    display: flex;
    justify-content: center;
    margin: 30px auto 0px;
     padding-bottom: 30px;
     gap: 60px;
     align-items: center;
}

.sable-product {
    text-align: center;
padding-bottom: 100px;
}
.sable-jyon {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    border: 1px solid #CE3845 ;
    border-radius: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #CE3845;
}



.sable-product-img-wrap img{
    width:280px;
      height: 300px;
    object-fit: contain;
}
.sable-product-img-wrap02 img{
    width:350px;
    object-fit: contain;
}
.sable-product-img-wrap03 img{
    width:400px;
      height: 350px;
    object-fit: contain;
}
.sable-product-detail {
    margin: 0 auto;
    width: 280px;
}
.sable-product-text-new{
width: 550px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 20px auto 30px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}
.sable-product-name {
    font-size: 36px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto;
}
.sable-product-text{
    font-size: 2.2rem;
    text-align: left;
    width: 450px;
    line-height: 1.8;
}

.center {
    display: block;
    text-align: center;
}
.sable-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}


.sable-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.sable-price-en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
.sable-price02 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-weight: 400;
}

.sable-price-en02 {
    font-size: 1rem;
    letter-spacing: 0.1em;
}
.sable-cart a {
    transition: .3s;
}

.sable-cart a img {
    width: 250px;
    margin-left: 30px;
}
.sable-cart-text{
     text-decoration: none;
      border-bottom: dashed 1px #8B4513;
      width: 150px;
      margin: 0 auto;
}
.sable-cart-text a{
   color:inherit;
   font-size: 18px;
  
}
@media screen and (min-width:768px) {
    .sable-cart a:hover {
        opacity: 0.7;
    }
}

/* 詳細 */
.sable-detail{
    background-image: url(/img/usr/sable/detail-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sable-detail {
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}
.sable-detail img{
width: 80%;
}
.sable-shop {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
 margin: 0 auto;
}
/* こだわり */
.kodawari{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}
.kodawari-title{
font-size: 3rem;
margin-bottom: 5px;
}
.kodawari-title-img img{
    width: 400px;
}
.kodawari-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 1000px;
    margin: 50px auto 0;
}
.kodawari-cont img{
    width: 300px;
}
@media screen and (max-width:767px) {

    .sable-sp {
        display: block;
    }
.sable-pc {
        display: none;
    }

/* リード */

.sable-leadbox{
     width: 100%;
       height:auto;
    margin: 80px auto 80px;

}


.sable-lead {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;

}
.sable-lead img{
    width: 90%;
    padding-bottom: 20px;
}

.sable-leadtext {
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: lighter;
}
.sable-leadtext02 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: lighter;
}
.sable-leadbox::before {

    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px;
}
.sable-leadbox::after {

    width: 80px;
    height: 80px;
   bottom:-20px;
   right: 10px;
}
.sable-lead-title{
font-size: 2.6rem;
margin-top: -10px;
padding-bottom: 50px;
}


/* 商品詳細 */
.sable-product-box02 {
flex-direction: column-reverse;
    justify-content: center;
    margin: 30px auto 0px;
     padding-top: 30px;
     padding-bottom: 30px;
     gap: 20px;
     align-items: center;
}
.sable-product-box01 {
flex-direction: column;
    justify-content: center;
    margin: 30px auto 0px;
     padding-bottom: 30px;
     gap: 30px;
     align-items: center;
}

.sable-product {
padding-bottom: 50px;
}

.sable-product-title-en{
     font-size: 60px;
}


.sable-product-box{
    width: 80%;
    margin: 50px auto 50px;
}
.sable-product-flex {
    margin-top: 0;
    display:block;
}

.sable-product-img-wrap {
    width: 70%;
    margin: 0 auto;
}
.sable-product-img-wrap img{
    width:250px;
      height: 260px;
}
.sable-product-img-wrap02 img{
    width:70%;
}
.sable-product-img-wrap03 img{
    width:80%;
}



.sable-product-detail {
    width: 80%;
}
.sable-product-en {
    font-size: 1.6rem;
}
.sable-product-name {
    font-size: 2.6rem;
    margin-bottom: 0px;
    letter-spacing: 0;

}

.sable-product-text {
    font-weight: lighter;
    width: 80%;
    margin: 0 auto;
}

.sable-price {
    font-size: 2.8rem;
}
.sable-cart a img {
    width: 230px;
      margin-left: 20px;
}



.stand2026-wrap{
flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.sable-product-text-new{
width: 80%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 20px auto 30px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}

/* 詳細 */
.sable-detail{
    background-image: url(/img/usr/sable/detail-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sable-detail {
text-align: center;
padding-top: 80px;
padding-bottom: 50px;
}
.sable-detail img{
width: 95%;
}
.sable-shop {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
 margin: 0 auto;
}
/* こだわり */
.kodawari{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}
.kodawari-title{
font-size: 3rem;
margin-bottom: 5px;
}
.kodawari-title-img img{
    width: 80%;
}
.kodawari-flex{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 50px auto 0;
}
.kodawari-cont img{
    width: 60%;
}
}