@charset "utf-8";

* {
	/* reset */
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: normal;
	font-family: "Didot" , "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Times New Roman", 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:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Helvetica Neue", "Helvetica", "Yu Gothic", "Meiryo", sans-serif;
}
.center {
	text-align: center;
}
.margin-adjust {
	margin-top: -10%;
}

/*********** 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;
}
.cart {
	background: #f0f7f8;
	padding-bottom: 2rem;
}
.cart02 {
	padding-top: 1.25rem;
}
.cart .btn {
	width: 90%;
	max-width: 670px;
	display: block;
	margin: auto;
}
.cart .title {
	width: 90%;
	max-width: 670px;
	display: block;
	margin: 0 auto 1.25rem;
}
.cart .fuki {
	width: 90%;
	max-width: 670px;
	display: block;
	margin: 0 auto 0.75rem;
}
.cart02 .fuki {
	margin: 2.25rem auto 0.75rem;
}
.cart p {
	text-align: center;
	font-size: 0.7rem;
	margin-top: 1.25rem;
}
.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%;
	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%;
	color:#b01e28;
	margin: 0 auto 20px;
	font-size: 0.5rem;
	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;
	}
}