/** Shopify CDN: Minification failed

Line 1531:13 Expected ":"
Line 1531:14 Expected identifier but found "200"

**/

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}
/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}


.guide h2 {
  margin-top: 2rem;
  position: relative;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
}

.guide h2:before,
.guide h2:after {
  position: absolute;
  content: '';
}

.guide h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}

.guide h2:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dashed #000;
  background: #fff;
}

.guide h2 i {
  font-size: 25px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.guide h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

.guide h2 span:before {
  position: absolute;
  padding-top:15px;
  content: '';
}

.guide h2 span:after {
  position: absolute;
  content: '';
}

.guide h2 span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 1px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

.guide h2 span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}


.guide h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 2px;
  text-align: center;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}


#nudesize h2,#itemsize h2{
  position: relative;
  padding: 0 65px;
  text-align: center;
}

#nudesize h2:before,#itemsize h2:before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#nudesize h2 span,#itemsize h2 span{
    position: relative;
  padding: 0 1em;
  background: #fff;
}


@media only screen and (max-width: 456px) {
  
  #nudesize h2,#itemsize h2{
  position: relative;
  padding: 0 15px;
  text-align: center;
}

  #nudesize h2 span,#itemsize h2 span{
font-size:15px;
}

}


#navi{
margin:50px;
}

#navi p{
font-size:15px;
}

#navi li{
  margin-top:5px;
}

#navi li a{
border-bottom: 1px dashed #000;
}


#nudesize h3,#itemsize h3{
  padding: 5px;
  margin-bottom:5px;
  font-size:15px;
font-weight: bold;
color:white;
background-color: rgb(128, 128, 128);
  
}

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

.box4{
margin: 0 0 15px ;
}
.box4 span {
  	font-size: 15px;
  font-weight:bold;
    margin: 0; 
    padding: 5px;
}

.box5 {
  display:inline-block;
margin: 0 0 10px ;
}
.box5 span {
  font-family:'optima','noto sans jp',sans-serif;
  	font-size: 11px;
    margin: 0; 
    padding: 2.5px 3px;
  	border: solid 1px #000;
  	border-radius: 3px;
    background-color: #f0f0f0;
    letter-spacing: .08em;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background-color: #f0f0f0;
}
.box6 p {
    margin: 0; 
    padding: 0;
}


.box7 {margin: 6px 0;
}

.box7 span{
  font-family:'optima','noto sans jp',sans-serif;
  	font-size: 11px;
    padding: 3px;
  	border: solid 1px #000;
  	border-radius: 3px;
  background: #ededed;
}

.box8 {margin: 6px 0;
}

.box8 span{
  font-family:'optima','noto sans jp',sans-serif;
  color:#666;
  	font-size: 11px;
    padding: 3px;
  	border: solid 1px #666;
  	border-radius: 3px;
}


.box9 {margin: 5px 0;
}

.box9 span{
  font-family:'optima','noto sans jp',sans-serif;
  color:white;
  	font-size: 11px;
    font-weight:bold;
    padding: 3px;
  	border-radius: 3px;
  background: #EE87B4;
}

.box10 {
  display:inline-block;
  margin:0 0 4px;
}
.box10 span {
  font-family:'optima','noto sans jp',sans-serif;
  	font-size: 11px;
    margin: 0; 
    padding: 3px;
  	border: solid 1px #000;
  	border-radius: 3px;
    letter-spacing:.5px;
}



.box-tag{
  display:inline-block;
margin: 0 0 10px ;
}

.box-tag2{
 margin: 6px 0 15px ;
}

.box-tag3{
  display:inline-block;
margin: 5px 0 6px ;
}

.box-tag span,.box-tag2 span{
  font-family:'optima','noto sans jp',sans-serif;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  background: #000;
	color: white;
    padding: 3px;
    letter-spacing:.5px;
}

.box-tag3 span{
  font-family:'optima','noto sans jp',sans-serif;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
	color: #dc143c;
    margin-right: 3px; 
    padding: 0;
  background-color:white;
  letter-spacing:.5px;
}

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

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

  .label_block{
  margin-bottom:0;
}
  
  .box-tag{
margin: 0 0 2px ;
}
  
.box-tag span,.box-tag2 span{
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  background: #000;
  border:1px solid #000,
	color: white;
    padding: 3px;
}
  
  .box-tag3{
  display:inline-block;
margin: 0 ;
}
  
.box-tag3 span{
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  margin-right: 3px; 
    padding: 3px;
}
  
  .box4 span {
  	font-size: 13px;
}
  
  .box5 {
margin: 0 0 2px ;
}
  
}

