@charset "UTF-8";
/*###############################################
リセット
###############################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"] {
	cursor:pointer;
	border:1px solid #ccc;
}

/*###############################################
common
###############################################*/
a {color: #333;text-decoration:underline;}
a:hover{color:#10ac36;}
.clear {clear:both;}
.fl{float:left;}
.fr{float:right;}
img.fl{margin-right:15px;margin-bottom:15px;}
img.fr{margin-left:15px;margin-bottom:15px;}
.mgt5 {margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}
.mgt50{margin-top:50px;}
.mgt60{margin-top:60px;}
.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
p strong {font-weight:bold;}
label{cursor:pointer;}
td,th {text-align:left;vertical-align:top;}
.tx_r{text-align:right;}
.tx_center{text-align:center;}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}
.pc_block {display:block;}
/*###############################################
structure
###############################################*/
html {
	font-size: 62.5%;
}
html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333;
    line-height: 1.5;
    vertical-align: middle;
}
body {
	text-align:left;
	font-family: "Montserrat","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
    font-style: normal;
}
#container {
	width:100%;
}
#main {
	width:100%;
	max-width:1400px;
	margin:0 auto;
}

/*###############################################
footer
###############################################*/
#pagefoot {
	width:100%;
	background-color:#101010;
	margin-top: 100px;
}
#pagefoot .inr {
	padding:80px 0 200px;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#f_logo {
	display:block;
	width:218px;
	margin:0 auto 25px;
}
#f_logo img {
	width:100%;
	height:auto;
}
#copy {
	font-size:12px;
	padding:20px 0 20px;
	text-align:center;
	color:#FFF;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 100;
}
#pagetop a {
	display: block;
	width:48px;
	height:48px;
	box-shadow:0 0 4px #CCC;
	background-color:#d17cb1;
	text-indent:-100px;
	text-align:left;
	font-size:10px;
	overflow:hidden;
	opacity:0.8;
	position:relative;
	border-radius: 50%;
}
#pagetop a::after {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-4px;
	margin-left:-6px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#pagetop a:hover {
	opacity:1.0;
}
/*###############################################
design
###############################################*/
h1 {
	position: absolute;
	top:0;
	left: 0;
	z-index: 200;
	display: none;
}
h2 {
	font-weight: bold;
}
p {
	font-size: 18px;
}
.st1 {
	font-weight: bold;
	font-size: 36px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	border: 5px solid #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
}
.btn1 {
	background: linear-gradient(#6874e3, #485298);
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px; 0;
	border-radius: 4px;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	box-shadow: 0 8px 0 #d5d0c8;
}
.btn1:hover {
	color:#fff;
	background: linear-gradient(#5e6acc, #3c447a);
	box-shadow: 0 8px 0 #bfb6a8;
}
/*---------sec first---------*/
#sec_first {
	background-image: url(../img/bg_first.jpg);
	background-repeat: no-repeat;
	padding-top: 57.36%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_first h2 {
	position: absolute;
    top: 5%;
    left: 6%;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}
#sec_first .trademark {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: #000;
	z-index: 20;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 206px;
	border-radius: 8px;
	overflow: hidden;
}
.trademark .dt,
.trademark .dd {
	display: block;
	text-align: center;
}
.trademark .dt {
	background-color: #fff;
	color: #e60012;
}
.trademark .dd {
	background-color: #e60012;
	color: #fff;
}
/*--------sec_campaing--------*/
#sec_campaing img {
	width: 100%;
	height: auto;
}
/*---------sec_point---------*/
#sec_point .inr {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
}
#sec_point h2 {
	font-size: 56px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#sec_point .text {
	width: 55%;
	background-color: #101010;
	color: #fff;
	padding-top: 5%;
}
#sec_point .box {
	width: 70%;
	margin: 0 auto 5%;
}
#sec_point h3 {
	width: 100%;
	margin-bottom: 15px;
}
#sec_point figure {
	width: 45%;
}
#sec_point figure img {
	width: 100%;
	height: auto;
}
/*---------sec_ippai---------*/
#sec_ippai {
	background-image: url(../img/bg_ippai.jpg);
	background-repeat: no-repeat;
	padding-top: 89.47%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_ippai .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding-left: 5%;
}
#sec_ippai h2 {
	font-size: 56px;
	line-height: 1.1;
	color: #564b38;
	text-align: center;
	padding-top: 5%;
	margin-bottom: 5%;
}
#sec_ippai .text {
	width: 50%;
    background: rgba(255,255,255,0.25);
	border-radius: 10px;
    padding: 30px;
}
#sec_ippai .box {
	margin: 0 auto 5%;
}
#sec_ippai .st1 {
	width: 100%;
	color: #564b38;
	border: 8px solid #564b38;
	margin-bottom: 15px;
}
#sec_ippai p {
	color: #564b38;
}
/*---------sec_seibun---------*/
#sec_seibun {
	background-color: #e8eadd;
	padding: 50px 0 30px;
}

