@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* loading */
.loadingBox {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(86, 156, 210, 1) 0%, rgba(0, 175, 204, 1) 36.92%, rgba(121, 184, 169, 1) 91.31%);
	animation: out .8s ease-in-out forwards paused 2s;
}
.loadingBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	opacity: 0;
	content: "";
	animation: overlay 1s ease-in-out forwards paused 1s;
}
body.loaded .loadingBox {
	animation-play-state: running;
	user-select: none;
	pointer-events: none;
}
body.loaded .loadingBox::before {
	animation-play-state: running;
}
@keyframes out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes overlay {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.loadingBox .photo {
	margin-bottom: 10.9rem;
}
.loadingBox .imgtext01 {
	margin: 0 auto 4rem;
	width: 16rem;
}
.loadingBox .imgtext02 {
	margin: 0 auto;
	width: 40.7rem;
}
@media all and (max-width: 768px) {
	.loadingBox .photo {
		margin-bottom: 16.5rem;
	}
	.loadingBox .imgtext01 {
		margin-bottom: 3.3rem;
		width: 12.8rem;
	}
	.loadingBox .imgtext02 {
		width: 30.6rem;
	}
}
/* mainVisual */
.mainVisual {
	position: relative;
	z-index: 3;
}
.mainVisual .sliderBox .slick-slide {
	line-height: 0;
}
.mainVisual .sliderBox li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
}
.mainVisual .sliderBox li.active img {
	transform: scale(1.2);
	transition: linear 9.5s;
}
.mainVisual .outBox {
	padding: 0 2rem;
	width: 108.9rem;
	align-items: flex-start;
	position: absolute;
	z-index: 2;
	bottom: 5.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.mainVisual .outBox .imgtext01 {
	width: 22.86%;
}
.mainVisual .outBox .imgtext02 {
	margin: 0 3rem 0 2.2rem;
	width: 34.04%;
}
.mainVisual .outBox .infoBox {
	margin-top: 0.7rem;
	padding: 0.8rem 1.7rem 1.7rem;
	width: 40rem;
	border: 1px solid #fff;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
}
.mainVisual .outBox .infoBox .ttl {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.mainVisual .outBox .infoBox .ttl::before,
.mainVisual .outBox .infoBox .ttl::after {
	width: 30%;
	position: absolute;
	top: 48%;
	left: 0;
	content: "";
	height: 1px;
	background-color: #fff;
}
.mainVisual .outBox .infoBox .ttl::after {
	left: auto;
	right: 0;
}
.mainVisual .outBox .infoBox .txt {
	margin-bottom: 0.8rem;
	text-align: center;
	line-height: 1.15;
}
.mainVisual .outBox .infoBox .txt .big {
	font-size: 2.3rem;
}
.mainVisual .outBox .infoBox .txt .num {
	font-size: 4.1rem;
}
.mainVisual .slick-dots {
	position: absolute;
	left: 0;
	bottom: 1.5rem;
	width: 100%;
	text-align: center;
}
.mainVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 4rem;
	height: 0.5rem;
	margin: 0 0.6rem;
	padding: 0;
	cursor: pointer;
	background-color: #fff;
	border-radius: 1rem;
}
.mainVisual .slick-dots li button {
	display: none;
}
.mainVisual .slick-dots li.slick-active {
	background-color: #00AFCC;
}
@media all and (max-width: 768px) {
	.mainVisual .outBox {
		padding: 0 2rem;
		width: auto;
		display: block;
		bottom: 6.5rem;
	}
	.mainVisual .outBox .imgtext01 {
		margin: 0 auto 2.1rem;
		width: 20rem;
	}
	.mainVisual .outBox .imgtext02 {
		margin: 0 auto;
		width: 29.5rem;
	}
	.mainVisual .slick-dots {
		bottom: 1rem;
	}
	#main .notesBox {
		position: relative;
		z-index: 3;
	}
	#main .notesBox .infoBox {
		padding: 1.7rem 1.8rem 2.1rem;
		color: #00AFCC;
		background-color: #FEE98C;
	}
	#main .notesBox .infoBox .ttl {
		position: relative;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 500;
	}
	#main .notesBox .infoBox .ttl::before,
	#main .notesBox .infoBox .ttl::after {
		width: 29%;
		position: absolute;
		top: 48%;
		left: 0;
		content: "";
		height: 1px;
		background-color: #00AFCC;
	}
	#main .notesBox .infoBox .ttl::after {
		left: auto;
		right: 0;
	}
	#main .notesBox .infoBox .txt {
		margin-bottom: 0.8rem;
		text-align: center;
		font-weight: 500;
		line-height: 1.1;
		font-size: 1.7rem;
	}
	#main .notesBox .infoBox .txt .big {
		font-size: 2.3rem;
	}
	#main .notesBox .infoBox .txt .num {
		font-size: 4.1rem;
	}
}
/* terrible */
#main .terrible {
	padding: 10rem 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #fff linear-gradient(-30deg, rgba(238, 247, 203, 1) 0%, rgba(10, 179, 206, 0.7) 54.36%, rgba(199, 255, 248, 1) 97.87%);
}
#main .terrible .imgBox {
	margin-bottom: 2.5rem;
	padding-right: 4.5rem;
	flex-direction: row-reverse;
	align-items: center;
}
#main .terrible .imgBox .photoBox {
	width: 48.4%;
}
#main .terrible .imgBox .photoBox img {
	width: 100%;
}
#main .terrible .imgBox .textBox {
	position: relative;
	z-index: 2;
	flex: 1;
}
#main .terrible .imgBox .textBox .sub {
	margin: 0 -10.2% 3.7rem auto;
	width: 59rem;
	font-size: 4.5rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.44;
}
#main .terrible .infoBox {
	margin-bottom: 8.3rem;
	padding-left: 5.4rem;
	align-items: center;
}
#main .terrible .infoBox .photoBox {
	margin-right: 1.5rem;
	width: 28.853%;
}
#main .terrible .infoBox .photoBox img {
	width: 100%;
}
#main .terrible .infoBox .textBox {
	margin-top: 4.5rem;
	flex: 1;
}
#main .terrible .infoBox .textBox p {
	margin-bottom: 3.9rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.16;
}
#main .terrible .infoBox .textBox p:last-of-type {
	margin-bottom: 0;
}
#main .terrible .photoList {
	margin: -2rem 0 5rem;
	position: relative;
	z-index: 2;
}
#main .terrible .photoList::before {
	width: 40.5rem;
	height: 44.2rem;
	position: absolute;
	top: -2.9rem;
	left: -5rem;
	z-index: -1;
	content: "";
	background: url(../img/index/terrible_img02.png) no-repeat left top / 100%;
	pointer-events: none;
}
#main .terrible .photoList::after {
	width: 40.8rem;
	height: 44.7rem;
	position: absolute;
	top: -2.7rem;
	right: -4.5rem;
	z-index: -1;
	content: "";
	background: url(../img/index/terrible_img03.png) no-repeat left top / 100%;
	pointer-events: none;
}
#main .terrible .photoList li {
	margin: 2rem 2% 0 0;
	width: 23.5%;
}
#main .terrible .photoList li:nth-child(4n) {
	margin-right: 0;
}
#main .terrible .photoList img {
	width: 100%;
}
@media all and (min-width: 769px) and (max-width: 1220px) {
	#main .terrible .imgBox .photoBox {
		width: 45%;
	}
	#main .terrible .imgBox .textBox .sub {
		font-size: 4rem;
		width: 52rem;
	}
}
@media all and (max-width: 768px) {
	#main .terrible {
		padding: 8rem 0;
		overflow: hidden;
		background-image: linear-gradient(-30deg, rgba(238, 247, 203, 1) 0%, rgba(10, 179, 206, 1) 54.33%, rgba(3, 176, 204, 1) 55.83%, rgba(199, 255, 248, 1) 95.38%, rgba(199, 255, 248, 1) 95.53%);
	}
	#main .terrible .imgBox {
		padding: 0 2rem;
		margin-bottom: 1.3rem;
		display: block;
	}
	#main .terrible .imgBox .photoBox {
		margin-bottom: 8rem;
		width: auto;
	}
	#main .terrible .imgBox .textBox .sub {
		margin: 0 -2rem 0 0;
		width: auto;
		font-size: 2.9rem;
		line-height: 1.55;
	}
	#main .terrible .infoBox {
		padding: 0 2rem;
		margin-bottom: 8.5rem;
		display: block;
	}
	#main .terrible .infoBox .photoBox {
		margin: 0 auto 7rem;
		width: 29.8rem;
	}
	#main .terrible .infoBox .textBox {
		margin-top: 4.5rem;
	}
	#main .terrible .infoBox .textBox p {
		font-size: 1.6rem;
		line-height: 2.18;
	}
	#main .terrible .content {
		padding: 0 1rem;
	}
	#main .terrible .photoList {
		margin-top: -1rem;
		justify-content: space-between;
	}
	#main .terrible .photoList::before {
		width: auto;
		height: 20.5rem;
		top: -5.2rem;
		left: -1rem;
		right: -1rem;
		background-image: url(../img/index/terrible_img02_sp.png);
	}
	#main .terrible .photoList::after {
		width: auto;
		height: 20.7rem;
		top: auto;
		bottom: -4.5rem;
		left: -1rem;
		right: -1rem;
		background-image: url(../img/index/terrible_img03_sp.png);
	}
	#main .terrible .photoList li {
		margin: 1rem 0 0 0;
		width: 48.5%;
	}
}
/* cast */
#main .cast {
	padding: 10rem 0 9.7rem;
	position: relative;
	z-index: 3;
	background-color: #E9FFFC;
}
#main .cast h2 {
	margin-bottom: -7rem;
	position: relative;
	z-index: 1;
}
#main .cast .imgBox {
	position: relative;
	z-index: 2;
}
#main .cast .imgBox .photoBox {
	width: 42.9%;
}
#main .cast .imgBox .photoBox img {
	width: 100%;
}
#main .cast .imgBox .textBox {
	margin-top: -1rem;
	width: 45.5%;
}
#main .cast .imgBox .textBox .sub {
	width: 40rem;
}
#main .cast .imgBox .textBox .title {
	margin-bottom: 2.5rem;
	font-size: 2.5rem;
	letter-spacing: 0.4em;
	line-height: 1.8;
}
#main .cast .imgBox .textBox .title span {
	font-size: 3.5rem;
	letter-spacing: 0.35em;
}
#main .cast .imgBox .textBox .ttl {
	margin-bottom: 0.9rem;
	padding-bottom: 0.6rem;
	font-weight: 500;
	border-bottom: 1px solid rgba(0, 175, 204, 0.16);
}
#main .cast .imgBox .textBox .ttl .sml {
	font-size: 1.4rem;
}
#main .cast .imgBox .textBox .text {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: -0.05em;
}
#main .cast .imgBox .textBox .text .sml {
	font-size: 1.2rem;
}
@media all and (max-width: 768px) {
	#main .cast {
		padding: 8rem 0 7.7rem;
		position: relative;
	}
	#main .cast h2 {
		width: 6.8rem;
		margin-bottom: 0;
		position: absolute;
		z-index: 1;
		top: 0.5rem;
		left: 0.5rem;
	}
	#main .cast .imgBox {
		display: block;
	}
	#main .cast .imgBox .photoBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .cast .imgBox .textBox {
		margin: 0 2rem;
		width: auto;
	}
	#main .cast .imgBox .textBox .sub {
		width: auto;
	}
	#main .cast .imgBox .textBox .title {
		margin: 0 -1.5rem 3.2rem 0;
		font-size: 2rem;
		line-height: 1.85;
	}
	#main .cast .imgBox .textBox .title span {
		font-size: 2.8rem;
	}
	#main .cast .imgBox .textBox .ttl {
		font-size: 1.7rem;
	}
	#main .cast .imgBox .textBox .ttl .sml {
		font-size: 1.3rem;
	}
}
/* fixedBox */
.fixedBox {
	position: relative;
	z-index: 1;
}
.fixedBox .bgImg {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	clip-path: inset(0);
}
.fixedBox .bgImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* details */
#main .details {
	padding: 10rem 0;
	position: relative;
	z-index: 2;
	clip-path: inset(0);
}
#main .details .content {
	max-width: 121rem;
}
#main .details .sub {
	position: relative;
	z-index: 2;
}
#main .details .imgBox {
	margin-bottom: 8.7rem;
	flex-direction: row-reverse;
}
#main .details .imgBox .photoBox {
	width: 38.95%;
}
#main .details .imgBox .textBox {
	margin-top: -1.2rem;
	flex: 1;
}
#main .details .imgBox .textBox .sub {
	margin: 0 5rem 0 auto;
	width: 56rem;
}
#main .details .imgBox .textBox .headLine01 {
	margin: 0;
	color: #EEF7CB;
	line-height: 1.2;
}
#main .details .imgBox .textBox .headLine01 .en {
	background-image: url(../img/common/icon06.png);
}
#main .details .imgBox .textBox .ttl {
	margin-bottom: 2.3rem;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.375;
}
#main .details .imgBox .textBox .txt {
	font-weight: 500;
	line-height: 2.05;
	color: #fff;
	letter-spacing: -0.05em;
}
#main .details .styleBox {
	padding: 2.3rem 2.9rem 4.9rem;
	background: url(../img/index/details_bg02.png) no-repeat left top /auto 27.5rem,url(../img/index/details_bg03.png) no-repeat left bottom / auto 27.5rem,#fff;
	border-radius: 0.7rem;
}
#main .details .styleBox:not(:last-of-type) {
	margin-bottom: 5rem;
}
#main .details .styleBox .totleBox {
	margin: 0 auto;
	max-width: 99rem;
}
#main .details .styleBox .infoBox {
	margin-bottom: -2.7rem;
	align-items: center;
	position: relative;
	z-index: 2;
}
#main .details .styleBox .infoBox .photoBox {
	width: 48.1%;
}
#main .details .styleBox .infoBox .textBox {
	margin-bottom: 1.2rem;
	width: 48%;
}
#main .details .styleBox .infoBox .textBox .sub {
	width: 88%;
}
#main .details .styleBox .infoBox .ttl {
	margin-bottom: 2.3rem;
	padding: 0.4rem 2.5rem 0;
	width: 38.8rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: url(../img/index/details_h_img_bg01.png) no-repeat left top / cover;
}
#main .details .styleBox .infoBox .ttl .en {
	padding: 0 2rem 0 2.5rem;
	color: #EEF7CB;
	font-size: 1.8rem;
	display: inline-block;
	background: url(../img/common/icon06.png) no-repeat left top calc(50% - 0.1rem) / 1.5rem;
}
#main .details .styleBox .infoBox .ttl .jp {
	display: inline-block;
	color: #fff;
	font-size: 3rem;
}
#main .details .styleBox .infoBox .txt {
	line-height: 2.08;
	letter-spacing: -0.05em;
}
#main .details .styleBox .subBox {
	margin-right: 1rem;
	align-items: center;
	position: relative;
	z-index: 1;
}
#main .details .styleBox .subBox .photoList {
	width: 72.6%;
}
#main .details .styleBox .subBox .photoList li {
	margin-right: calc(4% / 3);
	width: 24%;
}
#main .details .styleBox .subBox .photoList li:nth-child(4n) {
	margin-right: 0;
}
#main .details .styleBox01 {
	background-image: url(../img/index/details_bg04.png),url(../img/index/details_bg05.png);
}
#main .details .styleBox01 .infoBox .textBox {
	margin-bottom: 5rem;
}
#main .details .styleBox01 .infoBox .ttl {
	background-image: url(../img/index/details_h_img_bg02.png);
}
#main .details .styleBox01 .infoBox .ttl .en {
	padding-right: 1rem;
}
@media all and (max-width: 768px) {
	#main .details {
		padding: 8rem 0;
	}
	#main .details .content {
		max-width: 100%;
	}
	#main .details .totleBox {
		max-width: 100%;
	}
	#main .details .imgBox {
		padding: 0 2rem;
		margin-bottom: 7rem;
		display: block;
	}
	#main .details .imgBox .photoBox {
		margin-bottom: 5rem;
		width: auto;
	}
	#main .details .imgBox .textBox {
		margin-top: 0;
	}
	#main .details .imgBox .textBox .sub {
		margin: 0;
		width: auto;
	}
	#main .details .imgBox .textBox .headLine01 .en {
		margin-bottom: 1.7rem;
	}
	#main .details .imgBox .textBox .ttl {
		margin: 0 0 2.1rem -0.5rem;
		font-size: 2.8rem;
		line-height: 1.43;
	}
	#main .details .imgBox .textBox .txt {
		line-height: 2.18;
		font-size: 1.6rem;
	}
	#main .details .styleBox {
		padding: 5rem 2rem 4.9rem;
		background-image: url(../img/index/details_bg02_sp.png),url(../img/index/details_bg03_sp.png);
		background-size: 100% auto;
	}
	#main .details .styleBox .infoBox {
		margin-bottom: 2rem;
		display: block;
	}
	#main .details .styleBox .infoBox .photoBox {
		margin: 0 -2.3rem 1.5rem 0;
		width: auto;
	}
	#main .details .styleBox .infoBox .photoBox img {
		width: 100%;
	}
	#main .details .styleBox .infoBox .textBox {
		margin-bottom: 0;
		width: auto;
	}
	#main .details .styleBox .infoBox .textBox .sub {
		width: auto;
	}
	#main .details .styleBox .infoBox .centerTtl {
		margin: 0 auto;
		width: fit-content;
	}
	#main .details .styleBox .infoBox .ttl {
		margin: 0 -1rem 2.8rem;
		padding: 0.4rem 2rem 0;
		width: 31rem;
		background-size: 31.1rem auto;
	}
	#main .details .styleBox .infoBox .ttl .en {
		padding: 0 1.5rem 0 2rem;
		font-size: 1.44rem;
		background-size: 1.3rem auto;
	}
	#main .details .styleBox .infoBox .ttl .jp {
		font-size: 2.4rem;
	}
	#main .details .styleBox .infoBox .txt {
		line-height: 2.18;
		font-size: 1.6rem;
	}
	#main .details .styleBox .subBox {
		margin-right: 0;
		display: block;
	}
	#main .details .styleBox .subBox .photoList {
		margin: -1rem 0 2.5rem;
		width: auto;
		justify-content: space-between;
	}
	#main .details .styleBox .subBox .photoList li {
		margin: 1rem 0 0;
		width: 48.4%;
	}
	#main .details .styleBox .subBox .photoList img {
		width: 100%;
	}
	#main .details .styleBox01 {
		background-image: url(../img/index/details_bg04_sp.png),url(../img/index/details_bg05_sp.png);
	}
	#main .details .styleBox01 .infoBox .textBox {
		margin-bottom: 0;
	}
}
/* face */
#main .face {
	padding-bottom: 10.1rem;
	position: relative;
	z-index: 3;
}
#main .face .content {
	max-width: 121rem;
}
#main .face .faceBox {
	margin-bottom: 5rem;
	padding: 5rem 7.5rem 5rem 7rem;
	background-color: #fff;
	border-radius: 0.7rem;
}
#main .face .faceBox .sub {
	margin: 0 auto;
	max-width: 90.4rem;
}
#main .face .faceBox .imgBox {
	flex-direction: row-reverse;
	align-items: flex-start;
}
#main .face .faceBox .photoBox {
	width: 48.56%;
}
#main .face .faceBox .photoBox img {
	width: 100%;
}
#main .face .faceBox .textBox {
	margin-top: 2.7rem;
	width: 45%;
}
#main .face .faceBox .textBox .ttl {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
}
#main .face .faceBox .textBox .ttl .blue {
	color: #00AFCC;
}
#main .face .faceBox .textBox .ttl .sml {
	font-size: 1.5rem;
}
#main .face .faceBox .textBox .txt {
	text-align: justify;
	line-height: 2.05;
}
#main .face .faceBox .comBtn02 {
	margin: 0 0 0 auto;
}
@media all and (max-width: 768px) {
	#main .face {
		padding-bottom: 8rem;
	}
	#main .face .content {
		max-width: 100%;
	}
	#main .face .faceBox {
		margin-bottom: 0;
		padding: 5rem 2.2rem;
	}
	#main .face .faceBox .sub {
		max-width: 100%;
	}
	#main .face .faceBox .imgBox {
		margin-bottom: 1.8rem;
		display: block;
	}
	#main .face .faceBox .photoBox {
		width: auto;
	}
	#main .face .faceBox .textBox {
		margin-top: 2.7rem;
		width: auto;
	}
	#main .face .faceBox .textBox .ttl {
		margin: 0 -1rem 1.3rem 0;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#main .face .faceBox .textBox .ttl .sml {
		font-size: 1.2rem;
	}
	#main .face .faceBox .textBox .txt {
		line-height: 2.18;
		font-size: 1.6rem;
	}
	#main .face .faceBox .comBtn02 {
		margin: 0 auto;
	}
}
/* exibition */
#main .exibition {
	position: relative;
	z-index: 2;
}
#main .exibition .photoBox {
	padding: 28.125vw 0;
	position: relative;
	z-index: 1;
}
#main .exibition .photo {
	position: absolute;
	z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	clip-path: inset(0);
}
#main .exibition .photo img {
	width: 100%;
    height: 100%;
    position: fixed;
	z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
}
#main .exibition .exibitionBox {
	padding: 9.5rem 0 4.3rem;
	background-color: #fff;
}
#main .exibition .exibitionBox .headLine01 {
	margin: 0;
	width: 40rem;
	color: #00AFCC;
}
#main .exibition .exibitionBox .headLine01 .en {
	margin-right: 3.5rem;
	color: #C8DD72;
	background-image: url(../img/common/icon05.png);
}
#main .exibition .exibitionBox .txtBox {
	flex: 1;
}
#main .exibition .exibitionBox .txtBox .text {
	margin-bottom: 3rem;
	line-height: 2.05;
}
#main .exibition .exibitionBox .date {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .exibition .exibitionBox .date .tagList {
	margin: 0.8rem 1rem 0 0;
	width: 8.2rem;
}
#main .exibition .exibitionBox .date .tagList li {
	padding-top: 0.4rem;
	margin-bottom: 0.5rem;
	text-align: center;
	color: #AECC00;
	font-size: 1.3rem;
	font-weight: 500;
	background-color: #EEF7CB;
	border-radius: 1.15rem;
}
#main .exibition .exibitionBox .date .tagList li:last-child {
	margin-bottom: 0;
}
#main .exibition .exibitionBox .txt {
	flex: 1;
	font-weight: 700;
	font-size: 2.8rem;
}
#main .exibition .exibitionBox .txt .sml {
	font-size: 2.2rem;
}
#main .exibition .exibitionBox .txt .red {
	color: #C1272D;
}
#main .exibition .bg {
	padding: 10rem 0 10.5rem;
	background: #fff url(../img/index/exibition_bg.png) repeat left top / 144rem;
	overflow: hidden;
}
#main .exibition .bg .innerBox {
	margin-bottom: 3.3rem;
	padding: 0 0.7rem;
	background-color: #fff;
	border-radius: 0.6rem;
	border-left: 2.7rem solid rgba(0, 175, 204, 0.6);
	border-right: 2.7rem solid rgba(0, 175, 204, 0.6);
}
#main .exibition .bg .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .exibition .bg .time {
	margin: -8rem 0 -4rem 14.5rem;
	padding: 2.5rem 0.5rem;
	width: 12rem;
	height: 12rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 50%;
	position: relative;
	z-index: 5;
	background-color: #FF6EC4;
}
#main .exibition .bg .time span{
	font-size: 1.7rem;
}
#main .exibition .bg .sub {
	padding: 8.2rem 5.7rem;
	border-left: 0.45rem solid rgba(0, 175, 204, 0.4);
	border-right: 0.45rem solid rgba(0, 175, 204, 0.4);
}
#main .exibition .bg .sub .imgBox {
	align-items: center;
}
#main .exibition .bg .sub .imgBox .phoBox {
	width: 27.4%;
}
#main .exibition .bg .sub .imgBox .phoBox img {
	width: 100%;
}
#main .exibition .bg .sub .imgBox .txtBox {
	position: relative;
	padding-right: 30rem;
	width: 65.5%;
}
#main .exibition .bg .sub .imgBox .ttl {
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: 2.7rem;
}
#main .exibition .bg .sub .imgBox .txtBox .txt {
	margin-bottom: 1.3rem;
	font-size: 1.5rem;
	line-height: 1.8;
}
#main .exibition .bg .totleBox {
	position: relative;
}
#main .exibition .bg .pho {
	width: 30.2rem;
    position: absolute;
    z-index: 1;
    top: -9%;
    right: 8.2rem;
}
#main .exibition .bg .sub .imgBox .txtBox .link a {
	padding-right: 2.2rem;
	color: #5DCFDB;
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	border-bottom: 1px solid #5DCFDB;
	background: url(../img/common/icon09.png) no-repeat right center / 1rem;
}
#main .exibition .bg .sub .imgBox .txtBox .link a:hover {
	opacity: 0.7;
}
#main .exibition .bg .innerBox01 {
	margin-bottom: 0 !important;
	border-color: rgba(223, 192, 62, 0.6);
}
#main .exibition .bg .innerBox01 .sub {
	padding: 7.2rem 5.7rem 6.3rem;
	border-color: rgba(223, 192, 62, 0.4);
}
#main .exibition .bg .totleBox01 .pho {
	top: -13%;
    right: 10.7rem;
}
@media all and (max-width: 768px) {
	#main .exibition .photoBox {
		padding: 53.333vw 0;
	}
	#main .exibition .exibitionBox {
		padding: 7.3rem 0 3.8rem;
	}
	#main .exibition .content {
		display: block;
	}
	#main .exibition .exibitionBox .headLine01 {
		margin-bottom: 3.2rem;
		width: auto;
		display: flex;
		align-items: center;
	}
	#main .exibition .exibitionBox .headLine01 .en {
		margin: 0 2rem 0 0;
	}
	#main .exibition .exibitionBox .txtBox .text {
		margin-bottom: 2.5rem;
		line-height: 2.18;
		font-size: 1.6rem;
	}
	#main .exibition .exibitionBox .date {
		display: block;
	}
	#main .exibition .exibitionBox .date .tagList {
		margin: -0.5rem 1rem 0.5rem 0;
		width: auto;
	}
	#main .exibition .exibitionBox .date .tagList li {
		padding-top: 0.4rem;
		margin: 0.5rem 0.5rem 0 0 !important;
		width: 8.2rem;
	}
	#main .exibition .exibitionBox .txt {
		font-size: 2.4rem;
	}
	#main .exibition .exibitionBox .txt .sml {
		font-size: 2rem;
	}
	#main .exibition .bg {
		padding: 5rem 0 7rem;
		background-size: 116rem auto;
	}
	#main .exibition .bg .innerBox {
		margin-bottom: 4.8rem;
		padding: 0 0.3rem;
		border-radius: 0.7rem;
		border-left-width: 1.4rem;
		border-right: 0;
	}
	#main .exibition .bg .time {
		margin: -8rem 0 -4rem auto;
	}
	#main .exibition .bg .sub {
		padding: 4.7rem 5.5rem 5rem 4rem;
		border-left-width: 0.25rem;
		border-right: 0;
	}
	#main .exibition .bg .sub .imgBox {
		display: block;
	}
	#main .exibition .bg .sub .imgBox .phoBox {
		margin-bottom: -6.5rem;
		width: auto;
	}
	#main .exibition .bg .sub .imgBox .txtBox {
		margin-right: -4rem;
		padding-right: 0;
		width: auto;
	}
	#main .exibition .bg .sub .imgBox .ttl {
		margin-bottom: 1.3rem;
		text-align: center;
		font-size: 2.1rem;
	}
	#main .exibition .bg .sub .imgBox .txtBox .txt {
		margin-bottom: 2.2rem;
	}
	#main .exibition .bg .pho {
		margin: 0 0.5rem 1.3rem auto;
		width: 24.2rem;
		position: static;
	}
	#main .exibition .bg .innerBox01 .sub {
		padding: 4.7rem 5.4rem 5rem 3.8rem;
	}
	#main .exibition .bg .innerBox01 .sub .imgBox .phoBox {
		margin-bottom: -7.5rem;
	}
	#main .exibition .bg .innerBox01 .sub .imgBox .txtBox .pho {
		margin-left: -0.8rem;
	}
}
/* sales */
#main .sales {
	position: relative;
	z-index: 2;
}
#main .sales .photoBox {
	padding: 28.125vw 0;
	position: relative;
	z-index: 1;
}
#main .sales .photo {
	position: absolute;
	z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	clip-path: inset(0);
}
#main .sales .photo img {
	width: 100%;
    height: 100%;
    position: fixed;
	z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
}
#main .sales .bgBox {
	padding: 9.6rem 0 10rem;
	position: relative;
	z-index: -1;
	clip-path: inset(0);
}
#main .sales .bgBox .fixedBg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#main .sales .bgBox .fixedBg .bgImg {
	width: 100%;
	height: 100%;
}
#main .sales .bgBox .fixedBg .bgImg img {
	width: 100%;
	height: 100%;
}
#main .sales .bgBox .content {
	position: relative;
	z-index: 3;
}
#main .sales .headLine01 {
	margin-bottom: 1.8rem;
	color: #00AFCC;
}
#main .sales .headLine01 .en {
	margin-bottom: 0.9rem;
	display: block;
	color: #C8DD72;
	background-image: url(../img/common/icon05.png);
}
#main .sales .text {
	margin-bottom: 8.9rem;
	line-height: 2.06;
	text-align: center;
}
#main .sales .inner .subInner {
	padding: 4.3rem 0;
	border: 1px solid #00AFCC;
	background-color: #FFF;
}
#main .sales .inner .subInner h3 {
	margin-bottom: 2rem;
	position: relative;
	text-align: center;
	color: #00AFCC;
	font-size: 3rem;
	font-weight: 700;
}
#main .sales .inner .subInner h3::before {
	position: absolute;
	top: 1.9rem;
	left: 0;
	width: 100%;
	height: 0.3rem;
	border-top: 1px solid #00AFCC;
	border-bottom: 1px solid #00AFCC;
	content: '';
}
#main .sales .inner .subInner h3 .sub {
	padding: 0 2rem;
	background-color: #FFF;
	position: relative;
	z-index: 5;
	letter-spacing: -0.05em;
}
#main .sales .inner .subInner .subBox {
	margin: 0 auto;
	max-width: 90rem;
}
#main .sales .inner .subInner .subBox .textList {
	margin-bottom: 2.1rem;
}
#main .sales .inner .subInner .subBox .textList > li {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .sales .inner .subInner .subBox .textList > li:last-child {
	margin-bottom: 0;
}
#main .sales .inner .subInner .subBox .textList > li .mark {
	margin-top: 0.3rem;
	padding: 0.5rem 0.2rem 0.2rem;
	width: 8.2rem;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	background-color: #00AFCC;
	border-radius: 1.2rem;
	line-height: 1.2;
	box-sizing: border-box;
}
#main .sales .inner .subInner .subBox .textList > li .mark.spec {
	margin-top: 2.3rem;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox {
	width: calc(100% - 9rem);
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText {
	margin-bottom: -0.5rem;
	color: #00AFCC;
	font-size: 2.2rem;
	font-weight: 500;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText .big {
	font-size: 3.9rem;
	vertical-align: -0.2rem;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText .sml {
	font-size: 1.8rem;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .noteUl li {
	margin-bottom: 0.1rem;
	padding-left: 1em;
	color: #333;
	font-size: 1.2rem;
	line-height: 1.83;
	text-indent: -1em;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl {
	margin-bottom: 0.8rem;
	color: #535353;
	font-size: 2rem;
	font-weight: 500;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl.red {
	color: #C1272D;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl .sml {
	margin-left: 3rem;
	font-size: 1.4rem;
	vertical-align: 0.3rem;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText {
	margin-top: 0.5rem;
	color: #535353;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.57;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText a {
	position: relative;
	display: inline-block;
	color: #5DCFDB;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText a:hover {
	opacity: 0.7;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText a::before {
	position: absolute;
	bottom: 0.6rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5DCFDB;
	content: '';
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText a .ico {
	display: inline-block;
	width: 1.5rem;
	vertical-align: -0.6rem;
}
#main .sales .inner .subInner .subBox .textList > li .txtBox .specText .sml {
	font-size: 1.1rem;
}
#main .sales .inner .subInner .subBox .textBox .title {
	margin-bottom: 0.2rem;
	color: #C1272D;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .sales .inner .subInner .subBox .textBox .textUl li {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.83;
	text-indent: -1em;
}
#main .sales .inner .subInner.style01 {
	margin-top: 10.2rem;
	border-color: #AECC00;
}
#main .sales .inner .subInner.style01 h3 {
	color: #AECC00;
}
#main .sales .inner .subInner.style01 h3::before {
	border-color: #AECC00;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .mark {
	background-color: #AECC00;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .blueText {
	color: #AECC00;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl {
	margin: 0.9rem 0 1.8rem;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li {
	margin-bottom: 1.1rem;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li:last-child {
	margin-bottom: 0;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a {
	position: relative;
	padding-right: 2.5rem;
	display: inline-block;
	color: #5DCFDB;
	font-size: 1.5rem;
	font-weight: 500;
	background: url(../img/common/icon09.png) no-repeat right top calc(50% - 0.2rem) / 1rem;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a:hover {
	opacity: 0.7;
}
#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5DCFDB;
	content: '';
}
@media all and (max-width: 768px) {
	#main .sales .photoBox {
		padding: 33.333vw 0;
	}
	#main .sales .photo img {
		object-position: center top;
	}
	#main .sales .bgBox {
		padding: 8rem 0;
	}
	#main .sales .headLine01 {
		margin-bottom: 3rem;
	}
	#main .sales .headLine01 .en {
		margin: 0 0 0.6rem;
	}
	#main .sales .text {
		margin-bottom: 7rem;
		line-height: 2.18;
		text-align: left;
		font-size: 1.6rem;
	}
	#main .sales .inner .subInner {
		padding-bottom: 5.5rem;
	}
	#main .sales .inner .subInner h3 {
		padding-bottom: 1rem;
		margin-bottom: 2.7rem;
		font-size: 2.4rem;
	}
	#main .sales .inner .subInner h3::before {
		top: auto;
		bottom: 0;
	}
	#main .sales .inner .subInner .subBox {
		margin: 0 2rem;
		max-width: 100%;
	}
	#main .sales .inner .subInner .subBox .textList {
		margin-bottom: 4rem;
	}
	#main .sales .inner .subInner .subBox .textList > li {
		margin-bottom: 4rem;
		display: block;
	}
	#main .sales .inner .subInner .subBox .textList > li .mark {
		margin: 0.3rem 0 0.7rem;
		padding: 0.5rem 0.2rem 0.4rem;
		width: 7.4rem;
		font-size: 1.2rem;
		line-height: 1;
		border-radius: 1.05rem;
	}
	#main .sales .inner .subInner .subBox .textList > li .mark.spec {
		margin-top: 2.3rem;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox {
		width: auto;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText {
		margin-bottom: 2.3rem;
		font-size: 2rem;
		line-height: 1;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText .big {
		font-size: 3.6rem;
		line-height: 1;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .blueText .sml {
		font-size: 1.6rem;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .noteUl li {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl.red {
		margin-bottom: 3rem;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .ttl .sml {
		margin-left: 0;
		font-size: 1.2rem;
		display: block;
		letter-spacing: -0.05em;
	}
	#main .sales .inner .subInner .subBox .textList > li .txtBox .specText {
		margin-top: 2rem;
	}
	#main .sales .inner .subInner .subBox .textBox .textUl li {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#main .sales .inner .subInner.style01 {
		margin-top: 8.2rem;
	}
	#main .sales .inner .subInner.style01 h3 {
		margin-bottom: 5rem;
	}
	#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl {
		margin: 2.5rem 0 5.3rem;
	}
	#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li {
		margin-bottom: 2rem;
	}
	#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a {
		position: relative;
		padding-right: 2.5rem;
		display: inline-block;
		color: #5DCFDB;
		font-size: 1.5rem;
		font-weight: 500;
		background: url(../img/common/icon09.png) no-repeat right top calc(50% - 0.2rem) / 1rem;
	}
	#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a:hover {
		opacity: 0.7;
	}
	#main .sales .inner .subInner.style01 .subBox .textList > li .linkUl li a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5DCFDB;
		content: '';
	}
}
/* product */
#main .product {
	position: relative;
	z-index: 2;
	padding: 8.7rem 0 6.6rem;
	background: #fff url(../img/index/product_bg01.png) no-repeat center bottom / 100%;
}
#main .product .inner {
	margin-bottom: 3.4rem;
}
#main .product .inner .mark {
	padding: 0.5rem 0.2rem 0.3rem;
	width: 8.2rem;
	display: block;
	color: #AECC00;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	background-color: #EEF7CB;
	border-radius: 1.2rem;
	box-sizing: border-box;
}
#main .product .inner h3 {
	padding: 2rem 2rem 1.9rem;
	background-color: #00AFCC;
}
#main .product .inner h3 .sub {
	margin: 0 auto;
	max-width: 90rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .product .inner h3 .txt {
	padding-top: 0.2rem;
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
	width: calc(100% - 8.6rem);
}
#main .product .inner .subBox {
	padding: 4.1rem 2rem 3.3rem;
	background-color: #FFF;
}
#main .product .inner .subBox .textList {
	margin: 0 auto;
	max-width: 90rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .product .inner .subBox .textList > li {
	width: 50%;
}
#main .product .inner .subBox .textList .subList > li {
	margin-bottom: 1.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .product .inner .subBox .textList .subList > li:last-child {
	margin-bottom: 0;
}
#main .product .inner .subBox .textList .subList .txt {
	margin-top: -0.1rem;
	width: calc(100% - 9.8rem);
}
#main .product .inner .subBox .textList .subList .txt .sml {
	font-size: 1rem;
	vertical-align: 0.2rem;
}
#main .product .inner .subBox .textList .subList .txt .sub {
	font-size: 1.5rem;
}
#main .product .inner .subBox .textList .subList .subUl {
	margin-top: 0.1rem;
	width: calc(100% - 9.5rem);
}
#main .product .inner .subBox .textList .subList .subUl li {
	margin-bottom: 0.7rem;
	padding-left: 1em;
	letter-spacing: -0.1em;
	text-indent: -1em;
	line-height: 1.3;
}
#main .product .inner .subBox .textList .subList .subUl li:last-child {
	margin-bottom: 0;
}
#main .product .inner .subBox .textList .subList .subUl li .sml {
	font-size: 1.5rem;
}
#main .product .linkArea {
	padding: 2.1rem 2rem;
	background-color: #FFF;
	border-radius: 0.7rem;
}
#main .product .linkArea .subArea {
	margin: 0 auto;
	max-width: 86.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .product .linkArea .subArea .text {
	padding-top: 0.2rem;
	font-weight: 500;
	line-height: 1.76;
	letter-spacing: -0.05em;
}
#main .product .linkArea .subArea .link {
	width: 26.4rem;
}
#main .product .linkArea .subArea .link a {
	padding: 0.3rem 2.8rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	min-height: 5.7rem;
	background: url(../img/common/icon04.png) no-repeat right 1.2rem center / 1.3rem,url(../img/index/product_bg02.jpg) no-repeat center center / cover;
	border-radius: 0.5rem;
}
#main .product .linkArea .subArea .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	#main .product {
		padding: 7.6rem 0 5.1rem;
		background-image: url(../img/index/product_bg01_sp.png);
		background-position: top center;
	}
	#main .product .photo img {
		width: 100%;
	}
	#main .product .inner {
		margin-bottom: 3rem;
	}
	#main .product .inner .mark {
		padding: 0.4rem 0.2rem 0.3rem;
		width: 7.4rem;
		font-size: 1.2rem;
	}
	#main .product .inner h3 {
		padding: 2rem 2rem 1.3rem;
	}
	#main .product .inner h3 .sub {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .product .inner h3 .txt {
		margin-top: 0.7rem;
		padding-top: 0;
		font-size: 2rem;
		width: auto;
	}
	#main .product .inner .subBox {
		padding: 3rem 2rem 4.8rem;
	}
	#main .product .inner .subBox .textList {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .product .inner .subBox .textList > li {
		margin-bottom: 2.7rem;
		width: auto;
	}
	#main .product .inner .subBox .textList > li:last-child {
		margin-bottom: 0;
	}
	#main .product .inner .subBox .textList > li .mark {
		margin-bottom: 0.7rem;
	}
	#main .product .inner .subBox .textList .subList > li {
		margin-bottom: 2rem;
		display: block;
	}
	#main .product .inner .subBox .textList .subList .txt {
		margin-top: 0;
		width: auto;
		font-size: 1.6rem;
	}
	#main .product .inner .subBox .textList .subList .txt .sub {
		margin-top: -0.2rem;
		display: block;
		font-size: 1.4rem;
	}
	#main .product .inner .subBox .textList .subList .subUl {
		margin-top: 0;
		width: auto;
	}
	#main .product .inner .subBox .textList .subList .subUl li {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#main .product .inner .subBox .textList .subList .subUl li .sml {
		font-size: 1.4rem;
	}
	#main .product .linkArea {
		padding: 4.8rem 1rem 5rem 1.9rem;
	}
	#main .product .linkArea .subArea {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .product .linkArea .subArea .text {
		margin-bottom: 2.5rem;
		padding-top: 0;
		font-size: 1.6rem;
		line-height: 1.56;
	}
	#main .product .linkArea .subArea .link {
		margin: 0 auto;
	}
	#main .product .linkArea .subArea .link a {
		padding: 0.3rem 2.8rem 0 1rem;
		font-size: 1.7rem;
	}
}
/* news */
#main .news {
	position: relative;
	z-index: 2;
	padding: 7.7rem 0 7.6rem;
	background: url(../img/index/news_bg01.jpg) no-repeat center center / cover;
}
#main .news .inner {
	align-items: center;
}
#main .news h2 {
	padding: 0.5rem 0 0 2rem;
	color: #FFF;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	background: url(../img/common/icon02.png) no-repeat left center / 1.5rem;
}
#main .news .scrollBox {
	padding: 1.8rem 5rem 1.7rem 1.5rem;
	width: calc(100% - 18.9rem);
	height: 15rem;
	background: #FFF;
	box-sizing: border-box;
}
#main .news .scrollBox .textList li {
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.47;
}
#main .news .scrollBox .textList li:last-child {
	margin-bottom: 0;
}
#main .news .scrollBox .textList li .date {
	width: 9.5rem;
}
#main .news .scrollBox .textList li .txt {
	width: calc(100% - 10.3rem);
}
#main .news .simplebar-track.simplebar-vertical {
	width: 1rem !important;
	right: 1.1rem !important;
	top: 1.2rem;
	bottom: 1.2rem !important;
	border-radius: 1rem !important;
	background-color: #E6E6E6 !important;
}
#main .news .simplebar-scrollbar:before {
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	background-color: #999 !important;
	opacity: 1 !important;
}
#main .news .scrollBox .textList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	#main .news {
		padding: 3.6rem 0 5rem;
		background-image: url(../img/index/news_bg01_sp.jpg);
	}
	#main .news .inner {
		display: block;
	}
	#main .news h2 {
		margin: 0 auto 0.7rem;
		width: fit-content;
		padding: 0.5rem 2.2rem 0;
		font-size: 3rem;
		letter-spacing: 0.2em;
		background: url(../img/common/icon02.png) no-repeat left center / 1.2rem;
	}
	#main .news .scrollBox {
		padding: 1.8rem 3rem 1.7rem 1.8rem;
		width: auto;
		height: 28.5rem;
	}
	#main .news .scrollBox .textList li {
		margin-bottom: 3.8rem;
		display: block;
		font-size: 1.5rem;
		line-height: 1.67;
	}
	#main .news .scrollBox .textList li .date {
		margin-bottom: -0.2rem;
		width: auto;
	}
	#main .news .scrollBox .textList li .txt {
		width: auto;
	}
	#main .news .simplebar-track.simplebar-vertical {
		right: 1rem !important;
	}
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
	overflow: hidden;
}
.mfp-bg {
	display: none;
}
.mfp-wrap {
	overflow-y: auto;
}
@media all and (min-width: 769px) {
	body.fixed {
		overflow-y: scroll;
	}
}
.mfp-container {
	padding: 0 !important;
	position: fixed;
	background-color: #fff !important;
}
.popupBox {
	margin: 0 auto;
	padding: 0;
	position: relative;	
	z-index: 3;
	background-color: #fff;
	max-width: 144rem;
}
.popupBox .icon {
	margin: 0 -2rem 5rem auto;
	width: 11rem;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 15%;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}
