@charset "UTF-8";
/* css [style] */

@import url("https://use.fontawesome.com/releases/v7.2.0/css/all.css");
@import url("font-awesome/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');
@import url("form.css");

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #3d3e3f;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.7;
	/* font-weight: Helvetica Neue（欧文フォント）*/
	/* 200	Ultra Light	極細 */
	/* 300	Light	細め */
	/* 400（または normal）	Regular / Roman	標準（本文用） */
	/* 500	Medium	やや太め */
	/* 700（または bold）	Bold	太字 */
	/* 900	Black / Heavy */
}
img {
	display: block;
}
a {
	color: #1693d3;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
a:hover {
	color: #1232aa;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
.page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #9d9e9f;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition:
		opacity 0.3s,
		visibility 0.3s,
		transform 0.3s;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}
.page-top i {
	font-size: 130%;
	font-weight: 900;
	display: block;
}
.page-top.is-show {/* 表示時 */
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.page-top:hover {/* hover */
	background-color: #1232aa;
	color: #fff;
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
/*== Waku ==*/
.wrapper1 {
	padding: 0;
	margin: 0 auto;
	width: 96%;
	height: auto;
	position: relative;
}
.wrapper2 {
	padding: 0;
	margin: 0 auto;
	width: 96%;
	max-width: 1080px;
	height: auto;
	position: relative;
}
.wrapper3 {
	padding: 0;
	margin: 0 auto;
	width: 96%;
	max-width: 1080px;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
#maincontainer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== BG ==*/
.bg_beehive {
	background: URL("../img/bg_beehive.png") 0 0 repeat;
}
.bg_glay {
	background-color: #f4f5f7;
}

/*== Color ==*/
.blue {
	color: #1693d3;
}


/*  PC  */
/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
/*== Waku ==*/
#headerArea {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}
#headerArea .wrapper1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*== Logo ==*/
#headerArea #header-logo a {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 54px;
	display: block;
}
#headerArea #header-logo a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
#headerArea #header-logo a img {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Button ==*/
#headerArea .header-btn {
	margin: 0;
	padding: 12px 45px 12px 35px;
	background-color: #0096df;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	display: inline-block;
	position: relative;
}
#headerArea .header-btn:hover {
	background-color: #1232aa;
	border-radius: 4px;
}
#headerArea .header-btn:after {
	padding: 0;
	margin: 3px 0 0 0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	color: rgba(255, 255, 255, .85);
	position: absolute;
	right: 1em;
	vertical-align: middle;
}
#headerArea .header-btn i {
	padding: 0;
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 108%;
	font-weight: 900;
	font-style: normal;
	display: inline-block;
}

/*---------------------------------------------------- */
/* FV（メイン画像） */
/*---------------------------------------------------- */
/*== Waku ==*/
#fvArea {
	padding: 0 0 80px 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
}
#fvArea .slider {
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#fvArea figure {
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 670px;
	position: relative;
	overflow: hidden;
}
#fvArea .mainbanner_01 {
	background: url(../img/bg_fv.png) center bottom no-repeat;
	background-size: cover;
}

/*== Box ==*/
#fvArea figure figcaption {
	padding: 0;
	margin: 0;
	width: 50%;
	height: auto;
	float: left;
}
#fvArea figure .priceArea {
	padding: 0;
	margin: 0 6% 0 0;
	width: 34%;
	min-height: 700px;
	float: right;
	position: relative;
}

/*== obi-banner ==*/
#fvArea figure figcaption .obi-banner {
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
	background: #f4c400;
	height: 120px;
	overflow: hidden;
	
	/* 右側の斜めカット */
	clip-path: polygon(
		0 0,
		100% 0,
		92% 100%,
		0 100%
	);

}
.obi-inner {/* 中身 */
	display: flex;
	align-items: center;
	gap: 18px;
	height: 100%;
	padding-left: 40px;
	padding-right: 70px;
	position: relative;
	z-index: 2;
}
.obi-icon {/* アイコン */
	padding: 0;
	margin: 0;
	width: 47px;
	height: 62px;
	flex-shrink: 0;
}
.obi-icon img {
	width: 100%;
	height: 100%;
}
.obi-text {/* テキスト */
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
}


