@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
	overflow: clip;
}
#main .mainVisual {
	margin-bottom: -1px;
	padding-bottom: 4.3rem;
	background: url(../img/common/bg_img.png) no-repeat center bottom / 192rem;
}
#main .mainVisual img {
	width: 100%;
}
#main .comBgBox {
	padding: 9.5rem 0 3.6rem;
	background: #b93f32 url(../img/common/bg_icon02.png) repeat-x left 1.3rem top 0.8rem / 27.4rem 5.1rem;
}
#main .about {
	padding: 16.1rem 0 9.7rem;
}
#main .heading01 {
	margin: 0 auto -0.4rem;
	padding: 1.2rem 2rem 0;
	position: relative;
	width: fit-content;
	min-width: 44.4rem;
	height: 4.1rem;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.01em;
	text-align: center;
	color: #b93f32;
	border-radius: 4rem 4rem 0 0;
	background: #f1e6cd;
	border: 0.4rem solid #b93f32;
	border-bottom: none;
}
#main .about .timeTxt {
	line-height: 1.5;
}
#main .btnList {
	margin: 0 -0.4rem 0;
	padding: 3.8rem 2rem 2.4rem;
	background: #f1e6cd;
	border: 0.4rem solid #b93f32;
	border-radius: 3.4rem;
	display: flex;
	justify-content: center;
	gap: 2.3rem;
}
#main .ticket {
	padding: 11.2rem 0 12rem;
	background: #296a40 url(../img/common/bg_icon01.png) repeat-x left top / 4.8rem;
	position: relative;
}
#main .ticket .comBox .inner {
	padding-bottom: 5.9rem;
}
#main .ticket .comBox .topImg,
#main .ticket .comBox {
	background: #b93f32;
}
#main .ticket .ticketDl {
	margin: 3.8rem auto 5.4rem;
	width: 67.4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.3rem 2rem;
}
#main .ticket .ticketDl dt,
#main .ticket .ticketDl dd {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: left;
}
#main .ticket .ticketDl dt {
	width: 24.3rem;
	overflow: hidden;
}
#main .ticket .ticketDl span {
	position: relative;
	width: fit-content;
	display: inline-block;
}
#main .ticket .ticketDl dt span::after {
	width: 30rem;
	left: calc(100% + 1.8rem);
	height: 0.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-top: 0.2rem dotted #231815;
	box-sizing: border-box;
}
#main .ticket .ticketDl dd {
	width: calc(100% - 26.3rem);
	display: flex;
	justify-content: space-between;
}
#main .ticket .ticketDl dd span {
	min-width: 19.8rem;
}
#main .ticket .ticketDl dd small {
	font-size: 1.8rem;
}
#main .ticket .ticketDl dd span:last-child {
	margin-right: -1rem;
}
#main .ticket .ticketDl dd span:not(:last-child)::after {
	margin: 0 0.9rem 0 1.3rem;
	content: "/";
	position: absolute;
	right: -2rem;
	top: 0;
}
#main .ticket .text {
	margin: 3.5rem 0 0;
	line-height: 1.9;
	font-size: 2.2rem;
	font-weight: 700;
	word-break: break-all;
}
#main .ticket p a {
	color: #268aff;
}
#main .ticket .subBox {
	margin: 6.7rem 0 5.4rem;
}
#main .ticket .comBtn a {
	margin: 0 auto 1.1rem;
}
#main .ticket .colTips {
	font-weight: 500;
	font-size: 1.4rem;
	color: #b93f32;
	text-align: center;
}
#main .ticket .policy {
	margin-top: 6.2rem;
	padding-top: 3.1rem;
	border-top: 1px solid #231815;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.714;
	text-align: left;
}
#main .ticket .policy .title {
	font-weight: 500;
}
#main .access {
	padding: 9.4rem 0 29rem;
	position: relative;
	z-index: 1;
	background: #fff;
}
#main .access .headLine01 {
	margin-bottom: 5.1rem;
	color: #b93f32;
}
#main .access .heading {
	margin-bottom: 2.4rem;
	padding-bottom: 1.2rem;
	display: flex;
	align-items: center;
	color: #b93f32;
	font-weight: 700;
	font-size: 2rem;
	gap: 2.1rem;
	border-bottom: 0.3rem solid #296a40;
}
#main .access .heading02 span,
#main .access .heading span {
	width: fit-content;
	display: block;
}
#main .access .heading .txt01 {
	font-size: 2.8rem;
}
#main .access .heading02 .txt02 {
	flex: 1;
}
#main .access .mapBox {
	margin-bottom: 3.2rem;
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 1200/584;
	background: #ccc;
}
#main .access .mapBox iframe,
#main .access .mapBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .access .heading02 {
	margin: 8rem 0 2.4rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	gap: 4.4rem;
}
#main .access .heading02 .txt01 {
	padding-left: 3.7rem;
	font-size: 2.2rem;
	font-weight: 700;
	position: relative;
	background: url(../img/index/icon01.png) no-repeat center left / 3rem;
}
#main .access .heading02 .txt01::after {
	width: 3rem;
	height: 1px;
	position: absolute;
	right: -3.6rem;
	top: 50%;
	content: "";
	background: #231815;
}
#main .access .innList .title {
	margin-bottom: 0.2rem;
	padding: 0.45rem 3.5rem;
	font-weight: 700;
	background: #f1e6cd url(../img/index/icon02.png) no-repeat center left 0.6rem / 2.4rem;
}
#main .access .innList .ttl02 {
	background-image: url(../img/index/icon03.png);
}
#main .access .innList .ttl03 {
	background-image: url(../img/index/icon04.png);
}
#main .access .innList .ttl04 {
	background-image: url(../img/index/icon05.png);
}
#main .access .innList .ttl05 {
	background-image: url(../img/index/icon06.png);
}
#main .access .innList {
	columns: 2;
	gap: 8.13rem
}
#main .access .innList > li {
	margin-top: 3.2rem;
	counter-increment: num;
	page-break-inside: avoid;
}
#main .access .innList > li:first-of-type {
	margin-top: 0;
}
#main .access .subUl > li {
	padding: 1rem 0.6rem 1.1rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px dotted #231815;
	line-height: 1.5;
	align-items: center;
}
#main .access .subUl .txtUl {
	width: 100%;
}
#main .access .subUl .big {
	margin: 0 0.2rem;
	font-size: 3.2rem;
	vertical-align: sub;
	font-weight: 700;
}
#main .access .subUl .txt {
	flex: 1;
}
#main .access .txtUl  {
	margin: 0.3rem 0 3.2rem;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main .access .tips {
	margin: 1.9rem 0;
	font-size: 1.2rem;
}
#main .recommend {
	padding: 16rem 0 12.3rem;
}
#main .recommend .headLine01 {
	margin-bottom: 5.3rem;
}
#main .recommend .imgList {
	gap: 7.7rem 3.3rem;
}
#main .recommend .imgList li {
	padding-bottom: 3.9rem;
	width: calc((100% - 6.6rem) / 3);
	border-radius: 1rem;
	position: relative;
	background: #fff;
}
#main .recommend .imgList li::before {
	content: "";
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 1rem;
	border: 0.2rem solid #296a40;
	box-sizing: border-box;
}
#main .recommend .imgList .numText {
	margin: 0;
	width: 8rem;
	height: 8rem;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-56%);
	font-family: "Shrikhand", serif;
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: 0.01em;
	color: #f1e6cd;
	border-radius: 100%;
	background: #296a40;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .recommend .imgList .title {
	margin: 2.4rem 2rem 1.5rem;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	line-height: 1.555;
	text-align: center;
	color: #b93f32;
}
#main .recommend .imgList p {
	margin: 0 3.2rem;
	letter-spacing: 0.01em;
	font-size: 1.6rem;
}
#main .recommend .imgList img {
	width: 100%;
	border-radius: 1rem 1rem 0 0;
}
#main .shopBox {
	padding: 16rem 0 19.2rem;
	background: url(../img/common/bg_icon03.png) repeat-x left 1.3rem bottom 0.8rem / 27.4rem 5.1rem,url(../img/common/bg_icon03.png) repeat-x left 1.3rem top 0.8rem / 27.4rem 5.1rem,#296a40 ;
}
#main .shopBox .slick-list {
	overflow: visible;
}
#main .shopBox .headLine01 {
	margin-bottom: 5.3rem;
}
#main .shopBox .comBox {
	margin-bottom: 7.9rem;
	padding-bottom: 8.9rem;
	height: 80.8rem;
	background: #f1e6cd;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .shopBox .comBox p {
	line-height: 1.5;
}
#main .shopBox .heading {
	margin-bottom: 3.1rem;
	font-size: 4.2rem;
	text-align: center;
	color: #f1e6cd;
}
#main .shopBox .slideBox {
	margin-bottom: 19.2rem;
}
#main .shopBox .slideBox:last-child {
	margin-bottom: 0;
}
#main .shopBox .slideUl div > li {
	margin: 0 2rem;
	padding: 3.1rem 3.9rem 3.6rem;
	width: 57rem !important;
	border-radius: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.714;
	background: #fff;
	border: 1px solid #f1e6cd;
	cursor: pointer;
	transition: 0.3s;
}
#main .shopBox .slideUl .titleInn {
	margin-bottom: 1.9rem;
}
#main .shopBox .slideUl .title {
	padding: 1.3rem 0.5rem 1.3rem 2.5rem;
	width: 100%;
	min-height: 6rem;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	color: #b93f32;
	border-radius: 4rem;
	background: #f1e6cd;
	line-height: 1.5;
	gap: 1.5rem;
}
#main .shopBox .slideUl .title .type {
	width: 8.1rem;
	font-size: 1.6rem;
	line-height: 1.937;
	color: #f1e6cd;
	border-radius: 15.5px;
	background: #296a40;
	text-align: center;
	display: none;
}
#main .shopBox .slideUl .dateInfo {
	margin-bottom: 2.4rem;
	display: block;
}
#main .shopBox .slideUl .title .text {
	flex: 1;
}
#main .shopBox .subUl {
	margin-top: 2.2rem;
	display: flex;
	justify-content: space-between;
}
#main .shopBox .subUl li {
	width: calc(50% - 1.1rem);
}
#main .shopBox .subUl .photo {
	margin-bottom: 1.4rem;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #296a40;
	aspect-ratio: 234/156;
}
#main .shopBox .subUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .shopBox .slideUl .subText,
#main .shopBox .subUl p {
	font-size: 1.6rem;
}
#main .shopBox .slideUl .subText .price,
#main .shopBox .subUl .price {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.4rem;
}
#main .shopBox .dotList {
	margin-top: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}
