/** Shopify CDN: Minification failed

Line 253:11 Expected ":"

**/
@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img{
     vertical-align: bottom;
}


/* theme.css 上書き */
.page-content{
  max-width:100% !important;
  padding:0 !important;
      margin-bottom: 0;
}
div#main .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width:100%;
}

section.section{
  margin:0;
  
}
chat {
    display: none;
}

.page-header__text-wrapper {
    margin: 0;
}

/* リセットここまで */

html{
	font-size: 62.5%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-size: 1.2rem;
	letter-spacing:0.1em;
    font-feature-settings: "palt";
}

ul,li{
	list-style:none;
}

a{
	text-decoration: none !important;
	coursor:pointer;
}

a:hover,
a:hover img{
	opacity:0.8;
}


.price{
	display: none;
  text-decoration: line-through;
}

#saleHead{
    padding: 1.5rem 0 1.5rem;
    text-align: center;
}
#saleHead img{
	width:50%;
	max-width: 271px;
	}

/* MV */
#sale_ti{
	width:100%;
	margin: 0 auto 1rem;
	background: #f7f7f7;
	text-align: center;
}
#sale_ti img{
	width: 100%;
	object-fit: cover;
}

/* */
/*
main{
	padding-bottom: 5rem;
}*/
main h2 {
	width:84%;
	max-width: 630px;
	margin: 0 auto!important;
	font-size: 1.8rem !important;
	padding-bottom: 0.5em;
	line-height: 1.5em;
    color:#333333 !important;

}


section#prologue {
    margin: 5rem auto 3rem;
}

.description {
    width: 84%;
    line-height: 1.7em;
    text-align: justify;
    max-width: 630px;
    margin: 0 auto 6rem;
  color:#333333;
}

.description p{
	margin-bottom: 1em;

}
.description img {
    margin-bottom: 1em;
    width: 100%;
}

.coupon_get {
	/*width: 100%;
	max-width:630px;*/
	text-align: center;
 margin: 0 auto 3rem;
}

.coupon_get > p{
	margin-bottom: 1em;
	font-size: 1.3rem ;
	color:#333333;
}

.coupon_get > ul {
	/*margin: 0 0 3rem 0 !important;*/
  	margin: 0 !important;
}
.coupon_get > ul li{
	margin-bottom: 1rem;
	display:block;
    padding 0;

}
.coupon_get > ul li img {
    width: 84%;
	max-width: 630px;
    animation: bound 2s ease-out infinite;
    margin:0 !important;
    display:inline-block !important;
}

.coupon_get > ul li:nth-child(1) img {
    animation-delay: 0s;
}

.coupon_get > ul li:nth-child(2) img {
    animation-delay: 0.5s;
}

.coupon_get > ul li:nth-child(3) img {
    animation-delay: 1s;
}

/* アニメーションのキーフレーム */
/*
@keyframes bound {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%{
        transform: scale(0.99);
    }
    70% {
        transform: scale(0.995);
    }
}
*/

span.annotation {
    text-align: right;
    display: block;
    width: 84%;
    max-width: 630px;
    color: #666666;
    margin: 0 auto 3em;
    font-size: 1rem;
}

.break {
    border-bottom: 0.4rem solid #8B132A !important;
    border-top: 0;
    width: 3rem;
    margin: 4.2em auto 1.5em !important;
}

.bg_box{
	background-color: #ffffff;
	width: 97%;
	margin: 0 auto;
	overflow:hidden;
	/*padding-bottom: 5rem;*/
}

main h3{
	text-align: center;
    font-size: 3rem !important;
	margin:0 0 1.5em 0 !important;
  color:#333333 !important;
  text-transform: none !important;
  

}

main h3 span{
    font-size: 1.2rem !important;
	display: block;
	font-weight: normal;
}


main h3.pickup-cap::before {
    content: "Pickup! ";
    font-size: 2.2rem;
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
}


.item_all {
	margin: 2.5rem 0 6.5rem;
}

.item_all ul li {
	margin-bottom: 2%;
}

.item_all a{
	text-align: center;
	background-color: #323041;
	color: #f2f2f2;
	display: block;
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	padding: 1.5em;
	   border-radius: 6px;

}

.item_all a:hover {
    color: #f2f2f2 !important;
}

.item_all p {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1em;
    margin-top: 1.5em;
    color: #353535;
}

.item_all {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.item_all.visible {
    opacity: 1;
    transform: translateY(0);
}


/* まとめ買いクーポン */
#matome{
	background-color: #B6B1A9;
	padding-bottom: 1.5%;
	padding-top: 0;
}
.matome_title{
	text-align: center;
	padding: 4rem 0 1rem;
	width: 90%;
	max-width: 550px;
	margin: 0 auto;
}

.matome_title > h3 {
  	color: #8B122A !important;
	font-size: 1.5rem !important;
	font-weight: normal;
	margin-bottom: 0;
}
.matome_title > h3 > span{
	display: block;
	font-size: 4.3rem !important;
	padding: 0.2em 0 0.1em ;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
  line-height:1;
}


.matome_title > span{
	font-size: 1.1rem;
}
.matome_title > h3 > span > span{
	font-size: 6.5rem;
	display: inline;
}


