@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');
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 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #000;
}
#ct_bg::before {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg01.png") no-repeat 0 0 / cover;
}

@media screen and (max-width: 767px) {
	#ct_bg {
		font-size: 4vw;
	}
	#ct_bg::before {
		background: url("../img/bg01_sp.png") no-repeat 0 0 / cover;
	}
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .imgOver01 > a {
	display: block;
	position: relative;
}
#ct_bg .imgOver01> a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	#ct_bg .imgOver01 a:hover::before {
		opacity: .6;
	}
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#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 a {
		text-decoration: none;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	.onlyPC {
		display: none;
	}
	.onlyPc {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
}

/* PC */
@media screen and (min-width: 768px) {
	.onlySp {
		display: none !important;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	#ct_bg .headTitleArea01 .text01 {
		display: flex;
		flex-direction: column;
		font-size: 1.2rem;
	}
	#ct_bg .headTitleArea01 .text02 {
		margin-right: 0;
	}
}

#ct_bg #Tomica-wrapper {
	position: relative;
	background: none;
}

/* plugin
*****************************************/
.fancybox-container {
	z-index: 999992;
}
.fancybox-bg {
	background: url("../img/bg02.png") no-repeat 0 0 / cover;
}
.fancybox-caption__body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	transform: rotate(0.03deg);
}
.fancyboxBtn01 {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	padding: 0;
	position: fixed;
	right: -24px;
	top: -24px;
	z-index: 401;
	width: 48px !important;
}
.fancyboxBtn01.type02 {
	top: -44px;
	right: -12px;
}

.fancyboxBtn01 img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	.fancyboxBtn01:hover img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

#ct_bg .swiperNavWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .swiperNavWrap01 > .swiper-button-next {
	position: relative;
	top: 0;
	width: 55px;
	height: 55px;
	transition: scale .3s;
}
#ct_bg .noSlide .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .noSlide .swiperNavWrap01 > .swiper-button-next {
	display: none;
}

#ct_bg .swiperNavWrap01 > .swiper-button-prev::after,
#ct_bg .swiperNavWrap01 > .swiper-button-next::after {
	content: normal;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	margin: 0;
	width: 55px;
	height: 55px;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev {
	left: -24px;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
	right: -24px;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev {
	background: url("../img/ic01.png") no-repeat 0 0 / cover;
}
#ct_bg .swiperNavWrap01 > .swiper-button-next {
	background: url("../img/ic02.png") no-repeat 0 0 / cover;
}

#ct_bg .swiperNavWrap01 .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	bottom: 0;
	margin-top: 15px;
	width: inherit;
}
#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
	display: block;
	position: relative;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #CDCDCD;
	transition: background .3s;
	opacity: 1.0;
}

#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #9B9B9B;
}

#ct_bg .mainSlideWrap01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .5;
	transition: opacity .3s;
}
#ct_bg .mainSlideWrap01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: .8;
}

@media (any-hover: hover) {
	#ct_bg .swiperNavWrap01 > .swiper-button-prev:hover,
	#ct_bg .swiperNavWrap01 > .swiper-button-next:hover {
		scale: 1.1;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet:hover {
		background: #9B9B9B;
	}

	#ct_bg .mainSlideWrap01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet:hover {
		background-color: #fff;
		opacity: .8;
	}
}

@media screen and (max-width: 767px) {
	.fancybox-bg {
		background: url("../img/bg02_sp.png") no-repeat 0 0 / cover;
	}
	.fancyboxBtn01 {
		right: 1vw;
		top: -12vw;
		width: 11vw !important;
	}

	#ct_bg .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .swiperNavWrap01 > .swiper-button-next {
		width: 13.75vw;
		height: 13.75vw;
	}
	#ct_bg .mainSlideWrap01 .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .mainSlideWrap01 .swiperNavWrap01 > .swiper-button-next {
		width: 13.75vw;
		height: 13.75vw;
	}
	#ct_bg .mainSlideWrap01 .swiperNavWrap01 > .swiper-button-prev {
		left: -4vw;
	}
	#ct_bg .mainSlideWrap01 .swiperNavWrap01 > .swiper-button-next {
		right: -4vw;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination {
		margin-top: 0;
	}

	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
		margin: 3vw 1.5vw 0;
		width: 3vw;
		height: 3vw;
	}

}