.size-box-tag{
margin: 5px ;
}

.size-box-tag span{
  font-family:'optima','noto sans jp',sans-serif;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #000;
	color: white;
      margin: 0; 
    padding: 5px;
    letter-spacing:.5px;
}

.size-box-tag a{
color: white;}


#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  left: 7%;
  bottom: 10%;
  background: #000;
  opacity: 0.4;
  border-radius: 50%;
  z-index: 10000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 20px;
  right: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 商品ページタブ */
    .tab-content
    {
        display:none;
    }
    .tab-content.active
    {
        display:block;
    }
    ul.tabs
    {
        list-style-type: none;
        padding:0;
        margin-left:0;
    }
    li.tab
    {
      margin-right:-5px;
      color:darkgray;
        display:inline-block;
        padding:7px;
        cursor: pointer;
      border-bottom:2px solid black;
    }

.tabs span{
font-size:14px;
  font-weight:bold;
}

    li.tab.active
    {
      background-color:black;
        color:white;
        border-bottom:2px solid black;
    }


/* 商品ページタブデコレーション */

.check {
position: relative;
padding: 5px;
width: 120px;
height: 60px;
line-height: 50px;
border-radius: 50%;
text-align: center;
color: #000;
font-size: 11px;
  font-weight:bold;
background-color: #dcdcdc;
  letter-spacing:0.1rem;
  margin-top:10px;
  margin-bottom:10px;
}

.check::before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
right: 2px;
bottom: 2px;
border-left: 20px solid #dcdcdc;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
transform: rotate(45deg);
}


.discript-title h2 {
  position: relative;
  padding: 0 ;
  text-align: left;
  margin-top:15px;
  margin-bottom:15px;
  margin-left:0;
}

.discript-title h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #666;
}

.discript-title h2 span {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
  font-size:16px;
  font-weight:bold;
  text-transform: capitalize;
}




@media only screen and (max-width: 480px) {
  
      ul.tabs
    {
        margin-left:3px;
    }
  
      li.tab
    {
      margin-right:-5px;
        padding:5px;
    }
  
  .tabs span{
font-size:13px;
  font-weight:bold;
}
  
}

.product-nav{
margin-bottom:15px;}

.product-nav a{
    font-family:'optima','noto sans jp',sans-serif;
    font-weight:400;
    font-size:14px;
}


/*デザイナーズコメント*/

.d-comment{
padding:15px;
background-color:#eeefdf;
}

.d-comment h5{
font-family:serif;
font-size:17px;
font-weight:bold;
  margin-top:10px;
  margin-bottom:15px;
}

.d-comment h6{
  margin:0;
font-size:13px;
  line-height:23px;
  letter-spacing:0.5px;
}

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

.d-comment{
padding:10px;
}
  
  .d-comment h6{
  margin-top:0;
font-size:12px;
  line-height:23px;
  letter-spacing:1px;
}
  
}


/*新着ラベル*/

    .arrival {

    }
    .arrival::after {
        content:  "NEW";
        font-family:'optima','noto sans jp',sans-serif;
        letter-spacing:0.1em;
        font-size:12px;
      padding: 0px 3px;
        position: absolute;
        top: 5px;
        left: 5px;
        display: block;
        width: auto;
        height: 2em;
        font-weight: 500;
        line-height: 2;
        text-align: center;
        color: #000;
      	background-color: rgba(255,255,255,0.7);
        border-radius: 3px;
      
    }

    .madeinjapan {

    }
    .madeinjapan::after {
        content:  "made in japan";
        font-family:'optima','noto sans jp',sans-serif;
        font-size:11px;
      padding: 0px 4px;
        position: absolute;
        bottom: 5px;
        right: 5px;
        display: block;
        width: auto;
        height: 2em;
        font-weight: 500;
        line-height: 2;
        text-align: center;
        color: #000;
      	background-color: rgba(255,255,255,0.6);
      
    }



@media only screen and (max-width: 750px) {
  
 
    .arrival::after {
font-size:10px;
      font-weight: 700;
              left: 5px;
    }
  
}


/* 配送ページ */

    .poptitle {
        padding: 15px;
        text-align: center;
    }
    
    .poptitle h3 {
        font-weight: bold;
      margin-top:20px;
    }
    
    .poptitle img {
        max-width: 100%;
    }

.poptitle p{
line-height: 2rem;
}

.d-box {
   max-width:800px;
    padding: 1em;
    font-weight: bold;
    background: #FFF;
    border: solid 2px ;/*線*/
    border-radius: 10px;/*角の丸み*/
  text-align:center;
  margin:10px auto;
}
.d-box p {
    margin: 0; 
    padding: 0;
}

