@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#wrapper {
	min-width: inherit;
}

.onlySP {
	display: none;
}

#ct_bg {
	position: relative;
	background-color: #FF00A0;
	color: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: hidden;
}

#ct_bg::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	margin-left: -750px;
	width: 1501px;
	height: 100%;
	background: url(../img/bg01.png) repeat-y center top;
	animation: bgImg01 40s infinite linear;
	z-index: 0;
	pointer-events: none;
}

@keyframes bgImg01 {
	0% {
	  background-position: 0 0;
	}
	100% {
	  background-position: 0px -425px;
	}
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (any-hover: hover) {
	#ct_bg .imgOver01 a:hover img {
		opacity: .6;
	}
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsWrapper01 {
	display: table;
	margin: 56px auto 0;
}

#ct_bg .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#ct_bg .snsBtn01 > li {
	margin: 0 5px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .copyrights01 {
	margin-top: 80px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg a {
	color: #FF00A0;
	text-decoration: none;
}

#ct_bg .mallLinkTxt {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}

@media screen and (max-width: 767px) {
#ct_bg {
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}
#ct_bg::before {
	left: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg01_sp.png) repeat-y center top / 100% auto;
	animation: bgImg01 40s infinite linear;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#ct_bg .copyrights01 {
	margin: 48px 4% 0;
	font-size: 1.2rem;
}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}

/* contents
*****************************************/
#ct_bg .wrapprer01 {
	position: relative;
}
#ct_bg .wrapprer01::before {
	position: absolute;
	top: -190px;
	left: 50%;
	content: "";
	margin-left: -1500px;
	width: 3000px;
	height: 550px;
	background-color: #000;
	transform: skewY(-10.38deg);
}
#ct_bg .wrapprer01::after {
	position: absolute;
	bottom: -348px;
	left: 50%;
	content: "";
	margin-left: -1500px;
	width: 3000px;
	height: 550px;
	background-color: #000;
	transform: skewY(-10.38deg);
}

#ct_bg .contents01 {
	position: relative;
	z-index: 2;
	padding-bottom: 33px;
}

#ct_bg .contents01::before {
	position: absolute;
	bottom: 55px;
	left: 40px;
	content: "";
	width: 366px;
	height: 137px;
	background: url(../img/bg06.png) no-repeat 0 0 / cover;
}
#ct_bg .contents01::after {
	position: absolute;
	bottom: 55px;
	right: 40px;
	content: "";
	width: 366px;
	height: 137px;
	background: url(../img/bg07.png) no-repeat 0 0 / cover;
}

#ct_bg .mainArea01 {
	position: relative;
	margin: 0 auto;
	padding: 16px 20px 0;
	max-width: 1032px;
}

#ct_bg .mainArea01 > .tagLine01 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}

#ct_bg .mainArea01 > .title01 {
	position: relative;
	margin-top: 107px;
	width: 552px;
}
#ct_bg .mainArea01 > .title01::before {
	position: absolute;
	top: -80px;
	right: -50px;
	content: "";
	width: 128px;
	height: 50px;
	background: url(../img/bg02.png) no-repeat 0 0 / cover;
}
#ct_bg .mainArea01 > .title01::after {
	position: absolute;
	bottom: -80px;
	left: -50px;
	content: "";
	width: 128px;
	height: 50px;
	background: url(../img/bg03.png) no-repeat 0 0 / cover;
}

#ct_bg .mainArea01 > .image01 {
	position: absolute;
	top: 32px;
	right: -60px;
	z-index: -1;
}

#ct_bg .newsArea01 {
	margin-top: 143px;
}

#ct_bg .newsList01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -4px;
	padding: 0 16px 16px 16px;
	max-width: 640px;
	max-height: 160px;
	background-color: #fff;
	overflow-y: auto;
}

#ct_bg .newsList01 > dt {
	margin-top: 20px;
	padding-bottom: 16px;
	width: 110px;
	border-bottom: #FF00A0 solid 1px;
}