/* 新商品 */
#cate_new{
	background-color: #24242C;
	padding:7rem 0;
}
#cate_new h3{
	font-size: 1.8rem !important;
	color: #f2f2f2;
	font-weight: normal;
	color: #f2f2f2 !important;
}

	
#cate_new .item_all a{
		background-color: #f2f2f2;
	color: #333333;
	font-weight: bold;
}
#cate_new .item_all a:hover{
	color: #333333 !important;
}
#cate_new .item_all{
	margin-bottom: 1.5rem;
}



/* フッター */
footer {
    /*border-top: 1px solid #dddddd;*/
    text-align: center;
    padding: 1em 0;
	/*margin-top: 5rem;*/
}
footer small{
	font-size: 1rem;
}




/* フローティング メニュー */


.scroll-nav {
  width: 100%;
       position: fixed;
    bottom: 0;
    left: 0;
		z-index: 999999;
	    overflow-x: auto;
    white-space: nowrap;
	  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
	background: #ffffff; /* メニューの背景色 */
		display: none;
	

}
.scroll-nav ul {
  margin: 0 auto;
  list-style: none;
	display: flex;
/*justify-content :center;*/
}
.scroll-nav ul li {
   min-width: 110px; /* メニューの個別の幅 */
	margin-right: 1px;
}
.scroll-nav ul li a {
  display: inline-block;
}




/* Json */
.itemList_small div ul{
display: flex;
flex-wrap: wrap;
width: 90%;
max-width: 900px;
margin: 0 auto;
justify-content: space-between;
}
.itemList_small div ul li{
width: 48%;
font-size: 1rem;
margin-bottom: 4em;
}
.itemList_small div ul li:nth-child(-n+4){
width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.itemList_small div ul li:nth-child(-n+4) span.word {
	font-size: 1.2rem;
}


.itemList_small div ul li a{
position: relative;
	
}
.itemList_small div ul li h4{
padding: 1rem 0 0;
margin:0;
}
.itemList_small div ul li h4 a{
font-size: 0.9rem;
color: #666666;
}
.itemList_small div ul li h4 a span{
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
    padding-bottom: 0.5em;
  line-height:1;
}

.itemList_small li p.coupon {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
   	padding: 0.1em 0.5em;
	font-size: 1rem;
}


.itemList_small div ul li p{
text-align: right;
font-size: 1rem;
  color: #666666;
  line-height: 1.6em;
}

.itemList_small div ul li p.couponprice{
    color: #aa3434;
    font-weight: bold;
  margin-top:0;
}
.price_down{
font-size: 1.5rem;

}
.itemList_small div ul li img{
width:100%;
vertical-align:text-bottom;	
margin: 0 !important;
}




.itemList_small div#off50_List_smallWrap ul li h4 a {
    color: #eaeaea;
}

.itemList_small div#off50_List_smallWrap ul li p {
    color: #eaeaea;
}

.itemList_small div#off50_List_smallWrap ul li p.couponprice{
	color: #dce400;
}


div#off50_List_smallWrap,
div#off30_List_smallWrap,
div#off20_List_smallWrap {
	
	margin-top:5rem 
}


span.word {
    text-align: center;
    display: block;
    background-color: #555555;
    color: #f2f2f2;
    padding: 1.5em;
	    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
      line-height: 1;
}




/* Json ラベルカラー */
.itemList_small li p.coupon {
    background-color: rgba(170, 52, 52, 1);
    color: #f2f2f2;
}

.itemList_small #off50_List_smallWrap li p.coupon {
    background-color: rgba(50, 50, 50, 0.6);
    color: #dddddd;
}


/* ------------------- */

@media screen and (min-width: 641px) {
	
html{
	font-size: 87.5%;
}

#sale_ti img{
	height:680px;
	
}


.topics_list{
	margin: 0 auto;
}

.topics_list li{
	width: 30%;
	margin-bottom: 5%;

}
	
/* Json */	

.itemList_small div ul li{
width: 30%;

}	

.itemList_small div ul li:nth-child(-n+4){
width: 46%;

}	
/*
.itemList_small div ul li:nth-child(-n+6){
width: 46%;

}	

.itemList_small div ul li:nth-child(-n+6) span.word {
font-size: 1.2rem;

}	
*/		
	
.itemList_small div ul::after {
display: block;
content:"";
width: 30%;
}
	
	
	

}

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

.sp_none{
	display:none !important;
}

}

@media screen and (min-width: 961px) {
	
html{
	font-size: 100%;
}

#sale_ti img{
	height:800px;

}
	
.pc_none{
	display:none !important;
}

div#pc_right-menu {
    position: fixed;
    /*top: 100px;*/
    top: 70px;
    right: 0;
	text-align: center;
	display: none;
	z-index: 1;
}
div#pc_right-menu p{
	font-weight: bold;
	font-size: 0.9rem;
	padding-bottom: 0.8em;
}
div#pc_right-menu ul li {
	margin-bottom: 5px;
}
	

.item_all a{
		width: 100%
	}
	
.item_all ul{
	display: flex;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	flex-wrap: wrap;
		justify-content:space-between;
}

.item_all ul li{
	width: 49%;
}


	
/* ------　トップに戻る　------------- */

#page_top{
  width: 3rem;
  height: 3rem;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #999999;
  opacity: 0.9;
	display: none;
}
#page_top a{
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
	width: 1.5rem;
  height: 1.5rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

	
}