@media only screen and (max-width: 700px) {
  
.poptitle p{
line-height: 1.5rem;
}
  
}

/*キャンペーンページ*/

.zantan-container,
.campaign-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2.0rem;
    position: relative;
}

.campaign-container p {
font-weight: bold;
}

.campaign p {
    text-align: center;
    font-size: 20px;
    }

.zantan-mainimg,
.campaign-mainimg {
    max-width: 1100px;
    margin: 0 auto;
}

.zantan-mainimg img,
.campaign-mainimg img {
    width: 100vw;
}

.zantan-head,
.campaign-head {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}


.campaign-head h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
  transform   : scaleX(0.9);
}

.zantan-head{
padding:5px;
}

.zantan-head h1 {
  font-family: source-han-sans-japanese, sans-serif;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;

}

.zantan-head h2 {
  font-family: source-han-sans-japanese, sans-serif;
    margin-top: 30px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
  line-height:40px;
    letter-spacing: 3px;

}

.zantan-head h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
}

.zantan-head p{
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height:30px;
    padding: 5px;
  letter-spacing: 1.2px;
}


.campaign-head p {
    text-align: center;
    padding: 10px;
    font-size: 18px;
  line-height:25px;
}

.campaign a {
    display: inline;
    color: #e22604;
    border-bottom: 1px solid;
    text-decoration-line: none;
}

.campaign a:hover {
    color: #ff8a76;
}

.campaign-text,
.campaign-caution p {
    text-align: left;
    font-size: 17px;
  font-weight: 500;
  line-height:2rem;
    }

.campaign h2 {
    text-align: center;
    font-size: 22px;
    padding: 5px;
    color: white;
    background-color: #e22604;
    font-weight: 600;
    margin: 25px 0;
}

.campaign h3 {
    text-align: center;
    font-size: 30px;
  
}

.campaign-flow img {
    width: 100%;
}

.campaign-flow2 img {
    width: 110%;
}

.campaign-flow h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
  background:linear-gradient(transparent 45%, #FAF8CB 45%);
}

.campaign-flow p {
    text-align: left;
    font-size: 17px;
    border:1px solid #ccc;
    padding: 8px;
      font-weight: 500;
}


.zantan p {
    font-size: 16px;
    font-weight: 400;
    line-height:28px;
  letter-spacing:1.2px;
}


.zantan h2 {
  font-family: source-han-sans-japanese, sans-serif;
    margin: 0;
    font-size: 22px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 20px;
  text-transform: none;
}

.zantan h2:before {
    content: '';
    background-color: #f2c9ac;
    display: block;
    position: absolute;
    left: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    top: 18px;
    z-index: -1;
}

h2.vol3:before {
    content: '';
    background-color: #C5E7F1;
    display: block;
    position: absolute;
    left: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    top: 18px;
    z-index: -1;
    -ms-filter: blur(4px);
  filter: blur(4px);
}


.zantan h3 {
  font-family: source-han-sans-japanese, sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
  border-bottom: double 7px #f6b894;
  line-height:28px;
  padding-bottom:10px;
}

h3.vol3 {
  font-family: source-han-sans-japanese, sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
  border-bottom: double 7px #C5E7F1;
  line-height:28px;
  padding-bottom:10px;
}


.zantan h4 {
  font-family: source-han-sans-japanese, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  line-height:25px;
  color:#555;
  border-bottom:solid 2px #f6b894;
  padding-bottom:10px;
}

h4.vol3 {
  font-family: source-han-sans-japanese, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  line-height:25px;
  color:#555;
  border-bottom:solid 2px #C5E7F1;
  padding-bottom:10px;
}

p.item-info{
text-align:left;
}

.item-info{
margin:15px 0;}

.item-info h3{
  font-size:18px;
  letter-spacing:1.5px;
text-align:left;
  line-height:30px;
border-bottom:none;}

.zantan a {
    display: inline;
    color: #666;
    text-decoration-line: none;
  font-size:16px;
}
.zantan-head span {
    font-size: 28px;
  font-weight:700;
}

span.zantan-thema{
  font-size:22px;
  padding:5px 10px;
background-color:#fddea5;
}

