@charset "utf-8";

@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');


/*reset and clear*/
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, div,section {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	outline: none;
	box-sizing: border-box!important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px; /*\*//*/ height: auto; overflow: hidden;/**/
}



/*-html-*/
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #325AA0;
	text-decoration: none;
}
a:link {
	color: #325AA0;
	text-decoration: none;
}
a:visited {
	color: #325AA0;
	text-decoration: none;
}
a:hover {
	color: #325AA0;
	text-decoration: underline;
}
a:active {
	color: #325AA0;
	text-decoration: underline;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
.bottom {
	margin-bottom: 10px;
}
.big {
	font-size: 120%;
	font-weight: bold;
}
.notice_big {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
.color {
	color: #fe929d;
}
.notice {
	color: #FF0000;
}
hr {
	border-bottom: 1px solid #fe929d;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 0;
	margin: 5px 0;
	height: 1px
}
.fl_right {
	float: right;
}
.fl_left {
	float: left;
}

.marugo-r{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;}

.marugo-b{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;}



/*contents*/
/* header
-------------------------------------------------------*/
.header {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	margin-bottom: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #DEDEDE;
    position: fixed;
	overflow:visible;
}
.header .logo {
	height: 60px;
	padding-left: 5px;
	box-sizing: border-box;
}
.header .logo img {
	width: 205px;
    height: 42px !important;
    margin: 9px 0 !important;
    padding: 0 !important;
}
.header .level {
    margin-bottom: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.header .level-right {
    padding-right: 10px;
}
@media screen and (max-width: 767px){
	.header {
		height: 50px;
	}
	.header .logo {
		height: 50px;
		padding-left: 5px;
	}
	.header h1{
		line-height: 1em;
	}
	.header .logo img {
		width: 166px;
		height: 34px !important;
		margin: 4px 0 !important;
		padding: 0 !important;
	}
}

/* header navigation
-------------------------------------------------------*/
.sp_share {
	position: absolute;
	right: 12px;
	top: 13px;
}
.sp_share img {
	width: 24px;
	height: 24px;
}
.sp_share>div {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.md-nav {
    line-height: 1.0;
}
.md-nav img{
	width: 24px;
	height: 24px;
	margin: 0 10px;
}
.md-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 2em 0 0;
    padding: 0;
}
.md-nav ul li a {
	display: block;
	color: #141928;
	font-family:'Noto sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
    text-align: center;
    padding: 0 1em;
    margin: 0;
}
.md-nav ul li:before {
    content: none;
}
.md-nav ul li:last-child a {
	padding-right: 0;
}
.md-nav ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.md-nav ul li a:hover {
	color: rgba(16,26,58,0.5);
	text-decoration: none;
}
@media screen and (max-width: 930px){
    .md-nav ul {
        margin-right: 1rem;
    }
	.md-nav ul li a {
        font-size: 11.4px;
        padding: 0 .75em;
 }
}
@media screen and (min-width: 768px){
	.md-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .md-nav .sharebtn {
        margin-left: .5rem;
    }
	.sp_share,
	.globalMenuSp {
	display: none;
	}
}

@media screen and (max-width: 767px){
	.md-nav {
		display: none;
	}
	nav.globalMenuSp {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		height: auto;
	}
	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 0;
		width: 100%;
}
nav.globalMenuSp ul li {
	font-size: 13px;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li a {
	background: #6981b5;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: block;
	color: #fff;
	line-height: 50px;
	font-family: 'Noto sans', sans-serif;
}
nav.globalMenuSp ul li a:hover {
	background: #8599c3;
	text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
transform: translateY(0%);
}

/* ボタン */
.navToggle {
	display: block;
	position: absolute;
	right: 4px;
	top: 7px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 2003;
	text-align: center;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 24px;
	border-bottom: solid 2px #101a3a;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 9px;
}
.navToggle span:nth-child(2) {
	top: 17px;
}
.navToggle span:nth-child(3) {
	top: 25px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	border-color: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
} 
/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
	top: 18px;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}
}


/* トップへ戻る 
-------------------------------------------------------*/
#PageTopBtn {
	z-index: 150;
    padding-bottom: 10px;
    width: 100%;
	position: relative;
}
#PageTopBtn a {
    position: absolute;
    right: 30px;
    bottom: 60px;
	display: block;
    text-decoration: none;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
    outline: none;
    width: 32px;
    height: 32px;
}
#PageTopBtn a:hover {
	text-decoration: none; 
	background: rgba(255,255,255,0.4);
}
#PageTopBtn a img {
    margin: 0 auto;
    padding: 5px 0;
    width: 22px;
    height: 22px;
}
@media screen and (max-width: 767px){
    #PageTopBtn a {
        right: 10px;
        bottom: 40px;
    }
}
.sharebtn {
    display: block;
    width: 24px;
    height: 24px;
}


