@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main section {
	position: relative;
}
.mainVisual {
	padding-bottom: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46.7rem;
	background: url(../img/index/main_img01.jpg) no-repeat left bottom / cover;
}
.mainVisual .photo {
	padding-left: 0.2rem;
	margin: 0 auto;
	width: 37.6rem;
}
#main .introduction {
	padding-top: 1px;
	position: relative;
	background-color: #fff;
}
#main .introduction::before {
	width: 100%;
	height: 8.6rem;
	position: absolute;
	z-index: 2;
	bottom: 99.8%;
	content: "";
	background: url(../img/index/introduction_bg01.png) no-repeat left top / 100% 100%;
	pointer-events: none;
}
#main .introduction::after {
	width: 100%;
	height: 8.6rem;
	position: absolute;
	z-index: 2;
	top: 96.3%;
	content: "";
	background: url(../img/index/introduction_bg02.png) no-repeat left bottom / 100% 100%;
	pointer-events: none;
}
#main .introduction .content {
	position: relative;
	z-index: 3;
	margin-top: -5rem;
}
#main .introduction .centerText {
	margin-bottom: 2.4rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.7;
}
#main .introduction .centerText span {
	font-weight: 800;
	letter-spacing: 0.06em;
}
#main .introduction .text {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
#main .introduction .text:last-child {
	margin-bottom: 0;
}
#main .director {
	padding: 11.2rem 0 4.2rem;
	background: linear-gradient(to left, #e57bff 0%, #34a7a7 100%);
}
#main .director .headLine01 {
	top: 10.4rem;
}
#main .director .imgBox {
	margin-bottom: 3.5rem;
}
#main .director .imgBox .sliderBox {
	margin-right: 1.7rem;
	width: 74.7%;
}
#main .director .imgBox .textBox {
	flex: 1;
}
#main .director .imgBox .textBox .name {
	color: #fff;
	font-weight: 600;
	font-size: 1.9rem;
	letter-spacing: 0.18em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#main .director .imgBox .textBox .name span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#main .director .comLeftBox > .text {
	margin-bottom: 3.7rem;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 2;
}
#main .director .innerBox {
	padding: 1.5rem 1.5rem 2.3rem;
	border-radius: 1.7rem;
	background-color: rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(27.28px);
    -webkit-backdrop-filter: blur(27.28px);
}
#main .director .innerBox .headLine02 {
	color: #fff;
}
#main .director .innerBox .text {
	margin-bottom: 3.3rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 2.28;
}
#main .director .innerBox .text:last-of-type {
	margin-bottom: 0;
}
#main .director .photo {
	margin: 4rem 0 2.5rem;
}
#main .director .photo img {
	width: 100%;
}
#main .director .innerBox01 .text {
	font-weight: 500;
}
#main .information {
	padding: 3.5rem 0 5rem;
	background-color: #fff;
}
#main .information .headLine01 {
	top: 4.9rem;
}
#main .information .infoUl > li {
	margin-bottom: 2.7rem;
}
#main .information .infoUl > li:last-child {
	margin-bottom: 0;
}
#main .information .infoUl .title {
	margin-bottom: 0.6rem;
	letter-spacing: 0.03em;
	font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
#main .information .infoUl .title:last-of-type {
	margin-bottom: 0;
}
#main .information .infoUl .title span {
	font-weight: 400;
}
#main .information .infoUl01 {
	margin-bottom: 3rem;
}
#main .information .infoList li {
	margin-bottom: 2.5rem;
}
#main .information .infoList li:last-child {
	margin-bottom: 0;
}
#main .information .infoList .h_title {
	margin: 2rem 0 0.5rem;
	color: #e57bff;
    font-weight: 600;
    letter-spacing: 0.03em;
}
#main .information .infoList .text {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
}
#main .information .infoList .detail {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
}
#main .information .infoList .detail a {
	text-decoration: underline;
	color: #e57bff;
}
#main .information .infoList .detail a:hover {
	opacity: 0.7;
}
#main .information .imgBox {
	margin-bottom: 5rem;
}
#main .information .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .information .imgBox .photo {
	margin: 1.2rem 0 1.5rem;
}
#main .information .imgBox .photo img {
	width: 100%;
}
#main .information .imgBox .textBox .h_title {
	color: #e57bff;
	font-weight: 600;
	letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}
