@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;
	}
}

body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	-webkit-overflow-scrolling:touch;
}

/*Googleフォントここまで*/
* {
	box-sizing: border-box;
}

@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;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
	body{
		min-width: initial;
	}
}

.mt0 {
	margin-top: 0!important;
}


/*anime01ここから*/
.anime01{
	opacity: 0;
	transform: translateY(5%);
	-webkit-transition: opacity 0s ease 0s;
	-moz-transition: opacity 0s ease 0s;
	-ms-transition: opacity 0s ease 0s;
	-o-transition: opacity 0s ease 0s;
	transition: opacity 0s ease 0s;
}
.anime01.anime01_on{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: opacity .8s ease .5s;
	-moz-transition: opacity .8s ease .5s;
	-ms-transition: opacity .8s ease .5s;
	-o-transition: opacity .8s ease .5s;
	transition: opacity .8s ease .5s;
}
/*anime02ここから*/
.anime02,.delay01,.delay02,.delay03{
	opacity: 0;
	transform: translateY(5%);
	-webkit-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-moz-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-ms-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-o-transition: opacity 0s ease 0s, transform 0s ease 0s;
	transition: opacity 0s ease 0s, transform 0s ease 0s;
}
.anime02.anime02_on,.delay01.anime02_on,.delay02.anime02_on,.delay03.anime02_on{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-moz-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-ms-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-o-transition: opacity .8s ease .5s, transform .8s ease .5s;
	transition: opacity .8s ease .5s, transform .8s ease .5s;
}
/*anime03ここから*/
.anime03{
	opacity: 0;
	transform: translateY(5%);
	-webkit-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-moz-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-ms-transition: opacity 0s ease 0s, transform 0s ease 0s;
	-o-transition: opacity 0s ease 0s, transform 0s ease 0s;
	transition: opacity 0s ease 0s, transform 0s ease 0s;
}
.anime03.anime03_on{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-moz-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-ms-transition: opacity .8s ease .5s, transform .8s ease .5s;
	-o-transition: opacity .8s ease .5s, transform .8s ease .5s;
	transition: opacity .8s ease .5s, transform .8s ease .5s;
}

/*headerここから*/
.nav {
	display: block;
	position: fixed;
	top: 40px;
	font-size: 12px;
	color: #fff;
	mix-blend-mode:exclusion;
	z-index: 1000000;
	transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
	.nav {
		top: 14px;
		font-size: 10px;
	}
}
.nav.active {
	border-bottom: 2px solid #ffffff;
}
.nav01:hover,.nav03:hover {
	color: #fff;
}
.nav01 {
	right: 100px;
}
.nav02 {
	right: 90px;
}
.nav03 {
	right: 30px;
}
/*headerここまで*/