/* トップへ戻る 
-------------------------------------------------------*/
#PageTopBtn {
	z-index: 150;
    padding-bottom: 10px;
    width: 100%;
	position: relative;
}
#PageTopBtn a {
    position: absolute;
    right: 30px;
    bottom: 60px;
	display: block;
    text-decoration: none;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
    outline: none;
    width: 32px;
    height: 32px;
}
#PageTopBtn a:hover {
	text-decoration: none; 
	background: rgba(255,255,255,0.4);
}
#PageTopBtn a img {
    margin: 0 auto;
    padding: 5px 0;
    width: 22px;
    height: 22px;
}
@media screen and (max-width: 767px){
    #PageTopBtn a {
        right: 10px;
        bottom: 40px;
    }
}
.sharebtn {
    display: block;
    width: 24px;
    height: 24px;
}



/*section
------------------------------------------------------ */
section,
div{
}
.sp_only{ display: none}

section{
	color: #404040;
	padding: 40px 0;
	box-sizing: border-box;
}
section img{ width: 100%; display: block; margin: auto}

section h1,
section h2{ text-align: center}

section h2{
	width: 60%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 0;
	position: relative;
	margin: 0 auto;
	color: #215C50;
	font-size: 42px;
	background: white;
}
section h2:after, section h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

section h2:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
section h2:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}


@media screen and (max-width: 576px){
	section{padding: 30px 0px;}
	.sp_only{display: block}
	br.sp_only{display: inline}
	.pc_only{display: none}
	section h2{
		width:auto;
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 0;
		margin: 0 15px;
		position: relative;
		color: #215C50;
		font-size: 22px;
		background: white;
	}
}

section#mainImg{
	position: relative;
	background:url(../images/back.jpg) no-repeat left top/cover;
	height: 420px;
	padding: 100px 0 0 0;
	color: white;
	border-radius: 0;
	margin-bottom: 0;
}

section#mainImg .maincopy{
	font-size: 60px;
	z-index: 100;
	position: relative;
	line-height: 1.2em;
}
section#mainImg .product {
	width: 270px;
	position: absolute;
	right: 0%;
	bottom: 10%;
}
section#mainImg div.lead{
	font-size: 34px;
	font-weight: bold;
}
section#mainImg h1{
	background: white;
	border-radius: 40px;
	padding: 5px 20px;
	color: #215C50;
	display: inline-block;
	font-size: 32px;
	margin-top: 20px;
}

section#mainImg .campaign{
	position: absolute;
	right: 320px;
	bottom: 10%;
}
section#mainImg .campaign .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
section#mainImg .campaign p.notice{
	text-align: center;
	color: white;
	background: #DB0000;
	padding: 5px 0;
	width: 100%;
	position: relative;
	font-size: 24px;
}
section#mainImg .campaign p.notice:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #DB0000;
	border-width: 5px;
	margin-left: -5px;
}

section#mainImg .campaign .flex > div{
	background:white;
	padding: 5px 20px;
	color: #215C50;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
}
section#mainImg .campaign .flex > div strong,
section#mainImg .campaign .flex > div small{
	display: block;
}
section#mainImg .campaign .flex > div small{
	font-size: 16px;
	line-height: 1.2em;
}
section#mainImg .campaign .flex > div strong span{
	background:#215C50;
	padding: 2px 5px;
	color: white;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

