﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');

* {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', '游ゴシック体','游ゴシック', YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
    position: relative;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 20px;
}
p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 2em 0;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

a img {
	border: 0;
	transition: 0.2s all ease 0s;
}
a img:hover {
	opacity: 0.6;
	transition: 0.2s all ease 0s;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 0;
}
.top_nomargin {
	margin-top: 0!important;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #092254;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginbottom140 {
	margin-bottom: 140px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.2!important;
}
.strong_copy {
	font-size: 20px;
	text-align: center;
}
.big_copy {
	font-size: 28px;
	margin-bottom: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}


/* ---------  animation --------- */
.invisible {
 transition: opacity 0.5s ease;
 opacity: 0;
}

.visible {
 transition: opacity 0.5s ease;
 opacity: 1.0;
}

.deley01 {
 animation-delay: 0.2s;
}

.deley02 {
 animation-delay: 0.3s;
}

.deley03 {
 animation-delay: 0.4s;
}

.deley04 {
 animation-delay: 0.5s;
}

.deley05 {
 animation-delay: 1s;
}

/* ===================
header
====================== */
header {
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	top:0;
}
header h1 {
	position: absolute;
	left: 0;
	width: 130px;
	text-align: center;
	display: inline-block;
	background-color: #000;
}
header h1 img {
	width: 68%;
	height: auto;
	padding: 23px 0;
}

/* ===================
main
====================== */
main {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
main .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/* ===================
.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: 960px;
	min-width: 860px;
	padding-left: 80px;
}
.lead_area img {
	width: 100%;
	height: auto;
}
.lead_area p {
	margin-top: -40px;
	padding-left: 80px;
	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;
}
.product_item .product_youtube {
	flex-basis: 680px;
	width: 100%;
	position: relative;
	aspect-ratio: 16 / 9;
}
.product_item .product_youtube iframe {
	width: 100%;
	height: 100%;
}
.product_item .product_detail {
	flex-basis: 260px;
}
.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-end;
	align-items: center;
	margin-top: 20px;
}
.product_item .btn_area .product_name {
	flex-basis: auto;
	margin-bottom: 10px;
}
.product_item .btn_area .product_name span {
	position: relative;
	margin-left: 30px;
}
.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 {
	margin-left: 40px;
}
.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: 220px;
	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;
}

/* ===================
footer
====================== */
footer {
	width: 100%;
	background-color: #000;
	padding: 30px 0 50px 0;
}
footer img {
	width: 100%;
	height: auto;
}
footer h1 {
	width: 100px;
	margin-bottom: 30px;
}
footer p {
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}