#main .information .imgBox .textUl {
	margin-bottom: 0.4rem;
	font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
#main .information .imgBox .textUl li {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0.03em;
}
#main .information .imgBox .textUl .lText {
	display: inline-block;
	width: 5rem;
}
#main .information .imgBox .textUl .rText {
	flex: 1;
}
#main .information .imgBox .comBtn {
	margin-top: 1.8rem;
}
#main .route {
	padding: 4.7rem 0 5rem;
	background: linear-gradient(to left, #e57bff 0%, #34a7a7 100%);
}
#main .route .headLine01 {
	top: 5.1rem;
}
#main .route .headLine02 {
	margin-bottom: 0.2rem;
	color: #fff;
}
#main .route .comNoteUl {
	margin-bottom: 0.4rem;
	color: #fff;
}
#main .route .routeUl > li {
	padding: 2.4rem 0;
	border-bottom: 1px solid #fff;
}
#main .route .routeUl > li:last-child {
	border-bottom: 0;
}
#main .route .routeUl .title {
	margin-bottom: 1.1rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
}
#main .route .routeUl .textList li {
	margin-bottom: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .route .routeUl .textList li:last-child {
	margin-bottom: 0;
}
#main .route .routeUl .textList .tag {
	padding-bottom: 0.2rem;
	margin-right: 1.5rem;
	display: inline-block;
	width: 7rem;
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.06em;
    font-family: "Noto Sans JP", sans-serif;
}
#main .route .routeUl .textList .text {
	flex: 1;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.03em;
}
#main .route .routeUl .textList .text .notes {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
#main .route .mapBox .map {
	position: relative;
	padding-bottom: 49.4%;
	margin-bottom: 1rem;
	overflow: hidden;
}
#main .route .mapBox .map iframe {
	width: 100%;
	top: -15rem;
	position: absolute;
	left: 0;
	bottom: 0;
	object-fit: cover;
}
#main .route .mapBox .link a {
	text-decoration: underline;
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #F8ED5E;
	letter-spacing: 0.03em;
}
#main .route .mapBox .link01 {
	margin-top: 1rem;
}
#main .route .mapBox .link01 a {
	color: #F8ED5E;
}
#main .route .mapBox .link a:hover {
	opacity: 0.7;
}
#main .route .notes {
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.03em;
}
#main .benefits {
	padding: 3.5rem 0 2.2rem;
	background-color: #fff;
}
#main .benefits .headLine02 {
	margin-bottom: 3rem;
}
#main .benefits .comNoteUl {
	margin: 1rem 0 0.9rem;
}
#main .benefits .comLeftBox > .text {
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
#main .benefits .comBtn {
	margin: 1.5rem auto 3.5rem;
}
#main .benefits .benefitsUl > li {
	padding: 2.5rem 0;
	border-top: 1px solid #e3e3e3;
}
#main .benefits .benefitsUl .h_title {
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}
#main .benefits .benefitsUl .text {
	letter-spacing: 0.03em;
	font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
#main .benefits .benefitsUl .text .color {
	color: #B37CFD;
	font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