.kiyaku {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
	}


/*== h1 ==*/
#fvArea figure figcaption h1 {
	padding: 0;
	margin: 0 0 25px 50px;
	color: #1d1e1f;
	font-size: 95px;
	font-weight: 900;
	line-height: 1.1;
}

/*== P ==*/
#fvArea figure figcaption .fv-desc {
	padding: 0;
	margin: 0 0 40px 60px;
	color: #2d2e2f;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
#fvArea figure figcaption .fv-catch {
	padding: 22px 0 18px 0;
	margin: 0 auto 40px auto;
	width: 70%;
	min-width: 500px;
	border: solid 2px #dcdcdc;
	border-radius: 10px;
	background-color: #fff;
	color: #2d2e2f;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
}

/*== Button ==*/
#fvArea figure figcaption .cta-btn {
	padding: 25px 0 25px 0;
	margin: 0 auto;
	width: 50%;
	min-width: 420px;
	background-color: #0096df;
	border-radius: 8px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	display: block;
	position: relative;
}
#fvArea figure figcaption .cta-btn:hover {
	background-color: #1232aa;
	border-radius: 8px;
}
#fvArea figure figcaption .cta-btn:after {
	padding: 0;
	margin: 4px 0 0 0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	color: rgba(255, 255, 255, .85);
	position: absolute;
	right: 1.2em;
	vertical-align: middle;
}
#fvArea figure figcaption .cta-btn i {
	padding: 0;
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 108%;
	font-weight: 900;
	font-style: normal;
	display: inline-block;
}