section#mainImg .campaign .flex > div.send{}
section#mainImg .campaign .flex p.plus{
	font-size: 24px;
	font-weight: bold;
	color: #215C50;
	margin: 0 10px;
}
section#mainImg .campaign.pr{
	right: 280px;
	padding:10px 0px;
	font-size: 20px;
	bottom: 50px;
}
section#mainImg .campaign.pr p{
	text-align: center;
	font-size: 18px;
	display: block;
	padding: 10px;
	background: #DB0000;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding-top: 40px;
	transform: rotate(-4deg);
	margin: 0;
}
section#mainImg .product img{ width: 100%; margin-bottom: 0;}


section#mainImg .wrapper{ margin: 0 auto; padding: 0 15px; position: relative; height: 100%}
section#mainImg.present{
	background: none;
	height: auto;
	padding-top: 40%;
	background: url(../images/present_mainImg.jpg) no-repeat center 60px /100%;
}

section#mainImg.present div,
section#mainImg.present p,
section#mainImg.present h1{
	display: none;
}


@media (min-width: 992px) {
	section#mainImg .wrapper{ width:100%}
}


@media (min-width: 1200px) {
section#mainImg .wrapper{ width: 1140px;}
}

@media (max-width: 992px) {
	section#mainImg .product{ width: 50%; right: 5%}
	section#mainImg .product .box{width: 50%}
	section#mainImg .product img{ width: 45%; height: auto; margin: auto;}
	section#mainImg .product div.price{ margin: 0; height: 70px; width: 100%; background-size: 80%;}
}

@media (max-width: 768px) {
	section#mainImg{ padding: 80px 0 0 0; height: 580px}
	section#mainImg .product{ width: 50%; right: 3%}
	section#mainImg .product img{ width: 50%; vertical-align: baseline;}
	section#mainImg div.lead{width:45%}
	section#mainImg .product div.price{ margin: 0; height: 70px; width: 100%; background-size: 80%; float: right}

	section#mainImg.present{
		height: 1200px;
		padding-top: 0;
		background: url(../images/present_mainImg_sp.jpg) no-repeat center 50px /100%;
	}
}


@media screen and (max-width: 576px){
	section#mainImg{ 
		padding: 70px 0 0 0; 
		background-size:cover;
		height:480px;
	}
	section#mainImg.normal{
		height: 350px;
	}
	section#mainImg .maincopy{ font-size: 32px;}
	section#mainImg .wrapper{ height: 100%;}
	section#mainImg .tokkyo{ font-size: 14px}
	section#mainImg .tokkyo span{ font-size: 12px}
	section#mainImg .product{ width: 42%; position: absolute; right: 10px; top: 22%;}
	section#mainImg .product img{
		width: 100%;
	}
	section#mainImg.normal .product{ 
		top:auto;
		bottom: 10%;
	}
	section#mainImg .campaign{
		width: 100%;
		right: auto;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		padding: 10px 15px;
	}
	section#mainImg h1 { 
		font-size: 18px;
		margin-top: 10px;
		padding: 5px 10px;
	}
	section#mainImg div.lead{
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
	}
	section#mainImg .campaign .flex > div{
		font-size: 24px;
		text-align: center;
	}
	section#mainImg .campaign .flex > div.send{
		width: 30%;
	}
	section#mainImg .campaign .flex > div.lkm-karyu{
		width: 60%;
	}
	section#mainImg .campaign .flex p.plus{
		width: 5%;
		margin: 0;
		font-size: 18px;
	}

	section#mainImg .campaign.pr{
		right: 0;
		font-size: 16px;
		bottom: 0px;
		padding:0;
	}
	section#mainImg .campaign.pr p{
		font-size: 16px;
		width: 100%;
		height: auto;
		border-radius: 0%;
		padding:15px;
		transform: none;
		text-align: left;
	}
	section#mainImg .campaign.pr p br.pc_only{
		display: none;
	}
	section#mainImg.present{
		height: 550px;
	}
}
@media screen and (max-width: 320px){
	section#mainImg .campaign p.notice{
		font-size: 20px;
	}
	section#mainImg .campaign .flex > div{
		font-size: 22px;
	}
	section#mainImg .campaign .flex > div small{
		font-size: 14px;
	}
	section#mainImg .maincopy{
		font-size: 28px;
	}
}