#ct_bg .newsList01 > dd {
	margin-top: 20px;
	padding-bottom: 16px;
	width: calc(100% - 110px);
	border-bottom: #FF00A0 solid 1px;
}

#ct_bg .newsList01 > dd a {
	color: #000;
	text-decoration: underline;
}
#ct_bg .newsList01 > dd a:hover {
	text-decoration: none;
}

#ct_bg .ancList01 {
	display: flex;
	flex-wrap: wrap;
	margin: 64px auto 0;
	padding: 0 20px;
	max-width: 1032px;
}

#ct_bg .ancList01 > li {
	margin-left: 4%;
	width: 48%;
}
#ct_bg .ancList01 > li:nth-child(odd) {
	margin-left: 0;
}

#ct_bg .ancList01 > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background-color: #000;
	background-image: linear-gradient(110deg,  #FAFF00 50%, transparent 50%);
	background-position: 100%;
	background-size: 300%;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
@media (any-hover: hover) {
	#ct_bg .ancList01 > li > a:hover {
		background-position: 0;
		color: #000;
	}
	#ct_bg .ancList01 > li > a:hover > .text01::after {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
}

#ct_bg .ancList01 > li > a > .image01 {
	position: relative;
	width: 124px;
}
#ct_bg .ancList01 > li > a > .image01 img {
	position: relative;
}

#ct_bg .ancList01 > li > a > .text01 {
	display: block;
	position: relative;
	padding: 0 45px 0 10px;
	width: calc(100% - 124px);
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 3.2rem;
	line-height: 1.0;
	text-align: center;
}

#ct_bg .ancList01 > li > a > .text01::after {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -10px;
	content: "";
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	transition: all .3s;
}

#ct_bg .subSection01 {
	position: relative;
	margin: 86px auto 0;
	padding: 0 20px;
	max-width: 1040px;
}

#ct_bg .frameArea01 {
	position: relative;
	margin-top: 32px;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 32px 40px 40px;
	border-radius: 0px 0px 16px 16px;
	background-color: rgba(255, 255, 255, 0.88);
	box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.04);
}

#ct_bg .frameArea01 > .title01 {
	position: relative;
	padding: 20px 57px;
	border-radius: 16px 16px 0px 0px;
	background-color: #000;
	color: #FAFF00;
	font-size: 2.8rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 1.2;
	text-align: center;
}

#ct_bg .frameArea01 > .title01::before {
	position: absolute;
	top: 50%;
	left: 16px;
	content: "";
	transform: translateY(-50%);
	width: 47px;
	height: 42px;
	background: url(../img/bg08.png) no-repeat 0 0 / cover;
}
#ct_bg .frameArea01 > .title01::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: "";
	transform: translateY(-50%);
	width: 50px;
	height: 49px;
	background: url(../img/bg09.png) no-repeat 0 0 / cover;
}

#ct_bg .frameArea02 {
	position: relative;
	margin-top: 32px;
	padding: 24px 16px;
	border-radius: 8px;
	background-color: #fff;
}

#ct_bg .frameArea02 > .image01 {
	margin-top: 16px;
}

#ct_bg .frameArea02 > .text01 {
	display: inline-block;
	margin-top: 16px;
	padding: 4px 8px;
	background: #FFE0F4;
}

#ct_bg .frameArea02 > .text02 {
	margin-top: 4px;
}
#ct_bg .frameArea02.col01 > .text01,
#ct_bg .frameArea02.col01 > .text02 {
	margin-left: 11.16%;
}

#ct_bg .frameArea03 {
	position: relative;
	margin-top: 32px;
	padding: 32px;
	border-radius: 8px;
	background-color: #fff;
}

#ct_bg .colWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ct_bg .col01 {
	width: 48.26%;
}

#ct_bg .col02 {
	width: 40.88%;
}

#ct_bg .col03 {
	width: 56.3%;
}

#ct_bg .col03 .heading02 {
	margin: 0;
}

