<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
html,body{
    height: 100%;
    width: 100%;
}
body{
	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
    -webkit-text-size-adjust: 100%;
	font-style: normal;
	padding:0!important;
	margin:0!important;
    /*èƒŒæ™¯*/
	background-color: #e1dee5;
    /*background-image:url(../img/bg.jpg);
    background-repeat: repeat;
	background-size: contain;*/
}

div,section{
	box-sizing: border-box;
}
/*---------------------------------------------------------
COMMON
---------------------------------------------------------*/
header{
	width:auto;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	background-color:#ff669f;
    /*ã‚µã‚¤ãƒˆä¸Šãƒ©ã‚¤ãƒ³ã‚«ãƒ©ãƒ¼*/
	border-bottom:5px solid #f8f2ff;
}
.headerInner{
    width: 100%;
	max-width:920px;
	margin:0 auto;
}
.inner{
	/*width: 98%;*/
	max-width:920px;
	margin:0 auto;
    padding:1% 0 20px;
    box-sizing: border-box;
    background-color: #ffffff;
}
#content{
	/*width: 98%;*/
	max-width: 980px;
	margin:2% auto;
	padding: 30px;
	border-radius: 10px;
	z-index:1;
	background-color: #ffffff;
	box-sizing: border-box;
}
h2{
	font-size:18px;
    font-weight: bold;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "sans-serif";
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 2px solid #242424;
	color:#242424;
	margin-bottom:15px;
}
.attention{
    font-size: 0.8em;
}
@media screen and (max-width : 1024px ){
	.headerInner{
		padding-left: 4%;
		padding-right: 4%;
	}
	#content{
		width: 98%;
		padding: 4% 4%;
		/*100-8-2*/
	}
}
/*---------------------------------------------------------
MAIN IMAGE
---------------------------------------------------------*/
.mainImage{
	margin:0 auto;
}
.mainImage &gt; .inner{
	/*width: 100%;
	max-width:920px;*/
	text-align:center;
	padding:0 0 0;
	margin:0 auto;
}
.mainImage .inner img{
	width:100%;
	height:auto;
}

/*---------------------------------------------------------
SUB NAVI
---------------------------------------------------------*/
#subNavi{
	width: 100%;
	max-width:920px;
	margin:0 auto;
	height:54px;
	padding:0;
	border-bottom: 2px solid #141414;
	background-color:#141414!important;
	box-sizing: border-box;
}
#subNavi ul{
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	background-color: #141414!important;
	/* background-color: #f55674 !important; */
}
#subNavi ul li{
	text-align: center;
	background-color: #141414!important;
	display: flex;
	align-items: center;
}

@media screen and (max-width : 1024px ){
	#subNavi{
		height:auto;
	}
	#subNavi ul li:nth-child(odd){
		text-align: center;
	}
	#subNavi ul li:nth-child(1),#subNavi ul li:nth-child(2){
		display: none;
	}
	#subNavi ul li img{
		width: 100%;
		height: auto;
	}
	#subNavi ul li a:link{
		display: block;
		width: 100%;
	}
}

/*---------------------------------------------------------
INTRO
---------------------------------------------------------*/
#overview{
	font-size: 1em;
	padding-top: 15px;
  	font-weight: 900;
}
/*---------------------------------------------------------
SHOP LIST(convenience store)
---------------------------------------------------------*/
.shopList div:first-child{
    margin-bottom: 20px;
}
/*ã‚³ãƒ³ãƒ“ãƒ‹ãƒœã‚¿ãƒ³*/
.shopList div.shopBanner{
	width: 96%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
    text-align:center;
}

@media screen and (max-width : 1024px ){
	.shopList div.shopBanner{
		display:inherit;
		margin-bottom: 4%;
	}
	.shopList div.shopBanner p{
		margin-bottom: 5%;
	}
}
/*---------------------------------------------------------
KOUNYU CHUUI
---------------------------------------------------------*/
#kounyu ul.topFaq_list li{
	padding-left:32px;
	position:relative;
	background-image:url(../img/list.png);
	background-repeat:no-repeat;
	background-position: left 3px;
	border:0;
	margin-bottom:8px;
}
#kounyu ul.topFaq_list li:last-child{
    margin-bottom:0;
}