span.borderSpan{
	display: inline-block;
	border: 1px solid white;
	padding: 2px 5px;
	margin-right: 10px
}
span.borderSpan.red{
	border: 1px solid #FF524E;
}
span.borderSpan.gray{
	border: 1px solid #767676;
}

@media screen and (max-width: 576px){
	span.borderSpan{ padding: 1px 3px;margin-right: 5px}
}


section#polyamine {
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

section#polyamine .flex{
	padding: 30px 0;
}

section#polyamine .flex div.point{
	width: 32%;
	position: relative;
	padding-top: 30px;
	z-index: 0;
}
section#polyamine .flex div.point p{
	border: 2px solid #D55425;
	border-radius: 10px;
	padding: 30px;
	width: 100%;
	text-align: center;
	z-index:1;
	color: #215C50;
	font-size: 28px;
}
section#polyamine .flex div.point p strong{
	color: #E64800;
}

section#polyamine .flex div.point::after{
	content: "";
	display:block;
	width: 58px;
	height: 55px;
	background:url(../images/leaf.png) no-repeat center center;
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -28px;
	z-index:100;
}
section#polyamine .flex div.img{
	width: 30%;
}
section#polyamine .flex div.img img{
	width: 100%;
}


@media screen and (max-width: 576px){
	section#polyamine .flex{
		padding: 10px 0;
	}
	
	section#polyamine .flex div.point{
		width: 48%;
		padding-top: 20px;
	}
	section#polyamine .flex div.point::after{
		width: 25px;
		height: 25px;
		margin-left: -12px;
		background-size: 100%;
		top:10px;
	}
	section#polyamine .flex div.point p{
		padding: 10px;
		font-size: 18px;
	}
	section#polyamine .flex div.point p br{
		display: none;
	}
	section#polyamine .flex div.img{
		width: 100%;
	}
	section#polyamine .flex div.img img{
		width: 60%;
		display: block;
		margin: auto;
	}
}

section#yogurt{
	background: #E64800;
	color: white;
	margin-top: 50px;
}
section#yogurt h2{
	margin-top: -80px;
}
section#yogurt .container{
	padding: 20px 0 0 0;
}
section#yogurt p{
	font-size: 30px;
	text-align: center;
	margin: 30px 0 0 0;
}
section#yogurt span.tokkyo{
	font-size: 12px;
	line-height: 1em;
	margin: 0;
}

@media screen and (max-width: 576px){
	section#yogurt h2{
		margin-top: -50px;
	}
	section#yogurt .container{
		padding: 10px 15px;
	}
	section#yogurt p{
		font-size: 18px;
		margin-top: 20px;
	}
	section#yogurt p br{
		display: none;
	}
}

section#about{ 
	padding: 0 0 0px 0; 
	position: relative;
}
section#about .flex{
	padding: 30px 0;
}
section#about .flex .text{
	width: 45%;
	line-height: 2em;
}
section#about .flex .text strong{
	display: inline;
	background: #FFF72F;
	padding: 0 3px;
	margin: 5px 2px;
	font-weight: normal;
}

section#about .flex .graphBox{
	width: 45%;
}
section#about .flex .graphBox img{
	width: 100%;
}


@media (min-width: 767px) {
	section#about .graphBox img{ width:auto; margin: 0px auto; }
	section#about .graphBox img{padding-top: 20px}
}

@media (max-width: 768px) {
	section#about h2{margin-bottom:10px}
	section#about p{text-align: center;}
}
@media screen and (max-width: 576px){
	section#about{
		padding: 30px 0;
	}
	section#about .flex{
		padding: 10px 0;
	}
	section#about .flex .text,
	section#about .flex .graphBox{
		width: 100%;
		text-align: left;
	}
}