/*== Price ==*/
#fvArea figure .priceArea .waku_price {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border: solid 1px #fdc604;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
.waku_price h2 {
	padding: 12px 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
	background-color: #fdc604;
	color: #2d2e2f;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}
.waku_price .price-box {
	padding: 25px 25px;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_price .price-box .price-text {
	padding: 0;
	margin: 0 0 16px 0;
	color: #3d3e3f;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
}
.waku_price .price-box p {
	padding: 0;
	margin: 0;
	color: #e91b27;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}
.waku_price .price-box p em {
	margin-right: 3px;
	font-size: 168%;
	font-weight: 900;
	font-style: normal;
}
.waku_price .price-box p small {
	margin-left: 5px;
	font-size: 52%;
	font-weight: 600;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h2 ==*/
.headtitle {
	padding: 0 0 40px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.headtitle h2 {
	padding: 0;
	margin: 0 0 23px 0;
	color: #1d1e1f;
	font-size: 38px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	position: relative;
	display: inline-block;
}
.headtitle h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 240px;
	height: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ecc02b;
	border-radius: 4px;
}
.headtitle h2 small {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-size: 65%;
	font-style: normal;
	font-weight: 600;
}

/*== h3 ==*/
.headline {
	padding: 0 0 30px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.headline h3 {
	padding: 0 0 0 42px;
	margin: 0;
	color: #2d2e2f;
	font-size: 34px;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	position: relative;
}
.headline h3::before,
.headline h3::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #ecc02b;
    content: '';
}
.headline h3::before {
    top: calc(50% - 5px);
    left: 0;
}
.headline h3::after {
    top: calc(50% + 5px);
    left: 8px;
}

/*---------------------------------------------------- */
/* Feature（特徴） */
/*---------------------------------------------------- */
/*== Section ==*/
#featureArea {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== Waku ==*/
.waku_feature {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.waku_feature .featurebox {
	padding: 0;
	margin: 0 5% 0 0;
	width: 29.2%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_feature .featurebox:last-child {
	padding: 0;
	margin: 0 0 0 0;
	width: 29.2%;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== icon ==*/
.waku_feature .featurebox figure {
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.waku_feature .featurebox figure i {
	padding: 0;
	margin: 0;
	color: #f4b907;
	font-size: 80px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}

/*== Detail ==*/
.waku_feature .featurebox .detail {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.waku_feature .featurebox .detail h3 {
	padding: 0;
	margin: 0 0 18px 0;
	color: #2d2e2f;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}
.waku_feature .featurebox .detail p {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* Flow（流れ） */
/*---------------------------------------------------- */
/*== Section ==*/
#flowArea {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== Waku ==*/
.waku_flow {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.waku_flow .flowbox {
	padding: 0 0 35px 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.waku_flow .flowbox:last-child {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.waku_flow .flowbox:after {
	padding: 0;
	margin: 0;
	width: 2px;
	height: 100%;
	content: "";
	background-color: #ecc02b;
	position: absolute;
	left: 69px;
	top: 60px;
}
.waku_flow .flowbox:last-child:after {
	padding: 0;
	margin: 0;
	display: none;
}

/*== Step ==*/
.waku_flow .flowbox .step {
	padding: 15px 0;
	margin: 0;
	width: 140px;
	height: auto;
	background-color: #ecc02b;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
	float: left;
}
.waku_flow .flowbox .step em {
	margin-left: 3px;
	font-size: 158%;
	font-weight: 700;
	font-style: normal;
}

/*== Detail ==*/
.waku_flow .flowbox .detail {
	padding: 0;
	margin: 15px 0 0 30px;
	width: calc(60% - 170px);
	height: auto;
	float: left;
}
.waku_flow .flowbox .detail h3 {
	padding: 0;
	margin: 0 0 18px 0;
	color: #2d2e2f;
	font-size: 34px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
}
.waku_flow .flowbox .detail p {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	line-height: 1.5;
}

/*== img ==*/
.waku_flow .flowbox figure {
	padding: 0;
	margin: 0;
	width: calc(40% - 40px);
	height: auto;
	float: right;
}
.waku_flow .flowbox figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}
.waku_flow .flowbox .detail .photo_flow {
	padding: 0;
	margin: 0;
	display: none;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Section ==*/
#contactArea {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.bg_contact {
	padding: 80px 80px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.contactbox {
	padding: 0;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.contactbox:last-child {
	padding: 0;
	padding-bottom: 0;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
/*== Section ==*/
#footerArea {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== Coup ==*/
#footer_coup {
	padding: 40px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #ecc02b;
}
#footer_coup .coupArea {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#footer_coup .coupArea #footer-logo a {
	margin: 0 0 20px 0;
	padding: 0;
	width: 160px;
	height: 44px;
	display: block;
}
#footer_coup .coupArea #footer-logo a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}
#footer_coup .coupArea #footer-logo a img {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
}
#footer_coup .coupArea h2 {
	padding: 0;
	margin: 0 0 15px 0;
	color: #2d2e2f;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	line-height: 1.0;
}
#footer_coup .coupArea p {
	padding: 0;
	margin: 0 auto;
	width: 96%;
	color: #6d6e6f;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 1.5;
}
#footer_coup .coupArea p em {
	color: #4d4e4f;
	font-size: 108%;
	font-style: normal;
	font-weight: 700;
}
#footer_coup .coupArea p a, #footer_coup .coupArea p a:hover {
	font-weight: 600;
	text-decoration: underline;
}

/*== Bottom ==*/
#footer_bottom {
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*== Stocks ==*/
#footer_bottom .stocks {
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 70%;
	height: auto;
}
#footer_bottom .stocks article {
	padding: 22px 25px;
	margin: 0;
	width: 100%;
	height: auto;
	border: solid 1px #dcdcdc;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_bottom .stocks article figure {
	padding: 0;
	margin: 0;
	width: 48px;
	height: auto;
}
#footer_bottom .stocks article figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}
#footer_bottom .stocks article p {
	padding: 0;
	margin: 0;
	width: calc(100% - 58px);
	color: #5d5e5f;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 1.3;
}

/*== SNS ==*/
#footer_bottom .snsArea {
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#footer_bottom .snsArea .waku_sns {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
#footer_bottom .snsArea .waku_sns a.icon_X, 
#footer_bottom .snsArea .waku_sns a.icon_Facebook, 
#footer_bottom .snsArea .waku_sns a.icon_LINE {
	padding: 0;
	margin: 0 10px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
#footer_bottom .snsArea .waku_sns a i {
	padding: 0;
	margin: 0;
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}
#footer_bottom .snsArea .waku_sns a.icon_X i {
	color: #000;
}
#footer_bottom .snsArea .waku_sns a.icon_Facebook i {
	color: #1877f2;
}
#footer_bottom .snsArea .waku_sns a.icon_LINE i {
	color: #3aae36;
}
#footer_bottom .snsArea .waku_sns a.icon_X:hover, 
#footer_bottom .snsArea .waku_sns a.icon_Facebook:hover, 
#footer_bottom .snsArea .waku_sns a.icon_LINE:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*== Copyright ==*/
#footer_bottom .copyright {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#footer_bottom .copyright p {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}


/* ==================================================================
   レスポンシブ
================================================================== */

/*  PC  */
@media only screen and (max-width: 1280px) and (min-width: 961px) {
/*---------------------------------------------------- */
/* FV（メイン画像） */
/*---------------------------------------------------- */
/*== Waku ==*/
#fvArea {
	padding-bottom: 60px;
}
#fvArea figure {
	min-height: 640px;
}
#fvArea .mainbanner_01 {
	background: url(../img/bg_fv.png) center bottom no-repeat;
	background-size: cover;
}