/* contentes
*****************************************/
#ct_bg .container01 {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 48px;
	max-width: 1000px;
	box-sizing: border-box;
	overflow-x: hidden;
	text-align: left;
}
#ct_bg .container01 * {
	box-sizing: border-box;
}

#ct_bg .container01 > .tagLine01 {
	margin-bottom: 30px;
	color: #231815;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .container01 > .logo01 {
	display: table;
	margin: 0 auto;
}

#ct_bg .mainSlide01 {
	position: relative;
	margin-top: 30px;
}
#ct_bg .mainItem01 img {
	border: #fff solid 8px;
}

#ct_bg .img01 {
	margin-top: 30px;
}

#ct_bg .frameArea01 {
	position: relative;
	margin-top: 86px;
	padding: 40px 20px 20px;
	border-radius: 20px;
	background-color: #fff;
}

#ct_bg .frameArea01 > .title01 {
	margin: -96px auto 0;
	text-align: center;
}

#ct_bg .frameArea02 {
	margin-top: 36px;
	padding: 10px;
	background-color: #FFF100;
}

#ct_bg .col01 {
	margin-top: 20px;
	width: 48.9%;
}
#ct_bg .col01 + .col01 {
	margin-top: 30px;
}

#ct_bg .col01 > .text01 {
	margin-top: 20px;
}
#ct_bg .col01 > .text01:first-child {
	margin-top: 0;
}

#ct_bg .col01 > .text02 {
	margin-top: 20px;
	padding: 8px 0px;
	border-top: 2px solid #E50012;
	border-bottom: 2px solid #E50012;
	color: #E50012;
	line-height: 1.5;
	font-weight: 600;
}

#ct_bg .col01 > .text03 {
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
}
#ct_bg .col01 > .text03 > .font01 {
	font-size: 1.6rem;
}

#ct_bg .col01 > .text04 {
	margin-top: 20px;
	font-size: 1.0rem;
	line-height: 1.5;
}

#ct_bg .list01 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}
#ct_bg .list01 > li {
	margin-top: 10px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 1.4rem;
}
#ct_bg .list01 > li:first-child {
	margin-top: 0;
}

#ct_bg .list01 > li::before {
	content: "●";
	color: #CCC;
}

#ct_bg .list02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

#ct_bg .list02 > li {
	margin: 10px 0 0 2.222%;
	width: 23.3333%;
}
#ct_bg .list02 > li:nth-child(4n+1) {
	margin-left: 0;
}

#ct_bg .list02 > li > a {
	display: block;
	position: relative;
	border: 1px solid #E8E8E8;
}
#ct_bg .list02 > li > a > .icon01 {
	position: absolute;
	z-index: 3;
	bottom: 4px;
	right: 4px;
	width: 24px;
}
#ct_bg .list02 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}

#ct_bg .list03 > li {
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 1.2rem;
	line-height: 1.5;
}
#ct_bg .list03 > li::before {
	content: "●";
}

@media (any-hover: hover) {
	#ct_bg .list02 > li > a:hover::before {
		opacity: .2;
	}
}

#ct_bg .mallLinkBtn {
	display: table;
	margin: 36px auto 0;
	width: 192px;
}
#ct_bg .mallLinkBtn.soldout {
	display: none;
}
#ct_bg .mallLinkBtn > a {
	display: block;
	padding: 10px;
	border-radius: 100vmax;
	border: 2px solid rgba(255, 255, 255, 0.75);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.25) 100%), #006FE5;
	background-blend-mode: multiply, normal;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	transition: background .3s;
}
@media (any-hover: hover) {
	#ct_bg .mallLinkBtn > a:hover {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20%, rgba(0, 0, 0, 0.25) 100%), #006FE5;
		background-blend-mode: overlay, normal;
	}
}