.popupBox .icon img {
	display: inline-block;
	margin-left: 1.5rem;
}
.popupBox .icon a {
	display: flex;
	align-items: center;
}
.popupBox .icon a:hover {
	opacity: 0.7;
}
.popupBox .tabPanel {
	position: relative;
}
.popupBox .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	transition: .3s linear;
}
.popupBox .item:not(.show) {
	position: absolute;
	left: 0;
	top: 0;
	user-select: none;
	pointer-events: none;
	opacity: 0;
}
.popupBox .item.show {
	position: relative;
	opacity: 1;
}
.popupBox .leftBox {
	margin-right: 5rem;
	width: 46.5%;
	position: relative;
}
.popupBox .leftBox .foo {
	font-size: 0;
}
.popupBox .leftBox .prev,
.popupBox .leftBox .next {
	position: absolute;
	z-index: 2;
	top: 46.5%;
	left: 2.1rem;
	width: 2.8rem;
	cursor: pointer;
	transition: .3s;
}
.popupBox .leftBox .slick-disabled {
	display: none !important;
}
.popupBox .leftBox .next {
	left: auto;
	right: 2.1rem;
}
.popupBox .leftBox .slick-dots {
	position: absolute;
	right: 1rem;
	bottom: 1.5rem;
	width: 100%;
	text-align: right;
}
.popupBox .leftBox .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 0.9rem;
	padding: 0;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}