/*---------------------------------------------------------
SET LIST
---------------------------------------------------------*/
.titlePrintNoR{
	width: 100%;
	font-size: 100%;
	margin: 10px 0;
	
	
	box-sizing: border-box;
}
.titlePrintNoR p{
	padding: 10px 0;
	background: #141414;
	color: #ffffff;
	padding-left: 15px;
	font-weight: bold;
	box-sizing: border-box;
	
}
.set-list h4{
	font-size:16px;
	 font-weight: bold;
	 font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "sans-serif";
	 color:#242424;
	 margin-top: 20px;
	 margin-bottom: 10px;
 }



/*---------------------------------------------------------
PRODUCT LIST
---------------------------------------------------------*/
.product-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.product-list li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 5%;
	text-align: center;
	background: #f6f5f7;
}
.product-list li:nth-child(4n){
	margin-right: 0%;
}
/*å•†å“ãƒªã‚¹ãƒˆã€€ã‚¹ãƒšãƒ¼ã‚¹èª¿æ•´*/
@media screen and (max-width : 768px ){
	.product-list li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 12%;
		text-align: center;
	}
	.product-list li:nth-child(4n){
		margin-right: 2%;
	}
	.product-list li:nth-child(2n){
		margin-right: 0;
	}
	.product-list li:nth-last-child(-n+2){
		margin-bottom:0;
	} 
}
.product-list dl {
   /* background: #ebf2f9;*/
    line-height: 100%;
    padding: 0 0 8px;
}
.titlePrintNo {
    margin-bottom: 8px;
    padding: 8px 5px 12px;
    background-color: #141414;
	color: #ffffff;
}
.titlePrintNo span{
	font-size: .6em;
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-weight: bold;
	color: #ffffff;
	display: inline-block;
	line-height: 100%;
	padding: 0;
}
.printNo{
	font-weight: bold;
}
@media screen and (max-width : 768px ){
	.printNo{
		font-size: 0.9em;
	}
}

/*ã‚µãƒ&nbsp;ãƒã‚¤ãƒ«ç”»åƒ*/
.thumb {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 5%;
	margin-top: 5%;
}
.thumb img{
	width: 100%;
	height: auto;
}
/*ã‚µãƒ&nbsp;ãƒã‚¤ãƒ«ã‚µã‚¤ã‚º*/
.thumb img{
	object-fit: contain;
	width: 210px;
	height: 210px;
}
.thumb img,.setThumb img{
	width: 100%;
	height: auto;
}
.setThumb{
	margin-bottom: 2%;
}

@media screen and (max-width : 768px ){
	.thumb img{
		object-fit: contain;
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width : 390px ){
	.thumb img{
		object-fit: contain;
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width : 768px ){
	.thumb img,.setThumb img{
		width: 100%;
	}
}



.size {
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5%;
}

.mPrint_l {
    font-family: 'Inconsolata', monospace;
    font-size: 1.8em;
    width: 100%;
    margin: 0 auto;
    line-height: 100%;
    padding: 3% 0;
    width: 100%;
    /*background-color: #ffffff;*/
    text-align: center;
	color: #141414;
	font-weight: 600;
}
.mPrint_l span {
    background: #141414;
    padding: 4px 4px;
    margin-right: 3px;
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    border-radius: 2px;
}
@media screen and (max-width : 768px ){
	.mPrint_l {
		font-size: 1.5em;
	}
}
.chuui {
    font-size: 10px;
    margin-top: 10px;
}
.chuui span {
    font-family: 'Inconsolata';
    font-size: 16px;
}
/*---------------------------------------------------------
TABLE
---------------------------------------------------------*/
table{
	width: 100%;
	border-collapse: collapse;
  }
  
  table tr{
	border-bottom: solid 2px white;
  }
  
  table tr:last-child{
	border-bottom: none;
  }
  
  table th{
	position: relative;
	text-align: left;
	width: 28%;
	background-color: #002ca8;
	color: white;
	text-align: center;
	padding: 6px 0;
  }
  
  table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-4px;
	border-left: 10px solid #002ca8;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  
  table td{
	text-align: left;
	text-align: center;
	background-color: #eee;
	padding: 6px 0;
  }
  
  table.list-2l th{
	  background-color: #0ebbed;
  }
  
  table.list-2l th:after{
	  border-left: 10px solid #0ebbed;
	}

/*---------------------------------------------------------
QRãƒœã‚¿ãƒ³
---------------------------------------------------------*/
.QRbtn,a:link.QRbtn {
	/* background: #cc3137; */
	background: #ec6390;
	width: 180px!important;
    display: block;
    padding: 8px 8px!important;
	margin: 0 auto 5%!important;
    text-align: center;
    font-size: 1.2em;
	font-weight: bold;
    border: none;
    color: #ffffff!important;
    cursor: pointer;
    border-radius: 50px!important;
    -webkit-border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	box-sizing: border-box;
}

a:link.QRbtn{
	margin-top: 5%!important;
	width: 180px!important;
	padding: 10px 0!important;
	color: #ffffff!important;
	text-decoration: none!important;
	font-size: .9em;
}
a:visited.QRbtn{
	color: #ffffff!important;
}
a:hover.QRbtn{
	color: #ffffff!important;
}
.buySej{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width : 768px ){
	.QRbtn,a:link.QRbtn {
		width: 90%!important;
	}
}
@media screen and (max-width : 480px ){
	.buySej img{
		width: 70%;
		height: auto;
	}
	a:link.QRbtn{
		padding: 12px 0!important;
		font-size: .7em;
	}
}
.qr_allstore{
	margin-bottom: 10px;
}

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/

#faq .leftBox{
	float:left;
	width:49.5%;
	border-right:1px solid #eaeaea;
}
#faq .rightBox{
	float:left;
	width:48%;
	padding-left:2%;
}
#faq h3{
	font-size:20px!important;
	color:#f955da;
	margin-bottom:30px;
}
/* faqList ---------------------------------*/
/*.faqList{
	margin-bottom:15px;
}*/
.faqList dt{
	display:block;
	width:100%;
	box-sizing: border-box;
	color:#272727;
	padding: 20px 20px 20px 30px;
	cursor:pointer;
	border-bottom: 1px solid #d8d7dd;
	position: relative;
}

