@charset "utf-8";
 @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*リセット追加分*/
/*width内にpaddingやborderを含める！「box-sizing」*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*クリアフィックス*/
.cf:after {
	content: "";
	clear: both;
	display: block;
}
/*font*/
* {
	/*-webkit-text-size-adjust: 100%;*/
	font: 12px/1.5 -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Arial, 'メイリオ', Meiryo, sans-serif;
}
.bold {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
/**/

/*オンマウスで透過
*/

a:hover img, a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
/**font*/
html {
	font-size: calc(112.5% + 0.25vw)
}
html {
	font-size: calc(100vw / 32);
}
html {
	font-size: 62.5%; /*（1rem = 10px）*/
}
body {
	/* スマートフォン端末用* 基本のフォントサイズを12pxにする。*/
	font-size: 12px;
	font-size: 1.2rem;
}
/*  レイアウト*/
body {
	background: #fff;
	display: -webkit-box;   /* Android */
	display: -ms-flexbox;   /* IE10 */
	display: -webkit-flex;  /* Safari */
	display: flex;
	min-height: 100vh;
	-webkit-box-direction: column;   /* Android */
	-webkit-flex-direction: column;  /* Safari */
	flex-direction: column;
	font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',                  /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */ Meiryo,                      /* Windowsのメイリオ */ sans-serif;
}
#container {
	-webkit-box-flex: 1;  /* Android */
	-ms-flex: 1;          /* IE10 */
	flex: 1;
}
/* H1～H5*/

h1 {
	/*font-size: calc(2rem + 2.5vmin);*/
	line-height: 0;
}
h1 img {
	width: 100%;
	max-width: 960px;
}
h2 {
	font-size: 5vmin;
	font-size: calc(0.5rem + 2.5vmin);
}
h3 {
	font-size: calc(0.5rem + 2.5vmin);
}
h4 {
	　font-size: 100vw;
}
.center {
	text-align: center;
}
.fs14 {
	font-size: 1.4em;
}
.p10{
	padding:10%;
}
.mt10{
	margin-top: 10% !important;
}
/*文字装飾*/
.thinline_Y {
	background: linear-gradient(transparent 60%, #ff0 0%);
}
.txtpink {
	color: #fa3487
}
.txtbold {
	font-weight: bold !important
}
.red {
	color: #f00;
}
.bigbold{
	font-size:2em;
	font-weight:600;
}
/*表示*/

.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
/* golumayu*/
.contents {
	background: #fff;
}
.contents img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.contents img.small {
	width: 80%;
}
img.m5 {
	margin: 5% auto;
}
p.mt5, img.mt5 {
	margin-top:5% !important;
}
/*ボタン部分*/
.bnrarea {
	position: relative;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 115.10%;
	/*margin-bottom: 0%;*/
	background: url(../img/cvarea.jpg) 0 no-repeat;
	background-size: contain;
}
img.b4 {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	margin:0 auto;
	/* 上記.bnrareaでpadding-topを変更したら、ここで位置を調整してください。 */
	bottom: 53.5%;
}
.notice {
	width: 94%;
	margin: 2% auto;
	border: 2px solid #7c1925;
}
.notice h2 {
	font-size: 1.4em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 2%;
	background: #7c1925;
}
.notice p, .notice ul {
	font-size: 1em;
	text-align: left;
	padding: 3%;
	line-height: 1.8;
}
.notice ul li:before {
	content: "●";
}
/*成分*/
.seibun {
	width: 90%;
	line-height: 150%;
	background: rgba(249,249,249,1.00) none repeat scroll 0 0;
	color: #000000;
	font-size: 98%;
	text-align: left;
	margin: 10% auto;
	padding: 0px 8px 8px 8px;
	border: 1px solid rgba(199,199,199,1.00);
}
.seibun h5 {
	font-size: 108% !important;
	font-weight: bold!important;
	margin: 10px 0px 5px 0px!important;
	border-bottom: 1px solid rgba(188,188,188,1.00)!important;
}
/**/
.hojyuinfo {
	padding: 3%;
	background: #ffffff;
	border: 13px solid #4aa1a8;
	overflow: hidden
}
.hojyuinfo h3 {
	color: #262626;
	margin-bottom: 3%;
	line-height: 1.5;
}
.hojyuinfo p {
	line-height: 1.3;
}
/*文字を明朝にする*/
.mincho {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.FR {
	float: right;
	clear: right;
	margin-left: 1%;
}
/*animation*/
.limitation {
	animation-duration: 2s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
}
.nk01 {
	text-align: center;
	margin: 5% auto 0;
}
.nk01 img {
	width: 80%;
}
/*checkbox
------------------------*/
.checkbox {
	width: 90%;
	font-size: 1.4em;
	line-height: 180%;
	margin: 2% 0 2% 10%;
	text-align: left;
}
.checkbox input {
	display: none;
}
.checkbox-parts {
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}
.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox input:checked + .checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #c00;
	border-right: 3px solid #c00;
}
.guideline {
	width: 96%;
	text-align: left;
	line-height: 1.6;
	margin: 2% auto;
	padding: 3% 4%;
	background: #ddd;
}
#entry {
	width: 400px;
	border: 5px dotted #ddd;
	margin: 2% auto;
}
/*footer*/
footer {
	text-align: center;
	color: #fff;
	background: #7c1925;
	padding: 2% 0;
}
.footerarea {
	width: 100%;
	margin: 0 auto;
	padding: 1% 0;
	line-height: 1.6;
	vertical-align: middle;
}
.footerarea ul {
	list-style-type: none;
}
footer .footerarea ul li {
	display: inline-block;
}
footer .footerarea ul li a {
	color: #fff;
	text-decoration: none;
}
footer .footerarea ul li a:hover {
	text-decoration: underline;
}

footer p {
	text-align: center;
	width: 100%;
	padding: 5px 0px;
	clear: both;
}
footer h4 {
	font-weight: normal;
	clear: both;
	text-align: center;
	padding: 2%;
	width: 90%;
	margin: 0 auto;
	line-height: 1.6
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	font-weight: bold;
	background: rgba(49,173,44,0.7);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/*============================
 btn
============================*/
main .btnCont {
  position: relative;
}
main .btn {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
main .btn a {
	-webkit-transition: filter 0.5s ease-out;
	-moz-transition: filter 0.5s ease-out;
	-ms-transition: filter 0.5s ease-out;
	transition: filter 0.5s ease-out;
}
main .btn a:hover{
	-webkit-filter: brightness(120%);
	filter:brightness(120%);
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}

/*--------------------------------------------------------------------------------------------------
 タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
body {
	background: #fff;
}

.pc {
	display: block !important;
}
.sp {
	display: none!important;
}
}

/*--------------------------------------------------------------------------------------------------
 PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width:920px) {
/* PCから効くスタイル */
	
body {
	background: #fff;
}
#container {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}
.contents img {
	width: 100%;
}
.nk01 img {
	width: 70%;
}
.notice h2 {
	font-size: 1.8em;
	padding: 1%;
}
.notice p, .notice ul {
	font-size: 1.2em;
}
main .btn{
	bottom: 5%;
	width:90%;
	}
}
