@charset "utf-8";
header{
	background-color: transparent;
	border-bottom: 1px solid transparent;
	transition: all .5s;
}
header.change{
	background-color: #ffffff;
	border-bottom: 1px solid #DDDDDD;
	transition: all .5s;
}
header .header01 h1{
	opacity: 0;
	transition: all .5s;
}
header.change .header01 h1{
	opacity: 1;
	transition: all .5s;
}
/*ログアウト中 ====================*/
header .header01 .header01_00 a {
	color: #ffffff;
}
header.change .header01 .header01_00 a {
	color: #262626;
}
header .header01 .header01_01 .h_link03{
	color: #ffffff;
	border: 1px solid #ffffff;
}
header.change .header01 .header01_01 .h_link03{
	color: #262626;
	border: 1px solid #262626;
}
/*header .header01 .header01_01 .header01_01_01 .sns_link01::before{
	opacity: 1;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link01::before{
	opacity: 0;
}
header .header01 .header01_01 .header01_01_01 .sns_link01::after{
	opacity: 0;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link01::after{
	opacity: 1;
}
header .header01 .header01_01 .header01_01_01 .sns_link02::before{
	opacity: 1;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link02::before{
	opacity: 0;
}
header .header01 .header01_01 .header01_01_01 .sns_link02::after{
	opacity: 0;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link02::after{
	opacity: 1;
}
header .header01 .header01_01 .header01_01_01 .sns_link03::before{
	opacity: 1;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link03::before{
	opacity: 0;
}
header .header01 .header01_01 .header01_01_01 .sns_link03::after{
	opacity: 0;
}
header.change .header01 .header01_01 .header01_01_01 .sns_link03::after{
	opacity: 1;
}*/
/*ログアウト中 ====================*/
/*ログイン中 ====================*/
header .header01 .header01_01 .h_link01{
	color: #ffffff;
}
header.change .header01 .header01_01 .h_link01{
	color: #262626;
}
header .header01 .header01_01 .h_link01::before{
	opacity: 1;
}
header.change .header01 .header01_01 .h_link01::before{
	opacity: 0;
}
header .header01 .header01_01 .h_link01::after{
	opacity: 0;
}
header.change .header01 .header01_01 .h_link01::after{
	opacity: 1;
}
header .header01 .header01_01 .h_link02{
	color: #ffffff;
}
header.change .header01 .header01_01 .h_link02{
	color: #262626;
}
header .header01 .header01_01 .h_link02::before{
	opacity: 1;
}
header.change .header01 .header01_01 .h_link02::before{
	opacity: 0;
}
header .header01 .header01_01 .h_link02::after{
	opacity: 0;
}
header.change .header01 .header01_01 .h_link02::after{
	opacity: 1;
}
/*ログイン中 ====================*/
header .header01 .slide-menu-btn .line-bar{
	background-color: #ffffff;
}
header.change .header01 .slide-menu-btn .line-bar{
	background-color: #262626;
}
header .header01 .slide-menu-btn .line-bar::before{
	background-color: #ffffff;
}
header.change .header01 .slide-menu-btn .line-bar::before{
	background-color: #262626;
}
main{
	margin-top: 0;
}