/*== Box ==*/
#fvArea figure figcaption {
	width: 56%;
}
#fvArea figure .priceArea {
	padding: 0;
	margin: 0 4% 0 0;
	width: 36%;
	min-height: 650px;
}

/*== obi-banner ==*/
#fvArea figure figcaption .obi-banner {
	margin-bottom: 18px;
	height: 100px;
	
	/* 右側の斜めカット */
	clip-path: polygon(
		0 0,
		100% 0,
		92% 100%,
		0 100%
	);

}
.obi-inner {/* 中身 */
	gap: 17px;
	padding-left: 30px;
	padding-right: 60px;
}
.obi-icon {/* アイコン */
	width: 44px;
	height: 58px;
}
.obi-text {/* テキスト */
	font-size: 22px;
}

/*== h1 ==*/
#fvArea figure figcaption h1 {
	margin: 0 0 20px 40px;
	font-size: 80px;
}

/*== P ==*/
#fvArea figure figcaption .fv-desc {
	margin: 0 0 35px 50px;
	font-size: 20px;
}
#fvArea figure figcaption .fv-catch {
	padding: 18px 0 16px 0;
	margin-bottom: 35px;
	width: 86%;
	min-width: auto;
	font-size: 40px;
}

/*== Button ==*/
#fvArea figure figcaption .cta-btn {
	padding: 22px 0;
	width: 70%;
	min-width: auto;
	font-size: 24px;
}
#fvArea figure figcaption .cta-btn:after {
	margin-top: 5px;
	font-size: 14px;
	right: 1.1em;
}
#fvArea figure figcaption .cta-btn i {
	margin-right: 6px;
}

/*== Price ==*/
#fvArea figure .priceArea .waku_price {
	position: absolute;
	bottom: 0;
}
.waku_price h2 {
	padding: 11px 0;
	font-size: 20px;
}
.waku_price .price-box {
	padding: 22px 22px;
}
.waku_price .price-box .price-text {
	margin-bottom: 13px;
	font-size: 20px;
}
.waku_price .price-box p {
	font-size: 36px;
}


}


@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}
.only_sp {
	display: none;
	visibility: hidden;
}
.only_tabsp {
	display: none;
	visibility: hidden;
}


}