#main .benefits .benefitsUl .text .bold {
	font-weight: 600;
}
#main .benefits .benefitsUl .text01 {
	margin-top: 1rem;
	font-size: 1.2rem;
}
#main .benefits .benefitsUl .title {
	margin-bottom: 1rem;
	font-weight: 500;
}
#main .benefits .benefitsUl .info {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}
#main .benefits .benefitsUl .link a {
	font-size: 1.4rem;
	text-decoration: underline;
	color: #E27CFD;
}
#main .benefits .benefitsUl .link a:hover {
	opacity: 0.7;
}
#main .benefits .benefitsUl .photo {
	margin: 1.2rem 0 1.5rem;
}
#main .benefits .benefitsUl .photo img {
	width: 100%;
}
#main .benefits .benefitsUl .subText {
	margin-top: 1rem;
	letter-spacing: 0.03em;
	font-size: 1.2rem;
}
#main .benefits .image {
	margin: 1rem 0;
}
#main .goods {
	padding: 4.6rem 0;
	background-color: #f7f7f7;
}
#main .goods .headLine01 {
	top: 5rem;
}
#main .goods .photo {
	margin-bottom: 1.2rem;
}
#main .goods .photo img {
	width: 100%;
}
#main .goods .comFeeUl {
	margin-bottom: 0.5rem;
}
#main .artist {
	padding: 4rem 0 5.7rem;
	background: linear-gradient(268deg,#e57bff 0%, #34a7a7 100%);
}
#main .artist .headLine01 {
	top: 4rem;
}
#main .artist .comLeftBox {
	margin-right: -0.1rem;
}
#main .artist .subInner {
	margin-bottom: 4.9rem;
	padding-bottom: 7rem;
	border-bottom: 1px solid #E3E3E3;
}
#main .artist .subInner:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
}
#main .artist .sliderBox .slick-dots {
	bottom: -1.9rem;
}
#main .artist .foo li.wid01 {
	padding-left: 0.5rem;
}
#main .artist .textBox {
	margin-top: 2.9rem;
	color: #FFF;
}
#main .artist .textBox .name {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}
#main .artist .textBox .name .en {
	display: block;
	font-size: 1.4rem;
}
#main .artist .textBox .text {
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.06em;
}
#main .compaign {
	padding: 2.9rem 0 6.9rem;
	background-color: #fff;
}
#main .compaign .headLine01 {
	top: 2.8rem;
}
#main .compaign .headLine02 {
	margin-bottom: 1rem;
}
#main .compaign .topText {
	margin-bottom: 1.4rem;
	letter-spacing: 0.02em;
}
#main .compaign .topText .color01 {
	color: #E27CFD;
	font-weight: 600;
}
#main .compaign .inner {
	margin-top: 2.7rem;
}
#main .compaign .inner .subInner:not(:last-child) {
	margin-bottom: 1.7rem;
}
#main .compaign .inner .subInner.bottom01 {
	margin-bottom: 2.7rem;
}
#main .compaign .inner .comTag {
	margin: 0 0 0.5rem;
	min-width: 15.4rem;
}
#main .compaign .inner .comTitle {
	margin-bottom: 0.4rem;
}
#main .compaign .inner .comTitle .color01 {
	color: #E27CFD;
	font-weight: 600;
}
#main .compaign .inner .comNoteUl {
	margin-bottom: 0;
}
#main .compaign .inner .photo {
	margin: 0.6rem -0.2rem 1.6rem 0;
}
#main .compaign .inner .photo img {
	width: 100%;
}
#main .compaign .inner .textUl {
	padding-top: 0.1rem;
}
#main .compaign .inner .textUl > li {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.43;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#main .compaign .inner .textUl .subUl {
	padding-left: 1.8rem;
}
#main .faq {
	padding: 3.5rem 0 6.5rem;
	overflow: hidden;
	background: linear-gradient(270deg,#e57bff 0%, #34a7a7 100%);
}
#main .faq .headLine01 {
	width: 4rem;
	top: 4.1rem;
	left: -0.9rem;
}
#main .faq .headLine02 {
	margin-bottom: 2rem;
	color: #FFF;
}
#main .faq .dlBox {
	margin-right: -0.2rem;
}
#main .faq .dlBox .faqDl {
	margin-bottom: 2rem;
	border-radius: 1.7rem;
	overflow: hidden;
}
#main .faq .dlBox .faqDl dt {
	padding: 0.4rem 3.6rem 0.8rem;
	position: relative;
	color: #FFF;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
	background: #075089 url(../img/common/icon02.png) no-repeat right 1.4rem center / 2rem;
	cursor: pointer;
}
#main .faq .dlBox .faqDl dt::before {
	position: absolute;
	top: 0.8rem;
	left: 1.2rem;
	width: 1.5rem;
	height: 1.9rem;
	background: url(../img/common/icon03.png) no-repeat left top / 100%;
	content: '';
}
#main .faq .dlBox .faqDl dt.on {
	background-image: url(../img/common/icon02_on.png);
}
#main .faq .dlBox .faqDl dd {
	padding: 1.2rem 1.5rem 1.7rem;
	display: none;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
	background: #FFF;
	border-radius: 0 0 1.7rem 1.7rem;
	word-break: break-all;
}
#main .faq .dlBox .faqDl dd .textUl li {
	text-indent: -1em;
	padding-left: 1em;
}
#main .faq .dlBox .faqDl .line {
	text-decoration: underline;
	color: #E27CFD;
}
#main .faq .dlBox .faqDl dd a:hover {
	opacity: 0.7;
}
#main .guideline {
	padding: 5.5rem 0 0;
	background-color: #fff;
}
#main .guideline .headLine01 {
	top: 6.1rem;
}
#main .guideline .subInner:not(:last-child) {
	margin-bottom: 2.2rem;
}
#main .guideline .subBox:not(:last-child) {
	margin-bottom: 6.7rem;
}
#main .guideline .subBox.bottom01:not(:last-child) {
	margin-bottom: 2.2rem;
}
#main .guideline .textList > li {
	margin-bottom: 1.2rem;
	padding-left: 2rem;
	position: relative;
	letter-spacing: 0.03em;
}
#main .guideline .textList > li::before {
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 1.3rem;
	height: 0.2rem;
	background: #B37CFD;
	content: '';
}
#main .guideline .textList .comNoteUl {
	margin-top: 0.9rem;
}
#main .guideline .textArea {
	margin-top: 4.8rem;
	padding: 2.2rem 2rem 2.6rem;
	background: #F7F7F7;
}
#main .guideline .textArea .comTitle {
	margin-bottom: 0.9rem;
	font-weight: 400;
}
#main .contact {
	padding: 4.5rem 0 4.2rem;
	background: linear-gradient(270deg,#e57bff 0%, #34a7a7 100%);
}
#main .contact .headLine01 {
	top: 5.1rem;
}
#main .contact .headLine02 {
	margin-bottom: 2.1rem;
	color: #FFF;
}
#main .contact .subInner:not(:last-child) {
	margin-bottom: 2.2rem;
}
#main .contact .subInner .tag {
	margin-bottom: 1.5rem;
	padding: 0.1rem 1.3rem;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #FFF;
}
#main .contact .subInner .comBtn {
	margin: 0 0 1rem;
}
#main .contact .subInner .comBtn a {
	background: #075089 url(../img/common/icon01.png) no-repeat right 1.6rem top calc(50% - 0.1rem) / 1rem;
}
#main .contact .subInner .title {
	margin-bottom: 0.9rem;
	color: #FFF;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
}
#main .contact .subInner .textUl li {
	margin-bottom: 0.6rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
}
#main .contact .subInner .pLink,
#main .contact .subInner .pLink a {
	color: #FFF;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	font-family: "Noto Sans JP", sans-serif;
}
#main .outBottomBox .pLink a:hover,
#main .contact .subInner .pLink a:hover {
	opacity: 0.7;
}
#main .contact .subInner.style01 .tag {
	padding: 0.1rem 2.2rem;
}
#main .outBottomBox {
	padding: 3.3rem 0 3.2rem;
	background-color: #fff;
}
#main .outBottomBox h2 {
	margin: 0 auto 1rem;
	width: 12.6rem;
}
#main .outBottomBox .text {
	margin-bottom: 1.8rem;
	color: #075089;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.03em;
}
#main .outBottomBox .pLink {
	margin: 0 auto 3rem;
	width: fit-content;
	text-align: center;
}
#main .outBottomBox .pLink a {
	color: #B37CFD;
	font-size: 2rem;
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0.02em;
}
#main .outBottomBox .logoImg {
	margin: 0 auto;
	max-width: 32.9rem;
}
@media all and (min-width: 897px) {
	#main .bg {
		position: relative;
		z-index: 7;
        margin: 0 auto;
		width: 39.1rem;
	}
	#main .rBox {
		width: 68.9%;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		height: 100%;
	}
	#main .rBox .photo {
		height: 100%;
	}
	#main .rBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .introduction::before {
		background-image: url(../img/index/introduction_bg01_pc.png);
	}
	#main .introduction::after {
		background-image: url(../img/index/introduction_bg02_pc.png);
	}
}