/*content01ここから*/
.content01{
	width: 100%;
	height: auto;
	background-image: url(../img/index/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.content01{
		background-image: url(../img/index/bg01_sp.jpg);
		background-position: top center;
	}
}
.content01 .eye{
	width: 100%;
	height: 100vh;
	min-height: calc(497px + 200px);
	padding: 0 70px 0 0;
	margin: 0;
	background-image: url(../img/index/eye01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/*iPadが縦向きのみの記述*/
	.content01 .eye{
		height: auto;
		min-height: calc(497px + 200px);
	}
}
@media only screen and (max-width: 767px){
	.content01 .eye{
		min-height: calc(634px);
		padding: 0 0 44px;
		background-image: none;
		justify-content: center;
		align-items: flex-end;
	}
}
.content01 .eye .eye_inner01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01{
		width: 90%;
		max-width: 320px;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01{
	width: 568px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01{
		width: 100%;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: calc((25/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .text01{
		margin: 0 0 4px;
		font-size: 15px;
		line-height: 25px;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .item01{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .item01{
		max-width: 320px;
		margin: 0 0 8px;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((20/1000)*1em);
	color: #FABE00;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .text02{
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 26px;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .text02::before{
	content: '';
	width: 1px;
	height: 30px;
	margin: 0 20px 0 0;
	background-color: #F9BE01;
	display: block;
	transform: rotate(-30deg);
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .text02::before{
		height: 26px;
		margin: 0 16px 0 0;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .text02::after{
	content: '';
	width: 1px;
	height: 30px;
	margin: 0 0 0 20px;
	background-color: #F9BE01;
	display: block;
	transform: rotate(30deg);
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .text02::after{
		height: 26px;
		margin: 0 0 0 16px;
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .link01{
	width: 397px;
	height: 77px;
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #C94032;
	border-radius: calc(77px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .link01{
		width: 100%;
		max-width: 281px;
		height: 55px;
		margin: 0 0 15px;
		font-size: 17px;
		line-height: 27px;
		border-radius: calc(55px / 2);
	}
}
.content01 .eye .eye_inner01 .eye_inner01_01 .link02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #ffffff;
	text-decoration-style: solid;
	text-underline-offset: 3px;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .eye .eye_inner01 .eye_inner01_01 .link02{
		font-size: 13px;
		line-height: 23px;
	}
}
.content01 .content01_02{
	width: 1180px;
	height: auto;
	padding: 60px 0 65px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 40px;
		justify-content: flex-start;
		flex-direction: column;
	}
}
.content01 .content01_02 .content01_02_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_01{
		margin: 0 0 20px;
	}
}
.content01 .content01_02 .content01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_01 .text01{
		margin: 0 0 6px;
		font-size: 23px;
		line-height: 33px;
	}
}
.content01 .content01_02 .content01_02_01 .text01 span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: inline;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_01 .text01 span{
		font-size: 18px;
		line-height: 33px;
	}
}
.content01 .content01_02 .content01_02_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((110/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_01 .text02{
		font-size: 11px;
		line-height: 21px;
	}
}
.content01 .content01_02 .content01_02_02{
	width: 741px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02{
		width: auto;
	}
}
.content01 .content01_02 .content01_02_02 .text03{
	width: auto;
	height: auto;
	margin: 0 0 23px;
	font-size: 17px;
	line-height: 38px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .text03{
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 28px;
	}
}
.content01 .content01_02 .content01_02_02 .text03 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 38px;
	display: inline;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .text03 a{
		font-size: 15px;
		line-height: 28px;
	}
}
.content01 .content01_02 .content01_02_02 .text03 a span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 17px;
	line-height: 38px;
	color: #FABE00;
	display: inline;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .text03 a{
		font-size: 15px;
		line-height: 28px;
	}
}
.content01 .content01_02 .content01_02_02 .text04{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .text04{
		font-size: 12px;
		line-height: 20px;
	}
}
.content01 .content01_02 .content01_02_02 .text05{
	width: auto;
	height: auto;
	margin: 0 0 40px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .text05{
		margin: 0 0 28px;
		font-size: 12px;
		line-height: 20px;
	}
}
.content01 .content01_02 .content01_02_02 .content01_02_02_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .content01_02_02_01{
		align-items: flex-start;
		flex-direction: column;
	}
}
.content01 .content01_02 .content01_02_02 .content01_02_02_01 a{
	width: auto;
	height: auto;
	margin: 0 0 0 43px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .content01_02_02_01 a{
		margin: 15px 0 0;
	}
}
.content01 .content01_02 .content01_02_02 .content01_02_02_01 a:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .content01_02_02_01 a:nth-of-type(1){
		margin-top: 0;
	}
}
.content01 .content01_02 .content01_02_02 .content01_02_02_01 a::before{
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background-image: url(../img/index/item03.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.content01 .content01_02 .content01_02_02 .content01_02_02_01 a::before{
		width: 21px;
		height: 21px;
		background-size: 7px auto;
	}
}
/*content01ここまで*/