.faqList dd{
	padding-left:1.5em;
	display:none;
    background: #ffffff;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid #d8d7dd;
	line-height: 160%;
}
.faqList dd ul li{
	margin-bottom: 5px;
}
.grayBox{
	background-color: #f4f3f9;
	padding: 15px;
}
@media screen and (max-width : 480px ){
	.faqList dt{
		padding: 20px 12px 20px 30px;
	}
	
	.faqList dd{
		padding: 20px 12px 20px 12px;
	}
}
/*+-*/
.faqList dt::before,.faqList dt::after  {
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #2d2d2d;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.faqList dt::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .4s;
}

.faqList dt.show::before {
    opacity: 0;
}

.faqList dt.show::after {
    transform: translateY(-50%) rotate(180deg);
}

.grayBox{
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 15px;
}
/*---------------------------------------------------------
conprin official
---------------------------------------------------------*/
.conprin-official{
    display: flex;
    align-items: center;
    box-sizing: border-box;
   /* border: 2px solid #002793;*/
	background-color: #ffeef4;
    padding: 3%;
    /*margin-bottom: 3%;*/
	border-radius: 5px;
}
.conprin-official .txt{
    padding-right: 5%;
}

.conprin-official a:link{
    text-decoration: none;
}
@media screen and (max-width : 768px ){
	.conprin-official{
		display:inherit;
		padding: 5%;
	}
	.conprin-official .txt{
		padding-right: 0;
		margin-bottom: 5%;
	}
	.conprin-official .banner{
		text-align: center;
	}
}
/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
footer{
	width:100%;
	padding:50px 0;
	background-color:#222222;
}
footer p{
	color:#ffffff;
	text-align:center;
	font-size:12px;
	
}

/*---------------------------------------------------------
LINK COLOR
---------------------------------------------------------*/
a:link{
    color: #007fe0!important;
	text-decoration:underline!important;
}
a:visited{
    color: #007fe0!important;
	text-decoration:underline!important;
}

/*---------------------------------------------------------
RETURN TOP
---------------------------------------------------------*/
#return {
    position				:	fixed;
	width					:	60px;
	height					:	60px;
    bottom					:	20px;
    right					:	20px;
	text-indent:-9999px
}
#return a {
	display					:	block;
	width					:	100%;
	height					:	100%;
	background-image:url(../../img/return.png);
	background-repeat:no-repeat;

}
.end{
	color:#e00024; 
	font-weight:bold;
	padding:20px 15px;
	border:2px solid #e00024;
	text-align:center;
}
/*---------------------------------------------------------
MARGIN
---------------------------------------------------------*/
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 40px;
}
.txtRed{
	color: #e00024;
	font-weight: bold;
}
@media screen and (max-width : 768px ){
	.mb10{
		margin-bottom: 2%;
	}
	.mb20{
		margin-bottom: 4%;
	}
}
/*---------------------------------------------------------
SPã€€PC
---------------------------------------------------------*/
.pc{
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width : 768px ){
    .pc{
        display: none;
    }
    .sp {
        display: block;
    }
}</pre></body></html>