/** Shopify CDN: Minification failed

Line 1470:4 Expected ":"
Line 1470:48 Expected identifier but found ","

**/
/* cssのルール 基本的には、twilwind.cssに準拠　参考URL：https://tailwindcss.com/docs/installation

準拠しない部分は下記に記載
%の表記　→ 　width:10% → w-10pc
pxの表記　→ width:1200px → w-1200px
マイナスの表記　→ width:-1200px → w--1200px
0.5pxの表記　→ 05
カラーの表記　#333 → 333
break pointは、max-width: 499px → cssプロパティの先頭にsm-をつける
*/

/* position */
.bottom-0 {
  bottom: 0;
}


/* margin */
.mt--80px {
    margin-top: -80px;
}

.mb-0 {
    margin-bottom: 0;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mt-auto {
    margin-top: auto;
}

.mr-auto {
    margin-right: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.m-20px {
    margin: 20px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-100px {
    margin-bottom: 100px;
}

.mb-120px {
    margin-bottom: 120px;
}

.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-12px {
    margin-top: 12px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-45px {
    margin-top: 45px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-80px {
    margin-top: 80px;
}

.mr-10px {
    margin-right: 10px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-30px {
    margin-left: 30px;
}

.ml-80px {
    margin-left: 80px;
}

.m-10px {
    margin: 10px;
}

.m-30px {
    margin: 30px;
}

.ml-10px-important {
    margin-left: 10px !important;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-10px {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-20px {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-30px {
    margin-left: 30px;
    margin-right: 30px;
}

.my-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (min-width: 980px) and (max-width: 1219px) {
    .xl-mb-20px {
        margin-bottom: 20px;
    }

    .xl-mt-0 {
        margin-top: 0;
    }

    .xl-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .lg-m-auto {
        margin: auto;
    }

    .lg-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg-mb-20px {
        margin-bottom: 20px;
    }

    .lg-mb-30px {
        margin-bottom: 30px;
    }

    .lg-mt-20px {
        margin-top: 20px;
    }

    .lg-mt-45px {
        margin-top: 45px;
    }

    .lg-mx-40px {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
    .md-mb-30px {
        margin-bottom: 30px;
    }

    .md-mb-40px {
        margin-bottom: 40px;
    }

    .md-mt-20px {
        margin-top: 20px;
    }

    .md-mt-30px {
        margin-top: 30px;
    }

    .md-mt-60px {
        margin-top: 60px;
    }

    .md-my-20px {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .md-my-60px {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .md-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md-ml-auto {
        margin-left: auto;
    }

    .md-mr-auto {
        margin-right: auto;
    }
}

@media screen and (max-width:499px) {
  
    .sm-m-0 {
        margin: 0;
    }

    .sm-m-10px {
        margin: 10px;
    }

    .sm-m-auto {
        margin: auto;
    }

    .sm-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm-mb--150px {
        margin-bottom: -150px;
    }

    .sm-mb--50px {
        margin-bottom: -50px;
    }

    .sm-mb-0 {
        margin-bottom: 0;
    }

    .sm-mb-10px {
        margin-bottom: 10px;
    }

    .sm-mb-30px {
        margin-bottom: 30px;
    }

    .sm-mt-0 {
        margin-top: 0;
    }

    .sm-mt-15px {
        margin-top: 15px;
    }

    .sm-mt-20px {
        margin-top: 20px;
    }

    .sm-mt-30px {
        margin-top: 30px;
    }

    .sm-mt-50px {
        margin-top: 50px;
    }

    .sm-mt-55px {
        margin-top: 55px;
    }

    .sm-mt-60px {
        margin-top: 60px;
    }

    .sm-mt-80px {
        margin-top: 80px;
    }

    .sm-mx-8px {
        margin-left: 8px;
        margin-right: 8px;
    }

    .sm-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sm-my-30px {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* padding */
.p-0 {
    padding: 0;
}

.p-6px {
    padding: 6px;
}

.p-10px {
    padding: 10px;
}

.p-15px {
    padding: 15px;
}

.p-20px {
    padding: 20px;
}

.p-30px {
    padding: 30px;
}

.p-40px {
    padding: 40px;
}

.p-50px {
    padding: 50px;
}

.p-60px {
    padding: 60px;
}

.p-70px {
    padding: 70px;
}

.p-80px {
    padding: 80px;
}

.p-90px {
    padding: 90px;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pl-5px {
    padding-left: 5px;
}

.pl-10px {
    padding-left: 10px;
}

.pl-20px {
    padding-left: 20px;
}

.pr-5px {
    padding-right: 5px;
}

.pr-10px {
    padding-right: 10px;
}

.pb-1px {
    padding-bottom: 1px;
}

.pb-5px {
    padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-70px {
    padding-bottom: 70px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pb-90px {
    padding-bottom: 90px;
}

.pb-100px {
    padding-bottom: 100px;
}

.pb-150px {
    padding-bottom: 150px;
}

.pb-200px {
    padding-bottom: 200px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

.py-3px {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15px {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .lg-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .lg-px-10px {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lg-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
  
    .md-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md-px-10px {
        padding-left: 10px;
        padding-right: 10px;
    }

    .md-px-30px {
        padding-left: 30px;
        padding-right: 30px;
    }

    .md-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:499px) {
    .sm-p-0 {
        padding: 0;
    }

    .sm-p-8px {
        padding: 8px;
    }

    .sm-px-10px {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sm-px-30px {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sm-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

   .sm-py-10px {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* text-color  */
.text-white {
    color: #fff;
}

.text-f7f7f7 {
    color: #f7f7f7;
}

.text-86754d {
    color: #86754d;
}

.text-988d66 {
    color: #988d66;
}

.text-db736d {
    color: #db736d;
}

.text-9d9d9d {
    color: #9d9d9d;
}

/*  background-color */
.bg-9d9d9d {
    background-color: #9d9d9d
}

.bg-5f5f5f {
    background-color: #f5f5f5;
}

/* border */
.border-solid {
    border: 1px solid;
}

.border-b-solid {
  border-bottom: 1px solid;
}

.border-t-05-solid {
    border-top: 0.5px solid;
}

.border-t-solid {
    border-top: 1px solid;
}

.border-b-01-solid {
    border-bottom: 0.1px solid;
}

.border-b-05-solid {
    border-bottom: 0.5px solid;
}

.border-01-solid {
    border: 0.1px solid;
}

/* border-color */
.border-333 {
    border-color: #333;
}

.boredr-c3c3c3 {
    border-color: #c3c3c3
}

.border-d3d3d3 {
    border-color: #d3d3d3;
}

.border-9d9d9d {
    border-color: #9d9d9d;
}

.border-e6e1e1 {
    border-color: #e6e1e1;
}

.border-ddd1c8 {
    border-color: #ddd1c8;
}

/* border-style */
.border-solid {
    border-style: solid;
}

.border-dotted {
    border-style: dotted;
}

/* border-radius */
.rounded-2px {
    border-radius: 2px;
}

/* border-width  */
.border {
    border-width: 1px;
}

/* font-size */

body {
-webkit-text-size-adjust: 100%;
}

.text-10px {
    font-size: 10px;
}

.text-11px {
    font-size: 11px;
}

.text-12px {
    font-size: 12px;
}

.text-13px {
    font-size: 13px;
}

.text-14px {
    font-size: 14px;
}

.text-15px {
    font-size: 15px;
}

.text-16px {
    font-size: 16px;
}

.text-17px {
    font-size: 17px;
}

.text-18px {
    font-size: 18px;
}

.text-19px {
    font-size: 19px
}

.text-20px {
    font-size: 20px;
}

.text-21px {
    font-size: 21px;
}

.text-22px {
    font-size: 22px;
}

.text-24px {
    font-size: 24px;
}

.text-25px {
    font-size: 25px;
}

.text-26px {
    font-size: 26px;
}

.text-28px {
    font-size: 28px;
}

.text-30px {
    font-size: 30px;
}

.text-40px {
    font-size: 40px;
}

.text-50px {
    font-size: 50px;
}

.text-55px {
    font-size: 55px;
}

.text-60px {
    font-size: 60px;
}

.text-70px {
    font-size: 70px;
}

.text-80px {
    font-size: 80px;
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .lg-text-16px {
        font-size: 16px;
    }

    .lg-text-18px {
        font-size: 18px;
    }

    .lg-text-20px {
        font-size: 20px;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
    .md-text-13px {
        font-size: 13px;
    }

    .md-text-20px {
        font-size: 20px;
    }
}

@media screen and (max-width:499px) {

    .sm-text-11px {
        font-size: 11px;
    }

    .sm-text-13px {
        font-size: 13px;
    }

    .sm-text-14px {
        font-size: 14px;
    }

    .sm-text-15px {
        font-size: 15px;
    }
  
   .sm-text-16px {
        font-size: 16px;
    }
  
    .sm-text-17px {
        font-size: 17px;
    }

    .sm-text-18px {
        font-size: 18px;
    }

    .sm-text-22px {
        font-size: 22px;
    }
}

/* font-family */
.font-mincho-bold {
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: 600;
    font-style: normal;

}


/* text-align */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

@media screen and (max-width:499px) {
    .sm-text-center {
        text-align: center;
    }
  
      .sm-text-left {
        text-align: left;
    }
}

/* line-height */
.leading-7 {
    line-height: 1.75rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-20px {
    line-height: 20px;
}

.leading-28px {
    line-height: 28px;
}

.leading-35px {
    line-height: 35px;
}

.leading-40px {
    line-height: 40px;
}

/* letter-spacing */
.tracking-tight {
    letter-spacing: 0.12em;
}

/* width */

.w-auto {
    width: auto;
}

.w-170px {
    width: 170px;
}

.w-310px {
    width: 310px;
}


.w-3pc {
    width: 3%;
}

.w-7pc {
    width: 7%;
}

.w-10pc {
    width: 10%;
}

.w-25pc {
    width: 25%;
}

.w-30pc {
   width: 30%;
}

.w-40pc {
    width: 40%
}

.w-50pc {
    width: 50%;
}

.w-80pc {
    width: 80%;
}

.w-90pc {
    width: 90%;
}

.w-full {
  width: 100%;
}

@media screen and (max-width: 979px) {
     .lg-w-full {
        width: 100%
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .lg-w-45pc {
        width: 45%;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
    .md-w-70pc {
        width: 70%;
    }

    .md-w-80pc {
        width: 80%;
    }
}

@media screen and (max-width:499px) {
    .sm-w-3pc {
        width: 3%;
    }

    .sm-w-10pc {
        width: 10%;
    }

    .sm-w-70pc {
        width: 70%;
    }

    .sm-w-80pc {
        width: 80%;
    }

    .sm-w-100pc {
        width: 100%;
    }

    .sm-w-140px {
        width: 140px;
    }

    .sm-w-fit {
      	width: fit-content;
    }
}

/* max-width */
.max-w-400px {
    max-width: 400px;
}

.max-w-450px {
    max-width: 450px;
}

.max-w-500px {
    max-width: 500px;
}

.max-w-600px {
    max-width: 600px;
}

.max-w-700px {
    max-width: 700px;
}

.max-w-750px {
    max-width: 750px;
}

.max-w-760px {
    max-width: 760px;
}

.max-w-800px {
    max-width: 800px;
}

.max-w-900px {
    max-width: 900px;
}

.max-w-947px {
    max-width: 947px;
}

.max-w-950px {
    max-width: 950px;
}

.max-w-1000px {
    max-width: 1000px;
}

.max-w-1045px {
    max-width: 1045px;
}

.max-w-1050px {
    max-width: 1050px;
}

.max-w-1100px {
    max-width: 1100px;
}

.max-w-1130px {
    max-width: 1130px;
}

.max-w-1150px {
    max-width: 1150px;
}

.max-w-1200px {
    max-width: 1200px;
}

.max-w-1300px {
    max-width: 1300px;
}

.max-w-1350px {
    max-width: 1350px;
}

.max-w-1400px {
    max-width: 1400px;
}

.max-w-1500px {
    max-width: 1500px;
}

.max-w-1600px {
    max-width: 1600px;
}

.max-w-1650px {
    max-width: 1650px;
}

.max-w-1700px {
    max-width: 1700px;
}

@media screen and (min-width: 980px) and (max-width: 1219px) {
    .xl-max-w-400px {
        max-width: 400px;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .lg-max-w-300px {
        max-width: 300px;
    }
}

@media screen and (min-width: 500px) and (max-width: 739px) {
    .md-max-w-350px {
        max-width: 350px;
    }

    .md-max-w-400px {
        max-width: 400px;
    }
}

@media screen and (max-width:499px) {
    .sm-max-w-280px {
        max-width: 280px;
    }

    .sm-max-w-350px {
        max-width: 350px;
    }

    .sm-max-w-90pc {
        max-width: 90%;
    }

    .sm-max-w-95pc {
        max-width: 95%;
    }
}

/* min-width */
@media screen and (max-width:499px) {
    .sm-min-w-220px {
        min-width: 220px;
    }
}

/* position */
.static {
    position: static;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* display */
.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}


@media screen and (min-width: 500px) and (max-width: 739px) {
    .md-block {
        display: block;
    }
}

@media screen and (max-width:499px) {
    .sm-block {
        display: block;
    }
  .sm-hidden {
      display: none;
  }
}

/* align-items */
.items-center {
    align-items: center;
}

/* justify-content */
.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

/* list-style */
.list-none {
    list-style: none !important;
}

/* flex-wrap */
.flex-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width:499px) {
    .sm-flex-wrap {
        flex-wrap: wrap;
    }
}


/* transition  */
.op-07-tr-03-ease {
    transition: opacity .5s ease;
}

/* hover  */
.op-07-tr-03-ease:hover {
    opacity: .7;
    transition: opacity .3s ease;
}

.anker_text:hover {
    opacity: .6;
    transition: all .4s ease;
}

.shop_anker_text:hover {
    opacity: .6;
    transition: all .4s ease;
}

.other_shop_anker_text:hover {
    opacity: .6;
    transition: all .4s ease;
}

/* anker_text */

.anker_text {
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.anker_text:before {
    position: absolute;
    transition: all .4s ease;
    content: "";
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: rgb(157, 157, 157, .7);
}

.shop_anker_text {
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    color: #9d9d9d;
}

.shop_anker_text:before {
    position: absolute;
    transition: all .4s ease;
    content: "";
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: rgb(157, 157, 157, .7);
}

.other_shop_anker_text {
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    color: #86754d;
}

.other_shop_anker_text:before {
    position: absolute;
    transition: all .4s ease;
    content: "";
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: rgb(134, 117, 77, .3);
}

/* リスト使用時2行目を1字ずらす  */
.list-indent {
  padding-left:1em;
  text-indent:-1em;
}

/* box-sizing */
.box-border {
    box-sizing: border-box;
}

/* 記号 */
.triangle::before {
    content: "▼";
}

/* スクロールホバー */


#main-nav {
  EB Garamond,hiragino-mincho-pron, sans-serif; ,serif!important;
  font-weight: 300;
  font-style: normal;
}

/* 製品ページアイコン  */
.icon-box {
    background: #fff;
    color: #333;
    border: 1px solid #a72b2f;
    display: inline-block;
    padding: 3px 6px;
    text-transform: uppercase;
}

.limited {
    background: #fff;
    color: #333;
    border: 1px solid #988d66;
    display: inline-block;
    padding: 3px 6px;
    text-transform: uppercase;
}

.web-limited {
    background: #fff;
    color: #333;
    border: 1px solid #569eb3;
    display: inline-block;
    padding: 3px 6px;
    text-transform: uppercase;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 1px;
    z-index: 2;
    font-size: 11px;
}

/* アンカーがずれる調整コード */

.anker-adjust-link {
    padding-top: 83px;
    margin-top: -83px;
}

/* 折り畳みメニュー */
.accordion-caution  input[type='checkbox']{
  display: none; 
}

.accordion-caution .accordion-open-caution {
      border: 1px solid #d3d3d3;
      border-radius: 2px;
      background-color: #f3f3f3;
      width: 310px ;
}


@media screen and (max-width: 979px) {
     .accordion-caution .accordion-open-caution {
        width: 100%
    }
}

.accordion-contents-caution{
     border: 1px solid #d3d3d3;
     padding: 20px;
}

.accordion-open-caution {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DDD1C8;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;/* 変更部分 */
  font-weight: normal;
}

.accordion-hidden:checked + .accordion-open-caution + .accordion-close {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.accordion-open-caution::before {
    content: '\025bc';
    font-size: 10px;
    padding-right: 1em;
}

/* チェックボックスは非表示 */
.accordion input[type='checkbox']{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: flex;
  border-bottom: 1px solid #DDD1C8;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;/* 変更部分 */
  font-weight: normal;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before {
  content: '\025bc';
  font-size: 10px;
  padding-right: 1em;
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  font-weight: normal;
}

.accordion-contents {
  padding: 20px;
}

/*　製品ページ  */
.product-media-container img {
  transition: transform .5s ease-in-out;
}


.scale-1 {
  transform: scale(1.3);
  transition: transform .5s ease-in-out;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.SFA__btn {
  justify-content: left !important;
}
