.sp{ display:none; }

.cf:after {
	content: "";
	display: block;
	clear: both;
}


body{
	background:url("../images/common/bg_body.png")  no-repeat center top;
	background-size:100% 800px;
}

p{
	margin:0 0 20px;
}

a:hover{
	opacity:1;
}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: underline;
}

ol{
	margin-left:20px;
	margin-bottom:20px;
}

ol li{
	margin-bottom:10px;
}

.text-right{
	text-align:right;
}

.section{
	min-width:1020px;
	padding:100px 0;
	overflow:hidden;
}

.wrap .section:first-child{
	padding-top:50px;
}

.section_inner{
	width:1020px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.flex_box{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:-30px 0 0;
}

.flex_box_item{
	width:49%;
	margin:30px 0 0;
}

.flex_box_4 .flex_box_item{
	width:23%;
}

.flex_box_3 .flex_box_item{
	width:31%;
}

.section_body_l{
	width:490px;
	float:left;
}

.section_body_r{
	width:490px;
	float:right;
}

.headline_lv2{
	font-size:40px;
	margin:0 0 20px;
	font-weight:normal;
}

.headline_lv2 span.en{
	display:block;
	font-size:40px;
	font-weight:bold;
	color:#2b78b1;
}

.headline_lv2 span.ja{
	display:block;
	font-size: 16px;
}

.headline_lv2.is-center span.en,
.headline_lv2.is-center span.ja{
	text-align:center;
}

.headline_lv3{
	margin: auto;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.6;
	color: #333;
	margin-bottom: 22px;
	padding-bottom: 8px;
	position: relative;
	border-bottom: 2px solid #c7c7c7;
	font-weight:bold;
}

.headline_lv3:after {
	position: absolute;
	bottom: -2px;
	content: '';
	width: 40px;
	height: 2px;
	background: #008000;
	display: block;
}

.headline_desc{
	text-align:center;
	margin:0 0 30px;
}

.btn{
	display:inline-block;
	background:#fff;
	border:1px solid #531e0d;
	font-size:14px;
	padding:20px 20px 20px;
	line-height:1;
	color:#531e0d;
	font-weight:bold;
	min-width:180px;
	transition: all .3s;
}

.btn:hover{
	background: #ffffff;;
	color:#531e0d;
}

.btn_b{
	font-size:18px;
}

.btn_clear{
	color:#ffffff;
	background:none;
	border:1px solid #ffffff;
}

.btn span{
	display:block;
	position:relative;
}

.btn_center span{
	text-align:center;
}

.btn span:after{
	display:block;
	content:"＞";
	font-family: 'Noto Sans JP', serif;
	font-weight:bold;
	position:absolute;
	top:0;
	right:0;
	transform:scale(0.6, 1);
}

.btn_white{
	border-color:#fff;
	background:none;
	color:#fff;
}

.btn_white:hover{
	background:#fff;
	color:#333;
}

.btn_gradient{
	width:260px;
	border:none;
	background: linear-gradient(90deg, #f77f41, #ee4159, #8234be);
	color:#fff;
	border-radius:100px;
}

.btn_gradient:hover{
	background: linear-gradient(-90deg, #f77f41, #ee4159, #8234be);
}

/* *****  共通ヘッダー ***** */
header{
	min-width: 1020px;
	position:relative;
	z-index:400;
}

.header_bg{
	padding:0 10px;
	overflow:hidden;
	background:url("../images/common/logo_bg.png") center center;
	background-size:100% 100%;
	height:84px;
}

.header_inner{
	width:1020px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
}

.header_logo{
	padding:11px 0;
}

.header_logo img{
	width:220px;
}

.header_menu{
	background: linear-gradient(#fff, #e9e9e9);
}

.header_menu ul.gmenu {
	display: flex;
	width: 1010px;
	margin: 0 auto;
	border-right: 1px solid #ccc;
}

.header_menu ul.gmenu>li {
	flex: 1;
	display: block;
	height: 50px;
	border-left: 1px solid #ccc;
}


.header_menu ul.gmenu>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	height: 100%;
	text-decoration: none;
}

.header_menu ul.gmenu>li>a span {
	color: #000;
}


/* *****  共通フッター ***** */
footer{
	background:#000;
	color:#fff;
	min-width: 1020px;
	padding:0;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	padding:50px 0 0;
	position:relative;
}

.footer_menu{
	padding:0 0 80px;
}

.footer_menu .footer_menu_t{
	overflow:hidden;
}

.footer_menu .footer_menu_b{
	overflow:hidden;
	padding:20px 0 0;
}

.footer_menu ul{
	text-align:right;
}

.footer_menu li{
	display:inline-block;
	padding:0 0 0 20px;
}

.footer_menu li a{
	color:#ffffff;
	line-height:1;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
}

.company_logo{
	width:150px;
	float:left;
}

.go_store{
	padding:20px 0 0;
	text-align:right;
}

.go_store a{
	position:relative;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:0 0 0 15px;
}

.go_store a:after{
	content: "＜";
	position: absolute;
	left: 0;
	transform: scale(0.6, 1.0);
}

.copyright{
	clear:both;
	padding:10px 0 50px;
	text-align:right;
}

@media screen and (max-width: 767px){
	.pc{ display:none; }
	.sp{ display:block; }
	br.sp{ display:inline; }


	.section{
		min-width:initial;
		padding:50px 0;
	}

	.wrap .section:first-child{
		padding-top:20px;
	}

	.section_inner{
		width:auto;
		padding:0 10px;
	}

	.section_body_l{
		width:auto;
		float:none;
		margin-bottom:50px;
	}

	.section_body_r{
		width:auto;
		float:none;
	}

	.headline_lv2{
		font-size:20px;
		margin:0 0 20px;
	}

	.headline_lv2 span.en{
		display:block;
		font-size:22px;
	}

	.headline_lv2 span.ja{
		display:block;
		font-size:16px;
		padding:0;
	}

	.headline_lv3{
		font-size: 1.3em;
	}


	.section_more{
		width:auto;
		position:static;
		overflow:hidden;
	}

	.section_more a{
		width:auto;
		height:auto;
		display:block;
	}

	.btn{
		font-size:13px;
		padding:20px 20px 20px;
	}

	.btn_b{
		font-size:15px;
	}

	.btn_red{
		font-size:15px;
	}

	.btn_gradient{
		width:auto;
		display:block;
	}

	.flex_box{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		margin:-30px 0 0;
	}

	.flex_box_item{
		width:100%;
		margin:30px 0 0;
	}

	.flex_box_4 .flex_box_item{
		width:49%;
	}

	.flex_box_3 .flex_box_item{
		width:100%;
	}

	/* *****  共通ヘッダー ***** */
	header{
		min-width: initial;
		padding:0;
		position:relative;
		height:auto;
	}

	.header_bg{
		height:58px;
	}

	.header_inner{
		width:auto;
		padding:0;
	}

	.header_logo{
		position:static;
		width:140px;
		padding:4px 0;
	}

	.header_logo img{
		padding:8px 0 20px 10px;
	}

	.header_info{
		width:100px;
		top:12px;
		right:55px;
	}

	.header_info .header_mail a,
	.header_info .header_insta a{
		width:40px;
		height: 40px;
	}

	.header_info .header_mail a img,
	.header_info .header_insta a img{
		width:20px;
	}

	/* *****  スマホメニュー表示 ***** */
	.nav_toggle_outer{
		position: absolute;
		right: 0;
		top:0;
		width: 52px;
		height: 58px;
		background:#000;
	}
	.nav_toggle {
		display: block;
		position: absolute;
		right: 4px;
		top:4px;
		width: 42px;
		height: 48px;
		cursor: pointer;
		z-index: 3;
		text-align: center;
		margin: 0 0 0 auto;
	}
	.nav_toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 2px #fff;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.nav_toggle span:nth-child(1){top:9px;}
	.nav_toggle span:nth-child(2){top:18px;}
	.nav_toggle span:nth-child(3){top:27px;}
	.nav_toggle span:nth-child(4) {
		border: none;
		color: #eee;
		font-size: 0.9rem;
		font-weight: bold;
		top: 34px;
	}
	.nav_toggle.is-active span:nth-child(1) {
		top: 18px;
		left: 6px;
		transform: rotate(-45deg);
	}
	.nav_toggle.is-active span:nth-child(2),
	.nav_toggle.is-active span:nth-child(3) {
		top: 18px;
		transform: rotate(45deg);
	}
	.nav_toggle:after {
		position: absolute;
		left: 0;
		bottom: -3px;
		content: 'MENU';
		width: 100%;
		color:#fff;
		font-size: 11px;
	}
	.nav_toggle.is-active:after {
		content: 'CLOSE';
		color:#fff;
	}

	.nav_toggle.is-active span{
		border-bottom-color:#fff;
	}

	.header_menu{
		height:auto;
		position:static;
	}

	.header_menu nav{
		transition: .35s ease-in-out;
		max-height: 0;
		overflow:hidden;
	}

	.header_menu nav.is-active{
		max-height: 2000px;
	}

	.header_menu ul.gmenu{
		flex-direction: column;
		border-top:1px solid #dfdfdf;
		width:100%;
	}

	.header_menu ul.gmenu > li{
		flex: 1 0 50px;
	}

	.header_menu ul.gmenu > li > a{
		border-bottom:1px solid #dfdfdf;
	}

	/* *****  共通フッター ***** */
	footer{
		min-width: initial;
		padding:0;
	}

	.footer_inner{
		width:auto;
		padding:0 10px
	}


	.footer_menu{
		padding:0 0 20px;
	}

	.footer_menu ul{
		text-align:center;
	}

	.footer_menu li{
		display:block;
		padding:0;
		width:50%;
		float:left;
	}

	.footer_menu li a{
		color:#ffffff;
		line-height:1;
		font-weight:bold;
		display:inline-block;
		padding:20px 0;
	}

	.company_logo{
		float:none;
		margin:0 auto;
		width:150px;
		padding:50px 0 30px;
	}

	.copyright{
		text-align:center;
	}

}


