@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;900&display=swap');

#ct_bg {
	color: #000;
	font-size: 133.33%;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, 'Hiragino Sans', "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", sans-serif;
}

#ct_bg a {
	color: #000;
	text-decoration: underline;
}

#ct_bg a:hover {
	color: #000;
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg strong {
	font-weight: 600;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .contents01 {
	width: 100%;
	overflow: hidden;
	background: url("../img/bg_index01.png") 0 0 / 599px repeat;
	z-index: 0;
	position: relative;
}

/* 共通パーツ調整 */
#wrapper {
	min-width: auto;
}
#ct_bg .header01 {
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px !important;
	width: 100%!important;
}
#ct_bg .wrapper01 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1000px !important;
	width: 100%;
}
#ct_bg .lineupList01 li {
	width: calc(50% - 10px);
}

#ct_bg .lineupList01 li:nth-child(even) {
	float: right;
}
#ct_bg .bnList01 {
	max-width: 1000px !important;
	width: 100%!important;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .bnList01 li {
	width: calc(50% - 10px);
}

#ct_bg .bnList01 li:nth-child(even) {
	float: right;
}
#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	color: #fff;
	background-color: #6B503B;
	font-size: 88%;
}
#ct_bg .footer01{
	max-width: 1000px !important;
	width: 100%!important;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 639px){
	#ct_bg .header01 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#ct_bg .wrapper01 {
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .lineupList01 li {
		width: 100%;
		float: none !important;
	}
	#ct_bg .bnList01 {
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .bnList01 li {
		width: 100%;
		float: none !important;
	}
	#ct_bg .footer01{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/******************/

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .headTitleArea01 > .inner01 > * {
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 10px;
}

#ct_bg .heading01 {
	background-color: #FFED8E;
	padding-bottom: 65px;
}

#ct_bg .heading01 .inner01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1318px;
}

#ct_bg .heading01 .inner01 .logo01 {
	width: 7.825%;
	margin-right: 7.042%;
}

#ct_bg .heading01 .inner01 .title01 {
	width: 79.734%;
}

#ct_bg .heading01 .inner02 {
	margin-top: 60px;
	background-color: #fff;
	border-top: 5px solid #6B503B;
	border-bottom: 5px solid #6B503B;
}

#ct_bg .heading01 .inner02 > .inner02In {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1318px;
}

#ct_bg .heading01 .inner02 .image01 {
	position: absolute;
	top: -3.232vw;
	right: 3.13%;
	width: 25.196%;
}

#ct_bg .heading01 .inner02 .title02 {
	font-size: 375%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #6B503B;
}

@media screen and (max-width: 1040px){
	#ct_bg .heading01 .inner02 .title02 {
		font-size: 218.8% ;
	}
}

#ct_bg .heading02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ct_bg .heading02 > .title01 {
	font-size: 500%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #6B503B;
}

#ct_bg .heading02 > .image01 {
	margin-left: 5%;
	width: 23.333%;
}

#ct_bg .heading03 {
	position: relative;
	background-color: #6B503B;
	border-radius: 37px;
	box-shadow: inset 0 0 0 10px #6B503B;
	transition: all .1s;
}

#ct_bg .heading03::after {
	position: absolute;
	top: calc(50% - 26px);
	right: 40px;
	margin: auto;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-top: 5px solid #FFED8E;
	border-right: 5px solid #FFED8E;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	content: '';
	pointer-events: none;
}
#ct_bg .heading03:hover::after {
	border-color: #F1B13D;
}
#ct_bg .heading03.open::after{
	top: calc(50% - 10px);
	transform: rotate(-45deg);
}

#ct_bg .heading03 > .button01 {
	padding: 20px 80px 20px 20px;
	width: 100%;
	background: none;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
	border: none;
	transition: all .1s;
}

#ct_bg .heading03 > .button01 > span {
	display: block;
	color: #FFED8E;
}

#ct_bg .heading03:hover {
	transition: all .3s;
	background-color: #fff;
}

#ct_bg .heading03:hover > .button01 {
	color: #6B503B;
	transition: all .3s;
}

#ct_bg .heading03:hover > .button01 > span {
	color: #F1B13D;
}


#ct_bg .heading04 {
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
}

#ct_bg .heading04 > .text01 {
	color: #fff;
	font-weight: 900;
}

#ct_bg .heading04 > .title01 {
	margin-top: 30px;
	background-color: #fff;
	color: #F0B03C;
	font-weight: 900;
}

#ct_bg .heading05 {
	font-size: 312.5%;
	font-size: min(7vw,312.5%);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #6B503B;
	line-height: 1.5;
	text-align: center;
}