#ct_bg .col03 .text01 {
	margin-top: 16px;
	font-size: 2.0rem;
	font-weight: 600;
}
#ct_bg .col03 .text02 {
	display: inline-block;
	margin-top: 16px;
	padding: 4px 8px;
	background: #FFE0F4;
}
#ct_bg .col03 .text03 {
	margin-top: 8px;
}
#ct_bg .col03 .text04 {
	margin-top: 16px;
	font-size: 1.4rem;
}

#ct_bg .thumbList01 {
	display: flex;
	flex-wrap: wrap;
}

#ct_bg .thumbList01 > li {
	position: relative;
	margin-top: 16px;
	margin-left: 1.6%;
	width: 32.15%;
	cursor: pointer;
}
#ct_bg .thumbList01 > li:nth-child(3n+1) {
	margin-left: 0;
}
#ct_bg .thumbList01 > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: #FFE0F4 solid 2px;
	box-sizing: border-box;
	transition: all .3s;
}
#ct_bg .thumbList01 > li.current::before {
	border-color: #FAFF00;
}

@media (any-hover: hover) {
	#ct_bg .thumbList01 > li:hover::before {
		border-color: #FAFF00;
	}
}

#ct_bg .heading01 {
	position: relative;
	padding: 36px 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 6.4rem;
	text-align: center;
	line-height: 1.2;
}
#ct_bg .heading01::after {
	position: absolute;
	top: 3%;
	left: 50%;
	content: "";
	margin-left: -150%;
	width: 300%;
	height: 100%;
	background-color: #FAFF00;
	transform: skewY(5deg);
}

#ct_bg .heading01 > .inner01 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
}
#ct_bg .heading01 > .inner01::before {
	position: absolute;
	top: -50px;
	right: -77px;
	content: "";
	width: 130px;
	height: 165px;
	background: url(../img/bg05.png) no-repeat 0 0 / cover;
}
#ct_bg .heading01 > .inner01::after {
	position: absolute;
	bottom: -50px;
	left: -20px;
	content: "";
	width: 130px;
	height: 165px;
	background: url(../img/bg04.png) no-repeat 0 0 / cover;
}

#ct_bg .heading02 {
	display: table;
	position: relative;
	margin: 0 auto;
	padding-left: 40.9px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.4rem;
	line-height: 1.06;
}
#ct_bg .heading02::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 34px;
	height: 24px;
	background: url(../img/bg10.png) no-repeat 0 0 / cover;
}

#ct_bg .leadTxt01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#ct_bg .leadTxt01 > .text01 {
	margin-right: 16px;
	padding: 4px 16px;
	background-color: #000;
	color: #fff;
	font-weight: 600;
}

#ct_bg .catchTxt01 {
	display: table;
	margin: 28px auto 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
}

#ct_bg .catchTxt01 > .innerPC01 {
	display: inline-block;
	margin-top: -4px;
	padding: 4px 16px;
	background: linear-gradient(transparent 0%, #FF00A0 0%);
	font-weight: inherit;
}

#ct_bg .btn01 {
	display: table;
	position: relative;
	margin: 16px auto 0;
	min-width: 320px;
}
#ct_bg .col01 .btn01 {
	min-width: inherit;
	width: 77.66%;
}

#ct_bg .btn01 > a {
	display: block;
	position: relative;
	padding: 16px 16px 16px 66px;
	background-color: #000;
	color: #FAFF00;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
	transition: all .3s;
}
#ct_bg .btn01 > a.waiting {
	padding-left: 78px;
}

