@charset "utf-8";

* {
	/* reset */
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	font-family: "Didot" , "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Sans JP', serif;
	text-indent: 0;
	text-decoration: none;
	border: none;
	color: #333;
	box-sizing: border-box;
}
body {
	width:100%;margin:0;
	line-height: 1.5;
}
h1,h2,h3,h4 {
	font-weight: 400;
}
h1 span,h2 span,h3 span,h4 span {
	font-weight: 400;
}
img {
	max-width: 100%;
	vertical-align: top;
}
sup {
	font-size: 0.55em;
}
@media screen and (max-width: 650px) {
	* { font-size: 18px; }
	h1,h2,h3,h4 { font-weight: 600; }
	h1 span,h2 span,h3 span,h4 span { font-weight: 600; }
}

/*********** clearfix ***********/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}
* p {
	text-align:justify;
}

/*********** text ***********/
.fs-xxs {
	font-size: 50%;
}
.fs-xs {
	font-size: 70%;
}
.fs-sm {
	font-size: 85%;
}
.fs-md {
	font-size: 115%;
}
.fs-lg {
	font-size: 130%;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.red {
	color: #95242b;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.marker {
	background: linear-gradient(transparent 45%, #ffff66 45%);
}
.goth {
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", "MS Pゴシック", "MS PGothic", sans-serif;
}
.center {
	text-align: center;
}


/*********** contents ***********/
#wrap {
	width: 100%;
	max-width: 750px;
	min-width: 320px;
	padding: 0;
	margin: auto;
	overflow: hidden;
	scroll-x:none;
	box-sizing: border-box;
}
p {
	font-size: 0.9rem;
	line-height: 1.5;
}
.block_txt {
	position: relative;
	background: url(../images/img_06bg.jpg) center top/cover;
	padding-bottom: 15vw;
	z-index:0;
}
.block_txt.onhidden {
	height:35vw;
	overflow-y:hidden;
}
.block_txt .readmore {
	position:absolute;
	top:6vw;
	width:100%;
	padding:5vw 0 20vw;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(238, 191, 191, 0.5), rgba(238, 191, 191, 1)) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:10;
}
.block_txt .readmore span {
	border-radius:10px;
	padding:3% 10%;
	background-color:#95242b;
	color:#FFF;
}
.block_txt .readmore span i {
	color: #fff;
	font-size: 1.2rem;
	vertical-align: sub;
}
.block_txt p {
	width: 80%;
	margin: auto;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", "MS Pゴシック", "MS PGothic", sans-serif;
}
.block_txt p span {
	font-weight: bold;
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", "MS Pゴシック", "MS PGothic", sans-serif;
}
.arrow {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.cart {
	position: relative;
}
.cart .btn {
	width: 84%;
	position: absolute;
	bottom:21%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cart .fuki {
	width: 72%;
	position: absolute;
	bottom:4.5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cart a:hover {
	opacity: .9;
}
@media screen and (min-width: 651px) {
	.visible-xs { display: none; }
}
@media screen and (max-width: 650px) {
	p { font-weight: 500; }
	.hidden-xs { display: none; }
}




/*********** footer ***********/
footer {
	background-color: #fff;
	padding: 80px 0 10px;
}
footer ul {
	width: 90%;
	max-width: 882px;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0 auto 50px;
}
footer li {
	flex: 1;
	text-align: center;
}
footer li a {
	color: #b01e28;
	font-size: 0.6rem;
}
footer li:first-child {
	border-right: 1px solid #b01e28;
}
footer p {
	width: 90%;
	max-width: 882px;
	color:#b01e28;
	margin: 0 auto 20px;
	font-size: 0.6rem;
	text-align: center;
}
footer p img {
	width: 50%;
	max-width: 240px;
}

@media screen and (max-width: 650px) {
	footer { padding-top: 10vw; }
	footer ul { margin: 0 auto 20px; }
	footer li a { font-size: 0.6rem; }
}


/*********** pagetop ***********/
.pagetop {
	position: fixed;
	z-index: 20;
	bottom: 15px;
	right: 4%;
	font-size: 70%;
}
.pagetop a {
	font-size: 0.6rem;
	background: #fff;
	text-decoration: none;
	color: #444;
	padding: 10px;
	text-align: center;
	line-height: 1;
	display: block;
	border:1px solid #aaa;
	box-sizing: border-box;
	opacity: 0.9;
}
.pagetop a:hover {
	text-decoration: none;
	background: #fff;
	opacity: 0.75;
}


/*********** floating ***********/
#floating {
	position: fixed;
	width: 100%;
	max-width: 750px;
	text-align: center;
	bottom: 0;
	z-index: 999;
}
#floating a {
	display: block;
}
#floatarea img {
	width: auto;
}
@media screen and (max-width: 650px) {
	#floating {
		bottom: 0px;
	}
}