#ct_bg .subSection01 {
	margin: 140px auto 0;
	padding: 0 20px;
	max-width: 940px;
}

#ct_bg .subSection01.type01 {
	margin-top: 120px;
}

#ct_bg .subSection01.type02 {
	margin-top: 150px;
}

#ct_bg .subSection02 {
	margin-top: 30px;
	background-color: #fff;
	box-shadow: inset 0 0 0 10px #6b503b;
	border-radius: 37px;
}

#ct_bg .slider01Wrap {
	display: none;
}

#ct_bg .frameArea01 {
	padding: 50px 4.444% 70px;
}

#ct_bg .frameArea01 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ct_bg .frameArea01 > .inner01 > .text01 {
	margin-top: 0;
	width: 70.976%;
}

#ct_bg .frameArea01 > .inner01 > .image01 {
	width: 24.39%;
}

#ct_bg .frameArea01 > .inner02 {
	margin-top: 70px;
}

#ct_bg .frameArea01 > .inner02.type01 {
	margin-top: 50px;
	padding-top: 70px;
	border-top: 1px solid #6B503B;
}

#ct_bg .frameArea01 > .text02 {
	margin-top: 70px;
	text-align: center;
}

#ct_bg .frameArea01 > .text02 + .text02 {
	margin-top: 30px;
}

#ct_bg .frameArea01 > .text03 {
	margin-top: 70px;
	text-align: center;
}

#ct_bg .frameArea01 > .imgBlock01{
	position: relative;
}

#ct_bg .frameArea01 > .imgBlock01 > .image01 {
	margin-top: 100px;
}
#ct_bg .frameArea01 > .imgBlock01 > .image01 > img {
	width: 100%;
}

#ct_bg .frameArea01 > .imgBlock01 > .image02 {
	position: absolute;
	top: -70px;
	left: 10px;
}

#ct_bg .frameArea02 {
	margin-top: 70px;
	padding: 30px 40px 50px;
	background: #F0B03C;
	border-radius: 37px;
}

#ct_bg .frameArea02 > .text01 {
	margin-top: 40px;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #fff;
}

#ct_bg .frameArea02 > .inner01{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	column-gap: 5.405%;
}

#ct_bg .frameArea03 {
	margin-top: 50px;
	padding: 50px 6.098%;
	border: 1px solid #707070;
}

#ct_bg .frameArea04 {
	margin-top: 30px;
	padding: 20px 3.33% 3.33%;
	border: 10px solid #6B503B;
	background: #F1B13D;
	border-radius: 37px;
}

#ct_bg .frameArea04 > .inner01 {
	margin-top: 30px;
	padding: 40px 3.659% 90px;
	background: #fff;
	border-radius: 37px;
}

#ct_bg .frameArea05 {
	margin-top: 50px;
	padding: 3.33%;
	background-color: #fff;
	border: 10px solid #6B503B;
	border-radius: 37px;
}

#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .list01 {
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 7.444%;
}

#ct_bg .list01 + .list01  {
	margin-top: 30px;
	column-gap: 3.333%;
}

#ct_bg .list01 li {
	width: 31.111%;
}

#ct_bg .list02 {
	margin-top: 50px;
	display: flex;
	column-gap: 3%;
}

#ct_bg .bnArea02 {
	margin: 270px auto 0;
	padding: 0 20px;
	max-width: 940px;
}

#ct_bg .bnArea02 + .bnArea02 {
	margin-top: 140px;
}

#ct_bg .bnArea02 > .text01 {
	margin-top: 20px;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #707070;
	text-align: center;
}

#ct_bg .btn01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .btn01 a {
	padding: 0 10%;
	display: inline-block;
	min-width: 48.78%;
	background-color: #F0B03C;
	border-radius: 60px;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	transition: opacity .1s;
}

#ct_bg .btn01:hover a {
	opacity: .6;
	transition: opacity .3s;
	color: #fff;
	text-decoration: none;
}

#ct_bg .btn02 {
	margin-top: 120px;
	text-align: center;
}

#ct_bg .btn03 {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 37px;
	text-align: center;
}

#ct_bg .btn03 a {
	display: inline-block;
	padding: 30px 4.444%;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	text-decoration: none;
	color: #6B503B;
	transition: opacity .1s;
}

#ct_bg .btn03:hover a {
	opacity: .6;
	transition: opacity .3s;
	color: #6B503B;
	text-decoration: none;
}

#ct_bg .copyright01 {
	margin-top: 20px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #707070;
	font-size: 125%;
}