span.zantan-thema3{
  font-size:22px;
  padding:5px 10px;
background:linear-gradient(#BEF2E5, #C5E7F1);
}


@media screen and (max-width: 749px) {
  
  .zantan-container{
    padding: 5px ;
}
 
.campaign-container {
    padding: 0 ;
}
  
  .campaign-head {
    padding: 0 3px;
}
  
    .campaign p {
        font-size: 17px;
    }
  
  .zantan-head h1,
    .campaign-head h1 {
        font-size: 16px;
        letter-spacing: 1px;
    }
  
      .zantan-head h2 {
        font-size: 16px;
        letter-spacing:1px;
        line-height:22px;
    }
  
        .zantan-head h3 {
        font-size: 16px;
    }
  
  .zantan-head p,
    .campaign-head p {
        font-size: 13px;
      line-height:21px;
    }
    .campaign h2 {
        font-size: 16px;
        padding: 5px;
        margin: 25px 0;
    }
    .campaign h3 {
        font-size: 23px;
    }
    .campaign-flow img {
      width: 80%;
        display: block;
        margin: auto;
    }
  
      .campaign-flow2 img {
        width: 120%;
        margin-top: 10px;
    }
  
  .campaign-flow p {
    font-size: 15px;
}
  .campaign-flow h4 {
    font-size: 23px;
}
  
    .campaign-text,
    .campaign-caution p {
        font-size: 14px;
        letter-spacing: 0;
      line-height:1.2rem;
    }
  
  .flow-box{
margin:10px 0;
}
  
      .zantan p {
        margin:10px 0px;
        font-size: 13px;
        line-height:21px;
        word-break: break-all;
    }
  
  .zantan a{
  font-size:13px;
    }
  
  
  .zantan-head span {
    font-size: 20px;
}

  
    .zantan h2 {
        font-size: 17px;
          padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 20px;
            z-index: 1;
    }
    .zantan h3 {
        font-size: 17px;
    }
    .zantan h2:before {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        top: 25px;
        z-index: -1;
    }
  
  .zantan h4 {
    font-size: 16px;
  line-height:22px;
}
  
  span.zantan-thema,span.zantan-thema3{
  font-size:17px;
}

  .item-info h3{
  font-size:15px;
    letter-spacing:1px;
}
  
}

.zantan-slide-row {
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.zantan-autoplay-slider {
    display: flex;
    min-width: 100%;
    width: min-content;
    animation: 24s linear infinite sliderAnimation;
}

.zantan-slide {
    height: 200px;
    width: 300px;
    margin: 20px 0px;
    position: relative;
}

.zantan-slide span {
    position: absolute;
    font-size: 3em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes sliderAnimation {
    100% {
        transform: translateX(-50%);
    }
}


/* キャンペーンFAQページ */

.qa-list a {
    color:#999;
  border-bottom:1px solid;
}

.qa-list a:hover {
    color:#666;
}

.qa-list dl:last-child {
    border-bottom: none;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #c0c0c0;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #c0c0c0;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/*商品説明文用
-----------------------------------*/

.coordination{
  margin-top:20px;
text-align:center;
padding:15px 10px;}

.coordination img{
  margin:20px auto;
  display:block;
width:50%;}

.coordination h2{
  display:block;
font-size:14px;
font-weight:bold;
  margin-top:10px;
margin-bottom:1px;}

.coordination h2:before{
  content:"●";}

.coordination a{
	color: black;
  }

.coordination a:hover{
	color: #666;
  }

.coordination span{
  display:inline-block;
    border-radius: 3px;
  font-size: 12px;
  text-align: center;
    margin-right: 3px; 
    padding: 5px;
}

.coordination p{
	font-size:14px;
  padding:0 20px;
  }


/*ポップアップサイト用
-----------------------------------*/

.popup-container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2.0rem;
    position: relative;
}


.popup p {
  font-family: source-han-sans-japanese, sans-serif;
    font-size: 16px;
    margin: 20px 0;
  font-weight:400;
  line-height:2rem;
}

.popup h6 {
  font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
    font-size: 16px;
  line-height:2rem;
}

.popup-mainimg {
    max-width: 1100px;
    margin: 0 auto;
}

.popup-mainimg img {
    width: 100vw;
}

.popup-head {
  font-family: source-han-sans-japanese, sans-serif;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.2rem;
}

.popup-head h2 {
  font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
    padding: 10px;
    font-size: 18px;
  font-weight:bold;
  line-height: 2rem;
}

.heading07 {
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-left: 10px;
    font-size: 26px;
    font-weight: 600;
}

.heading07 span {
    position: relative;
    z-index: 2;
}

.heading07::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-7deg);
    top: 0px;
    left: 100px;
    color: #d3dce4;
    mix-blend-mode: multiply;
  font-family:serif;
    font-size: 80px;
    font-weight: 500;
    font-style: italic;
}

@media screen and (max-width: 749px) {
  
  .popup-container {
    padding: 0 ;
}
  
  .popup-head {
    padding: 0;
}
  
    .heading07 {
        font-weight: 500;
    }
    .heading07::before {
        font-size: 40px;
        top: 15px;
        left: 5px;
    }
}


.popup-head p {
  font-family: source-han-sans-japanese, sans-serif;
    text-align: left;
    padding: 10px;
    font-size: 15px;
  font-weight;200;
  line-height: 2rem;
  letter-spacing:1px;
}

.popup a {
  font-family: source-han-sans-japanese, sans-serif;
    display: inline;
    color: #000;
    border-bottom: 1px solid;
    text-decoration-line: none;
}

.popup a:hover {
    color: #666;
}

.popup-text,
.popup-caution p {
  font-family: source-han-sans-japanese, sans-serif;
    text-align: left;
    font-size: 18px;
    font-weight: 200;
}

.popup h2 {
  font-family: source-han-sans-japanese, sans-serif;
  color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background-image: url('/cdn/shop/files/denim-bg.jpg?v=1655424984');
    letter-spacing: 10px;
  margin-top:15px;
  margin-bottom:25px;
}

.popup h2:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    content: '';
    border: 1px solid #666;
    mix-blend-mode:screen;
}