section#qanda{
	background: #E64800;
	color: white;
	text-align: center;
	padding: 80px 0;
}

section#qanda .qa{
	font-size: 26px;
	padding-bottom: 40px;
}
section#qanda .qa p{
	margin-bottom: 40px;
}
section#qanda .qa p:before{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #E64800;
	text-align: center;
	border-radius:50%;
	background: white;
	margin-right: 10px;
}

section#qanda .qa p.q:before{
	content: "Q";
}
section#qanda .qa p.a:before{
	content: "A";
}

section#qanda .flex .method{
	width: 45%;
}
section#qanda .flex .onaka{
	width: 50%;
}
section#qanda .flex .method h3{
	background: white;
	border-radius: 50px;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px auto;
	color: #E64800;
	position: relative;
}
section#qanda .flex .method h3:after {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
section#qanda .flex .method ul.flex{
	width: 350px;
	margin: auto;
}

section#qanda .flex .method ul.flex li.circle{
	width: 150px;
	height: 150px;
	background: white;
	color:#215C50;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	position: relative;
	padding-top: 60px;
	font-size: 22px;
}
section#qanda .flex .method ul.flex li.circle.lkm{
	padding-top: 45px;
}

section#qanda .flex .method ul.flex li p{
	line-height: 1.2em;
}
section#qanda .flex .method p.exp{
	text-align: left;
	line-height: 1.8em;
}
section#qanda .flex .method p.exp strong{
	font-size: 20px;
}

section#qanda .flex .method ul.flex li small{
	font-size: 16px;
}

section#qanda .flex .onaka img{
	width: 80%;
	display: block;
	margin: auto;
}

section#qanda div.img{
	padding: 30px 0;
}
section#qanda div.img img{
	width: 70%;
	display: block;
	margin: auto;
}

@media screen and (max-width: 576px){
	section#qanda{
		padding: 30px 0;
	}
	
	section#qanda .qa{
		font-size: 18px;
		padding-bottom: 40px;
		text-align: left;
	}
	section#qanda .qa p{
		margin-bottom: 20px;
		position: relative;
		padding-left: 40px;
	}
	section#qanda .qa p:before{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 24px;
		position:absolute;
		top: 5px;
		left: 0;
	}
	section#qanda .flex .method ul.flex{
		width: 100%;
	}
	section#qanda .flex .method{
		width: 100%;
	}
	section#qanda .flex .onaka{
		width: 100%;
	}
	section#qanda div.img img{
		width: 100%;
	}
}
@media screen and (max-width: 320px){
	
	section#qanda .flex .method ul.flex li.circle{
		width: 120px;
		height: 120px;
		padding-top: 50px;
		font-size: 18px;
	}
	section#qanda .flex .method ul.flex li.circle.lkm{
		padding-top:38px;
	}
	
}


section#product{}
section#product img{ width: 260px}

section#product .flex{
	padding: 10px 0 30px 0;
}
section#product .productCopy{
	width: 65%;
}
section#product .img{
	width: 30%;
}
section#product .img img{
	width: 80%;
	display: block;
	margin: auto;
}

section#product p.kadai{ line-height: 1.8em; margin: 20px 0 0 0;}
section#product p.pcopy{ font-weight: bold; font-size: 16px; padding: 10px 0 0 0; margin-bottom: 0.8rem;}

section#product p.price{
	font-size: 18px;
	font-weight: bolder;
}
section#product p.price span{}
section#product p.price strong{
	font-size: 26px;
}


section.buy{
	padding: 80px 0 40px 0;
}
section.buy .container{
	padding: 50px 40px 10px;
	border-radius: 10px;
	max-width: 834px;
	/*background:url(../images/back.jpg) no-repeat center center/cover;*/
	border: 5px solid #E64800;
	background: #ffffa9;
	position: relative;
	overflow: visible;
}
section.buy .container h3{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 20px;
	background:#DB0000;
	color: white;
	font-size: 27px;
}
section.buy .container h3:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #DB0000;
    border-width: 5px;
    margin-left: -5px;
}

