﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* RESET CSS */
article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
img{margin:0 auto;padding:0;max-width:100%;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*----------------------------------------------------------------------------------------------
button:hover
----------------------------------------------------------------------------------------------*/
@-webkit-keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}
.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}
/*----------------------------------------------------------------------------------------------
Basic
----------------------------------------------------------------------------------------------*/
html{ font-size:62.5%;}
body{
	width:100%;
	font-size:2.2rem;
	font-weight: 500;
	color:#222;
	line-height:1.7;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#body__wrap{ width:100%; margin:0 auto; background:#FFF; }
#scroll{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}

/* Float・Clearfix */
.clearfix:before,.clearfix:after{ content:" "; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }
.img-right{ width: 350px; float:right; padding:0 0 2rem 2rem; }
.img-left{  width: 350px; float:left; padding:0 2rem 2rem 0; }

/*画像キャプション*/
.caption{
	margin: 0;
	padding: .5rem 0 4rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.img-right img + img{
	padding-top: 2rem;
}

/*キャプションボックス*/
.caption-box .flex_2{
	margin-bottom: 1rem;
}
.caption-box p{
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 2rem;
	font-size: 1.5rem;
}
.caption-box2{
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 2rem;
}
.caption-box2 p{
	font-size: 1.5rem;
	text-indent: -1em;
	padding-left: 1em;
}
/*カラーボックス*/
.blue-box{
	border: 1px solid #1f3864;
	margin-top: 5rem;
}
.blue-box h3{
	background: #1f3864;
	padding: 1rem;
	color: #fff;
	font-size: 3rem;
	text-align: center;
}
.blue-box p{
	padding: 2rem;
	font-weight: bold;
}
/*flex*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.flex-bet{
	justify-content: space-between;
}
.flex_2{
	margin-bottom: 4rem;
}
.voice01 .flex .flex_2:nth-last-child(2),
.voice01 .flex .flex_2:last-child{
	margin-bottom: 0;
}
.flex_3{
	width: 32%;
}
.flex_text-box{
	border: 5px double #ddd;
	width: 50%;
	padding: 1.5rem 2rem;
}
.flex_text-box h3{
	border-bottom: 3px solid #ddd;
	padding-bottom: .8rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
.flex_text-box p{
	padding-top: .8rem;
	font-size: 1.8rem;
	line-height: 1.3;
}
h3 + .flex{margin-top: 1rem;}

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
.mb101 {
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	font-weight: bold;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.mincho{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}

.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#d71523; }
.wht{ color:#FFF; }
.yellow{color: #ffdc77;}
.blue{color: #1f3864;}
.rub{ font-weight:bold; background:url(../img/base/line_border.gif) left bottom repeat-x; }
.text_c{ text-align:center; }
.text_r{ text-align:right; }
.text_l{ text-align:left; }
.xxsmall{ font-size:30%; }
.xsmall{ font-size:60%; }
.small{ font-size:90%; }
.larges{ font-size:115%; }
.large{ font-size:120%; }
.xslarge{ font-size:125%; }
.xlarge{ font-size:140%; }
.xxlarge{ font-size:160%; }
.xxxlarge{ font-size:180%; }
.lh_small{ line-height: 1.3;}
.lh_xsmall{line-height: 1.2;}
.lh_xxsmall{line-height: 1.1;}
.bg_y{ background:#ffff94; }
.notice{width: 100%; font-size: 80%;text-align: right;}

.attention {
	color: #d81e1f;
	font-weight: bold;
	background-color: #ffff94;
}
/*グラデーションテキスト*/
.text-gold{
	color: #DA8E00;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #f9db7f, #fffce6, #f9db7f);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-gold2{
	color: #DA8E00;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #894b00, #ba7a00, #894b00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

p+img,img+p{ margin-top:2rem; }
.img-left + p{margin-top: 0;}
.letter + .sub-head{ margin-top:4rem; }

/*----------------------------------------------------------------------------------------------
prihead
----------------------------------------------------------------------------------------------*/
#prihead{
	z-index:10;
	position:fixed;
	width:100%;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	background:#960000;
	background:-moz-linear-gradient(left, #960000 0%, #cf0404 50%, #960000 100%);
	background:-webkit-linear-gradient(left, #960000 0%,#cf0404 50%,#960000 100%);
	background:linear-gradient(to right, #960000 0%,#cf0404 50%,#960000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#960000',GradientType=1);
}
#prihead #CDT{
	width:960px;
	padding:1rem 0;
	margin:0 auto;
	color:#fff;
	line-height:1.3;
}
#prihead #CDT .count_num{
	display:inline-block;
	padding:0 .4rem;
	margin:0 .4rem;
	border-radius:3px;
	color:#333;
	font-size:150%;
	background:#fff;
	font-family: "Century Gothic", monospace;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #prihead #CDT .count_num{	/* IE11 */
		padding:1rem .4rem 0;
		line-height:1;
	}
}

/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p{ margin:.5rem 0;}
.timer01{ padding:.5rem 0; color:#fff; font-size:2.2rem; text-align:center; font-weight:bold; line-height:1; background:#222;}
.timer01 .timer_num{ color: #ffff55; font-size:140%; font-family: Century Gothic, "Courier New", Consolas, monospace; }
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto;background: url("../img/header_bg.png") no-repeat bottom;}
.jonson{background: url("../img/jonson-bg.jpg") no-repeat bottom;opacity: 0.95;padding: 2rem;}
/* 通常ヘッドライン */

/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
/* 共通 */
section{ padding:6rem 0 5rem; }
.sec__inner{ width:960px; margin:0 auto; }
.bg-black{
	background: #222;
	color: #fff;
}
.bg-black .sub-head{
	color: #fff;
}
.bg-black .sub-head02{
	margin-left: 0;
}
.bg-gray{
	background: #f5f5f5;
	padding-bottom: 7rem;
}
/*----------------------------------------------------------------------------------------------
sub-head 
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	color:#000;
	font-size:6.5rem;
	font-weight:900;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	margin:0 auto 3rem;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.sec__bg-black .sub-head{
	color: #fff;
}
.sub-head .u {
	text-decoration: none;
	border-bottom: 3px solid;
	line-height: 1.2;
	display: inline-block;
}
.sub-head05{
	width: 960px;
	background: #000;
	margin: 0 auto 1rem;
	padding: 1.5rem 0;
	font-size: 5rem;
	text-align: center;
	line-height: 1.3;
	color: #fff;
}
/*スラッシュ吹き出し*/
.slash-hukidashi{
	position: relative;
	margin-bottom: 1rem;
}
.slash-hukidashi::before{
	content: url("../img/fukidashi-right.png");
	position: absolute;
	top: -10px;
	left: 0;
}
.slash-hukidashi::after{
	content: url("../img/fukidashi-left.png");
	position: absolute;
	top: -10px;
	right: 0;
}
.slash-hukidashi2{
	position: relative;
	margin-bottom: 1rem;
}
.slash-hukidashi2::before{
	content: url("../img/fukidashi-right.png");
	position: absolute;
	top: 0;
	left: 0;
}
.slash-hukidashi2::after{
	content: url("../img/fukidashi-left.png");
	position: absolute;
	top: 0;
	right: 0;
}

/*----------------------------------------------------------------------------------------------
ブレッド
----------------------------------------------------------------------------------------------*/
/* 共有 */
ul.check1,
ul.check2,
ul.check3,
ul.check4{ margin:2rem 0; }
ul.check1 li,
ul.check2 li{
	padding:1.4rem 0 1.4rem 5rem;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
}

/* 固有 */
ul.check1 li{ background:url(../img/base/check1.png) 0 1rem no-repeat; }
ul.check2 li{ background:url(../img/base/check2.png) 0 1rem no-repeat; }
ul.check3 li{
	padding:1rem 0 1rem 4rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 0 .8rem no-repeat;
}
ul.check4 li{
	padding:1.6rem 0 1.6rem 4rem;
	border-bottom:1px solid #aaa;
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.3;
	background:url(../img/base/check4.png) 0 2rem no-repeat;
}

/* 共有 */
ul.bullet1,
ul.bullet2{ margin:0 0 2rem; }
ul.bullet1 li p,
ul.bullet2 li p{
	font-size:2rem;
	font-weight:normal;
}

/* 固有 */
ul.bullet1 li{
	padding:2rem 0 2rem 5rem;
	margin:0;
	border-bottom:2px dotted #ccc;
	font-size:2.8rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 1rem 2.4rem no-repeat;
}
ul.bullet1 li:nth-child(even){ background-color:#fffff0; }
ul.bullet1 li p{
	padding:1rem 0 0;
	margin:1rem 0 0;
	border-top:1px dashed #aaa;
}
ul.bullet1 img{ margin:2rem auto; }
ul.bullet2{ border:10px solid #704e23; }
ul.bullet2 li{
	padding:2rem 4rem 2rem 6rem;
	border-bottom:2px dotted #f1dcc1;
	font-size:2.6rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 1.5rem 2.2rem no-repeat;
}
ul.bullet2 li:nth-child(even){ background-color:#fff7ec; }
ul.bullet2 li:last-child{ border:none; }
ul.bullet2 li p{ margin:.5rem 0 0; }

/*数字ブレット*/
.nuber-bullet{
	margin: 2rem 0;
	padding-left: 1em;
	text-indent: -1em;
}

/*----------------------------------------------------------------------------------------------
effect
----------------------------------------------------------------------------------------------*/
.effect__wrap{
	background: url("../img/glada-bg.png") bottom;
	background-size: cover;
	padding-bottom: 2rem;
}
.effect__box{
	width: 960px;
	margin: 0 auto 5rem;
	background: #fff;
	padding: 4rem;
}
.effect__ttl{
	padding-bottom: 3rem;
	font-size: 3.2rem;
	text-align: center;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	font-weight: bold;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.effect__ttl h3{
	font-size: 3.5rem;
	line-height: 1.3;
}
.effect__ttl p{
	display: inline-block;
	background: #222;
	margin-bottom: 1rem;
	padding: 0 1rem;
	font-size: 3rem;
	color: #fff;
}
/*----------------------------------------------------------------------------------------------
before-after
----------------------------------------------------------------------------------------------*/
.be-af__wrap{
	background: #f5f5f5;
	margin-bottom: 5rem;
	padding: 5rem;
}
.be-af__wrap:last-child{
	margin-bottom: 0;
}
.be-af__wrap h3{
	position: relative;
	border-bottom: 3px solid #212121;
	padding: 3rem 0 0 5.5rem;
	font-size: 3rem;
	font-weight: bold;
	color: #d71523;
}
.be-af__wrap h3::before{
	position: absolute;
	content: url("../img/hand-arrow.png");
	left: 1%;
	top: 20%;
}
.be-af__wrap p{
	padding-top: 1.5rem;
}
.be-af__wrap .flex_2{
	margin-bottom: 0;
}
/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
/*voice02*/
.voice02__wrap{
	margin-bottom: 5rem;
}
.voice02__wrap:last-child{margin-bottom: 0;}
.voice02__ttl{
	background: #d71523;
	padding: 2rem 0;
	font-size: 6rem;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.voice02__inner{
	background: #f5f5f5;
	padding: 2rem 5rem 5rem;
}
.voice02__inner h3{
	padding-bottom: 3rem;
	font-size: 4.5rem;
	text-align: center;
	line-height: 1.3;
}
.voice02__inner .flex_3 .caption{padding-bottom: 0;}
.voice02__inner .img-left{
	width: 300px;
}
.voice02__name{
	display: inline-block;
	width: 500px;
	background: #fff;
	margin-bottom: 2rem;
	padding: 1rem;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}
/*voice03　赤の吹き出し*/
.voice03__wrap{
margin-top: 8rem;
}
.voice03__box{
	margin-bottom: 5rem;
}
.voice03__box:last-child{
	margin-bottom: 0;
}
.voice03__ttl{
	background: #d81e1f;
	position: relative;
	padding: 3rem 0;
	color: #FFF;
	font-size: 5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.voice03__ttl::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #d81e1f transparent transparent transparent;
	transform: translateX(-50%);
}
.voice03__ttl .yellow {
	color: #FFEE7E;
}
.voice03__name{
	overflow: hidden;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 2px solid #3f3f3f;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.voice03__inner h4{
	overflow: hidden;
	border-left: 5px solid #d81e1f;
	margin: 3rem 0 1rem;
	padding-left: 1rem;
	font-size: 2.5rem;
	font-weight: bold;
	color: #d81e1f;
}
.voice03__inner{
	padding: 5rem;
	background: #fff6f6;
}
.voice03__inner .img-left{
	width: 300px;
}
.voice03__inner .img-right{
	width: 270px;
}
.voice03__inner .flex{
	clear: both;
}
.voice03__inner .flex_2{
	width: 48%;
	margin-top: 2rem;
	margin-bottom: 0;
}
/*voice04　青背景*/
.voice04__ttl{
	padding: 3rem 0;
	margin-top: 3rem;
	color: #FFF;
	font-size: 4.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	font-family: "Gothic MB101 Heavy",sans-serif;
	background: url(../img/bg_effect.jpg) repeat-y;
	background-size: cover;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.voice04__ttl p{
	margin-bottom: 1rem;
font-size: 3rem;
}
.voice04__ttl .bg_blue{
	background-color: #161333;
	padding: 5px 10px 0;
	margin: 0 0.5rem;
}
.voice04__inner{
	padding: 4rem 5rem;
	background: #F0FBFF;
}
.voice04__inner .flex{
	margin-top: 2rem;
}
.voice04__com-box{
	background: #fff;
	border: 1px solid #ccc;
	width: 48%;
	padding: 1.5rem 2rem;
	color: #d71523;
}
.voice04__com-box p{
	background: url("../img/hand-arrow.png") no-repeat left top;
	background-size: 7%;
	border-bottom: 2px solid #ddd;
	margin-bottom: .5rem;
	padding: 0 0 .2rem 3.5rem;
	font-size: 2.7rem;
	font-weight: bold;
}
.voice04__com-box li{
	font-size: 2rem;
	padding-left: 1em;
	text-indent: -1em;
}

/*----------------------------------------------------------------------------------------------
reason
----------------------------------------------------------------------------------------------*/
.reason{
	background: url("../img/reason-bg.png");}
.reason__wrap{
	width: 960px;
	margin: 0 auto;
}
.reason__sub-ttl{
	background: #9f0000;
	position: relative;
	margin-bottom: 2rem;
	padding: 3rem 0;
	font-size: 5rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.reason__sub-ttl::after{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #9f0000 transparent transparent transparent;
	transform: translateX(-50%);
}
.reason__ttl{
	margin-bottom: 2rem;
	font-size: 5.5rem;
	color: #9f0000;
	text-align: center;
	line-height: 1.3;
}
.reason__box{
	background: #fff;
	margin-bottom: 5rem;
	padding: 5rem;
}
.reason__box:last-child{margin-bottom: 0;}
.reason__box-ttl{
	border-bottom: 1px solid #9f0000;
	background: #9f0000;
	margin: 0 0 3rem;
}
.reason-list{
	width: 15%;
	color: #fff;
	font-size: 8rem;

	text-align: center;
}
.reason__box-ttl h3{
	width: 85%;
	color: #9f0000;
	background: #fff;
	margin: 0;
	padding: 2rem 0 1rem 2rem;
	text-align: left;
	font-size: 3.9rem;
	line-height: 1.3;
}
.reason__box .img-right{
	width: 250px;
}

/*----------------------------------------------------------------------------------------------
profile
----------------------------------------------------------------------------------------------*/
.profile-bg{
	background: url("../img/profile-bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}
#profile{
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 4rem 5rem 1rem;
}
#profile .flex{
	margin-top: 2rem;
}
/*----------------------------------------------------------------------------------------------
product
----------------------------------------------------------------------------------------------*/
.product__wrap h3{
	border-top: 3px solid #2B2B2B;
	border-bottom: 3px solid #2B2B2B;
	margin: 2rem 0;
	padding: 1.5rem;
	font-size: 3.5rem;
	text-align: center;
	color: #2B2B2B;
	line-height: 1.3;
}
.product__box ul{
	padding: 2rem 5rem;
}
.product__box{
	background: #fff;
	padding: 40px 4px 50px;
	margin: 0 auto 30px;
	border: 1px solid #7e5107;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 2px #ffffff inset, 0px 0px 0px 4px #7e5107 inset;
}

/*----------------------------------------------------------------------------------------------
tokuten
----------------------------------------------------------------------------------------------*/
.tokuten__box{
	background: #fff;
	border: 8px ridge #b87800;
	margin-bottom: 5rem;
	padding: 4rem 5rem;
	color: #222;
}
.tokuten__ttl{
	margin-bottom: 2rem;
}
.tokuten__box .yellow{
	color: #ba7a00;
}
.tokuten__ttl p{
	margin-bottom: 1rem;
	align-items: center;
	font-size: 5rem;
	text-align: center;
	color: #fff;
	background:#960000;
	background:-moz-linear-gradient(left, #960000 0%, #cf0404 50%, #960000 100%);
	background:-webkit-linear-gradient(left, #960000 0%,#cf0404 50%,#960000 100%);
	background:linear-gradient(to right, #960000 0%,#cf0404 50%,#960000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#960000',GradientType=1);
}
.tokuten__ttl h3{
	font-size: 3.8rem;
	line-height: 1.3;
	text-align: center;
}
.tokuten__ttl02 h3{
	padding-top: 2rem;
	text-align: left;
}
.tokuten__notice{
	margin-top: 2rem;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.8rem;
	line-height: 1.3;
}
.tokuten__inner .img-right{
	width: 250px;
}
.tokuten__inner .flex_2{margin-bottom: 0;}
.tokuten__bullet1{
	width: 390px;
	margin-top: 2rem;
	font-weight: bold;
}
.tokuten__bullet2{
	width: 430px;
	margin-top: 2rem;
	font-weight: bold;
}

.tokuten__bullet1 h4{
	background: #454545;
	padding: .5rem 2rem;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
.tokuten__bullet1 ul{
	height: 220px;
	padding: 1rem 2rem;
	background: #ccc;
	font-size: 1.5rem;
	color: #222;
}
.tokuten__bullet2 h4{
	background: #d71523;
	padding: .5rem 2rem;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
.tokuten__bullet2 ul{
	height: 220px;
	padding: 1rem 2rem;
	background: #ffeded;
	font-size: 1.5rem;
	color: #222;
}

/*----------------------------------------------------------------------------------------------
hoshou
----------------------------------------------------------------------------------------------*/
.hosho .img-left{
	width: 50%;
}
/* 返金保証の流れ */
.hosho_step{
	margin: 2rem 0;
	-webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;
	-webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.hosho_step .step_box{ width:22%; padding: .4rem; font-size:1.8rem; line-height: 1.4; }
.hosho_step h4{ margin-bottom: 1rem; border-bottom: 1px solid #FFD12F; font-size:2rem; font-weight: bold; text-align: center; }
.hosho_step img.arrow{ width:2%; margin: 0; transform: translate(-20%,80%); }

/* 品質保証 */
.hosho2_flow_wrap {width:90%; margin: 15px auto 0; font-size: 70%; }
.hosho2_flow_list {margin: 0 auto;flex: 1;}
.hosho2_flow_list p{padding: 5px 20px;}
.hosho2_flow_center{border-top:1px solid #BFBFBF; margin: 30px 0;padding:15px 0;}
/*----------------------------------------------------------------------------------------------
tsuishin
----------------------------------------------------------------------------------------------*/
#tsuishin{
	padding:5rem;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#3C3C3C;
	background:url(../img/base/bg_tsuishin.jpg);
}
.tsuishin__sub h2{
	margin:0 auto .5em;
	font-size:5rem;
	line-height:1.3;
}
.tsuishin__sub p{
	margin:0 !important;
	border-bottom:4px double;
	font-size:3rem;
	line-height:1.3;
	background-image:none !important;
}
.tsuishin__box{
	width: 960px;
	margin: 0 auto;
	padding:5rem;
	box-shadow:0 3px 10px -2px rgba(0,0,0,.4);
	background:url(../img/base/bg_tsuishin__box.jpg);
}
.tsuishin__box p{
	margin:1em 0 0;
	font-weight:500;
	background-image:linear-gradient(#e5d6b6 1px, transparent 1px);
	background-size:auto 3.7rem;
	background-position:0 -3px;
}
.tsuishin__name{
	position:relative;
	display:block;
	margin:-286px 0 0 auto;
}
#sec-name .img-right{width: 65%;}
/*----------------------------------------------------------------------------------------------
Q&A
----------------------------------------------------------------------------------------------*/
#qa dt {
	color: #d71523;
	font-weight: bold;
	font-size: 2.5rem;
	border-bottom: 2px solid;
}
#qa dd {
	line-height: 1.5;
	font-size: 2rem;
	margin: 2rem 0 3rem 0;
}

/*----------------------------------------------------------------------------------------------
form
----------------------------------------------------------------------------------------------*/
.formWrap{
	width:100%;
	margin:2rem 0 4rem;
}

/* ボタン */
/* 共通 */
input.btn_submit,
input.btn_submit02,
input.btn_submit03{
	cursor:pointer;
	display:block;
	width:700px;
	height:160px;
	margin:auto;
	border:none;
	text-indent:-9999px;
}
input.btn_submit:hover,
input.btn_submit02:hover,
input.btn_submit03:hover{opacity:.8;}

/* 固有 */
input.btn_submit{ background:url(../img/base/btn04.png) no-repeat 0 0; }
input.btn_submit02{ background:url(../img/base/btn01.gif) no-repeat 0 0; }
input.btn_submit03{ background:url(../img/base/btn03.gif) no-repeat 0 0; }

/* 料金 */
.form{ margin:0; }
.price__box{ margin-top:2rem; }
.price__result{
	margin-top:3rem;
	font-weight:bold;
	font-family:Arial, Helvetica, "sans-serif";
}
.price__result_main{
	color:#d00;
	font-size:7rem;
	line-height: 1;
}
.price__result_main img{
	float:left;
	width:120px;
	padding-right:2rem
}
.price__result_sub{
	font-size:6rem;
	text-align:right;
}
.price__notice{
	padding:2rem;
	margin:1rem auto;
	background:#eee;
	box-sizing:border-box;
}
.price__notice p{
	padding-left:1em;
	font-size:2rem;
	text-indent:-1em;
}

/* 特典 */
.product_tokuten{ margin: 2rem auto; border: 2px solid #040000; }
.product_tokuten h3{ background: #040000; color: #fff; font-weight: bold; padding: 5px; text-align: center; font-size: 3rem; line-height: 1.3; }
.product_tokuten img{ margin: 3rem auto; }

/* 価格表 */
.price_table{ width:100%; margin: 2rem auto; border: 2px solid #040000; line-height: 1.4; }
.price_table th{ background: #040000; color: #fff; font-weight: bold; padding: .5rem; }
.price_table tr:nth-child(2n){ background: #f5f5f5; }
.price_table td{ padding: 10px; vertical-align: middle; }
.price_table td:nth-child(odd){ width: 60%; font-size: 1.8rem; }
.price_table td:nth-child(even){ width: 40%; text-align: center; font-size: 2.5rem; border-left: 2px solid #040000; }

/*----------------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------------*/
.form{ width:100%; padding:0; margin:0 auto; }

/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{ background:#ddd; }
.footer_logo img{ max-width:300px; }
.footer_txt{
	padding:0 0 0 2rem;
	font-size:1.1rem;
	text-align:left;
	line-height:1.9;
}
#footer__wrap{
	display:flex;
	width:800px;
	padding:2rem 0;
	margin:0 auto;
	font-size:80%;
	justify-content:center;
}
#footer__wrap li{
	display:inline-block;
	padding:0 1rem 0;
	border-left:1px solid #aaa;
}
#footer__wrap li:first-child{ border:none; padding:0 1em 0 0; }
/*----------------------------------------------------------------------------------------------
scfooter
----------------------------------------------------------------------------------------------*/
#scfooter{
	z-index:1000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	background:rgba(202,202,202,.7);
}
.scfooter_inner{
	display:block;
	width:80%;
	padding:1rem 0;
	margin:auto;
	border-radius:20px;
	text-align:center;
}
.scfooter_inner a{ text-decoration:none; }

.btn_ft{
	position:relative;
	overflow:hidden;
	width:480px;
	border-radius:4px;
}
.btn_ft img{ border-radius:4px; }
.btn_ft a{ text-decoration:none !important; display: block; }

@media screen and (max-width:768px){ .btn_ft{width:75%;} }
@media screen and (max-width:425px){ .btn_ft{width:100%;} }

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{ width:100%; font-size:4.5vw; font-weight: normal;}
	img{ max-width:100%; }
	
	.sp-small{font-size: 90%;}
	.xslarge{ font-size:115%; }
	.xxlarge{ font-size:140%; }
	.xxxlarge{ font-size:140%; }

	/* Float */
	.img-right{ float:none; width:100%; padding:0; }
	.img-left{ float:none; width:100%; padding:0; }
	.img-right img,.img-left img{ width:100%;}
	.img-right img + img:last-child{padding-bottom: 2rem;}
	
	/*画像キャプション*/
	.caption{
		width: 100%;
		padding-bottom: 2rem;
		font-size: 3.5vw;
	}
	.caption + img{margin-top: 0;}
	/*キャプションボックス*/
	.caption-box p{
		padding: 1rem;
		font-size: 3vw;
	}
	.caption-box{padding: 1rem;}
	/*カラーボックス*/
	.blue-box{margin: 1rem 0 2rem;}
	.blue-box h3{padding: .5rem;font-size: 5vw;}
	.blue-box p{padding: 1rem;}
	
	/*flex*/
	.flex{display: block;}
	.flex_2{margin-bottom: 2rem;}
	.flex_3{width: 100%;}
	.flex_3 .caption{width: 90%;margin: 0 auto;}
	.flex_text-box{width: 100%;padding: 1rem;}
	.flex_text-box h3{font-size: 4.5vw;}
	.flex_text-box p{font-size: 3.5vw;}
	
	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }
	
	/*----------------------------------------------------------------------------------------------
	prihead
	----------------------------------------------------------------------------------------------*/
	#prihead{ font-size:4.2vw; }
	#prihead #CDT{
		width:100%;
		font-size:3.6vw;
	}
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:2rem 0; }
	section:first-child{padding-top: 0;}
	.sec__inner{width: 95%;padding-bottom: 0;}
	.bg-black{padding-bottom: 4rem;}
	/*----------------------------------------------------------------------------------------------
	sub-head
	----------------------------------------------------------------------------------------------*/
	.sub-head{
		width:100%;
		padding: 1rem 0 0;
		margin:0 auto 1.5rem;
		font-size:7vw;
	}
	.sub-head04 .large{font-size: 110%;}
	.sub-head05{width: 95%;margin-bottom: 0; font-size: 6vw;}
	.sub-head05 + .sub-head{padding-top: 1rem;}
	.slash-hukidashi{line-height: 1.3; font-size: 5vw;}
	.slash-hukidashi::before{
		transform: scale(0.5);
		left: 0;
		bottom: 0;}
	.slash-hukidashi::after{
		transform: scale(0.5);
		right: 0;
		bottom: 0;}
	.slash-hukidashi2{line-height: 1.3; font-size: 5vw;}
	.slash-hukidashi2::before{
		transform: scale(0.8);
		left: 0;
		bottom: -400px;}
	.slash-hukidashi2::after{
		transform: scale(0.8);
		right: 0;
		bottom: -400px;}
	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding:.5rem 0; font-size:4.5vw; line-height:1.2; }
	.timer01 .timer_num { font-size:130%; }
	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	header{ background:url(../img/hirota_opt_header_b_00.png) center bottom; }
	.header__bottom{
		width:113px;
		height:30px;
		margin:0 auto -1.5rem;
		background:url(../img/base/arrow_header_red.png) center top;
	}
	/* プリヘッド */
	#header__pri img{ width:95%; padding:.7rem 0; margin:auto; }
	/* 通常ヘッドライン */
	#header__img{ width:100%; background:none;}
	#header__img .mv{ width:100%; }
	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	/* 共有 */
	ul.check1,
	ul.check2,
	ul.check3,
	ul.check4{ font-size:5vw; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li{ background-size:8%; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li,
	ul.check4 li{ padding:1.2rem 0 1.2rem 4rem; }

	/* 固有 */
	ul.check1 li{ background-position:0 1.4rem; }
	ul.check2 li{ background-position:0 1.8rem; }
	ul.check3 li{ background-position:0 1.4rem; }
	ul.check4 li{ font-size:4.5vw; background-position:0 2vw; }

	/* 共有 */
	ul.bullet1 li,
	ul.bullet2 li{
		font-size:5vw;
		background-size:8%;
	}
	/* 固有 */
	ul.bullet1 li{ padding:1.2rem 0 1.2rem 4rem; background-position:0 1.4rem; }
	ul.bullet1 img{ margin:1rem auto; }
	ul.bullet2{ border-width:6px; }
	ul.bullet2 li{ padding:1.2rem 1.2rem 1.2rem 4rem; background-position:1rem 1.4rem; }
	/*----------------------------------------------------------------------------------------------
	effect
	----------------------------------------------------------------------------------------------*/
	.effect__wrap{
		padding: 4rem 0 2rem;
	}
	.effect__box{
		width: 95%;
		margin-bottom: 2rem;
		padding: 2.5rem 1rem;
	}
	.effect__ttl{
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
	}
	.effect__ttl p{
		padding: .5rem 1rem;
		font-size: 5vw;
		line-height: 1.3;
	}
	.effect__ttl h3{
		font-size: 5.5vw;
	}
	/*----------------------------------------------------------------------------------------------
	before-after
	----------------------------------------------------------------------------------------------*/
	.be-af__wrap{margin-bottom: 2rem; padding: 1.5rem 1rem;}
	.be-af__wrap h3{
		border-bottom: 2px solid #212121;
		padding-top: 2rem;
		padding-bottom: .5rem;
		font-size: 5.5vw;
		line-height: 1.3;
	}
	.be-af__wrap h3::before{top:15%;}
	.be-af__wrap .flex_2:first-child{margin-bottom: 1.5rem;}
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice01 .flex .flex_2:nth-last-child(2){margin-bottom: 2rem;}
	/*赤見出し*/
	.voice02__wrap{margin-bottom: 2rem;}
	.voice02__ttl{font-size: 7vw;}
	.voice02__inner{padding: 1rem 1rem 2rem;}
	.voice02__inner h3{padding-bottom: 1rem; font-size: 5vw;}
	.voice02__inner .img-left{width: 60%;margin-bottom: 1rem;}
	.voice02__name{width: 100%;font-size: 4.5vw;}
	.img-left .voice02__name{margin-top: 1rem;}
	.voice02__inner .flex_3 .caption{padding-bottom: 1.5rem;}
	.voice02__inner .flex_3:last-child .caption{padding-bottom: 0;}

	/*赤吹き出し*/
	.voice03__wrap{margin-top: 3rem;}
	.voice03__box{margin-bottom: 2rem;}
	.voice03__ttl{padding: 1.5rem 0; font-size: 5.8vw;}
	.voice03__inner{padding: 2rem 1rem;}
	.voice03__inner .img-left{width: 60%; margin: 0 auto; padding-top: 1rem;}
	.voice03__inner .img-right{width: 100%;}
	.voice03__name{padding-top: 1.5rem; font-size: 5vw;}
	.voice03__inner h4{font-size: 5vw;line-height: 1.3;}
	.voice03__inner .flex_2{width: 100%;}
	.voice03__inner .flex:last-child .caption{padding-bottom: 0;}
	
	/*青の客声*/
	.voice04__ttl{padding: 1.5rem 0; font-size: 5.5vw;}
	.voice04__ttl p{font-size: 4vw;}
	.voice04__inner{padding: 2rem 1rem;}
	.voice04__inner .img-left{width: 60%;}
	.voice04__ttl .bg_blue {display: inline-block;margin: 0 0.5rem 0.3rem;padding-bottom: 0.5rem;}
	.voice04__com-box{width: 100%;}
	.voice04__com-box p{font-size: 5vw;}
	.voice04__com-box ul li{ font-size: 3.8vw;}
	/*----------------------------------------------------------------------------------------------
	reason
	----------------------------------------------------------------------------------------------*/
	.reason{padding-top: 2rem;}
	.reason__wrap{width: 100%;}
	.reason__sub-ttl{padding: 1rem 0; font-size: 5vw;}
	.reason__wrap{padding-bottom: 0;}
	.reason__ttl{margin-bottom: 1rem; padding-top: 1rem; font-size: 5.5vw;}
	.reason__box{margin-bottom: 2rem; padding: 2rem 1rem;}
	.reason-list{width: 100%;font-size: 7vw;}
	.reason__box-ttl h3{width: 100%; padding: 1rem; font-size: 6vw;text-align: center;}
	.reason__box .img-right{width: 100%;}
	/*----------------------------------------------------------------------------------------------
	profile
	----------------------------------------------------------------------------------------------*/
	#profile{width: 95%;padding: 1rem;}
	/*----------------------------------------------------------------------------------------------
	product
	----------------------------------------------------------------------------------------------*/
	.product__wrap h3{font-size: 5vw;}
	.product__box{padding: 1rem 4px;}
	.product__box ul{padding: 0 2rem;}
	.product__box ul li p{display: none;}
	/*----------------------------------------------------------------------------------------------
	tokuten
	----------------------------------------------------------------------------------------------*/
	.tokuten__box{margin-bottom: 2rem; padding: 1rem;}
	.tokuten__ttl p{font-size: 7vw;}
	.tokuten__ttl h3{font-size: 5.5vw;}
	.tokuten__ttl02 h3{text-align: center;}
	.tokuten__notice{font-size: 3.5vw;}
	.tokuten__bullet1,.tokuten__bullet2{width: 100%;}
	.tokuten__bullet1 h4,.tokuten__bullet2 h4{font-size: 6vw;}
	.tokuten__bullet1 ul,.tokuten__bullet2 ul{height: auto;padding: 1rem;}
	.tokuten__bullet1 ul li,.tokuten__bullet2 ul li{text-indent: -1em;padding-left: 1em;}
	/*----------------------------------------------------------------------------------------------
	hoshou
	----------------------------------------------------------------------------------------------*/
	/* 返金保証 */
	.hosho .img-left{width: 100%;margin-bottom: 1.5rem;}
	/* 返金保証の流れ */
	.hosho_step{ display: block; margin: 1rem 0; }
	.hosho_step .step_box{ width:100%; padding: 0; font-size:4vw; }
	.hosho_step h4{ font-size:5.4vw; }
	.hosho_step img{ margin-bottom: 1rem; }
	.hosho_step img.arrow{ width:6%; margin: -6vmin auto; transform: rotate(90deg); }
	/* 品質保証 */
	.hosho2_flow_wrap {display:block;width:100%; margin: 0 auto 15px; font-size: 4.5vw; }
	.hosho2_flow_list {width:100%;}
	.hosho2_flow_list img {width:80%; margin: 0 auto;flex: 1;}
	.hosho2_flow_list p{width:95%;padding: 5px 0; text-align: center; margin: 0 0 15px;}
	.hosho2_flow_center{border-top:1px solid #BFBFBF; margin: 30px 0;padding:15px 0;}
	#sec-name .img-right{width: 85%;float: right;}
	/*----------------------------------------------------------------------------------------------
	tsuishin
	----------------------------------------------------------------------------------------------*/
	#tsuishin{ padding:1rem; }
	.tsuishin__sub h2{ font-size:8vw; }
	.tsuishin__sub p{ font-size:5.2vw; }
	.tsuishin__box{ width: 100%; padding:2rem; }
	.tsuishin__box p{font-size:4.5vw;background-size:auto 8vw;background-position: 0 3px;}
	.tsuishin__name{ width: 80%; margin:0 auto; }
	/*----------------------------------------------------------------------------------------------
	form
	----------------------------------------------------------------------------------------------*/
	.formWrap{ margin:2rem 0;}
	/* ボタン */
	input.btn_submit,
	input.btn_submit02,
	input.btn_submit03{
		width:100%;
		height:23vw;
		padding:0;
		background-size:100%;
	}
	/* 料金 */
	.price__result_main{ font-size: 7.5vw; }
	.price__result_main img{
		width:14vw;
		padding-right:1.4rem
	}
	.price__result_sub{ font-size:5.8vw; }
	.price__notice{ padding:1rem; }
	.price__notice p{ font-size:3.8vw; }
	/* 特典 */
	.product_tokuten{ margin: 2rem auto; border: 2px solid #040000; }
	.product_tokuten h3{ font-size:5vw; }
	.product_tokuten .flex{ padding: 1rem; }
	.product_tokuten img{ width:95%; margin: .5rem auto; }
	/* 価格表 */
	.price_table{ border-width: 1px; box-sizing: border-box; }
	.price_table td{ padding: .6rem; font-size: 4.2vw; }
	.price_table td:nth-child(odd){ font-size: 4.2vw; }
	.price_table td:nth-child(even){ border-width: 1px; font-size:4.2vw; }
	
	/*----------------------------------------------------------------------------------------------
	Q&A
	----------------------------------------------------------------------------------------------*/
	#qa .sub-head {width: 95%;}
	#qa dt{font-size: 5vw;line-height: 1.3;}
	#qa dd{margin-top: 1rem; font-size: 4vw;}
	/*----------------------------------------------------------------------------------------------
	frame
	----------------------------------------------------------------------------------------------*/
	.frame01,.frame02,.frame03,.frame04{
		width:90%;
		padding:2rem;
		margin:2rem auto;
		background-size:100%;
	}
	/*----------------------------------------------------------------------------------------------
	footer
	----------------------------------------------------------------------------------------------*/
	.footer_logo img{ display:block; }
	.footer_txt{ padding:1rem; }
	#footer__wrap{
		display:block;
		width:100%;
	}
	/*----------------------------------------------------------------------------------------------
	scfooter
	----------------------------------------------------------------------------------------------*/
	.scfooter_inner{ width:100%; }
}