.popupBox .leftBox .slick-dots li button {
	display: none;
}
.popupBox .leftBox .slick-dots li.slick-active {
	background-color: #fff;
}
.popupBox .leftBox img {
	width: 100%;
	height: 100%;
}
.popupBox .rightBox {
	margin-top: 7.5rem;
	padding-bottom: 2rem;
	width: 36.5%;
	min-width: 48.5rem;
	height: 33.333vw;
	overflow: auto;
}
.popupBox .rightBox .ttl {
	margin-bottom: 1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.popupBox .rightBox .ttl .en {
	padding: 0 2.2rem 0 2.5rem;
	display: inline-block;
	font-size: 1.8rem;
	color: #C8DD72;
	background: url(../img/common/icon05.png) no-repeat left top calc(50% - 0.1rem) / 1.5rem;
}
.popupBox .rightBox .ttl .jp {
	font-size: 3rem;
	line-height: 1.2;
}
.popupBox .rightBox .txt {
	margin-bottom: 3.4rem;
	line-height: 1.88;
	letter-spacing: -0.06em;
}
.popupBox .rightBox .txt:last-of-type {
	margin-bottom: 0;
}
.popupBox .tabPanel .subBox {
	width: 51.5rem;
	position: absolute;
	bottom: 0;
	right: calc(50% - 51.5rem);
	z-index: 2;
}
.popupBox .tabPanel .subBox .sub {
	margin-right: 6rem;
}
.popupBox .tabPanel .subBox .subImg {
	margin: 0 auto 0.5rem;
	width: 18.4rem;
}
.popupBox .tabPanel .subBox p {
	margin-bottom: 1.7rem;
	text-align: center;
	color: #999999;
	font-size: 1.1rem;
}
.popupBox .tabPanel .subBox .overBox {
	width: 51.7rem;
	overflow: auto;
}
.popupBox .tabLink {
	display: flex;
}
.popupBox .tabLink li {
	margin-right: 1.3rem;
	width: 9.2rem;
}
.popupBox .tabLink li:last-child {
	margin-right: 0;
}
.popupBox .tabLink img {
	border: 0.2rem solid transparent;
}
.popupBox .tabLink a {
	display: block;
	opacity: 0.4;
}
.popupBox .tabLink span {
	margin: 0.5rem -0.5rem 0;
	text-decoration: underline;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.1em;
}
.popupBox .tabLink a:hover {
	opacity: 1;
}
.popupBox .tabLink .on a {
	opacity: 1;
}
.popupBox .tabLink .on span {
	text-decoration: none;
}
body .mfp-fade {
	opacity: 0;
	animation: mfp-fade .5s forwards;
}
.mfp-wrap {
	position: fixed !important;
	top: 0 !important;
}
@keyframes mfp-fade {
	to {
		opacity: 1;
	}
}
body .mfp-removing {
	opacity: 1;
	animation: mfp-removing-fade .5s forwards;
}
@keyframes mfp-removing-fade {
	to {
		opacity: 0;
	}
}
@media all and (min-width: 769px) and (max-width: 1439px) {
	.popupBox .rightBox {
		margin-top: 6.5rem;
	}
}
@media all and (min-width: 769px) and (max-width: 1260px) {
	.popupBox .rightBox {
		height: 31vw;
	}
}
@media all and (min-width: 769px) {
	.popupBox .tabLink .on img {
		border: 0.2rem solid #1AA0E2;
	}
	.popupBox .tabPanel .subBox .tabLink a:hover span {
		text-decoration: none;
	}
	.popupBox .leftBox .prev:hover,
	.popupBox .leftBox .next:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.popupBox {
		padding: 2rem 0 1.2rem;
		overflow: hidden;
		max-width: 100%;
	}
	.popupBox .icon {
		margin: 0 2.3rem 2rem auto;
		width: 9.5rem;
		position: static;
		font-size: 1.3rem;
	}
	.popupBox .icon img {
		margin-left: 1rem;
		width: 4.5rem;
	}
	.popupBox .item.show {
		display: block;
	}
	.popupBox .leftBox {
		margin: 0 0 2.5rem;
		width: auto;
	}
	.popupBox .leftBox .prev,
	.popupBox .leftBox .next {
		top: 45%;
		left: 1.5rem;
		width: 2.2rem;
	}
	.popupBox .leftBox .next {
		left: auto;
		right: 1.5rem;
	}
	.popupBox .leftBox .slick-dots {
		left: 0;
		right: 0;
		bottom: 1rem;
		text-align: center;
	}
	.popupBox .rightBox {
		margin-top: 0;
		padding: 0 2rem 8rem;
		width: auto;
		height: auto;
		min-width: 100%;
	}
	.popupBox .rightBox .ttl {
		margin-bottom: 2rem;
		align-items: center;
	}
	.popupBox .rightBox .ttl .en {
		padding: 0 2rem 0 1.5rem;
		font-size: 1.4rem;
		background-size: 1.2rem;
	}
	.popupBox .rightBox .ttl .jp {
		font-size: 2.5rem;
	}
	.popupBox .rightBox .txt {
		font-size: 1.6rem;
		line-height: 2.18;
	}
	.popupBox .tabPanel .subBox {
		width: auto;
		position: static;
	}
	.popupBox .tabPanel .subBox .sub {
		margin-right: 0;
	}
	.popupBox .tabPanel .subBox p {
		margin-bottom: 0;
	}
	.popupBox .outBox {
		margin-bottom: 1.7rem;
		padding: 0 1rem;
		overflow: auto;
	}
	.popupBox .tabLink {
		flex-wrap: nowrap;
	}
	.popupBox .tabLink li {
		padding: 0;
		margin: 0.6rem 0 0;
		width: auto;
		flex-shrink: 0;
	}
	.popupBox .tabLink li:last-child {
		padding-right: 1rem;
	}
	.popupBox .tabLink a {
		padding: 0.4rem 0.9rem 0;
		line-height: 1;
		border: 1px solid transparent;
	}
	.popupBox .tabLink .on a {
		border-color: #1AA0E2;
	}
	.popupBox .tabLink span {
		margin: 0;
		font-size: 1.4rem;
		font-weight: 500;
	}
	.popupBox .tabLink .on span {
		color: #1AA0E2;
	}
}
