<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =============================================================================================================
	共通
============================================================================================================= */

/* 共通
--------------------------------------------------------- */
body {
    font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    color: #121212;
    line-height: 1.5;
    letter-spacing: 0.02em;
    min-width: 320px;
    background: #f1f1f1;
	/*font-family: a-otf-ud-shin-go-pr6n, sans-serif!important;*/
	font-style: normal;
	font-weight: 300;
}
a {
    color: #222;
}
span.inlineB {
    display: inline-block;
	white-space: nowrap;
}
span.red {
	color: #dc0b0b;
}
.wrapper {
	width: 100%;
    background: #f1f1f1;
	overflow: hidden;
	min-width: 320px;
}
.inner {
    max-width: 1600px;
    margin: 0 auto;
}
br.sp {
	display: none;
}
.none {
	display: block;
}
#contents .line img {
	max-width: 100%;
	height: auto;
}
#contents span.underblue {
	background: -webkit-linear-gradient(transparent 50%, #3bdcff 50%);
	background: -o-linear-gradient(transparent 50%, #3bdcff 50%);
	background: linear-gradient(transparent 50%, #3bdcff 50%);
}
#contents span.underpink {
	background: -webkit-linear-gradient(transparent 50%, #f7c8dc 50%);
	background: -o-linear-gradient(transparent 50%, #f7c8dc 50%);
	background: linear-gradient(transparent 50%, #f7c8dc 50%);
}
#contents span.underyellow {
	background: -webkit-linear-gradient(transparent 50%, #fcff00 50%);
	background: -o-linear-gradient(transparent 50%, #fcff00 50%);
	background: linear-gradient(transparent 50%, #fcff00 50%);
}
#contents span.big1 {
	font-weight: 600;
	font-size: 22px;
}
#contents span.big2 {
	font-weight: 700;
	font-size: 38px;
	letter-spacing: -0.05em;
}
#contents span.big3 {
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.1em;
}
#contents span.big4 {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.1em;
}
#contents span.small1 {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
}
#contents span.blackbox {
	background-color: #121212;
	padding: 2px 10px 4px;
	font-weight: 600;
	font-size: 14px;
	color: #f3f3f3;
}
#contents span.letter1 {
	letter-spacing: 0.1em;
}

/* header
--------------------------------------------------------- */
header a img {
	max-width: 100%;
	height: auto;
}
header a img.pc {
	display: block;
	margin: 0 auto;
}
header a img.sp {
	display: none;
}

/* dl_aria
--------------------------------------------------------- */
#contents .dl_aria {
	text-align: center;
	margin: 16px 0 100px;
	background-color: #f3f3f3;
}
#contents .dl_aria .dl_txt {
	font-weight: 800;
	font-size: 26px;
}
#contents .dl_aria .dl_button {
	text-align: center;
	margin-top: 25px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#contents .dl_aria .dl_button img {
	max-width: 100%;
	height: auto;
}

/* prod_aria
--------------------------------------------------------- */
#contents .prod_aria {
	text-align: center;
	background-color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 80px;
}
#contents .prod_aria img {
	max-width: 100%;
	height: auto;
}
#contents .prod_aria .prod_mocchi {
	margin: 0 10px 80px 10%;
}
#contents .prod_aria .prod_quality {
	margin: 0 10% 80px 10px;
}
#contents .prod_aria .prod_ttl {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 18px;
}
#contents .prod_aria .prod_ttl div {
	width: 100%;
}
#contents .grayline {
	width: 100%;
	background-color: #f3f3f3;
	height: 5px;
}