#ct_bg .copyright02 {
	margin-top: 150px;
	padding: 38px;
	background-color: #FFED8E;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	color: #707070;
	font-size: 200%;
}

#ct_bg .tx01 {
	margin-top: 30px;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	color: #6B503B;
	line-height: 1.875;
}

#ct_bg .tx02,
#ct_bg .tx03{
	margin-top: 30px;
	font-size: 200%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	color: #6B503B;
	line-height: 1.46875;
}

#ct_bg .txtBlock01 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .img01 {
	margin-top: 40px;
}

#ct_bg .img02 {
	margin-top: 30px;
}

#ct_bg .img03 {
	margin-top: 70px;
}

#ct_bg .img04 {
	margin-top: 10px;
}

#ct_bg .img05 {
	margin-top: 15px;
}

#ct_bg .img06 {
	margin-top: 40px;
}


@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 116.66%
}	
#ct_bg a:hover {
	color: #000;
	text-decoration: underline;
}

#ct_bg .contents01 {
	background-size: 299px;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

#ct_bg .header01 {
	padding-top: 18px;
}

#ct_bg .headTitleArea01 > .inner01 {
	justify-content: flex-start;
}

#ct_bg .heading01 {
	padding-bottom: 30px;
}

#ct_bg .heading01 .inner01 {
	align-items: flex-start;
	padding: 0 9.436% 0 2.051%;
}

#ct_bg .heading01 .inner01 .logo01 {
	width: 24.359%;
	margin-right: 5.435%;
}

#ct_bg .heading01 .inner01 .title01 {
	margin-top: 2vw;
	width: 58.974%;
}

#ct_bg .heading01 .inner02 {
	margin-top: 25px;
	background: none;
	border: none;
}

#ct_bg .heading01 .inner02 > .inner02In {
	padding: 0;
}

#ct_bg .heading01 .inner02 .image01 {
	position: static;
	margin: 0 auto;
	width: 82.564%;
}

#ct_bg .heading01 .inner02 .title02 {
	margin-top: 30px;
	padding: 0 2.051%;
	font-size: 200%;
	background-color: #fff;
	border-top: 5px solid #6B503B;
	border-bottom: 5px solid #6B503B;
	text-align: center;
}

#ct_bg .heading02 {
	justify-content: space-between;
}
	
#ct_bg .heading02 > .title01 {
	font-size: 228.6%;
}

#ct_bg .heading02 > .image01 {
	margin-left: auto;
	margin-right: -2.051%;
	width: 39.8936170213%;
}

#ct_bg .heading03 {
	border-radius: 18px;
	box-shadow: inset 0 0 0 5px #6B503B;
	transition: none;
}

#ct_bg .heading03::after {
	top: calc(50% - 14px);
	right: 4.255vw;
	width: 14px;
	height: 14px;
	border-width: 3px;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	content: '';
}

#ct_bg .heading03:hover::after {
	border-color: #FFED8E;
}
#ct_bg .heading03.open::after{
	top: calc(50% - 5px);
}

#ct_bg .heading03 > .button01 {
	padding: 15px 12.82vw 15px 5.319vw;
	font-size: 114%;
	text-align: left;
	transition: none;
}

#ct_bg .heading03 > .button01 > span {
	display: block;
	color: #FFED8E;
}

#ct_bg .heading03:hover {
	transition: none;
	background-color: #6B503B;
}

#ct_bg .heading03:hover > .button01 {
	color: #fff;
	transition: none;
}

#ct_bg .heading03:hover > .button01 > span {
	color: #FFED8E;
}

#ct_bg .heading04 {
	font-size: 142.9%;
}

#ct_bg .heading04 > .title01 {
	margin-top: 10px;
}

#ct_bg .heading05 {
	font-size: 7vw
}

#ct_bg .subSection01 {
	margin-top: 100px;
	padding: 0 2.051%;
}

#ct_bg .subSection01.type01 {
	margin-top: 40px;
	padding: 0 6.153vw;
}

#ct_bg .subSection02 {
	margin-top: 15px;
	box-shadow: inset 0 0 0 5px #6b503b;
	border-radius: 18px;
}
	
 #ct_bg .slider01Wrap [class*="slider"] {
	margin-top: 30px;
	opacity: 0;
	transition: .8s;
}

 #ct_bg .slider01Wrap [class*="slider"].slick-initialized{
	opacity: 1
}

#ct_bg .slider01Wrap {
	display: block;
	margin: 0 -6.153vw;
	padding: 0 18.46vw;
}

#ct_bg .item01 {
	padding: 0 10px;
}