#ct_bg .btn01 > a::before {
	position: absolute;
	top: 50%;
	left: 32px;
	content: "";
	transform: translateY(-50%);
	width: 32px;
	height: 33px;
	background: url(../img/ic01.svg) no-repeat 0 0 / cover;
}
#ct_bg .btn01 > a::after {
	position: absolute;
	top: 50%;
	left: 32px;
	content: "";
	transform: translateY(-50%);
	width: 32px;
	height: 33px;
	background: url(../img/ic01_over.svg) no-repeat 0 0 / cover;
	opacity: 0;
	transition: opacity .3s;
}
#ct_bg .btn01 > a.reserve::before {
	background: url(../img/ic02.svg) no-repeat 0 0 / cover;
}
#ct_bg .btn01 > a.reserve::after {
	background: url(../img/ic02_over.svg) no-repeat 0 0 / cover;
}
#ct_bg .btn01 > a.waiting::before {
	background: url(../img/ic03.svg) no-repeat 0 0 / cover;
}
#ct_bg .btn01 > a.waiting::after {
	background: url(../img/ic03_over.svg) no-repeat 0 0 / cover;
}

@media (any-hover: hover) {
	#ct_bg .btn01 > a:hover {
		background-color: #FAFF00;
		color: #000;
	}
	#ct_bg .btn01 > a:hover::after {
		opacity: 1.0;
	}
}

#ct_bg .bnrList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px auto 0;
	padding: 0 20px;
	max-width: 1040px;
}

#ct_bg .bnrList01 > li {
	width: 48%;
}

#ct_bg .bnrList01 > li >  a {
	display: block;
	position: relative;
}

#ct_bg .bnrList01 > li >  a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border: #FAFF00 solid 4px;
	box-sizing: border-box;
	transition: all .3s;
	opacity: 0;
}

@media (any-hover: hover) {
	#ct_bg .bnrList01 > li >  a:hover::before {
		opacity: 1.0;
	}
}