/* txt_aria
--------------------------------------------------------- */
#contents .txt_aria1 .txt_aria_inner,
#contents .txt_aria2 .txt_aria_inner {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#contents .txt_aria1 .txt_aria_inner .txt_aria1_txt1 {
	padding-top: 120px;
}
#contents .txt_aria2 .txt_aria_inner {
	padding-top: 80px;
}
#contents .txt_aria1 {
	width: auto;
	height: 587px;
	background-image: url("../img/img_bg_txt1.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fff;
}
#contents .txt_aria1 .txt_aria1_txt2 {
	padding-top: 10px;
}
#contents .txt_aria2 {
	width: auto;
	height: 587px;
	background-image: url("../img/img_bg_txt2.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom: 200px;
}
#contents .sns_box1 {
	margin: 20px 0 40px;
	border: solid 3px #121212;
	padding: 4px;
	background-color: #fff;
}
#contents .sns_box2 {
	border: solid 1px #121212;
	padding: 15px 20px 30px 20px;
	background-color: #fff;
}
#contents .taisyo_box {
	background-color: #f3f3f3;
	margin-top: 40px;
	padding: 20px 40px;
}
#contents .img_sp {
	margin: 20px -30px 5px 20px;
	position: relative;
	left: -50px;
}
#contents .img_point,
#contents .img_point2 {
	display: none;
}
#contents .txt_aria2_txt3 a {
    font-size: 32px;
	font-weight: 900;
    color: #121212;
    background-color: #fcff00;
    box-shadow: 3px 3px #121212;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 20px 30px;
	margin-top: 60px;
    border-radius: 45px;
	border: solid 3px #121212;
    text-align: center;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	white-space: nowrap;
}
#contents .txt_aria2_txt3 a:hover {
    box-shadow: 0px 0px;
    background-color: #dfdfdf;
}

/* footer
--------------------------------------------------------- */
footer {
    color: #121212;
    text-align: center;
    font-size: 12px;
    padding: 30px;
}

/* =========================================================
	1600px
========================================================= */
@media screen and (max-width:1600px){
    body {
        font-size: 16px;
    }
}

/* =========================================================
	1200px
========================================================= */
@media screen and (max-width:1200px){
	
    /* 共通
    --------------------------------------------------------- */
    /*body {
        font-size: 14px;
    }
	.inner {
		max-width: 800px;
	}
	#contents .txt_aria1 .txt_aria_inner,
	#contents .txt_aria2 .txt_aria_inner {
		width: 500px;
	}*/
}

/* =========================================================
	1000px
========================================================= */
@media screen and (max-width:1000px){
}

/* =========================================================
	850px
========================================================= */
@media screen and (max-width:850px){
	
	#contents .txt_aria1 .txt_aria_inner,
	#contents .txt_aria2 .txt_aria_inner {
		width: 700px;
		margin: 0 auto;
		text-align: center;
	}
}

/* =========================================================
	768px
========================================================= */
@media screen and (max-width:768px){
	#contents .txt_aria2_txt3 a {
    	font-size: 28px;
	}
}

/* =========================================================
	750px
========================================================= */
@media screen and (max-width:750px){
	
    /* 共通
    --------------------------------------------------------- */
	br.sp {
		display: block;
	}
	header a img.sp {
		display: block;
	}
	header a img.pc {
		display: none;
	}
	#contents .dl_aria .dl_button div:first-child {
		text-align: right;
	}
	#contents .dl_aria .dl_button div:nth-child(2) {
		text-align: left;
	}
	#contents .dl_aria .dl_button img {
		max-width: 80%;
		height: auto;
	}
	#contents .dl_aria {
    	margin: 2px 0 60px;
	}
	/* prod_aria
	--------------------------------------------------------- */
	#contents .prod_aria {
		flex-wrap: wrap;
	}
	#contents .prod_aria .prod_mocchi,
	#contents .prod_aria .prod_quarity {
		margin: 0 0 80px 0;
	}
	#contents .prod_aria .prod_mocchi .prod_mocchi_ttl,
	#contents .prod_aria .prod_quarity .prod_quarity_ttl {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
	#contents .prod_aria .prod_ttl {
		margin: 20px;
	}
	#contents .prod_aria .prod_ttl div {
		width: auto;
	}
	/* txt_aria
	--------------------------------------------------------- */
	#contents .txt_aria1 .txt_aria_inner,
	#contents .txt_aria2 .txt_aria_inner {
		width: 600px;
	}
	#contents .prod_aria .prod_ttl {
		font-size: 16px;
	}
	#contents span.big1 {
		font-weight: 600;
		font-size: 19px;
	}
	#contents span.big2 {
		font-weight: 700;
		font-size: 34px;
		letter-spacing: -0.05em;
	}
	#contents span.big3 {
		font-weight: 600;
		font-size: 23px;
		letter-spacing: 0.1em;
	}
	#contents span.big4 {
		font-weight: 600;
		font-size: 27px;
		letter-spacing: 0.1em;
	}
	#contents span.small1 {
		font-weight: 600;
		font-size: 11.7px;
		line-height: 1.2;
	}
	#contents span.blackbox {
		padding: 2px 10px 4px;
		font-weight: 600;
		font-size: 12.6px;
	}
	#contents .txt_aria1 {
		width: auto;
		height: 371px;
		background-image: url("../img/img_bg_txt1_sp.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #fff;
	}
	#contents .txt_aria2 {
		width: auto;
		min-height: 371px;
		background-image: url("../img/img_bg_txt2_sp.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #fff;
		margin: 140px 0 0;
	}
	#contents .taisyo_box {
		position: absolute;
		left: 0;
	}
	#contents .txt_aria1 .txt_aria_inner .txt_aria1_txt1 {
    	padding-top: 60px;
	}
	#contents .img_point {
		display: block;
		position: relative;
		z-index: 1;
		top: -20px;
		left: -50px;
		margin-bottom: -50px;
	}
	#contents .img_point2 {
		display: block;
		position: relative;
		z-index: 1;
		top: -150px;
		right: -550px;
	}
	#contents .sns_box2 {
		padding: 15px 20px 0 20px;
	}
	#contents .txt_aria2_txt3 a {
    	font-size: 28px;
	}
}
/* =========================================================
	600px
========================================================= */
@media screen and (max-width:600px){
	#contents .txt_aria1 .txt_aria_inner,
	#contents .txt_aria2 .txt_aria_inner {
		width: 100%;
	}
	#contents .txt_aria2_txt3 a {
    	font-size: 22px;
		margin: 40px 20px 0;
	}
	#contents .img_point2 {
		top: -150px;
		left: 100%;
	}
	#contents .txt_aria2 {
		padding-bottom: 110px;
	}
}

