@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual .pho img {
	width: 100%;
}
.mainVisual p {
	width: 359px;
	height: 65px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 16px 12px 5px;
	font-size: 2.3rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-align: right;
	background: url(../img/index/bg03.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.soon .mainVisual p {
	width: 399px;
	background-image: url(../img/soon/bg01.png);
}
#main .sec01 {
	margin: -19px 10px 65px;
}
#main .sec01 .info {
	max-width: 1094px;
	margin: 0 auto;
}
#main .sec01 .textImg {
	width: 749px;
	margin: 0 0 0 auto;
}
#main .sec02 h2 {
	height: 300px;
	padding-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #fff;
	background: url(../img/index/bg01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	text-shadow: 0 0 30px rgba(0,0,0,0.15);
}
#main .sec02 h2 .sml {
	font-size: 3rem;
}
#main .sec02 h2 .en {
	margin-top: -5px;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
	font-family: 'Noto Serif JP', serif;
}
#main .sec02 .info {
	padding: 80px 0 100px;
	background: rgba(158,211,0,0.3);
}
#main .sec02 .info ul {
	margin: -30px 0 80px;
}
#main .sec02 .info li {
	margin-top: 30px;
	width: 426px;
}
#main .sec02 .info li:nth-child(2) {
	width: 400px;
}
#main .sec02 .info li:nth-child(3) {
	width: 100%;
}
#main .sec02 .bgText {
	padding: 42px 0;
	position: relative;
	text-align: center;
	background: #10833E url(../img/index/bg04.png) no-repeat center bottom 4px;
	background-size: 131px auto;
}
#main .sec02 .bgText:before {
	margin-left: -65px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	background: url(../img/common/icon05.png) no-repeat;
	background-size: 130px auto;
	width: 130px;
	height: 40px;
	content: ""
}
#main .sec02 .bgText p {
	font-size: 3.4rem;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.23;
}
#main .sec02 .bgText p span {
	color: #FCFF8C;
}
#main .sec02 .inner {
	padding: 132px 0 100px;
}
#main .sec02 .inner .textImg {
	width: 653px;
	margin: 0 auto 27px;
}
#main .sec02 .inner .listUl {
	margin-bottom: 81px;
}
#main .sec02 .inner .listUl > li {
	width: 416px;
}
#main .sec02 .inner .listUl > li li {
	margin-bottom: -2px;
}
#main .sec02 .inner .headLine01 {
	top: 22px;
}
#main .sec03 {
	padding: 71px 0 64px;
	position: relative;
	background: url(../img/index/bg02.jpg) no-repeat center bottom;
	background-size: cover;
}
#main .sec03 .en {
	position: absolute;
	left: 5px;
	bottom: -7px;
	font-size: 11rem;
	line-height: 1;
	font-weight: 700;
	color: rgba(255,255,255,0.2);
	font-family: 'Noto Serif JP', serif;
}
#main .sec03 .headLine01 {
	color: #fff;
	top: -5px;
	letter-spacing: 0.1em;
}
#main .sec03 ul {
	width: 782px;
	margin: 0 auto;
}
#main .sec03 li {
	width: 370px;
}
#main .sec03 h3 {
	margin-bottom: 7px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
}
#main .sec03 .twitter {
	height: 525px;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	.mainVisual p {
		width: auto !important;
		height: auto;
        right: auto;
        left: 10px;
        top: 7px;
		padding: 0;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
        background: none !important;
	}
	#main .sec01 {
		margin: 38px 13px 45px 25px;
	}
	#main .sec01 .info {
		max-width: inherit;
		margin: 0 auto;
	}
	#main .sec01 .textImg {
		width: auto;
		text-align: center;
	}
    #main .sec01 .textImg img {
        width: 100%;
    }
	#main .sec02 h2 {
		height: 200px;
		padding-top: 0;
		font-size: 3.6rem;
		background-image: url(../img/index/sp_bg01.jpg);
		text-shadow: 0 0 30px rgba(0,0,0,0.15);
	}
	#main .sec02 h2 .sml {
		font-size: 2.5rem;
	}
	#main .sec02 h2 .en {
		font-size: 1.3rem;
	}
	#main .sec02 .info {
		padding: 52px 30px 60px;
	}
	#main .sec02 .info ul {
		margin: 0 0 50px;
		display: block;
	}
	#main .sec02 .info li {
		margin: 0 0 20px;
		width: auto !important;
		text-align: center;
	}
    #main .sec02 .info li img {
        width: 100%;
    }
	#main .sec02 .info li:nth-child(3) {
		margin: 0;
	}
	#main .sec02 .bgText {
		padding: 38px 0 32px;
		background-position: center bottom 10px;
		background-size: 122px auto;
	}
	#main .sec02 .bgText:before {
		bottom: -30px;
	}
	#main .sec02 .bgText p {
		font-size: 2.6rem;
		letter-spacing: 0.03em;
		line-height: 1.15;
	}
	#main .sec02 .inner {
		padding: 75px 30px 60px;
	}
	#main .sec02 .inner .textImg {
		max-width: 305px;
		width: auto;
		margin: 0 auto 38px;
	}
	#main .sec02 .inner .headLine01 {
		margin-bottom: 29px;
	}
	#main .sec02 .inner .listUl {
		margin-bottom: 49px;
		display: block;
	}
	#main .sec02 .inner .listUl > li {
		width: auto;
		text-align: center;
	}
    #main .sec02 .inner .listUl > li img {
        width: 100%;
    }
	#main .sec02 .inner .listUl > li li {
		margin-bottom: 15px;
	}
	#main .sec02 .inner .headLine01 {
		top: 22px;
	}
	#main .sec03 {
		padding: 44px 0 42px;
		background-image: url(../img/index/sp_bg02.jpg);
	}
	#main .sec03 .en {
		font-size: 6rem;
		left: 7px;
		bottom: -4px;
	}
	#main .sec03 .info {
		width: auto;
	}
	#main .sec03 h2 {
		margin: 0 30px 20px;
        letter-spacing: 0.15em;
	}
    #main .sec03 h2 span {
        padding: 0 20px 0 25px;
    }
	#main .sec03 h2 span::before,
	#main .sec03 h2 span::after {
		background-color: #fff;
	}
	#main .sec03 ul {
		width: 315px;
		display: block;
		margin: 0 auto;
	}
	#main .sec03 li {
		width: auto;
	}
	#main .sec03 li:first-child {
		margin-bottom: 39px;
	}
	#main .sec03 li:last-child .twitter {
		height: 508px;
	}
	#main .sec03 h3 {
		margin-bottom: 4px;
		font-size: 2.2rem;
	}
}