/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 770px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}
.only_sp {
	display: none;
	visibility: hidden;
}
.only_pcsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
.page-top {
	right: 15px;
	bottom: 15px;
	width: 56px;
	height: 56px;
	transform: translateY(15px);
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
/*== Waku ==*/
.wrapper1 {
	width: 96%;
}
.wrapper2 {
	width: 96%;
}
.wrapper3 {
	width: 100%;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
/*== Waku ==*/
#headerArea {
	padding: 18px 0;
}

/*== Logo ==*/
#headerArea #header-logo a {
	width: 213px;
	height: 48px;
}

/*== Button ==*/
#headerArea .header-btn {
	padding: 11px 35px 11px 30px;
	font-size: 16px;
}
#headerArea .header-btn:after {
	margin: 2px 0 0 0;
	font-size: 10px;
	right: 1em;
}
#headerArea .header-btn i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* FV（メイン画像） */
/*---------------------------------------------------- */
/*== Waku ==*/
#fvArea {
	padding-bottom: 40px;
}
#fvArea figure {
	min-height: 550px;
}
#fvArea .mainbanner_01 {
	background: url(../img/bg_fv.png) center bottom no-repeat;
	background-size: cover;
}

/*== Box ==*/
#fvArea figure figcaption {
	width: 56%;
}
#fvArea figure .priceArea {
	padding: 0;
	margin: 0 3% 0 0;
	width: 38%;
	min-height: 550px;
}

/*== obi-banner ==*/
#fvArea figure figcaption .obi-banner {
	margin-bottom: 25px;
	height: 85px;
	
	/* 右側の斜めカット */
	clip-path: polygon(
		0 0,
		100% 0,
		92% 100%,
		0 100%
	);

}
.obi-inner {/* 中身 */
	gap: 16px;
	padding-left: 25px;
	padding-right: 40px;
}
.obi-icon {/* アイコン */
	width: 40px;
	height: 53px;
}
.obi-text {/* テキスト */
	font-size: 18px;
}

/*== h1 ==*/
#fvArea figure figcaption h1 {
	margin: 0 0 18px 30px;
	font-size: 65px;
}

/*== P ==*/
#fvArea figure figcaption .fv-desc {
	margin: 0 0 20px 35px;
	font-size: 18px;
}
#fvArea figure figcaption .fv-catch {
	padding: 15px 20px;
	margin-bottom: 35px;
	width: 86%;
	min-width: auto;
	font-size: 34px;
}

/*== Button ==*/
#fvArea figure figcaption .cta-btn {
	padding: 20px 0;
	width: 74%;
	min-width: auto;
	font-size: 20px;
}
#fvArea figure figcaption .cta-btn:after {
	margin-top: 3px;
	font-size: 13px;
	right: 1.1em;
}
#fvArea figure figcaption .cta-btn i {
	margin-right: 5px;
}

/*== Price ==*/
#fvArea figure .priceArea .waku_price {
	position: absolute;
	bottom: 0;
}
.waku_price h2 {
	padding: 11px 0;
	font-size: 18px;
}
.waku_price .price-box {
	padding: 18px 20px;
}
.waku_price .price-box .price-text {
	margin-bottom: 10px;
	font-size: 18px;
}
.waku_price .price-box p {
	font-size: 28px;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h2 ==*/
.headtitle {
	padding-bottom: 35px;
}
.headtitle h2 {
	margin-bottom: 18px;
	font-size: 30px;
}
.headtitle h2:before {
	bottom: -10px;
	width: 200px;
	height: 6px;
}

/*== h3 ==*/
.headline {
	padding-bottom: 25px;
}
.headline h3 {
	padding-left: 38px;
	font-size: 26px;
}
.headline h3::before,
.headline h3::after {
    width: 16px;
    height: 16px;
}
.headline h3::before {
    top: calc(50% - 4px);
    left: 0;
}
.headline h3::after {
    top: calc(50% + 4px);
    left: 6px;
}

/*---------------------------------------------------- */
/* Feature（特徴） */
/*---------------------------------------------------- */
/*== Section ==*/
#featureArea {
	padding: 60px 0;
}