#sec_seibun .inr {
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
}
#sec_seibun .text {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_seibun .box {
	width: 32%;
	background-color: #f7f7f5;
	border-radius: 8px;
	height: 322px;
	margin-bottom: 20px;
	padding: 15px;
	box-sizing: border-box;
}
#sec_seibun h3 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#sec_seibun figure {
	border-radius: 50%;
	overflow: hidden;
	width: 146px;
	height: 146px;
	margin: 10px auto;
}
#sec_seibun figure img {
	width: 100%;
	height: auto;
}
#sec_seibun p {
	font-size: 16px;
}
/*---------sec_thatswhy---------*/
#sec_thatswhy figure img {
	width: 100%;
	height: auto;
}

/*---------sec_16hours---------*/
#sec_16hours {
	background-image: url(../img/bg_16hours.jpg);
	background-repeat: no-repeat;
	padding-top: 105%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_16hours .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#sec_16hours .headding {
	text-align: center;
	padding: 90px 0;
}
#sec_16hours .headding p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
}
#sec_16hours h2 {
	font-size: 80px;
}
#sec_16hours .text {
	width: 48%;
	padding-left:5%;
	box-sizing: border-box;
}
#sec_16hours h3 {
	font-size: 30px;
	font-weight: bold;
}

#sec_16hours .content {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#sec_16hours .box:first-child {
	margin-bottom: 80px;
}
#sec_16hours figure {
	width: 50%;
}
#sec_16hours figure img {
	width: 100%;
	height: auto;
}
/*---------sec_ayo---------*/
#sec_ayo {
	background-image: url(../img/bg_ayo.jpg);
	background-repeat: no-repeat;
	padding-top: 91.57%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_ayo .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#sec_ayo h2 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 80px;
	margin-bottom: 40px;
}
#sec_ayo h2 span{
	font-size: 180px;
}
#sec_ayo .text {
	padding-left: 5%;
	width: 50%;
	box-sizing: border-box;
}
#sec_ayo h3 {
	font-size: 30px;
	font-weight: bold;
}
#sec_ayo .box {
	margin-bottom: 40px;
}
#sec_ayo .pics {
	display: flex;
	justify-content: space-between;
}
#sec_ayo .pics figure {
	width: 24%;
	box-sizing: border-box;

}
#sec_ayo .pics figcaption {
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 8px;
}
#sec_ayo .pics figure img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
/*---------sec_hokyu---------*/
#sec_hokyu {
	margin-top: 80px;
}
#sec_hokyu .text{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_hokyu .inr {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
#sec_hokyu h2 {
	font-size: 48px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
#sec_hokyu .box {
	width: 31.5%;
	margin-bottom: 20px;
}
#sec_hokyu .box figure img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
#sec_hokyu h3 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
	margin-top: 5px;
}
#sec_hokyu h3.num::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #d3868c;
	color:#fff;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
	font-family: "Montserrat";
    font-weight: 600;
	text-align: center;
	padding: 3px 0 0;
	box-sizing: border-box;

}
#sec_hokyu .box p {
	font-size: 16px;
}
.num1::before {content: '1';}
.num2::before {content: '2';}
.num3::before {content: '3';}
.num4::before {content: '4';}
.num5::before {content: '5';}
.num6::before {content: '6';}