.slick-prev::before,
.slick-next::before {
	position: absolute;
	width: 0;
	height: 0;
	top: -webkit-calc(50% - 20px);
	border-style: solid;
	content: none;
	content: "";
}

.slick-prev.type01::before {
	left: -34px;
	border-width: 25px 40px 25px 0;
	border-color: transparent #6B503B transparent transparent;
	content: none;
	content: "";
}
.slick-next.type01::before {
	right: -34px;
	border-width: 25px 0 25px 40px;
	border-color: transparent transparent transparent #6B503B;
}

#ct_bg .frameArea01 {
	padding: 40px 5.128vw 30px;
}

#ct_bg .frameArea01 > .inner01 > .text01 {
	margin-top: 0;
	width: 58.974vw;
}

#ct_bg .frameArea01 > .inner01 > .image01 {
	width: 23.076vw;
}

#ct_bg .frameArea01 > .inner02 {
	margin-top: 30px;
}

#ct_bg .frameArea01 > .inner02.type01 {
	margin-top: 45px;
	padding-top: 35px;
}

#ct_bg .frameArea01 > .text02 {
	margin-top: 15px;
	text-align: left;
}
	
#ct_bg .frameArea01 > .text03 {
	margin-top: 30px;
	text-align: left;
}

#ct_bg .frameArea01 > .imgBlock01 > .image01 {
	margin-top: 50px;
}

#ct_bg .frameArea01 > .imgBlock01 > .image01 > img {
	width: 100%;
}

#ct_bg .frameArea01 > .imgBlock01 > .image02 {
	top: -16.216%;
	left: 2.564vw;
	width: 41.026vw;
}

#ct_bg .frameArea02 {
	margin-top: 40px;
	padding: 20px 3.846vw;
	border-radius: 18px;
}

#ct_bg .frameArea02 > .text01 {
	margin-top: 20px;
	font-size: 114.3%;
}

#ct_bg .frameArea02 > .inner01{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	column-gap: 2.564vw;
}

#ct_bg .frameArea03 {
	margin-top: 30px;
	padding: 5.128vw;
}

#ct_bg .frameArea04 {
	padding: 4.615vw;
	border-width: 5px;
	border-radius: 33px;
}

#ct_bg .frameArea04 .title01 {
	margin: 0 -2.307vw;
}

#ct_bg .frameArea04 > .inner01 {
	margin-top: 9px;
	padding: 20px 3.59vw 50px;
	border-radius: 32px;
}

#ct_bg .frameArea05 {
	margin-top: 20px;
	padding: 3.33%;
	border-width: 5px;
	border-radius: 18px;
}

#ct_bg .list01 {
	display: none;
}

#ct_bg .list02 {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 3.4vw;
}

#ct_bg .list02 li {
	margin-top: 14.8px;
	width: 28.151vw;
}

#ct_bg .bnArea02 {
	margin: 100px auto 0;
	padding: 0 2.051%;
}

#ct_bg .bnArea02 + .bnArea02 {
	margin-top: 40px;
}

#ct_bg .bnArea02 > .text01 {
	margin-top: 10px;
	font-size: 85.7%;
}

#ct_bg .btn01 {
	margin-top: 15px;
}

#ct_bg .btn01 a {
	padding: 5px 10%;
	min-width: 61.538vw;
	font-size: 114.3%;
	transition: none;
}

#ct_bg .btn01:hover a {
	opacity: 1;
	transition: none;
}

#ct_bg .btn02 {
	margin-top: 70px;
}

#ct_bg .btn03 {
	border-radius: 32px;
	text-align: center;
}

#ct_bg .btn03 a {
	padding: 4.444%;
	font-size: 142.9%;
	transition: none;
}

#ct_bg .btn03:hover a {
	opacity: 1;
	transition: none;
}

#ct_bg .copyright01 {
	font-size: 100%;
}

#ct_bg .copyright02 {
	margin-top: 100px;
	padding: 6.410vw;
	font-size: 142.9%;
}

#ct_bg .tx01 {
	margin-top: 30px;
	font-size: 142.9%;
	line-height: 1.5;
}

#ct_bg .tx02 {
	margin-top: 10px;
	font-size: 142.9%;
	line-height: 1.5;
}

#ct_bg .tx03 {
	font-size: 114.3%;
}

#ct_bg .img02 {
	margin-top: 15px;
}

#ct_bg .img03 {
	margin-top: 40px;
}

#ct_bg .img05 {
	margin-top: 5px;
}

#ct_bg .img06 {
	margin-top: 20px;
}

}
	