#ct_bg .mallLinkBtn > a > .inner01 {
	position: relative;
	padding-left: 28px;
	padding-top: 3px;
}

#ct_bg .mallLinkBtn > a > .inner01::before {
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/ic03.svg") no-repeat 0 0/ cover;
}
#ct_bg .mallLinkBtn > a.reserve > .inner01::before {
	width: 18px;
	background: url("../img/ic05.svg") no-repeat 0 0/ cover;
}
#ct_bg .mallLinkBtn > a.waiting > .inner01::before {
	width: 20px;
	height: 16px;
	background: url("../img/ic04.svg") no-repeat 0 0/ cover;
}

@media screen and (max-width: 767px) {
	#ct_bg .container01 {
		padding: 2.75vw 3.125vw 11.75vw;
	}
	#ct_bg .container01 > .tagLine01 {
		margin-bottom: 5vw;
		font-size: 3vw;
		text-align: left;
	}
	#ct_bg .container01 > .logo01 {
		width: 80vw;
	}
	#ct_bg .img01 {
		margin-top: 7.5vw;
	}
	#ct_bg .frameArea01 {
		margin-top: 14.5vw;
		padding: 5vw;
		border-radius: 5vw;
	}

	#ct_bg .frameArea01 > .title01 {
		margin-top: -12vw;
		width: 80vw;
	}

	#ct_bg .frameArea02 {
		margin-top: 9vw;
		padding: 2.5vw;
	}

	#ct_bg .col01 {
		margin-top: 2.5vw;
		width: 100%;
	}
	#ct_bg .col01 + .col01 {
		margin-top: 7.5vw;
	}

	#ct_bg .col01 > .text01 {
		margin-top: 5vw;
	}

	#ct_bg .col01 > .text02 {
		margin-top: 5vw;
		padding: 2vw 0px;
	}

	#ct_bg .col01 > .text03 {
		margin-top: 2.5vw;
		font-size: 3.5vw;
	}
	#ct_bg .col01 > .text03 > .font01 {
		font-size: 4vw;
	}

	#ct_bg .col01 > .text04 {
		margin-top: 5vw;
		font-size: 2.5vw;
	}

	#ct_bg .list01 {
		margin-top: 2.5vw;
		padding-top: 2.5vw;
	}
	#ct_bg .list01 > li {
		margin-top: 2.5vw;
		font-size: 3.5vw;
	}

	#ct_bg .list02 {
		margin-top: 2.5vw;
	}

	#ct_bg .list02 > li {
		margin: 2.5vw 0 0 2.98%;
		width: 31.34%;
	}
	#ct_bg .list02 > li:nth-child(4n+1) {
		margin-left: 2.98%;
	}
	#ct_bg .list02 > li:nth-child(3n+1) {
		margin-left: 0;
	}

	#ct_bg .list02 > li > a > .icon01 {
		bottom: 1vw;
		right: 1vw;
		width: 6vw;
	}

	#ct_bg .list03 > li {
		font-size: 3vw;
	}

	#ct_bg .mallLinkBtn {
		margin-top: 9vw;
		width: auto;
		min-width: 48vw;
	}
	#ct_bg .mallLinkBtn > a {
		padding: 2.5vw;
	}

	#ct_bg .mallLinkBtn > a > .inner01 {
		padding-left: 7vw;
		padding-top: 0;
	}

	#ct_bg .mallLinkBtn > a > .inner01::before {
		width: 5vw;
		height: 5vw;
	}
	#ct_bg .mallLinkBtn > a.reserve > .inner01::before {
		width: 4.5vw;
	}
	#ct_bg .mallLinkBtn > a.waiting > .inner01::before {
		width: 5vw;
		height: 4vw;
	}


}
