@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	text-decoration-skip-ink: none;*/
}
html.active,
body.active{
	overflow: hidden;
}

.thin{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.elight{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.light{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
.g_regular{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_font02{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_bold02{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}
::before,
::after{
	box-sizing: border-box;
}

body,
main,
header,
footer{
	min-width: 1280px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	background-color: #F5F3EF;
}

main{
	width: 100%;
	height: auto;
	padding-top: 100px;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 60px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 100px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #F5F3EF;

	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 20;
}
@media only screen and (max-width: 767px){
	header{
		box-shadow: none;
		height: 60px;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 170px 0 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 12px;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 a.logo{
	width: 94px;
	height: auto;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header01 a.logo{
		width: 23%;
		max-width: 72px;
		width: 72px;
		left: 12px;
	}
}
@media only screen and (max-width: 369px){
	header .header01 a.logo{
		width: 23%;
		max-width: 72px;
		width: 72px;
		left: 12px;
	}
}
header .header01 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1{
	width: auto;
	flex-shrink: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	margin-left: 113px;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: auto;
		font-size: 11px;
		line-height: 18px;
		margin-left: 83px;
		z-index: 10;
		font-weight: 400;
	}
	header .header01 h1.active{
		transition: all 0s .5s;
	}
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 55px;
		height: 50px;
		border-radius: 8px;
		padding: 19px 8px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
		cursor: pointer;
		position: relative;
		z-index: 10;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar_area{
		width: 100%;
		height: 10px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	header .header01 .slide-menu-btn .line-bar_area::before{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #000;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header.active .header01 .slide-menu-btn span.line-bar_area::before{
		background-color: #fff;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::before{
		background-color: #000;
		transform: rotate(calc(180deg + 45deg));
		bottom: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #000;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header.active .header01 .slide-menu-btn span.line-bar_area::after{
		background-color: #fff;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::after{
		background-color: #000;
		transform: rotate(calc(180deg + 45deg + 90deg));
		top: 0;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	box-sizing: border-box;
	width: 738px;
	height: 56px;
	padding: 0 27px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	border-radius: 50px;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		padding: 134px 0 30px;
		background-color: rgba( 255, 255, 255, .9);
		display: block;
		position: fixed;
		top: calc(var(--vh, 1vh) * -100);
		right: 0;
		z-index: 1;
		transition: all .5s;
		border-radius: 0;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 35px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		border-top: 1px solid #D9D9D9;
	}
}
header .header01 nav .nav_01 > li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
		width: 100%;
		height: auto;
		min-height: 60px;
		border-top: 1px solid #D9D9D9;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
	}
	header .header01 nav .nav_01 > li:nth-of-type(1){
		border-top: 0;
	}
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		width: 100%;
		height: auto;
		padding: 5px 0;
		font-size: 16px;
		line-height: 20px;
		justify-content: flex-start;
		position: relative;
		color: #000;
	}
	header .header01 nav .nav_01 > li > a::after{
		content: '';
		width: 8px;
		height: 8px;
		margin: 0 0 0 10px;
		display: block;
		border-bottom: 1px solid #A48006;
		border-right: 1px solid #A48006;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transition: all .5s;
		position: absolute;
		right: 5px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
header .header01 nav .nav_01 > li > a:hover{
	opacity: 1;
}
header div.header01 nav ul.nav_01 li a.active{
	font-weight: 800;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_01{
		padding-top: 43px;
		border-top: 1px solid #D9D9D9;
		flex-direction: column;
	}
	header .header01 nav .nav_01 .nav01_01 ul{
		width: 100%;
		height: auto;
		margin: 10px 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	header .header01 nav .nav_01 .nav01_01 ul:nth-of-type(1){
		margin-top: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li{
		width: auto;
		height: auto;
		margin: 0 10px 0 0;
		border: 0;
		display: block;
	}
	header .header01 nav .nav_01 .nav01_01 ul li:last-of-type{
		margin-right: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li a{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.header01 nav .contact{
	width: 130px;
	height: 56px;
	border-radius: 50px;
	background-color: #9F7A00;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 30px;
	top: 22px;
	z-index: 10;
}


/*top、shopページ装飾違い*/
.top{
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 20;
	background-color: initial;
}
.top .header01 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.top .header01 h1{
	color: #fff;
}
@media only screen and (max-width: 767px){
	.top .header01 h1.active{
		color: #000;
	}
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	.top .header01 .slide-menu-btn .line-bar_area::before{
		background-color: #fff;
	}
	.top .header01 .slide-menu-btn.active .line-bar_area::before{
		background-color: #000;
		transform: rotate(calc(180deg + 45deg));
		bottom: 0;
	}
	.top .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	.top .header01 .slide-menu-btn.active .line-bar_area::after{
		background-color: #000;
		transform: rotate(calc(180deg + 45deg + 90deg));
		top: 0;
	}
}
/*メニューオープンボタン*/
.top .header01 nav .nav_01 > li > a{
	color: #fff;
}
@media only screen and (max-width: 767px){
	.top .header01 nav .nav_01 > li > a{
		color: #000;
	}
}
/*top、shopページ装飾違いここまで*/


/*スクロール後の固定ヘッダー指示ここから*/
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header.active .header01 .slide-menu-btn{
		background-color: #000;
		position: fixed;
		top: 11px;
		bottom: initial;
		right: 12px;
		margin: auto;
	}
	html.active body.active header.top.active div.header01 div.slide-menu-btn.pc_none.active span.line-bar_area::before{
		background-color: #fff;
	}
	html.active body.active header.top.active div.header01 div.slide-menu-btn.pc_none.active span.line-bar_area::after{
		background-color: #fff;

	}
}
/*メニューオープンボタン*/

header.active .header01 nav{
	position: fixed;
	top: 22px;
  	right: 170px;
  	background-color: #fff;
	border-radius: 50px;
}
@media only screen and (max-width: 767px){
	header.active .header01 nav{
		padding: 70px 0 30px;
		background-color: #F5F3EF;
		display: block;
		position: fixed;
		top: calc(var(--vh, 1vh) * -100);
		right: 0;
		z-index: 1;
		transition: all .5s;
		border-radius: 0;
	}
	header.active .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header.active .header01 nav .nav_01 > li > a{
	color: #000000;
}	font-weight: 800;
	c
header.active div.header01 nav ul.nav_01 li a.active{
color: #A58006;
}
/*スクロール後の固定ヘッダー指示ここまで*/
/*headerここまで*/


/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F5F3EF;
	display: block;
}
footer .footer01{
	width: 100%;
	height: auto;
	padding: 42px 30px 17px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		padding: 20px 0 6px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
footer .footer01 .logo_box{
	width: 323px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .logo_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
footer .footer01 .logo_box .f_text01{
	font-size: 12px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
}
@media only screen and (max-width: 767px){
	footer .footer01 .logo_box .f_text01{
		font-size: 13px;
		line-height: 25px;
	}
}
footer .footer01 .logo_box .logo{
	width: 191px;
	height: auto;
	margin: 31px 0 11px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo_box .logo{
		width: 153px;
		margin: 13px 0 10px;
	}
}
footer .footer01 .logo_box .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .logo_box .f_text02{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
	text-align: left;
}


footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	min-height: 180px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
		min-height: initial;
		margin: 0 auto 0;
	}
}
footer .footer01 .footer01_01 .footer01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
footer .footer01 .footer01_01 .footer01_01_02 > ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 35px;
}
footer .footer01 .footer01_01 .footer01_01_02 > ul li{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_02 > ul li > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_02 > ul li > a.active{
	font-weight: 800;
}
footer .footer01 .footer01_01 .footer01_01_03{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03{
		margin-top: 35px;
	}
}
footer .footer01 .footer01_01 .footer01_01_03 a{
	font-size: 12px;
	line-height: 22px;
	text-decoration: underline;
	margin-bottom: 8px;
}
footer .footer01 .footer01_01 .footer01_01_03 .copy{
	font-size: 11px;
	line-height: 18px;
}

/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/

/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1280px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	padding-bottom: 93px;
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01{
		width: 90%;
		align-items: flex-start;
		padding-top: 110px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text01{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.eyecatch_inc.top .eyecatch_inc01 .text01 .span01{
	color: #fff;
	font-size: 60px;
	line-height: 88px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .text01 .span01{
		font-size: 38px;
		line-height: 54px;
		letter-spacing: calc((40/1000)*1em);
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text01 .span02{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: calc((150/1000)*1em);
	margin-top: 28px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .text01 .span02{
		color: #fff;
		font-size: 15px;
		line-height: 26px;
		letter-spacing: calc((100/1000)*1em);
		margin-top: 15px;
	}
}
.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.eyecatch_inc.top .btn01{
	width: 58px;
	height: auto;
	display: block;
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 20;
	/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);*/
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .btn01{
		width: 118px;
		height: auto;
		display: block;
		position: absolute;
		top: initial;
		bottom: 20px;
		right: 15px;
		z-index: 10;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 50%;
	}
}
.eyecatch_inc.top .btn01 img{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-list{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 0px);
	height: calc(var(--vh_2, 1vh) * 100 - 0px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		height: calc(var(--vh_2, 1vh) * 100 - 0px);
		min-height: initial;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	background-image: url(../img/index/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
		background-image: url(../img/index/eye01_sp.jpg);
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	background-color:#104EA3;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img04{
	background-color:#104EA3;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img04{
	}
}
/* フェードインズームの場合
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	overflow: hidden;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img::before{
	content: '';
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1.1);
	transform-origin: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform 0s;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img.active::before{
	animation: zoom 8s linear 0s normal both;
}
@keyframes zoom{
	0%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1.0);
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img01::before{
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img02::before{
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img03::before{
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img04::before{
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img04{
	}
}*/
.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	width: 33px;
	height: 33px;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.top .eyecatch_inc02 .slick-next{
		width: 25px;
		height: 25px;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.top .eyecatch_inc02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
	width: 33px;
	height: 33px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
		/*background-color: #19496f;*/
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
	width: 33px;
	height: 33px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
		/*background-color: #19496f;*/
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots .slick-active button::before{
	background-color: #19496f;
}
.eyecatch_inc.short{
	width: 100%;
	height: 422px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		height: 205px;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2{
	font-size: 20px;
	line-height: 30px;
}
.eyecatch_inc.short .eyecatch_inc02{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
/*.eyecatch_incここまで*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 1280px;
	height: auto;
	margin: 9px auto 0;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 90%;
		max-width: 320px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	font-size: 11px;
	line-height: 21px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	font-size: 11px;
	line-height: 21px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	font-size: 11px;
	line-height: 21px;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 12px;
		line-height: 22px;
	}
}
/*.pan_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 1180px;
	height: auto;
	margin: calc(-30px / 2) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		width: 100%;
		max-width: 320px;
	}
}
.wp-pagenavi span{
	width: 37px;
	height: 37px;
	font-size: 13px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(10px / 2);
	border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi a{
	width: 37px;
	height: 37px;
	font-size: 15px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(10px / 2);
	border-radius: 50%;
	color: #A58006;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi .current{
	width: 37px;
	height: 37px;
	font-size: 13px;
	line-height: 37px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(30px / 2);
	border: 1px solid #A58006;
	background-color: #A58006;
	border-radius: 50%;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(30px / 2) calc(15px / 2);
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 -3px 0 0;
	border-top: 1px solid #A58006;
	border-left: 1px solid #A58006;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: 8px;
	height: 8px;
	margin: 0 0 0 -3px;
	border-bottom: 1px solid #A58006;
	border-right: 1px solid #A58006;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/

/*onlineここから*/
.online{
	width: 100%;
	height: 450px;
	background-image: url(../img/common/online_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin-top: 51px;*/
}
@media only screen and (max-width: 767px){
	.online{
		width: 100%;
		height: auto;
		background-image: url(../img/common/online_bg_sp.jpg);
		padding: 57px 27px;
	}
}
.online .online01{
	width: 430px;
	height: 340px;
	background-color: #F5F3EF;
	border-radius: 24px;
	margin: 0 auto;
	padding: 64px 50px 39px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px){
	.online .online01{
		width: 100%;
		max-width: 320px;
		height: auto;
		border-radius: 18px;
		padding: 40px 18px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
}
.online .online01 .item02{
	width: 130px;
	height: auto;
	display: block;
	position: absolute;
	top: -55px;
	right: 5px;
}
@media only screen and (max-width: 767px){
	.online .online01 .item02{
		width: 102px;
	}
}
.online .online01 .ol_text01{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((50/1000)*1em);
	color: #A58006;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text01{
		font-size: 14px;
		line-height: 22px;
	}
}
.online .online01 .ol_text01::before{
	content:'';
	display: block;
	width: 21px;
	height: 41px;
	background-image: url(../img/index/slash01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:-30px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text01::before{
		width: 18px;
		height: 36px;
	}
}
.online .online01 .ol_text01::after{
	content:'';
	display: block;
	width: 21px;
	height: 41px;
	background-image: url(../img/index/slash02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:-30px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text01::after{
		width: 18px;
		height: 36px;
	}
}
.online .online01 .ol_text02{
	font-size: 20px;
	line-height: 36px;
	letter-spacing: calc((100/1000)*1em);
	text-align: center;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text02{
		font-size: 15px;
		line-height: 32px;
		margin-top: 13px;
	}
}
.online .online01 .ol_text03{
	font-size: 30px;
	line-height: 60px;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text03{
		font-size: 27px;
		line-height: 31px;
	}
}
.online .online01 .ol_text03 span{
	font-size: 40px;
	line-height: 60px;
	letter-spacing: calc((50/1000)*1em);
	margin-left: -10px;
}
@media only screen and (max-width: 767px){
	.online .online01 .ol_text03 span{
		font-size: 37px;
		line-height: 60px;
		letter-spacing: calc((50/1000)*1em);
		margin-left: -10px;
	}
}
.online .online01 .text_img01{
	width: 100%;
	max-width: 281px;
	display: block;
	margin: 0 auto;
}
.online .online01 .text_img01 img{
	width: 100%;
	height: auto;
	display: block;
}
.online .online01 .text_img02{
	width: 100%;
	max-width: 270px;
	display: block;
	margin: 14px auto 0;
}
.online .online01 .text_img02 img{
	width: 100%;
	height: auto;
	display: block;
}




.online .online01 a{
	width: 284px;
	height: 54px;
	border-radius: 50px;
	border: 1px solid #A48006;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: calc((25/1000)*1em);
	color: #A58006;
	margin-top: 24px;
	transition: all .5s;
	position: relative;
	padding-right: 10px;
}
@media only screen and (max-width: 767px){
	.online .online01 a{
		width: 100%;
		max-width: 284px;
		font-size: 14px;
		line-height: 27px;
	}
}
.online .online01 a:hover{
	background-color: #A58006;
	color: #fff;
}
.online .online01 a img{
	width: 6px;
	height: auto;
	display: block;
	margin-left: 15px;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 32px;
	margin: auto;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.online .online01 a img{
		right: 0;
		left: 199px;
	}
}
.online .online01 a:hover .color{
	opacity: 0;
}
.online .online01 a .white{
	opacity: 0;
}
.online .online01 a:hover .white{
	opacity: 1;
}
/*onlineここまで*/

/*ctaここから*/
.cta{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/cta_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	border-bottom: 1px solid #D5C388;
}
@media only screen and (max-width: 767px){
	.cta{
		padding: 40px 0;
		border-bottom: 1px solid #D5C388;
	}
}
.cta .cta_inner{
	width: 360px;
	height: auto;
	display: block;
	text-align: center;
}
.cta .cta_inner .cta_text01{
	font-size: 20px;
	line-height: 35px;
	letter-spacing: calc((70/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta_text01{
		font-size: 18px;
		line-height: 32px;
	}
}
.cta .cta_inner a.link01{
	width: 365px;
	height: 70px;
	background-color: #C63E3E;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 19px auto 15px;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 18px;
	line-height: 27px;
	letter-spacing: calc((25/1000)*1em);
}
@media only screen and (max-width: 767px){
	.cta .cta_inner a.link01{
		width: 292px;
		height: 64px;
		margin: 17px auto 10px;
		font-size: 16px;
		line-height: 27px;
	}
}
.cta .cta_inner a.link01 img{
	width: 6px;
	height: auto;
	display: block;
	margin-left: 15px;
}
.cta .cta_inner .cta_text02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 29px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	gap: 2px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .cta_text02{
		line-height: 25px;
		gap: 2px;
		flex-wrap: wrap;
		margin-top: 20px;
	}
}
.cta .cta_inner .cta_text02 .span01{
	font-size: 16px;
}
.cta .cta_inner .cta_text02 .span02{
	font-size: 17px;
}
.cta .cta_inner .cta_text02 .span03{
	font-size: 14px;
}
/*includeここまで*/