section#product a,
section.buy a{ 
	display: block; 
	width: 100%; 
	box-sizing: border-box;
	text-align: center; 
	border-radius: 40px; 
	margin: 20px auto; 
	padding:15px;
	font-size: 24px;
	border: 1px solid #ccc;
	background:#E64800;
	color: #fff;
}
section#product a i,
section.buy a i{
	margin-right: 5px;
}

section.buy div.flex,
section#product div.flex{
	display: flex;
	justify-content: space-between;
	position: relative;
}
section.buy div.flex a.normal,
section.buy div.flex a.teiki,
section#product div.flex a.normal,
section#product div.flex a.teiki{
	width: 38%;
	margin: 50px 0 20px 0;
}
section.buy div.flex a.teiki,
section#product div.flex a.teiki{
	background: #215C50;
	width: 58%;
}
section.buy div.flex p.teiki-txt,
section#product div.flex p.teiki-txt{
	position:absolute;
	top: 15px;
	right: 0;
	text-align: center;
	width: 58%;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: bold;
}

section.buy div.flex p.teiki-txt span,
section#product div.flex p.teiki-txt span{
	position: relative;
	display: inline-block;
}
section.buy div.flex p.teiki-txt span:before,
section.buy div.flex p.teiki-txt span:after,
section#product div.flex p.teiki-txt span:before,
section#product div.flex p.teiki-txt span:after{
	content:"";
	display: inline-block;
	border-left: 1px solid #000;
	width: 1px;
	height: 30px;
	transform: rotate(135deg);
	left: -10px;
	position: absolute;
	top:0;
}
section.buy div.flex p.teiki-txt span:after,
section#product div.flex p.teiki-txt span:after{
	left: auto;
	right: -10px;
	transform: rotate(45deg);
}

section.buy div.flex div.rec,
section#product div.flex div.rec{
	position: absolute;
	top: -20px;
	right: -30px;
	padding: 0;
	border: 0;
	background: none;
	transform: rotate(20deg);
	z-index: 1000;
}
section#product div.flex div.rec{
	top: 0;
}

section.buy div.flex div.rec p,
section#product div.flex div.rec p{
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #DB0000;
	color: white;
	text-align: center;
	padding: 32px 0 0 0;
	font-size: 14px;
	border: none;
	font-weight: bold;
}
section.buy div.flex div.rec p:after,
section#product div.flex div.rec p:after {
	top: 95%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(219, 0, 0, 0);
	border-top-color: #DB0000;
	border-width: 10px;
	margin-left: -10px;
}

section#product a{
	width: 60%;
}
section#product a:hover,
section.buy a:hover{
	text-decoration: none;
	opacity: 0.7;
}