.popup h3 {
  background-color:#406FA9;
  color:#fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    letter-spacing:5px;
}

h3.benefits{
  color:#EA5532;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    letter-spacing:5px;
}

.popup h4 {
    text-align: center;
    font-size: 15px;
  line-height:26px;
  letter-spacing:1px;
}

.popup h6 {
  font-family: source-han-sans-japanese, sans-serif;
    text-align: center;
    font-size: 15px;
  line-height:1.2rem;
}

.popup p {
    font-size: 15px;
  line-height:1.2rem;
}

h4.popup-days{
    font-size: 18px;
  line-height:2rem;
}

  .popup_img{
    display: block;
  width:100%;
}

  .popup_img2{
    display: block;
  width:100%;
    margin-top:100px;
}

.pop-up-btn{
text-align: center;
margin-top:30px;
margin-bottom:50px;}


.btn--popup,
a.btn--popup {
    color: #fff;
  background: #4F93C4;
  font-weight:bold;
}

a.btn--radius {
   border-radius: 100vh;
}



.effect div {
  margin: auto;
  transition: .4s;
  transition-delay: .4s;
}


@media screen and (max-width: 749px) {
    .popup p {
        font-size: 14px;
   }
  
    .popup-head h1 {
      
        font-size: 19px;
        letter-spacing: 2px;
    }
  .popup-head h2 {
    padding:0;
    font-size: 15px;
    letter-spacing:1px;
  line-height: 1.7rem;
}
  
   .popup-head p {
        font-size: 14px;
     line-height: 1.5rem;
     padding:0;
    }
    .popup h2 {
        font-size: 14px;
        padding: 10px;
        margin: 25px 0;
    }
    .popup h3 {
        font-size: 15px;
      letter-spacing:2px;
    }
    .popup h4 {
        font-size: 15px;
    }
      .popup h6 {
        font-size: 14px;
    }
  
  h4.popup-days{
    font-size: 14px;
  line-height:1.5rem;
}
  
  h3.benefits{

    font-size: 16px;

}
  

  .popup_img{
  width:80%;
  margin:8px auto;}
  
 
    .popup_img2{
  width:80%;
    margin:8px auto;
}
  
    .popup-text,
    .popup-caution p {
        font-size: 15px;
        letter-spacing: 0;
    }
  
  .btn--popup,
a.btn--popup {
    font-size:11px;
  letter-spacing:1px;
}
  
}


p.variant_shipping_info {
  font-size:13px;
color:black;
  margin-top:10px;
}

.product_number{
  display:flex;
  font-size:14px;
margin-bottom:5px;
}

@media screen and (max-width: 749px) {
.product_number{
  font-size:12px;
margin-bottom:15px;
}
}


.delivery_area_outer{
  background-color:#f5f5f5;
text-align:center;
}

.delivery_area_inner{
  font-size:17px;
  font-weight:bold;
margin-top:20px;
display:inline-flex;
}

@media screen and (max-width: 749px) {
  p.variant_shipping_info {
  font-size:12px;
}
  .delivery_area_inner{
  font-size:13px;
}
  
}


/*商品ページバリエーション表示
-----------------------------------*/