/*== Waku ==*/
.waku_feature {
	width: 96%;
}
.waku_feature .featurebox {
	padding: 0;
	margin: 0 4% 0 0;
	width: 30.0%;
}
.waku_feature .featurebox:last-child {
	padding: 0;
	margin: 0 0 0 0;
	width: 30.0%;
}

/*== icon ==*/
.waku_feature .featurebox figure {
	padding: 0 0 20px 0;
}
.waku_feature .featurebox figure i {
	font-size: 65px;
}

/*== Detail ==*/
.waku_feature .featurebox .detail h3 {
	margin-bottom: 15px;
	font-size: 27px;
}
.waku_feature .featurebox .detail p {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Flow（流れ） */
/*---------------------------------------------------- */
/*== Section ==*/
#flowArea {
	padding: 60px 0;
}

/*== Waku ==*/
.waku_flow {
	width: 96%;
}
.waku_flow .flowbox {
	padding-bottom: 30px;
}
.waku_flow .flowbox:last-child {
	padding-bottom: 0;
}
.waku_flow .flowbox:after {
	left: 59px;
	top: 50px;
}

/*== Step ==*/
.waku_flow .flowbox .step {
	padding: 12px 0;
	width: 120px;
	font-size: 17px;
	float: left;
}

/*== Detail ==*/
.waku_flow .flowbox .detail {
	margin: 12px 0 0 30px;
	width: calc(100% - 150px);
	float: left;
}
.waku_flow .flowbox .detail h3 {
	margin-bottom: 15px;
	font-size: 27px;
}
.waku_flow .flowbox .detail p {
	font-size: 17px;
}

/*== img ==*/
.waku_flow .flowbox figure {
	display: none;
}
.waku_flow .flowbox .detail .photo_flow {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	height: auto;
	display: block;
}
.waku_flow .flowbox .detail .photo_flow img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Section ==*/
#contactArea {
	padding: 60px 60px;
}
.bg_contact {
	padding: 60px 60px;
}
.contactbox {
	padding-bottom: 40px;
}
.contactbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
/*== Coup ==*/
#footer_coup {
	padding: 30px 0;
}
#footer_coup .coupArea {
	width: 96%;
}
#footer_coup .coupArea #footer-logo a {
	margin-bottom: 16px;
	width: 145px;
	height: 40px;
}
#footer_coup .coupArea h2 {
	margin-bottom: 12px;
	font-size: 18px;
}
#footer_coup .coupArea p {
	font-size: 16px;
}

/*== Bottom ==*/
#footer_bottom {
	padding: 45px 0;
}

/*== Stocks ==*/
#footer_bottom .stocks {
	padding-bottom: 20px;
	width: 80%;
}
#footer_bottom .stocks article {
	padding: 20px 22px;
}
#footer_bottom .stocks article figure {
	width: 44px;
}
#footer_bottom .stocks article p {
	width: calc(100% - 54px);
	font-size: 14px;
}

/*== SNS ==*/
#footer_bottom .snsArea {
	padding-bottom: 12px;
	width: 96%;
}
#footer_bottom .snsArea .waku_sns a.icon_X, 
#footer_bottom .snsArea .waku_sns a.icon_Facebook, 
#footer_bottom .snsArea .waku_sns a.icon_LINE {
	padding: 0;
	margin: 0 6px;
}
#footer_bottom .snsArea .waku_sns a i {
	font-size: 45px;
}

/*== Copyright ==*/
#footer_bottom .copyright {
	width: 96%;
}
#footer_bottom .copyright p {
	font-size: 13px;
}

	
}


/* SP */
@media screen and (max-width:769px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}
.only_tab {
	display: none;
	visibility: hidden;
}
.only_pctab {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
.page-top {
	right: 10px;
	bottom: 15px;
	width: 46px;
	height: 46px;
	transform: translateY(10px);
	font-size: 12px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
/*== Waku ==*/
.wrapper1 {
	width: 96%;
}
.wrapper2 {
	width: 96%;
}
.wrapper3 {
	width: 100%;
}

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
/*== Waku ==*/
#headerArea {
	padding: 16px 0;
}

/*== Logo ==*/
#headerArea #header-logo a {
	width: 178px;
	height: 40px;
}

