
@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 561px) and (max-width: 999px) {

.viewpc {
	display: none;
}
.viewsp {
	display: block;
}

html {
	font-size: 100%;
}
body {
}
p {
	font-size: 13px;
}
.inner {
	width: 94%!important;
	margin: 0 auto;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
	text-align: center;
}
.margintopmainus30 {
	margin-top: 0!important;
}
.marginbottom60 {
	margin-bottom: 20px!important;
}
.cap {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}
.align_right {
	text-align: left!important;
	line-height: 1.4!important;
}

/* ===================
header
====================== */
header .inner {
	width: 100%!important;
	margin: 0 auto;
	position: relative;
}
header h1 {
	width: 71px;
	height: 71px;
	text-align: center;
	display: inline-block;
	background-color: #000;
}
header h1 img {
	width: 81%;
	height: auto;
	padding: 26px 3px;
}

/* ===================
.topimage
====================== */
.topimage {
	width: 100%;
	position: relative;
}
.topimage h1 {
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
}
.topimage h1 img {
	width: 100%;
	height: auto;
}

/* ===================
.lead_area
====================== */
.lead_area {
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	background: url("../images/bg_rec.gif") no-repeat -160px -30px;
	background-size: 1200px;
	padding-bottom: 10px;
}
.lead_area h2 {
	width: 90%;
	max-width: 700px;
	min-width: 660px;
	padding-left: 10px;
}
.lead_area img {
	width: 100%;
	height: auto;
}
.lead_area p {
	margin-top: -40px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

/* ================
.product_area
================== */
.product_area {
	width: 100%;
	margin: 60px auto 0 auto;
}
.product_item {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product_item .product_youtube {
	flex-basis: 65%;
	width: 100%;
	position: relative;
	aspect-ratio: 16 / 9;
}
.product_item .product_youtube iframe {
	width: 100%;
	height: 100%;
}
.product_item .product_detail {
	flex-basis: 30%;
}
.product_item .product_detail p {
	margin: 0 14px 14px 14px;
	line-height: 1.6;
}
.product_item .product_detail .pict_txt img {
	margin: 0px 10px 14px 10px;
	width: 90%;
	height: auto;
}
.product_item .product_detail img.product_img {
	width: 100%;
	height: auto;
	border: 1px solid #231815;
}

.product_item .btn_area {
	flex-basis: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	flex-wrap: wrap;
}
.product_item .btn_area .product_name {
	flex-basis: 100%;
	margin-bottom: 10px;
}
.product_item .btn_area .product_name span {
	position: relative;
	margin-left: 40px;
}
.product_item .btn_area .product_name span:before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	left: -26px;
	top: 0;
}
.product_item .btn_area .product_name span:after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	right: -36px;
	top: 0;
}
.product_item .btn_area .product_name span.product01:before,
.product_item .btn_area .product_name span.product01:after {
	background: url("../images/illust_heart.png") no-repeat left 15%;
	background-size: 20px;
}
.product_item .btn_area .product_name span.product02:before,
.product_item .btn_area .product_name span.product02:after {
	background: url("../images/illust_sweets01.png") no-repeat left 15%;
	background-size: 20px;
}
.product_item .btn_area .product_name span.product03:before,
.product_item .btn_area .product_name span.product03:after {
	background: url("../images/illust_sweets02.png") no-repeat left 15%;
	background-size: 20px;
}
.product_item .btn_area .product_name span.product04:before,
.product_item .btn_area .product_name span.product04:after {
	background: url("../images/illust_sweets03.png") no-repeat left 15%;
	background-size: 20px;
}


.product_item .btn_area .buy_btn {
	flex-basis: 100%;
	margin-left: auto;
	margin-right: auto;
}
.product_item .btn_area .buy_btn img {
	width: 100%;
	height: auto;
}
.product_item .btn_area .buy_btn a {
	display: inline-block;
	width: 200px;
	margin-left: 10px;
}

/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 80px;
	background: url(../images/totop.png) no-repeat;
	background-size: 60px;
	z-index: 15;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0.6;
	cursor: pointer;
}
#pagetop a:hover {
	opacity: 1;
	cursor: pointer;
}



}