#main .shopBox .dotList button {
	display: none;
}
#main .shopBox .dotList li {
	width: 1.2rem;
	height: 1.2rem;
	background: #f1e6cd;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.3s;
}
#main .shopBox .dotList .slick-active {
	background: #b93f32;
}
#main .song {
	padding: 9.5rem 0 12rem;
}
#main .song .content {
	max-width: 120rem;
}
#main .song .headLine01 {
	margin-bottom: 4.5rem;
	color: #B93F32;
}
#main .song .text01 {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.4rem;
}
#main .song .text02 {
	margin-bottom: 4.1rem;
	text-align: center;
	color: #296A40;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .song .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
#main .song .imgBox .photoBox {
	width: 47.64%;
}
#main .song .imgBox .photoBox img {
	width: 100%;
}
#main .song .imgBox .textBox {
	width: 50%;
}
#main .song .imgBox .textBox .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1.3rem;
}
#main .song .imgBox .textBox02 {
	width: 100%;
}
#main .song .imgBox .textBox p {
	margin-bottom: 3.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7143;
}
#main .song .imgBox .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .song .imgBox .textBox .subBox {
	margin-bottom: 3rem;
	display: flex;
	gap: 1.4rem;
}
#main .song .imgBox .textBox .subBox:last-child {
	margin-bottom: 0;
}
#main .song .imgBox .textBox .subBox .photo {
	width: 37.44%;
}
#main .song .imgBox .textBox .subBox .photo img {
	width: 100%;
}
#main .song .imgBox .textBox .subBox .subTextBox {
	margin-top: -0.2rem;
	flex: 1;
}
#main .song .imgBox .textBox .subBox p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
}
#main .song .imgBox .textBox .subBox .subTtl {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7143;
}