/*== Button ==*/
#headerArea .header-btn {
	padding: 10px 25px 10px 20px;
	font-size: 14px;
}
#headerArea .header-btn:after {
	margin: 3px 0 0 0;
	font-size: 8px;
	right: 1em;
}
#headerArea .header-btn i {
	margin-right: 4px;
}

/*---------------------------------------------------- */
/* FV（メイン画像） */
/*---------------------------------------------------- */
/*== Waku ==*/
#fvArea {
	padding-bottom: 25px;
}
#fvArea figure {
	min-height: 400px;
}
#fvArea .mainbanner_01 {
	background: url(../img/bg_fv.png) center bottom no-repeat;
	background-size: cover;
}

/*== Box ==*/
#fvArea figure figcaption {
	margin-bottom: 45px;
	width: 100%;
	float: none;
	display: block;
}
#fvArea figure .priceArea {
	padding: 0;
	margin: 0 0 0 10%;
	width: 80%;
	height: auto;
	min-height: auto;
	float: none;
	display: block;
}

/*== obi-banner ==*/
#fvArea figure figcaption .obi-banner {
	margin-bottom: 15px;
	width: 90%;
	height: 65px;
	
	/* 右側の斜めカット */
	clip-path: polygon(
		0 0,
		100% 0,
		92% 100%,
		0 100%
	);

}
.obi-inner {/* 中身 */
	gap: 14px;
	padding-left: 15px;
	padding-right: 20px;
}
.obi-icon {/* アイコン */
	width: 35px;
	height: 46px;
}
.obi-text {/* テキスト */
	font-size: 16px;
}

/*== h1 ==*/
#fvArea figure figcaption h1 {
	margin: 0 auto 15px auto;
	width: 90%;
	font-size: 48px;
}

/*== P ==*/
#fvArea figure figcaption .fv-desc {
	margin: 0 auto 15px auto;
	width: 90%;
	font-size: 16px;
}
#fvArea figure figcaption .fv-catch {
	padding: 12px 0;
	margin: 0 0 35px 5%;
	width: 46%;
	min-width: auto;
	font-size: 22px;
}

/*== Button ==*/
#fvArea figure figcaption .cta-btn {
	padding: 16px 0;
	margin: 0 auto 0 auto;
	width: 66%;
	min-width: auto;
	font-size: 16px;
}
#fvArea figure figcaption .cta-btn:after {
	margin-top: 3px;
	font-size: 12px;
	right: 1.1em;
}
#fvArea figure figcaption .cta-btn i {
	margin-right: 4px;
}

/*== Price ==*/
#fvArea figure .priceArea .waku_price {
	position: relative;
}
.waku_price h2 {
	padding: 10px 0;
	font-size: 16px;
}
.waku_price .price-box {
	padding: 16px 16px;
}
.waku_price .price-box .price-text {
	margin-bottom: 6px;
	font-size: 16px;
}
.waku_price .price-box p {
	font-size: 22px;
}

/*---------------------------------------------------- */
/* Title */
/*---------------------------------------------------- */
/*== h2 ==*/
.headtitle {
	padding-bottom: 30px;
}
.headtitle h2 {
	margin-bottom: 11px;
	font-size: 23px;
}
.headtitle h2:before {
	bottom: -8px;
	width: 160px;
	height: 3px;
}

/*== h3 ==*/
.headline {
	padding-bottom: 20px;
}
.headline h3 {
	padding-left: 32px;
	font-size: 20px;
}
.headline h3::before,
.headline h3::after {
    width: 14px;
    height: 14px;
}
.headline h3::before {
    top: calc(50% - 3px);
    left: 0;
}
.headline h3::after {
    top: calc(50% + 3px);
    left: 5px;
}