section.buy .container .flex > div{
	background:white;
	padding: 15px 20px;
	color: #215C50;
	border: 1px solid #215C50;;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
section.buy .container .flex > div.lkm-karyu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
section.buy .container .flex > div.lkm-karyu img{
	width: 10%;
	margin:0 20px 0 0;
	display: inline-block;
}
section.buy .container .flex > div.send{
	width: 22%;
}
section.buy .container .flex > p.plus{
	width: 5%;
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	color: #215C50;
	margin: 0 10px;
}
section.buy .container .flex > div.lkm-karyu{
	width: 50%;
}
section.buy .container .flex > div.lkm-karyu strong{
	font-size: 26px;
}
section.buy .container img{
	width: 15%;
}

section.buy .container .flex > div strong,
section.buy .container .flex > div small{
	display: block;
}

section.buy .container .flex > div small{
	font-size: 16px;
	line-height: 1.2em;
}
section.buy .container .flex > div strong span{
	background:#215C50;
	padding: 2px 5px;
	color: white;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
}


@media screen and (max-width: 576px){
	section#product h3{ font-size: 18px}
	section#product a,
	section.buy a{ font-size: 16px; padding: 15px 5px; width: 100%; margin-bottom: 0; margin: 0}
	section.buy .container .flex{
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	section.buy .container .flex > div.send{
		width: 25%;
	}
	section.buy .container .flex > div{
		font-size: 24px;
		padding: 10px;
		line-height: 1.1em;
	}
	section.buy .container .flex > p.plus{
		width: 5%;
		text-align: center;
		margin-bottom: 0;
		font-size: 18px;
		font-weight: bold;
		color: #215C50;
		margin: 0 10px;
	}
	section.buy .container .flex > div.lkm-karyu{
		width: 60%;
		font-size: 16px;
	}
	section.buy .container .flex > div.lkm-karyu img{
		width: 15%;
	}
	section.buy .container .flex > div.lkm-karyu strong{
		font-size: 22px;

		line-height: 1.2em;
	}
	section.buy .container .flex > div small{
		font-size: 11px;
	}
	section.buy .container img{
		display: none;
	}
	section.buy .container .flex > div.lkm-karyu img{
		margin-right: 0;
	}

	section.buy div.flex a.normal,
	section.buy div.flex a.teiki,
	section#product div.flex a.normal,
	section#product div.flex a.teiki{
		width: 100%;
		margin: 10px 0;
	}
	section#product .productCopy{
		width: 100%;
	}
	section#product .img{
		width: 100%;
	}
	section#product .img img{
		width: 60%;
	}
	section.buy div.flex a.teiki,
	section#product div.flex a.teiki{
		margin-top: 40px;
		padding: 20px 0;
		font-size: 22px;
	}

	section.buy div.flex p.teiki-txt,
	section#product div.flex p.teiki-txt{
		position:absolute;
		top: 85px;
		width: 100%;
		font-size: 12px;
	}
	section#product div.flex p.teiki-txt{
		top:90px
	}
	
	section.buy div.flex div.rec,
	section#product div.flex div.rec{
		position: absolute;
		top: 90px;
		right: -20px;
		padding: 0;
		border: 0;
		background: none;
		transform: rotate(20deg);
		z-index: 1000;
	}

	section.buy div.flex div.rec p,
	section#product div.flex div.rec p{
		width: 60px;
		height: 60px;
		padding: 25px 0 0 0;
		font-size: 11px;
		border: none;
	}
	section#product div.flex div.rec{
		right: 0;
		top: 100px;
	}
}
@media screen and (max-width: 320px){
	section.buy .container .flex > div{
		font-size: 22px;
	}
	section.buy .container .flex > div.lkm-karyu strong{
		font-size: 18px;
	}
	section.buy .container .flex > div small{
		font-size: 10px;
	}
	section.buy .container .flex > div.lkm-karyu{
		width: 62%;
	}
	section.buy .container .flex > div.lkm-karyu img{
		width: 11%;
	}
	section.buy div.flex p.teiki-txt{
		width: 100%;
		font-size: 11px;
		top: 80px;
	}
}

/* table
------------------------------------------------------ */
.flex.productinfo{
	align-items: flex-start;
}

div.info{width: 55%; margin-bottom: 10px;}
div.info.eiyo{
	width: 35%;
	padding-left: 10%;
	border-left: 1px solid #ccc;
}

div.info table caption{ 
	caption-side:top; color: #404040;
	font-weight: bold;
	padding: 0 0 10px 0;
}
div.info table th,
div.info table td{ 
	padding: 10px;
	background: white;
}
div.info table th{
	white-space: nowrap;
	text-align: right;
	width: 5em;
}

@media screen and (max-width: 576px){
	#product{
		padding-bottom: 0;
	}
	div.info,
	div.info.eiyo{
		width: 100%;
		border: none;
		padding: 0;
	}
	div.info.eiyo{
		border-top: 1px solid #ccc;
	}
	div.info table{ font-size: 90%}

	section.buy{
		padding: 40px 15px 20px 15px;
	}
	section.buy .container{
		padding: 30px 10px 10px;
		border-radius: 10px;
		position: relative;
		overflow: visible;
	}
	section.buy .container h3{
		padding: 10px;
		background:#DB0000;
		color: white;
		font-size: 18px;
		width: 90%;
		text-align: center;
	}
	section.buy .container h3:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-top-color: #DB0000;
		border-width: 5px;
		margin-left: -5px;
	}
}