.size-variant {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.size-variant input{
    display: none;
  
}

.size-variant label{
    display: inline-block;
    width: 45px;
    height: 45px; 
  margin-top: 15px;
    margin-right: 3%;
  margin-bottom:20px;
  border: 1px solid #D3D3D3;
  }

.size-variant label:last-child{
    margin-right: 0%;
}

.size-variant p{
  margin-top:9px;
  font-size:15px;
  opacity:0.4;
}

.size-variant input:checked + label {
   border: 1px solid #707070;
}

.size-variant input:checked + label p{
  font-weight:bold;
    opacity:1;
}


.size-height-variant {
    display: flex;
    text-align: center;
}

.size-height-variant input{
    display: none;
  
}

.size-height-variant label{
    display: inline-block;
    width: 80px;
    height: 45px; 
  margin-top: 15px;
  margin-bottom: 30px;
    margin-right: 3%;
    border: 1px solid #D3D3D3;
  }

.size-height-variant label:last-child{
    margin-right: 0%;
}

.size-height-variant p{
  margin-top:9px;
  font-size:14px;
  opacity:0.4;
}

.size-height-variant input:checked + label {
   border: 1px solid #707070;
}

.size-height-variant input:checked + label p{
  font-weight:bold;
    opacity:1;
}


.color-variant {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:-20px;
}

.color-variant input{
    display: none;
}

label.default-label{
  width: 25%;
  width: calc(100% / 4);
  margin-top: -30px;
  margin-bottom: 45px;
    margin-right: 3%;
  }


label.nopic-label{
    display: inline-block;
    width: 150px;
    height: 45px; 
  margin-top: -25px;
    margin-right: 15px;
  border: 1px solid #D3D3D3;
  }


label.nopic-label{
    display: inline-block;
    width: 130px;
    height: 45px; 
  margin-top: -25px;
  margin-bottom: 45px;
    margin-right: 15px;
  border: 1px solid #D3D3D3;
  }

label.nopic-label p{
  font-size:13px;
  margin-top:10px;}

.color-variant label:last-child{
    margin-right: 0%;
}

.color-variant input:checked + label img{
  opacity:1;
}

.color-variant p{
  padding:3px;
  margin-bottom:5px;
  font-size:15px;
  opacity:0.4;
}

.color-variant input:checked + label {
border: 1px solid #707070;
}

.color-variant input:checked + label p{
  font-weight:bold;
    opacity:1;
}

.color-variant img{
  width:100%;
}


.title-variant {
    display: flex;
  flex-wrap: wrap;
    text-align: center;
}

.title-variant input{
    display: none;
  
}

.title-variant label{
    display: inline-block;
    width: 200px;
    height: 45px; 
  margin-top: 15px;
    margin-right: 3%;
    border: 1px solid #D3D3D3;
  }

.title-variant label:last-child{
    margin-right: 0%;
}

.title-variant p{
  vertical-align: middle;
  margin-top:9px;
  font-size:14px;
  opacity:0.4;
}

.title-variant input:checked + label {
   border: 1px solid #707070;
}

.title-variant input:checked + label p{
  font-weight:bold;
    opacity:1;
}

.display-none{
 display:none;
}

.limited-cart{
  font-size:15px;
  background-color:black;
  text-align:center;
  margin:5px 0;
}

.limited-cart p{
  padding:8px;
color:white;
}

.no-purchase_reload{
  
  padding:8px;
  margin:5px;
}

input.no-purchase_reload{
	font-size:13px;
}


/* ===== 雪のアニメーション ===== */

.snow {
    content:url("/cdn/shop/files/snow1.png?v=1640246826");
    position: absolute;
    animation: animate-snow 10s ease-out;
  	z-index:9999;
  	mix-blend-mode:normal;
}

.snow02 {
    content:url("/cdn/shop/files/snow2.png?v=1640246826");
    position: absolute;
    animation: animate-snow2 15s ease-out;
  	z-index:9998;
  	mix-blend-mode:normal;
}

@keyframes animate-snow {
    0% {

        opacity: 0;
        top: 0;
      transform: translate(0px, 0px) rotate(0);
     
    }
    10% {
        opacity: 1;
    }
  50% {
            transform: translate(50px, 0px) rotate(180deg);
  }

    85% {
        opacity: 1;
    }
    100% {
      	
        opacity: 0;
        top: 100vh;
      transform: translate(-50px, 0px) rotate(360deg);
    }
}

@keyframes animate-snow2 {
    0% {
        opacity: 0;
        top: 0;
transform: translate(0px, 0px) rotate(0);
    }
    10% {
        opacity: 1;
    }
  50% {
transform: translate(-50px, 0px) rotate(-180deg);
  }

    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 100vh;
      transform: translate(50px, 0px) rotate(-360deg);
    }
}

/* ===== コーディネート ===== */

.coordi-container h2 {
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    padding: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.coordi-container h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 40px;
  　letter-spacing: 2px;
}