/*---------------------------------------------------- */
/* Feature（特徴） */
/*---------------------------------------------------- */
/*== Section ==*/
#featureArea {
	padding: 40px 0;
}

/*== Waku ==*/
.waku_feature {
	width: 94%;
}
.waku_feature .featurebox {
	padding: 0 0 20px 0;
	margin: 0 1.5%;
	width: 46.0%;
}
.waku_feature .featurebox:last-child {
	padding: 0;
	margin: 0 1.5%;
	width: 46.0%;
}

/*== icon ==*/
.waku_feature .featurebox figure {
	padding: 0 0 16px 0;
}
.waku_feature .featurebox figure i {
	font-size: 45px;
}

/*== Detail ==*/
.waku_feature .featurebox .detail h3 {
	margin-bottom: 12px;
	font-size: 21px;
}
.waku_feature .featurebox .detail p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Flow（流れ） */
/*---------------------------------------------------- */
/*== Section ==*/
#flowArea {
	padding: 40px 0;
}

/*== Waku ==*/
.waku_flow {
	width: 94%;
}
.waku_flow .flowbox {
	padding-bottom: 25px;
}
.waku_flow .flowbox:last-child {
	padding-bottom: 0;
}
.waku_flow .flowbox:after {
	left: 49px;
	top: 34px;
}

/*== Step ==*/
.waku_flow .flowbox .step {
	padding: 10px 0;
	width: 100px;
	font-size: 14px;
	float: left;
}

/*== Detail ==*/
.waku_flow .flowbox .detail {
	margin: 12px 0 0 25px;
	width: calc(100% - 125px);
	float: left;
}
.waku_flow .flowbox .detail h3 {
	margin-bottom: 12px;
	font-size: 21px;
}
.waku_flow .flowbox .detail p {
	font-size: 14px;
}

/*== img ==*/
.waku_flow .flowbox figure {
	display: none;
}
.waku_flow .flowbox .detail .photo_flow {
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
	height: auto;
	display: block;
}
.waku_flow .flowbox .detail .photo_flow img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*---------------------------------------------------- */
/* Contact */
/*---------------------------------------------------- */
/*== Section ==*/
#contactArea {
	padding: 40px 30px;
}
.bg_contact {
	padding: 30px 30px;
}
.contactbox {
	padding-bottom: 30px;
}
.contactbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Footer */
/*---------------------------------------------------- */
/*== Coup ==*/
#footer_coup {
	padding: 20px 0;
}
#footer_coup .coupArea {
	width: 94%;
}
#footer_coup .coupArea #footer-logo a {
	margin-bottom: 12px;
	width: 127px;
	height: 35px;
}
#footer_coup .coupArea h2 {
	margin-bottom: 10px;
	font-size: 16px;
}
#footer_coup .coupArea p {
	font-size: 14px;
}

/*== Bottom ==*/
#footer_bottom {
	padding: 30px 0;
}

/*== Stocks ==*/
#footer_bottom .stocks {
	padding-bottom: 15px;
	width: 90%;
}
#footer_bottom .stocks article {
	padding: 16px 18px;
}
#footer_bottom .stocks article figure {
	width: 40px;
}
#footer_bottom .stocks article p {
	width: calc(100% - 50px);
	font-size: 12px;
}

/*== SNS ==*/
#footer_bottom .snsArea {
	padding-bottom: 10px;
	width: 94%;
}
#footer_bottom .snsArea .waku_sns a.icon_X, 
#footer_bottom .snsArea .waku_sns a.icon_Facebook, 
#footer_bottom .snsArea .waku_sns a.icon_LINE {
	padding: 0;
	margin: 0 3px;
}
#footer_bottom .snsArea .waku_sns a i {
	font-size: 40px;
}

/*== Copyright ==*/
#footer_bottom .copyright {
	width: 94%;
}
#footer_bottom .copyright p {
	font-size: 12px;
}


}