/* =========================================================
	480px
========================================================= */
@media screen and (max-width:480px){
	
    /* 共通
    --------------------------------------------------------- */
    body {
        font-size: 12px;
    }
	.none {
		display: none;
	}
	#contents .dl_aria .dl_txt {
		font-size: 22px;
	}
	#contents span.big2,
	#contents span.big3,
	#contents span.big4 {
    	font-size: 20px;
	}
	#contents .txt_aria2 {
		margin: 60px 0 0;/*170px 0 0;*/
		padding-bottom: 0; /*80px;*/
	}
	#contents .txt_aria2 .txt_aria_inner {
    	padding-top: 40px;
	}
	#contents .prod_aria .prod_mocchi .prod_mocchi_ttl,
	#contents .prod_aria .prod_quarity .prod_quarity_ttl {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#contents .img_sp {
		left: -40px;
	}
	#contents .txt_aria2_txt3 a {
    	font-size: 15px;
		height: 70px;
	}
	#contents .sns_box2 {
	    padding: 0 20px;
	}
	#contents .taisyo_box {
		position: relative;	
	}
	#contents .prod_aria .prod_ttl {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#contents .prod_aria .prod_ttl div {
		width: 100%;
	}
	#contents .img_point2 {
		top: -120px;
		left: 100%;
	}
}

/* =========================================================
	433px
========================================================= */
@media screen and (max-width:433px){
	#contents .prod_aria .prod_mocchi .prod_mocchi_ttl div,
	#contents .prod_aria .prod_ttl {
		margin: 0;
	}
}

/* =========================================================
	375px
========================================================= */
@media screen and (max-width:375px){
	#contents .dl_aria {
    	margin: 0 0 40px;
	}
	#contents .prod_aria {
		padding-top: 60px;
	}
	#contents .txt_aria2_txt3 a {
		margin: 40px 10px 0;
	}
	#contents .txt_aria2 {
		padding-bottom: 30px;
	}
	#contents .img_point2 {
		top: -120px;
    	right: -310px;
	}
	#contents .dl_aria .dl_txt span:first-child {
		margin-left: 22px;
	}
	#contents .dl_aria .dl_button img {
    	max-width: 90%;
	}
	footer {
		font-size: 10px;
	}
}

/* =========================================================
	340px
========================================================= */
@media screen and (max-width:340px){
	#contents .txt_aria2 .txt_aria_inner {
		padding-top: 100px;
	}
	#contents .sns_box1 {
		margin: 20px 0 30px;
	}
	#contents .txt_aria2 {
    	padding-bottom: 100px;
	}
	#contents .txt_aria2_txt3 a {
		font-size: 12px;
    	margin: 30px 10px 0;
	}
}

/* =========================================================
	328px
========================================================= */
@media screen and (max-width:328px){
	#contents .txt_aria2 .txt_aria_inner {
		padding-top: 120px;
	}
	#contents .txt_aria2 {
		padding-bottom: 130px;
	}
}</pre></body></html>