.coordi-img-box {
    text-align: center;
}

.coordi-container img {
    max-width: 90%;
}

p.coordi-discription {
    margin-top: 20px;
    font-size: 16px;
}

span.coordi-box {
    font-size: 23px;
    display: inline-block;
}

a.coordi-url {
    color: #222;
}

a:hover.coordi-url {
    color: #888;
}


/*------------------------------------------------------------------------------
インフォメーション
------------------------------------------------------------------------------*/

  #section-news-list .news-list-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
    margin-bottom: 5px;
      }

@media screen and (min-width: 750px){
  #section-news-list .news-list-heading{
    margin-top:0;
      }
}

@media screen and (min-width: 1500px){
  #section-news-list .news-list-heading{
    margin-top:80px;
      }
}


.news-list-heading h2{
  font-family: 'optima','noto sans jp',sans-serif;
  font-size:18px;
}

.news-list-heading a{
  font-family:'optima';
  font-size:13px;
  letter-spacing:.08em;
  color:white;
padding:10px 20px;
  background-color:black;
border-radius:3px;
}

.news-list-heading a:hover{
opacity:0.8;
}

  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px;
  }

  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title{
    font-family:'noto sans jp',sans-serif;
    font-weight:400;
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 749px){
    #section-news-list .container{
      padding: 35px 20px;
    }

    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
    
       
    .news-list-heading a{
margin-top:20px;
    }
    #section-news-list .news-list-title{
    font-size: 15px;

  }
      #section-news-list .news-list-date{
    font-size: 11px;
  }
    
  }


/*------------------------------------------------------------------------------
LookBook用
------------------------------------------------------------------------------*/

  .d-book-center{
    text-align:center;
  margin-top:70px;
  }
  .d-book-center-text{
    text-align:center;
  margin-top:70px;
  }
  
  .d-book-left{
    text-align:left;
    margin-top:70px;
    }
  
 
    .d-book-right{
      text-align:right;
    margin-top:70px;

    }
  

  .d-book-product{
     padding-right:10px;
    padding-left:0;
    margin-top:20px;
    margin-bottom:50px;
  }

  .d-book-product-col{
     padding-right:10px;
    padding-left:0;
    margin-top:20px;
    margin-bottom:50px;
  }


.product-right{
margin: 20px 0 10px auto;
width:  35%;
}

.product-right-end{
margin: 0 0 10px auto;
width:  65%;
}

.product-right-box{
margin: 0 0 0 auto;
width:  80%;
}

.product-right-caution{
margin: 15px 0 0 auto;
width:  40%;
}
  
.d-book-product p, .d-book-product-col p{
  color:#707070;
  font-size:12px;
font-family: 'Baskervville', serif;
  letter-spacing:2px;
  margin-bottom:0;
}

  .d-book-product a,.d-book-product-col a{
    color:#707070;
    display:block;
    font-family: 'Baskervville', serif;
    letter-spacing:2px;
font-style: normal;
font-size:12px;
    line-height:20px;
  }

.product-center-text a{
    color:#707070;
    display:block;
    font-family: 'Baskervville', serif;
    letter-spacing:2px;
font-style: normal;
font-size:12px;
    line-height:20px;
}

.left-text{
margin-left:70px;
}

.details{
  margin-top:50px;
text-align:center;
}


.details-box{
display:flex;
margin:30px 0;
}

.contents1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0;
}

.contents3{
    display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 0 auto;
  width:50%;
  padding-left:40px;
}

.contents3 img{
  width:60%;
}


.contents4{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 0 auto;
  width:50%;
}

.contents4 p{
  text-align:left;
  display:block;
  color:#707070;
    font-size:13px;
	font-family: 'Baskervville', serif;
  margin-bottom:0;
  letter-spacing:1px;
}

.contents4 a{
  text-align:left;
  display:block;
  color:#707070;
    font-size:12px;
	font-family: 'Baskervville', serif;
  line-height:20px;
  letter-spacing:1px;
}

.contents1 img{
width:50%;
}

    .contents2{
  display: flex;
  align-items: center;
  justify-content: left;
  margin:0;
}
.contents2 p{
  text-align:left;
  display:block;
  color:#707070;
    font-size:12px;
	font-family: 'Baskervville', serif;
}

.contents2 a{
color:#707070;
}

.details h2 {
  text-transform: none;
  font-size:18px;
  font-family: 'Baskervville', serif;
  color:#707070;
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.details hr{
border-color:#707070;
}

.details h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #707070;
}

.details h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

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

.product-right{
margin: 10px 0 10px auto;
width:  65%;
}

.product-right-end{
margin: 0 0 10px 0;
width:  100%;
}