/* footer
------------------------------------------------------ */
#footer,
.footer {
	width: 100%;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	box-sizing: border-box;
	line-height: 1.4;
	padding: .5rem;
	font-size: 12px;
}
.footer-title h3 {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 1rem;
	padding: 0;
	text-align: center;
}
.footer-title {
	box-sizing: border-box;
}
.footer .footer-body {
	margin: 0 auto .5rem;
}
.footer .footer-body>div {
	padding: 0 0 1rem;
	box-sizing: border-box;
	text-align: center;
}
.footer .footer-body>div h4 {
	padding: 0;
	margin: 0 0 .2rem;
	font-size: 14px;
	line-height: 1.0;
	font-weight: 400;
}
.footer .footer-body>div h4 i {
	font-size: 1.2em;
	margin-right: .5rem;
	margin-left: -7px;
	vertical-align: middle;
	padding-bottom: 2px;
}
.footer .footer-body>div p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.footer .footer-body .tel {
	font-family: 'roboto', sans-serif;
	font-size: 25px;
	line-height: 1.0;
}
.footer .footer-body .letter {
	display: inline-block !important;
	text-align: left;
}
.footer .footer-body .letter em {
	font-style: normal;
	font-size: 12px;
}
.footer .copy {
	text-align: center;
	font-size: 11px;
	margin: 0 !important;
}
@media (max-width: 767px) {
	.footer .footer-body>div+div {
		border-top: 1px dotted #404040;
		padding-top: 1rem;
	}
}
@media (max-width: 910px) {	
	.footer-title br {
		display: none;
	}
}
@media (min-width: 911px) {
	body#lkm512 {
		padding-bottom: 280px;
	}
	.footer .footer-body {
		max-width: 890px;
		flex-basis: 74%;
		border-left: 1px solid #404040;
	}
	.footer-wrap {
		display: -webkit-flex;
		display: flex;
		max-width: 891px;
		margin: auto;
		margin-bottom: 2rem;
		box-sizing: border-box;
		align-items: center;
	}
	.footer-title {
	}
	.footer-title h3 {
		border-bottom: 0;
		font-size: 20px;
		text-align: left;
	}
	
	.footer .footer-body>div {
		flex-grow:0;
		flex-shrink: 1;
	}
	.footer .footer-body>div h4 {
		font-size: 16px;
	}
	.footer .footer-body>div h4 i {
		font-size: 2em;
	}
	.footer .footer-body>div p {
		font-size: 12px;
	}
	.footer .footer-body .tel {
		font-size: 40px;
	}
	.footer .footer-body .letter em {
		font-size: 15px;
	}
	.footer .copy {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.footer {
		padding: 40px 10px;
	}
	.footer .footer-body {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		margin: 0 auto 1rem;
		max-width: 700px;
	}
	.footer .footer-body>div {
		padding: .5rem ;
		width: 50%;
	}
}

.sourceview{
	margin: 0;
	padding: 0;
	display: none;
}


/*シリーズ商品*/
#procudt{
    padding: 0 0 50px 0;
}
#procudt h2{
    font-size: 50px;
    color: #004090;
    text-align: center;
    font-weight: bold;
}
#procudt .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#procudt .flex a{
    display: block;
    width: 24%;
    border:1px solid #ccc;
    padding: 10px 20px;
	border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}
#procudt .flex a:hover{
    opacity: 0.7;
}
#procudt .flex a img{
    width: 90%;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    margin-inline:auto;
}
#procudt .flex a .txt h3{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    height: 4em;
}
#procudt .flex a .txt p.button{
    background: #D55425;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width:768px)  {
    #procudt > div{
        padding: 0 20px;
    }
    #procudt .flex a{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    #procudt .flex a img{
        width: 30%;
    }
    #procudt .flex a .txt{
        width: 68%;
    }
}