/*mainコンテンツここから*/
main{
	width: 100%;
	height: auto;
	display: block;
	margin: 100px auto 0;
	transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
	main{
		margin: 40px auto 0;
	}
}
.cont01 {
	width: 100%;
	height: auto;
}
.cont01 .cont01_01 {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.cont01 .cont01_01 .cont01_01_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cont01 .cont01_01 .cont01_01_01 div {
	width: calc(50% - 5px);
	margin-top: 10px;
	position: relative;
}
.cont01 .cont01_01 .cont01_01_01 div h1 {
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .cont01_01_01 div h1 {
		padding-right: 10px;
	}
}
.cont01 .cont01_01 .cont01_01_01 div h1 span {
	font-size: 12px;
	word-break: keep-all;
}
.cont01 .cont01_01 .cont01_01_01 div h1 span:nth-of-type(2) {
	margin: 0 20px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.cont01 .cont01_01 .cont01_01_01 div h1 span {
		font-size: 6.5px;
	}
}
.cont01 .cont01_01 .cont01_01_01 div .img01 {
	display: block;
	width: 100%;
	height: auto;
}
.cont01 .cont01_01 .cont01_01_01 div.slide_trigger .img01 {
	cursor: pointer;
}
.cont01 .cont01_01 .cont01_01_01 .wide {
	width: 100%;
}

.cont01 .cont01_01 .cont01_01_01 div .icon01 {
	width: 20px;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 div .icon01 {
		width: 10px;
		bottom: 5px;
		left: 5px;
	}
}
.cont01 .cont01_01 .cont01_01_01 div .link01 {
	display: flex;
	flex-direction: column;
	width: 205px;
	height: auto;
	margin: auto;
	position: absolute;
	left: 40px;
	bottom: 11px;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.cont01 .cont01_01 .cont01_01_01 div .link01.show {
	opacity: 1;
	visibility: visible;
}
.cont01 .cont01_01 .cont01_01_01 div .img02 {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li {
	margin: 0;
	margin-top: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: static;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li:nth-of-type(1) {
	margin-top: 0;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li span {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.05rem;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li span:nth-of-type(2) {
	font-size: 10px;
	line-height: 18px;
	margin-left: auto;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li a {
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.05rem;
	margin-left: auto;
	text-decoration: underline;
}
.cont01 .cont01_01 .cont01_01_01 div .link01 li a.sample{
	text-decoration: none;
	pointer-events: none;
}


/* 初期状態：非表示、z-index=-1、iconは回転0 */
.img01 {
	opacity: 1;
	z-index: 0;
	transition: opacity 0.5s ease;
}
.img02 {
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s ease;
}
.link01 {
	opacity: 0;
	z-index: -1;
	/* 不透明度の変化をなめらかにする(0.5秒)。z-indexは即時変更でOK */
	transition: opacity 0.5s ease;
}
.icon01 {
	transform: rotate(0deg);
	/* 回転の変化をなめらかにする(0.5秒) */
	transition: transform 0.5s ease;
}
/* is-activeクラスが付与された時 */
.slide_trigger .img01.is-active {
	opacity: 0;
	z-index: -1;
}
.slide_trigger .img02.is-active {
	opacity: 1;
	z-index: 0;
}
.slide_trigger .link01.is-active {
	opacity: 1;
	z-index: 1;
}
.slide_trigger .icon01.is-active {
	transform: rotate(135deg);
}

/*mainコンテンツここまで*/

/*footerここから*/
footer {
	width: 100%;
	height: auto;
	margin: 38px auto 35px;
}
@media only screen and (max-width: 767px) {
	footer {
		margin: 42px auto 52px;
	}
}
footer .footer01 {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 {
		padding: 0 5%;
	}
}
footer .footer01 .footer01_01 {
	width: 90px;
}
footer .footer01 .footer01_01 a {
	display: block;
}
footer .footer01 .footer01_01 a span {
	display: block;
	width: 100%;
	font-size: 12px;
}
footer .footer01 .footer01_01 a img {
	display: block;
	width: 27px;
	height: auto;
}
footer .footer01 .footer01_02 {
	width: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer01 .footer01_02 a {
	width: 27px;
	display: block;
}
footer .footer01 .footer01_02 a:nth-of-type(2) {
	width: 60px;
}
footer .footer01 .footer01_02 a span {
	display: block;
	width: 100%;
	font-size: 12px;
}
footer .footer01 .footer01_02 a img {
	display: block;
	width: 27px;
	height: auto;
}
/*footerここまで*/


.slide_trigger {
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.slide01 {
		display: none;
		overflow: hidden;
		position: fixed;
		z-index: 1000000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	.slide01 .slide01_01 {
		padding: 60px 0 0;
		display: flex;
		transition: transform 0.3s ease-in-out;
	}
	.slide01 .button01 {
		display: block;
		width: 15px;
		height: auto;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
		cursor: pointer;
	}
	.slide01 .slide01_01 .slide01_01_01 {
		min-width: 100%;
		height: auto;
		opacity: 0;
		transition: opacity 0.5s;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		overflow-y: scroll;
	}
	.slide01 .slide01_01 .slide01_01_01.active {
		opacity: 1;
	}
	.slide01 .slide01_01 .slide01_01_01 img {
		display: block;
		width: 78%;
		height: auto;
		margin: 0 auto 33px;
	}
	.slide01 .slide01_01 .slide01_01_01 ul {
		width: 58.4%;
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.slide01 .slide01_01 .slide01_01_01 ul.wide {
		width: 65%;
	}
	.slide01 .slide01_01 .slide01_01_01 ul li {
		margin: 17px 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.slide01 .slide01_01 .slide01_01_01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
	.slide01 .slide01_01 .slide01_01_01 ul li span {
		/* font-size: 1.1rem;
		line-height: 1.9rem; */
		font-size: 11px;
		line-height: 19px;
	}
	.slide01 .slide01_01 .slide01_01_01 ul li a {
		/* font-size: 1.0rem;
		line-height: 1.8rem; */
		/* letter-spacing: 0.05rem; */
		font-size: 10px;
		line-height: 19px;
		letter-spacing: 1px;
		margin-left: auto;
		text-decoration: underline;
	}
	.slide01 .slide01_01 .slide01_01_01 ul li a.sample{
		text-decoration: none;
		pointer-events: none;
	}
	.slide01 .button02 {
		width: 11px;
		height: auto;
		cursor: pointer;
		transition: opacity 0.3s;
		position: absolute;
		left: 9px;
		bottom: 15px;
	}
	.slide01 .button03 {
		width: 11px;
		height: auto;
		cursor: pointer;
		transition: opacity 0.3s;
		position: absolute;
		right: 9px;
		bottom: 15px;
	}
	.slide01 .slide01_01 .slide01_01_01.active {
		opacity: 1;
	}
	.button02.disabled, .button03.disabled {
		opacity: 0.2;
		pointer-events: none;
	}
}

@media only screen and (max-width: 375px){
	.slide01 .slide01_01 .slide01_01_01 {
		height: 550px;
	}
}
@media only screen and (max-width: 360px){
	.slide01 .slide01_01 .slide01_01_01 {
		height: 450px;
	}
}