.product-right-box{
margin: 0 0 0 0;
width:  100%;
}

  
.d-book-product p,.d-book-product-col p{
  font-size:11px;
  letter-spacing:1.2px;
  margin-bottom:0;
}

  .d-book-product a,.d-book-product-col a{
    letter-spacing:1.2px;
font-style: normal;
font-size:11px;
    line-height:20px;
  }
  
.product-center-text a{
    letter-spacing:1.2px;
font-size:11px;
}
  
  .left-text{
margin-left:25px;
}
  
.details h2 {
  font-size:16px;

}

   .contents1 img{
width:80%;
}
  
  .contents2 p{
    font-size:10px;
    letter-spacing:0;
    line-height:10px;
    padding:10px;
}
  
  .contents3{
  width:20%;
  padding-left:0px;
}

  .contents3 img{
  width:100%;
}


.contents4{
    justify-content: left;
  width:80%;
}
  
  
  .contents4 p{
  text-align:left;
  display:block;
  color:#707070;
    font-size:10px;
	font-family: 'Baskervville', serif;
  margin-bottom:0;
}

.contents4 a{
  text-align:left;
  display:block;
  color:#707070;
    font-size:10px;
	font-family: 'Baskervville', serif;
  line-height:10px;
}
  
  
}

  @media only screen and (max-width: 749px) {
    
      .d-book-product{
    padding-left:15px;
  }
        .d-book-product-col{
          padding-left:15px;
    margin-bottom:0;
  }
  
    .d-book-center{
    margin-top:40px;
    }
    .d-book-center-text{
    margin-top:30px;
   padding:0 10px;
    }
        .d-book-right{
    margin-top:40px;
    }
        .d-book-left{
    margin-top:40px;
    }
      .d-book-left img, .d-book-right img{
  width:100%;
  }
    
      .page-width-custom-book a{
font-size:12px;
        line-height:22px;
  }
    
      .product-right-caution{
width:  70%;
}

  .contents1 img{
width:40%;
}
    
        .contents2{
  justify-content: center;
}
    
    .contents3 img{
  width:80%;
}


  }



/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 380px;
  background-color: #fff;
  z-index: 11;
  padding: 1rem;
}

.modal-window-inner{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.modal-window p{
  display: block;
  font-size:12px;
  font-family: 'Baskervville', serif;
  color:#707070;
  line-height:15px;
}

.modal-window a{
  display: block;
  font-size:11px;
  font-family: 'Baskervville', serif;
  color:#707070;
  line-height:15px;
}


/* 閉じるボタン */
.button-close {
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;

}

p.modal-close {
  top: 0;
  left:0;
  color: #666;
font-size:35px;
  font-weight:100;
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.no_scroll {
  overflow: hidden;
}

.wrapL{
margin:100px auto;
}

/* カートポップアップ */

.overlay1 {
display: none;
width: 100%;
height: 100%;
  top:0;
  left:0;
background: rgba(0,0,0,0.4);
position: fixed;
z-index: 1500;
}
.btn_area {
width: 350px;
height: 400px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
}
.btn_area .ttl {
font-weight: bold;
}
.btn_area p {
  margin-top:30px;
  font-size:15px;
padding: 20px;
}

.btn_area a {
  font-size:13px;
font-weight:bold;
  color:white;
background: black;
  padding: 10px;
}

.btn_area button {
  position: absolute;
  top:0 ;
  right: 10px;
  cursor: pointer;
    color: black;
  background: transparent;
font-size:35px;
  font-weight:100;
  border:1px solid transparent;
}
.btn_area button:hover {
color: lightgray;
}

.ngc__modal-btn{
  background-color:#000 !important;
}

.course-inner{
  display:flex;
flex-wrap: wrap;
}

.course-item{
  max-width:100px;
}
img.course-item-img{
  padding:3px;
}
@media only screen and (max-width: 749px) {

  .course-item{
  max-width:70px;
}
}

#grayDisplay {
  display: none;
  position: fixed;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 749px) {
  #grayDisplay {
  top: 0;
}
}

#insta-feed h2{
  font-family:'optima',sans-serif!important;
  font-weight:400!important;
}

.instafeed-new-layout-container{
  transform:scale(.95)!important
}

.shopify-policy__container{
  max-width:100ch!important;
}

.shopify-policy__body{
  font-size:14px;
}

.shopify-policy__body dt{
  font-weight:400;
}

.shopify-policy__body dd,.shopify-policy__body p{
  font-weight:300;
}

@media only screen and (max-width: 749px) {
  .shopify-policy__body{
  font-size:12px;
}
}