#sec_hokyu .lower {
	background-color: #f1f1f2;
	padding: 30px;
	border-radius: 4px;
}
#sec_hokyu .lower h2 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
}
/*---------sec_product---------*/
#sec_product,
#sec_product2 {
	margin-top: 80px;
}
#sec_product .inr,
#sec_product2 .inr {
	max-width: 1100px;
	margin: 0 auto;
}
#sec_product h2,
#sec_product2 h2 {
	text-align: center;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 30px;
}
.mark_notice {
	font-size: 10px;
}
.notice {
	font-size: 12px;
}
.base_product {
	max-width: 960px;
	margin: 0 auto 10px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.base_product .box {
	width: 48%;
	background-color: #f4f1e8;
	padding: 20px 20px 150px;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.base_product figure {
	margin-bottom: 10px;
}
.base_product figure img{
	width: 100%;
	height: auto;
}
.base_product h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.base_product dl {
	padding: 15px;
	background-color: #fafafa;
	boder:1px solid #d7d1c2;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
	margin: 20px 0;
}
.base_product dt {
	position: absolute;
	top:-0.8em;
	left: 1em;
}
.base_product dd {
	font-size: 14px;
	position: relative;
	padding-left: 12px;
}
.base_product dd::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top:7px;
	background-color: #333;
	border-radius: 50%;
}
.base_product .btn_area {
	width: 300px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -150px;
}
.base_product .produt_title {
	font-size: 14px;
}
.base_product .price {
	width: 100%;
	position: absolute;
	bottom: 90px;
	text-align: center;
}
.price .num {
	font-size: 36px;
	line-height: 36px;
	font-family: "メイリオ",Meiryo;
	font-weight: bold;
}
.price .unit {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
.price .before {
	color: #999;
}
.price .before .num{
	text-decoration: line-through;
	font-size: 24px;

}


/*---------sec_cospa---------*/
#sec_cospa {
	background-image: url(../img/bg_cospa.jpg);
	background-repeat: no-repeat;
	padding-top: 87.79%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:20px auto 0;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_cospa .inr {
	position: absolute;
	top: 15%;
	left: 0;
	z-index: 20;
	padding-left: 6%;
	width: 60%;
	box-sizing: border-box;
	text-align: center;
}
#sec_cospa h2{
	font-size: 80px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 120px;
}
#sec_cospa .text1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
}
#sec_cospa .text2 {
	font-size: 56px;
	font-weight: bold;
	line-height: 1.1;
}
#sec_cospa .tsumari {
	background-color: #d3868c;
	color: #fff;
	text-align: center;
	font-size: 32px;
	border-radius: 50%;
	display: inline-block;
	padding: 35px 0 0;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	margin: 20px auto;
}
#sec_cospa .mark_notice {
	vertical-align: top;
	line-height: 28px;
}
.marker {
	display: inline-block;
	background-color: #fcff00;
	padding: 0 10px;
}
#sec_cospa .notice {
	margin-top: 25%;
}
/*---------sec_shacker---------*/
#sec_shacker h2 {
	text-align: center;
	font-size: 64px;
	line-height: 1.2;
	margin: 80px 0 50px;
}
#sec_shacker .inr {
	display: flex;
	justify-content: space-between;
}
#sec_shacker .text {
	width: 52%;
	padding-right: 5%;
	box-sizing: border-box;
}
#sec_shacker .box {
	margin-bottom: 60px;
}
#sec_shacker h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec_shacker .box p {
	margin-bottom: 1em;
}
#sec_shacker figure {
	width: 45%;
}
#sec_shacker figure img {
	width: 100%;
	height: auto;
}
#sec_shacker .price {
	width: 50%;
	margin: 0 auto 10px;
	text-align: center;
	padding-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