#main .faq {
	padding-bottom: 29rem;
	position: relative;
	background: #fff;
	z-index: 1;
}
#main .faq .headLine01 {
	margin-bottom: 5.1rem;
	color: #B93F32;
}
#main .faq .heading {
	font-size: 2.2rem;
	font-weight: 700;
	padding-bottom: 2.2rem;
	border-bottom: 0.1rem solid #231815;
}
#main .faq .faqList {
	padding: 1rem 0 0.9rem;
	border-bottom: 0.1rem solid #231815;
}
#main .faq .faqList dt {
	padding: 1.4rem 4rem 1.4rem 0;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	cursor: pointer;
}
#main .faq .faqList dt .mark {
	color: #B93F32;
}
#main .faq .faqList dt .icon {
	width: 3.4rem;
	height: 3.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	background: #296A40;
	border-radius: 50%;
	transform: translateY(-50%);
}
#main .faq .faqList dt .icon::before {
	width: 2rem;
	height: 0.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #F1E6CD;
	transform: translate(-50%,-50%);
	transition: 0.3s;
	content: '';
}
#main .faq .faqList dt .icon::after {
	width: 0.2rem;
	height: 2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #F1E6CD;
	transform: translate(-50%,-50%);
	transition: 0.3s;
	content: '';
}
#main .faq .faqList dt.on .icon::after {
	display: none;
}
#main .faq .faqList dd {
	padding: 0.1rem 0 1.3rem;
	display: none;
}
#main .faq .faqList dd .mark {
	color: #231815;
}
#main .faq .subBox {
	margin-bottom: 5rem;
}
#main .faq .subBox:last-child {
	margin-bottom: 0;
}
.popupContent .popupClose::after {
	content: "×";
	font-size: 2rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.top-level {
	z-index: 1000;
}
@media  (min-width: 897px) {
	#main .shopBox .slideUl div > li:hover * {
		transition: 0.3s;
	}
	.popupContent .popupClose:hover::after,
	#main .shopBox .slideUl div > li:hover * {
		opacity: 0.8;
	}
	#main .popupBody li {
		cursor: auto !important;
	}
	#main .popupBody li:hover * {
		opacity: 1 !important;
	}
	#main .shopBox .dotList li:hover {
		background: #b93f32;
	}
	#main .ticket p a:hover {
		opacity: 0.8;
	}
	#main .song .imgBox .textBox02 {
		order: -1;
	}
}
@media all and (min-width: 1921px) {
	#main .mainVisual {
		background-size: 100%;
	}
}
@media  (min-width: 897px) and (max-width: 1090px) {
	#main .btnList {
		margin: 0 0 9rem;
	}
	#main .ticket .textList .photo {
		width: 17.266vw;
	}
	#main .ticket .textList li {
		width: calc(50% - 2.2vw);
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 0.2rem 0 0.2rem;
		background: url(../img/common/bg_img_sp.png) no-repeat center bottom / 100% ;
	}
	#main .comBgBox {
		padding: 9.7rem 0 5.1rem;
		background-size: 23.4rem auto;
		background-position: left 1.3rem top 1.2rem;
	}
	#main .about {
		padding: 13.4rem 0 4.6rem;
	}
	#main .about .headLine01 {
		margin-bottom: 6.9rem;
	}
	#main .heading01 {
		padding: 0.9rem 2rem 0;
		font-size: 2.4rem;
		min-width: 27.5rem;
	}
	#main .btnList {
		margin: 0 -0.4rem;
		padding: 3.1rem 1.3rem 3.4rem;
		border-radius: 2.4rem;
		flex-direction: column-reverse;
	}
	#main .recommend {
		padding: 13.4rem 0 8rem;
	}
	#main .recommend .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .recommend .imgList {
		display: block;
	}
	#main .recommend .imgList li {
		margin-bottom: 6.9rem;
		padding-bottom: 2.2rem;
		width: 100%;
		min-height: 50.4rem;
	}
	#main .recommend .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .recommend .imgList .title {
		margin: 1.4rem 1rem;
	}
	#main .recommend .imgList p {
		margin: 0 2.3rem;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	#main .recommend .imgList .numText {
		width: 6.2rem;
		height: 6.2rem;
		font-size: 2.8rem;
		transform: translate(-39%,-73%);
	}
	#main .ticket {
		padding: 9.4rem 0 8rem;
		background-size: 4.3rem;
		background-position: left top 1.4rem;
	}
	#main .ticket .comBox .inner {
		padding: 5.2rem 1.8rem 2.5rem;
	}
	#main .ticket::after {
		background-size: 23.4rem;
		background-position: left 1.3rem top 1.1rem;
	}
	#main .ticket .ticketDl {
		margin: 2.2rem 0 -0.9rem;
		display: block;
		width: auto;
	}
	#main .ticket .ticketDl dt {
		margin-bottom: 0.7rem;
		font-size: 1.8rem;
		width: 100%;
	}
	#main .ticket .ticketDl dt span::after {
		display: none;
	}
	#main .ticket .ticketDl dd {
		margin-bottom: 1rem;
		padding-bottom: 1.3rem;
		font-size: 1.6rem;
		display: block;
		width: 100%;
		border-bottom: 1px dotted #231815;
	}
	#main .ticket .ticketDl dd small {
		font-size: 1.2rem;
	}
	#main .ticket .ticketDl dd span {
		min-width: inherit;
	}
	#main .ticket .ticketDl dd span:not(:last-child)::after {
		margin: 0 0.4rem 0 0.5rem;
		position: initial;
	}
	#main .ticket .ticketDl dd:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	#main .ticket .text {
		margin-top: 2rem;
		font-size: 1.8rem;
		line-height: 1.777;
	}
	#main .ticket p a {
		margin-bottom: 0.9rem;
		display: inline-block;
	}
	#main .ticket .subBox {
		margin: 6.1rem 0 3rem;
	}
	#main .ticket .policy {
		margin-top: 3.9rem;
		display: block;
		padding-top: 2.8rem;
	}
	#main .ticket .colTips {
		line-height: 1.571;
	}
	#main .ticket .comBtn a {
		margin: 0 -0.7rem 1.1rem;
		width: auto;
	}
	#main .shopBox {
		padding: 13.4rem 0 14.7rem;
		background-size: 23.4rem auto;
    	background-position: left 1.3rem top 1.2rem,left 1.3rem bottom 1.2rem;
	}
	#main .shopBox .headLine01 {
		margin-bottom: 3.6rem;
	}
	#main .shopBox .comBox {
		margin-bottom: 3.9rem;
		height: 27.9rem;
		padding-bottom: 1.4rem;
	}
	#main .shopBox .heading {
		margin: 0 -1rem 1.9rem;
		font-size: 3.2rem;
	}
	#main .shopBox .slideUl div > li {
		margin: 0 2.2rem 0 0;
		padding: 1.6rem 1.4rem;
		width: 30rem !important;
	}
	#main .shopBox .popupBody .slideUl div > li {
		margin: 0 auto !important;
	}
	#main .popupOverlay .popupClose {
		top: -3rem !important;
	}
	#main .shopBox .slideUl .titleInn {
		margin-bottom: 1.3rem;
	}
	#main .shopBox .slideUl .title {
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
		font-size: 1.4rem;
		min-height: 3rem;
	}
	#main .shopBox .slideUl .title .type {
		width: 4.2rem;
		font-size: 0.8rem;
		line-height: 2;
	}
	#main .shopBox .subUl li {
		width: calc(50% - 0.7rem);
	}
	#main .shopBox .slideUl .subText,
	#main .shopBox .subUl p {
		font-size: 1.2rem;
	}
	#main .shopBox .slideUl .subText .price,
	#main .shopBox .subUl .price {
		margin-top: 0;
		font-size: 1rem;
	}
	#main .shopBox .subUl .photo {
		margin-bottom: 0.4rem;
		aspect-ratio: 128/86;
	}
	#main .shopBox .dotList {
		margin-top: 3rem;
	}
	#main .shopBox .slideBox {
		margin-bottom: 3.2rem;
	}
	#main .access {
		padding: 8.9rem 0 44.266vw;
	}
	#main .access .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .access .heading {
		margin-bottom: 2.3rem;
  		padding-bottom: 2.3rem;
		display: block;
		text-align: center;
		font-size: 1.6rem;
	}
	#main .access .heading .txt01 {
		margin-bottom: 0.9rem;
		font-size: 2.2rem;
		line-height: 1;
	}
	#main .access .heading02 span, #main .access .heading span {
		width: 100%;
	}
	#main .access ul.comBtn {
		display: block;
	}
	#main .access ul.comBtn a {
		margin: 0 auto;
	}
	#main .access ul.comBtn li + li {
		margin-top: 1.6rem;
	}
	#main .access .mapBox {
		margin-bottom: 2.4rem;
	}
	#main .access .heading02 {
		margin: 3.9rem 0 4rem;
		display: block;
		font-size: 1.6rem;
		line-height: 1.5;
		overflow: hidden;
	}
	#main .access .heading02 .txt01 {
		margin-bottom: 1rem;
		width: fit-content;
	}
	#main .access .heading02 .txt01::after {
		width: 999rem;
		right: auto;
		left: calc(100% + 1rem);
	}
	#main .access .innList {
		columns: 1;
	}
	#main .access .innList > li {
		margin-top: 4rem;
	}
	#main .access .subUl > li {
		padding: 0.7rem 0 0.6rem;
		font-size: 1.6rem;
		line-height: 1.5;
		column-gap: 1rem;
	}
	#main .access .subUl > li .time {
		min-width: 9rem;
		text-align: right;
	}
	#main .access .subUl > li .txt {
		flex: 1;
	}
	#main .access .innList .title {
		font-size: 1.8rem;
	}
	#main .access .subUl .big {
		font-size: 2.8rem;
	}
	#main .access .subUl .txtUl {
		margin: 1rem 0 1.1rem;
		font-size: 1.4rem;
		line-height: 1.428;
	}
	#main .access .txtUl li + li {
		margin-top: 0;
	}
	#main .song {
		padding: 6.3rem 0 7.9rem;
	}
	#main .song .headLine01 {
		margin-bottom: 3.3rem;
	}
	#main .song .headLine01 .en {
		margin-bottom: 0.3rem;
		line-height: 1.1;
		background: url(../img/common/icon02.png) no-repeat center bottom 0.3rem / 17.4rem 2.2rem, url(../img/common/icon03.png) no-repeat center top 2.5rem/ auto 2.2rem;
	}
	#main .song .text01 {
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 1.8rem;
	}
	#main .song .text02 {
		margin-bottom: 1.7rem;
		font-size: 2.6rem;
		line-height: 1.24;
	}
	#main .song .imgBox {
		display: block;
	}
	#main .song .imgBox .photoBox {
		margin-bottom: 1.7rem;
		width: auto;
	}
	#main .song .imgBox .textBox {
		width: auto;
	}
	#main .song .imgBox .textBox02 {
		margin-bottom: 2rem;
	}
	#main .song .imgBox .textBox .subBox {
		display: block;
	}
	#main .song .imgBox .textBox .subBox .photo {
		margin: 0 auto 1.5rem;
		width: 65%;
	}
	#main .song .imgBox .textBox .subBox .subTextBox {
		margin-top: 0;
	}
	#main .access {
		padding: 0.6rem 0 4rem;
	}
	#main .access .content {
		padding-top: 5rem;
	}
	#main .faq {
		padding: 5rem 0 44.533vw;
	}
	#main .faq .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .faq .faqList {
		padding: 1.2rem 0 0.9rem;
	}
	#main .faq .faqList dt {
		padding: 1.2rem 4rem 1.3rem 0;
		line-height: 1.445;
	}
	#main .faq .faqList dt .icon {
		margin-top: -0.1rem;
		width: 2.4rem;
		height: 2.4rem;
	}
	#main .faq .faqList dt .icon::before {
		width: 1.4rem;
	}
	#main .faq .faqList dt .icon::after {
		height: 1.4rem;
	}
	#main .faq .faqList dd {
		padding: 0 4rem 1.1rem 0;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.7778;
	}
	#main .faq .subBox {
		margin-bottom: 4rem;
	}
	#main .faq .subBox:last-child {
		margin-bottom: 0;
	}
}