@media screen and (max-width: 767px) {
	#ct_bg .wrapprer01::before {
		height: 560px;
	}

	#ct_bg .contents01::before,
	#ct_bg .contents01::after {
		content: normal;
	}

	#ct_bg .mainArea01 {
		padding: 16px 4% 0;
	}

	#ct_bg .mainArea01 > .tagLine01 {
		line-height: 1.2;
		text-align: center;
	}

	#ct_bg .mainArea01 > .title01 {
		position: relative;
		margin: 52.25vw auto 0;
		width: 84vw;
	}
	#ct_bg .mainArea01 > .title01 img {
		filter: drop-shadow(0 0 8px #000);
	}

	#ct_bg .mainArea01 > .title01::before {
		top: -10.25vw;
		right: -4vw;
		width: 16vw;
		height: 6.25vw;
	}
	#ct_bg .mainArea01 > .title01::after {
		position: absolute;
		bottom: -10.25vw;
		left: -4vw;
		width: 16vw;
		height: 6.25vw;
	}

	#ct_bg .mainArea01 > .image01 {
		top: 16.5vw;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 75vw;
	}

	#ct_bg .newsArea01 {
		margin-top: 46.75vw;
	}
	#ct_bg .newsArea01 > .title01 {
		width: 42vw;
	}

	#ct_bg .newsList01 {
		margin-top: -2px;
		padding: 0 4vw 4vw 4vw;
		max-height: 240px;
	}

	#ct_bg .newsList01 > dt {
		margin-top: 4vw;
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#ct_bg .newsList01 > dd {
		margin-top: 0;
		padding-bottom: 4vw;
		width: 100%;
	}

	#ct_bg .ancList01 {
		margin: 16vw auto 0;
		padding: 0 4%;
	}

	#ct_bg .ancList01 > li > a {
		position: relative;
		text-decoration: none;
		overflow: hidden;
	}
	#ct_bg .ancList01 > li > a > .image01 {
		padding-top: 0;
		width: 100%;
	}
	#ct_bg .ancList01 > li > a > .image01::before {
		top: -12%;
		left: 0;
		width: 100%;
		height: 110%;
		transform: skewY(7deg);

	}

	#ct_bg .ancList01 > li > a > .text01 {
		margin-top: 8px;
		padding: 0 0 40px;
		width: 100%;
		font-size: 2.0rem;
	}

	#ct_bg .ancList01 > li > a > .text01::after {
		position: absolute;
		top: auto;
		bottom: 16px;
		left: 50%;
		right: auto;
		margin: 0 0 0 -7px;
	}

	#ct_bg .subSection01 {
		margin-top: 82px;
		padding: 0 4%;
	}

	#ct_bg .frameArea01 > .inner01 {
		padding: 8vw 4vw 4vw;
	}

	#ct_bg .frameArea01 > .title01 {
		padding: 4vw;
		font-size: 2.4rem;
		text-align: left;
	}
	#ct_bg .frameArea01 > .title01::before {
		content: normal;
	}
	#ct_bg .frameArea01 > .title01::after {
		content: normal;
	}
	#ct_bg .frameArea02 {
		padding: 24px 4vw;
	}
	#ct_bg .frameArea02 + .frameArea02 {
		margin-top: 24px;
	}

	#ct_bg .frameArea02.col01 > .text01,
	#ct_bg .frameArea02.col01 > .text02 {
		margin-left: 0;
	}

	#ct_bg .frameArea03 {
		margin-top: 24px;
		padding: 24px 4vw;
	}

	#ct_bg .colWrap01 {
		display: flex;
		flex-wrap: column;
		justify-content: space-between;
	}

	#ct_bg .col01 {
		width: 100%;
	}

	#ct_bg .col02 {
		order: 2;
		width: 100%;
	}

	#ct_bg .col03 {
		display: contents;
		width: 100%;
	}
	#ct_bg .col03 .block01 {
		order: 1;
	}
	#ct_bg .col03 .block02 {
		order: 4;
	}
	#ct_bg .col03 .block03 {
		order: 5;
	}
	#ct_bg .col03 .block04 {
		order: 6;
	}
	#ct_bg .col03 .block05 {
		order: 7;
	}
	#ct_bg .col03 .block06 {
		order: 3;
	}

	#ct_bg .col03 .text01 {
		font-size: 1.8rem;
	}

	#ct_bg .heading01 {
		padding: 25px 0;
		font-size: 4.0rem;
	}

	#ct_bg .heading01 > .inner01::before {
		position: absolute;
		top: -9vw;
		right: 0;
		width: 13.55vw;
		height: 17.225vw;
	}
	#ct_bg .heading01 > .inner01::after {
		bottom: -12vw;
		left: 0;
		width: 13.55vw;
		height: 17.225vw;
	}
	#ct_bg .heading02 {
		margin: 0;
	}
	#ct_bg .leadTxt01 {
		justify-content: start;
		align-items: start;
	}

	#ct_bg .leadTxt01 > .text01 {
		margin-right: 0;
		font-size: 1.4rem;
	}
	#ct_bg .leadTxt01 > .text02 {
		margin-top: 12px;
		width: 100%;
	}

	#ct_bg .catchTxt01 {
		display: table;
		margin: 20px 0 0;
		font-size: 1.6rem;
		text-align: left;
	}
	#ct_bg .catchTxt01 .innerSP01 {
		display: inline-block;
		padding: 4px 2vw;
		background: linear-gradient(transparent 0%, #FF00A0 0%);
		font-weight: inherit;
	}
	#ct_bg .catchTxt01 > .innerPC01 {
		margin-top: -4px;
		padding: 0;
		background: none;
	}

	#ct_bg .btn01 {
		min-width: inherit;
		width: 100%;
	}
	#ct_bg .col01 .btn01 {
		width: 100%;
	}

	#ct_bg .btn01 > a {
		padding: 16px 16px 16px 58px;
		font-size: 2.4rem;
		text-align: center;
		text-decoration: none;
	}
	#ct_bg .btn01 > a.waiting {
		padding-left: 58px;
	}

	#ct_bg .btn01 > a::before {
		left: 24px;
	}

	#ct_bg .bnrList01 {
		margin-top: 64px;
		padding: 0 4vw;
	}

	#ct_bg .bnrList01 > li {
		margin-top: 16px;
		width: 100%;
	}

}