#sec_shacker .btn_area {
	width: 50%;
	margin: 0 auto;
}
/*---------sec_letstry---------*/
#sec_letstry {
	background-color: #f9e7e7;
	padding-bottom: 40px;
}
#sec_letstry .title_area {
	text-align: center;
	padding: 50px 0;
}
#sec_letstry .title_area h2 {
	font-size: 75px;
	position: relative;
	margin-bottom: 30px;
	color: #d8a088;
}
#sec_letstry .title_area h2::after {
	content: '';
	width: 120px;
	height: 2px;
	background-color: #d8a088;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -60px;
}
#sec_letstry .title_area p {
	font-size: 24px;
	font-weight: bold;
}
#base_try {
	background-color: #fff;
	max-width: 1100px;
	margin: 0 auto;
	border: 10px solid #d8a088;
	border-radius: 30px;
}
#base_try .inr {
	padding: 75px;
}
#base_try .headding {
	position: relative;
	padding-left: 230px;
	margin-bottom: 120px;
}
#base_try .headding .sub {
	font-weight: bold;
}
#base_try .headding figure {
	width: 320px;
	position: absolute;
	left: -120px;
	top: -120px;
}
#base_try .headding figure img {
	width: 100%;
	height: auto;
}
#base_try .headding h3 {
	font-size: 40px;
	font-weight: bold;
}
#base_try .box {
	display: flex;
	justify-content: space-between;

}
#base_try .box .text {
	width:62%;
}
#base_try .box figure,
#base_try .box .example_16h {
	width:35%;
	min-height: 250px;
	margin-top: 60px;
}
#base_try .box h4 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	margin: 60px 0 10px;
}
span.rule {
	width: 114px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -45px;
	background-color: #d1757e;
	border-radius: 30px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #fff;
}
#base_try .example_16h h4 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px;
}
.example_16h .base {
	display: flex;
	justify-content: space-between;
}
.example_16h ul {
	width: 50%;
}
.example_16h li {
	display: inline-block;
	background-color: #453c3c;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border-radius: 50px;
	margin-bottom: 5px;
}
#base_try figure img {
	width: 100%;
	height: auto;
}
/*---------sec_seiza---------*/
#sec_seiza {
	padding: 60px 0;
}
#sec_seiza h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 40px;
}
#sec_seiza .inr{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
#sec_seiza figure {
	width: 50%;
}
#sec_seiza figure img{
	width: 100%;
	height: auto;
}
#sec_seiza .text {
	width: 46%;
}
#sec_seiza .text h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec_seiza .text p {
	margin-bottom: 1em;
}
/*---------sec_hikaku---------*/
#sec_hikaku {
	background-color: #f9e7e7;
	padding: 60px 0;
}
#sec_hikaku h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
}
#sec_hikaku .inr{
	max-width: 1100px;
	margin:0 auto;
}
#sec_hikaku .tb1 {
	margin-bottom: 10px;
}
.tb1 {
	width: 100%;
}
.tb1,
.tb1 th,
.tb1 td {
	border: 1px solid #ccc;
	background-color: #fff;
}
.tb1 th,
.tb1 td {
	padding: 15px;
}
.tb1 thead th,
.tb1 thead td {
}
.tb1 tbody th,
.tb1 tbody td {
	vertical-align: middle;
}
.tb1 thead th {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.tb1 tbody th {
	font-size: 24px;
	text-align: center;
	font-weight: bold;

}
.tb1 th,
.tb1 td {
}
.tb1 tbody td {
	text-align: center;
	font-size: 18px;
}
.tb1 tbody td .mark {
	display: block;
	font-size: 28px;
}
.tb1 .bg_ayo {
	background-color: #e50b21;
	color: #fff;
}

/*---------sec_seiza---------*/
.sp_show {
	display: none;
}
#sec_app {
	background-image: url(../img/bg_app.jpg);
	background-repeat: no-repeat;
	padding-top: 67.58%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_app .inr {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 20;
	width: 58%;
}
#sec_app h2 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#sec_app figure img {
	width: 100%;
	height: auto;
}
#sec_app h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fb3f00;
	margin: 10px 0;
}
.base_qr {
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 500px;
	margin: 20px auto 0;
}
.base_qr .qr {
	width: 100px;
}
.base_qr .qr img {
	width: 100%;
	height: auto;
}
.base_qr .text {
	padding-top: 40px;
}
.base_qr span {
	font-size: 16px;
	font-weight: bold;
}
.about_app {
	margin-top: 20px;
}
/*---------sec_comment---------*/
#sec_comment {
	margin-top: 80px;
}
#sec_comment .inr {
	max-width: 1100px;
	margin: 0 auto;
}
#sec_comment .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
#sec_comment h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
#sec_comment .text {
	width: 48%;
	position: relative;
	padding-bottom: 40px;
}
#sec_comment figure {
	width: 48%;
}
#sec_comment figure img {
	width: 100%;
	height: auto;
}
#sec_comment p {
	margin-bottom: 1em;
}
#sec_comment p.name {
	margin: 0;
	position: absolute;
	bottom: 25px;
	right: 0;
	text-align: right;
}
/*---------sec_spec---------*/
#sec_spec {
	margin-top: 80px;
}
#sec_spec .inr {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec_spec .text {
	width: 55%;
	position: relative;
	left: -40px;
}
#sec_spec figure {
	width: 45%;
}
#sec_spec figure img {
	width: 100%;
	height: auto;
}
.tb2 {
	border-bottom: 2px solid #d1d1d1;
}
.tb2 th,
.tb2 td {
	border-top: 2px solid #d1d1d1;
	padding: 10px 25px;
	font-size: 14px;
}
.tb2 th{
	background-color: #efecec;
	font-weight: bold;
}
.fbtn_purchase {
	margin-top: 40px;
	background-color: #f2efed;
	/*background-color: rgba(242,239,237,0.6);*/
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.fbtn_purchase .inr {
	max-width: 450px;
	margin: 0 auto;
}
.fbtn_purchase img {
	width:100%;
	height: auto;
}
.contentimg img {
	width: 100%;
	height: auto;
}
/*--------base_sea--------*/
#base_sea {
	background-image: url(../img/bg_sea.jpg);
	background-repeat: no-repeat;
	padding-top: 126.25%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#base_sea .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding-top: 20%;
}
#base_sea p {
	display: block;
	width: 48px;
	line-height: 40px;
	letter-spacing: 15px;
	margin: 0 auto;
	white-space: nowrap;
	color:#fff;
	font-size: 40px;
	writing-mode:vertical-rl;
}
/*--------sec_kaihatsu--------*/
#sec_kaihatsu {
	background-color: #000000;
	color: #fff;
	padding:  0;
}
#sec_kaihatsu .inr {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	min-height: 500px;
}
#sec_kaihatsu .text {
	padding-left: 40%;
	box-sizing: border-box;
}
#sec_kaihatsu figure {
	width: 35%;
	position: absolute;
	top: -100px;
}
#sec_kaihatsu figure img {
	width: 100%;
	height: auto;
}
#sec_kaihatsu .headding {
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	display: inline-block;
	border-radius: 5px;
	padding: 10px 40px;
	margin-bottom: 40px;
	text-align: left;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	left: 20px;
}
#sec_kaihatsu .headding h2{
	font-weight: bold;
	font-size: 36px;
	color: #333;
}
#sec_kaihatsu .headding h3{
	font-size: 16px;
	color: #333;
}
#sec_kaihatsu p {
	margin-bottom: 1em;
}
/*--------story01--------*/
#story01 {

}
.base_story {
	background-image: url(../img/bg_washi1.jpg);
	background-repeat: no-repeat;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.base_story .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding-top:100px;
}
.base_story h2 {
	width: 360px;
	display: block;
	margin: 0 auto 60px;
}
.base_story h2 img {
	width: 100%;
	height: atuo;
}
.base_story .base {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
#story02 .base,
#story04 .base {
	flex-direction:row-reverse;
}
.base_story .catch {
	width: 50%;
	box-sizing: border-box;
}
.base_story h3 {
	font-size: 44px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
	color: #5a4132;
	padding-top: 40px;
}
.base_story ul {
	padding-left: 30px;
}
.base_story li {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	padding-left: 28px;
	color: #5a4132;
}
.base_story li::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #5a4132;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:8px;
}
.base_story .illust {
	width: 300px;
	margin: 50px auto 0;
}
.base_story .illust img {
	width: 100%;
	height: atuo;
}
.base_story .story_text {
	width: 50%;
	background-image: url(../img/bg_maki2.png);
	background-repeat: no-repeat;
	/*padding-top: 134.11%;*/
	padding-top: 67.05%;
	overflow: hidden;
	position: relative;
	height:0;
	background-size: 100%;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.base_story .story_text .box {
	position: absolute;
	top: 23%;
	left: 12%;
	box-sizing: border-box;
	padding-right: 12%;
}
.base_story .story_text p {
	margin-bottom: 1em;
}
#story02,
#story04 {
	background-image: url(../img/bg_washi2.jpg);
}
#story02 .catch,
#story04 .catch {
	padding-left: 5%;
}
#story02 .story_text,
#story04 .story_text {
	background-image: url(../img/bg_maki1.png);
}
/*--------sec_yogurt--------*/
#sec_yogurt {
	background-image: url(../img/bg_yogurt.jpg);
	background-repeat: no-repeat;
	padding-top: 54.73%;
	overflow: hidden;
	position: relative;
	width: 100%;
	height:0;
	background-size: 100%;
	margin:40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#sec_yogurt .inr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding-top: 10%;
	text-align: center;
}
#sec_yogurt .headding {
	position: relative;
	display: inline-block;
}
#sec_yogurt .icatch {
	position: absolute;
	left: -200px;
	top: -40px;
	width: 190px;
}
#sec_yogurt .icatch img {
	width: 100%;
	height: auto;
}
#sec_yogurt h2 {
	text-align: center;
}
#sec_yogurt h2 .sub {
	display: block;
	font-size: 36px;
	line-height: 1.2;
}
#sec_yogurt h2 .m {
	font-size: 72px;
	line-height: 1.2;
}
#sec_yogurt .text {
	text-align: left;
    background: rgba(255,255,255,0.6);
	border-radius: 10px;
	padding: 35px;
	width: 45%;
    margin-left: 8%;
	margin-top: 100px;
	box-sizing: border-box;
}
#sec_yogurt .text p {
	margin-bottom: 1em;
}
#sec_yogurt .text p:last-child {
	margin-bottom: 0;
}


/*retina*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
}
