@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 {
	font-family: "Hiragino Kaku Gothic ProN","Helvetica Neue", Arial,  "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	background: url("../img/bg_index01.jpg") no-repeat center/cover;
	background-attachment: fixed;
	color: #6f5547;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .imgOver01 img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 370px;
	margin: 180px auto 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.updown {
	animation-name:updown1;
	animation-delay:0s;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}

@keyframes updown1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

#ct_bg .mallLinkBtn {
	position: relative;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#ct_bg .mallLinkBtn > a {
	display: block;
	padding: 10px 0 10px 30px;
	border: 2px solid #fff;
	border-radius: 36px;
	box-shadow: 0 0 0 3px #6f5547;
	background: radial-gradient(#e5408e 45%, #ee7fb3);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.8rem;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
	transition: all .6s;
}

#ct_bg .mallLinkBtn > a:hover {
	color: #e5408e;
}

#ct_bg .mallLinkBtn a::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 36px;
	box-shadow: 0 0 0 3px #e5408e;
	background: radial-gradient(#fff9b0 45%, #fffbca);
	color: #e5408e;
	transition: all .6s;
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink span {
	position: relative;
	z-index: 8888;
}

#ct_bg .mallLinkBtn a:hover::before {
	opacity: 1;
}

#ct_bg .mallLinkBtn .mallLink span::before {
	position: absolute;
	top: calc(50% - 14px);
	left: -38px;
	width: 28px;
	height: 30px;
	background: url(../img/btn_index01_no.png) no-repeat 0 0/25px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: calc(50% - 14px);
	left: -38px;
	width: 28px;
	height: 30px;
	transition: all .6s;
	background: url(../img/btn_index01_on.png) no-repeat 0 0/25px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on span::after {
	opacity: 1;
	visibility: visible;
	
}
#ct_bg .mallLinkBtn .mallLink,
#ct_bg .mallLinkBtn .mallLink.reserve,
#ct_bg .mallLinkBtn .mallLink.waiting {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	position: absolute;
	top: calc(50% - 11.5px);
	left: -38px;
	width: 25px;
	height: 23px;
	background: url(../img/btn_index02_no.png) no-repeat 0 0/25px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.reserve span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: calc(50% - 11.5px);
	left: -38px;
	width: 25px;
	height: 23px;
	transition: all .6s;
	background: url(../img/btn_index02_on.png) no-repeat 0 0/25px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on.reserve span::after {
	opacity: 1;
	visibility: visible;
}

#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	position: absolute;
	top: calc(50% - 13.5px);
	left: -34px;
	width: 26px;
	height: 27px;
	background: url(../img/btn_index03_no.png) no-repeat 0 0/26px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.waiting span::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: calc(50% - 13.5px);
	left: -34px;
	width: 26px;
	height: 27px;
	transition: all .6s;
	background: url(../img/btn_index03_on.png) no-repeat 0 0/26px;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on.waiting span::after {
	opacity: 1;
	visibility: visible;
}

#ct_bg .mallLinkBtn img {
	width: 100%;
}

#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;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	background-color: #cd91be;
	color: #fff;
	font-size: 1.4rem;
}
#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 .title01 {
	text-align: center;
	font-weight: bold;
}

#ct_bg .mainImageArea01 {
	padding: 15px 0;
	background: url("../img/bg_index04.png") no-repeat center bottom -50px/cover;
}

#ct_bg .mainImageArea01 > .mainImageInner01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	height: 670px;
	margin: 0 auto;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .logo01 {
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 999;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .text01 {
	display: block;
	position: absolute;
	bottom: 0;
	max-width: 290px;
	font-size: 1.2rem;
	font-weight: 600;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .text01::before {
	content: "※";
	position: absolute;
	left: -12px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 {
	position: relative;
	width: 60%;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image01 {
	position: absolute;
	top: 145px;
	left: 0;
	z-index: 1;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image02 {
	position: absolute;
	top: 190px;
	right: -17px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	text-align: right;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 {
	position: relative;
	top: 42px;
	left: 0;
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 > img{
	transform:rotate(10deg);
	width: 80%;
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image02 {
	position: relative;
	left: 0;
	bottom: 50px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image03 {
	position: relative;
	top: 0;
	left: 0;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > p + p {
	margin-top: 10px;
}

#ct_bg .localNavi01 {
	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;
	padding: 18px;
	background-color: #77adde;
	box-shadow: 0 3px 10px 0 rgba(96, 92, 174, .4);
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .localNavi01 > li {
	margin: 0 5px;
	min-width: 227px;
}

#ct_bg .localNavi01 > li > a {
	position: relative;
	display: block;
	padding: 10px 5px 7px;
	border-radius: 22px;
	background: linear-gradient(#fff8b0 50%, #edc972);
	color: #e74291;
	font-size: 2.2rem;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	box-shadow: 0 3px 0 0 #5e99cf;
	overflow: hidden;
	transition: all .3s;
}

#ct_bg .localNavi01 > li > a:hover {
	transform: translate3d(0, 3px, 0);
	box-shadow: none;
}

#ct_bg .localNavi01 > li > a::before,
#ct_bg .localNavi01 > li > a::after {
	position: absolute;
	top: calc(50% - 13.5px);
	content: "";
	width: 27px;
	height: 27px;
	background: url("../img/ico_index01.png") no-repeat;
	background-size: 27px;
	pointer-events: none;
}

#ct_bg .localNavi01 > li > a::before {
	left: 10px;
}

#ct_bg .localNavi01 > li > a::after {
	right: 10px;
}
#ct_bg .info {
	margin: 30px auto 0;
	background-color: #fff;
	width: 960px;
}
#ct_bg .info a{
	padding: 10px 20px;
	display: block;
	background-color: #fffcd1;
	border: solid 3px #fff100;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	color: red;
	text-decoration: none;
}
#ct_bg .info a:hover{
	text-decoration: underline;
	opacity: 0.7;
}
#ct_bg .frameWrap01 {
	padding: 0 20px 50px;
	background: url("../img/bg_index03.png") repeat-x center bottom;
}

#ct_bg .frameArea01 {
	margin: 60px auto 0;
	max-width: 960px;
}

#ct_bg .frameArea01 + .frameArea01 {
	margin-top: 100px;
}

#ct_bg .frameArea01 > .heading01 {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#ct_bg .frameArea01 > .heading01.type01 > img {
	max-width: 375px;
}

#ct_bg .frameArea01 > .heading01.type02 > img {
	max-width: 451px;
}

#ct_bg .frameArea01 > .heading01.type03 > img {
	max-width: 333px;
}

#ct_bg .frameArea01 > .heading01.type04 > img {
	max-width: 405px;
}

#ct_bg .subSection01 {
	margin: 30px 0 0;
	padding: 60px 40px;
	border: 4px solid #fdeef4;
	border-radius: 50px;
	background: url("../img/bg_index02.png");
	background-position: -2px 0;
	background-size: 15px;
	box-shadow: 0 0 10px rgba(96,92,174,.3);
}

#ct_bg .subSection01 > .heading02 {
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	color: #e5408e;
}

#ct_bg .subSection01 > .txt01 {
	margin: 30px 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}

#ct_bg .subSection01 > .txt02 {
	margin: 25px 0 0;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 600;
}

#ct_bg .subSection01 > .images01 {
	margin: 30px auto 0;
}

#ct_bg .subSection01 > .images01 > img {
	margin: 0 auto;
}

#ct_bg .subSection01 > .img01 + .img01 {
	margin: 70px auto 0;
}

#ct_bg .subSection01 > .img02 {
	max-width: 603px;
	margin: 30px auto 0;
}

#ct_bg .wrap01 > .block01 {
	margin: 40px 0 0;
	width: 43%;
	text-align: center;
}

#ct_bg .wrap01 > .block01 > .img01 {
	width: 86%;
	margin: 0 auto;
}

#ct_bg .wrap01 > .block01 > .img02 {
	width: 82.96%;
	margin: 0 auto;
}

#ct_bg .wrap01 > .block01 > .text01 {
	margin: 20px 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	text-shadow: #af61a2 3px 0px, #af61a2 -3px 0px, #af61a2 0px -3px, #af61a2 0px 3px, #af61a2 3px 3px, #af61a2 -3px 3px, #af61a2 3px -3px, #af61a2 -3px -3px, #af61a2 2px 3px, #af61a2 -2px 3px, #af61a2 2px -3px, #af61a2 -2px -3px, #af61a2 3px 2px, #af61a2 -3px 2px, #af61a2 3px -2px, #af61a2 -3px -2px;
	line-height: 1.2;
}

#ct_bg .wrap01 > .block01 > .text01.type01 {
	text-shadow: #6580bf 3px 0px, #6580bf -3px 0px, #6580bf 0px -3px, #6580bf 0px 3px, #6580bf 3px 3px, #6580bf -3px 3px, #6580bf 3px -3px, #6580bf -3px -3px, #6580bf 2px 3px, #6580bf -2px 3px, #6580bf 2px -3px, #6580bf -2px -3px, #6580bf 3px 2px, #6580bf -3px 2px, #6580bf 3px -2px, #6580bf -3px -2px;
}

#ct_bg .wrap01 > .block01 > .text01.type02 {
	text-shadow: #ec7aac 3px 0px, #ec7aac -3px 0px, #ec7aac 0px -3px, #ec7aac 0px 3px, #ec7aac 3px 3px, #ec7aac -3px 3px, #ec7aac 3px -3px, #ec7aac -3px -3px, #ec7aac 2px 3px, #ec7aac -2px 3px, #ec7aac 2px -3px, #ec7aac -2px -3px, #ec7aac 3px 2px, #ec7aac -3px 2px, #ec7aac 3px -2px, #ec7aac -3px -2px;
}
#ct_bg .wrap01 > .block01 > .text02 {
	display: table;
	margin: 20px auto 0;
	padding: 0 10px;
	background-color: #e5408e;
	color: #fff;
	font-size: 1.4rem;
}

#ct_bg .wrap01 > .block01 > .txt03 {
	margin: 5px 0 0;
	font-weight: 600;
}

#ct_bg .wrap01 > .block01.oneColumn {
	margin: 40px 28% 0;
}

#ct_bg .frameArea01 > .txt04 {
	display: table;
	margin: 40px auto 0;
}

#ct_bg .movieWrap01 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ct_bg .movieArea01 {
	position: relative;
	/*width: 47.5%;*/
}

#ct_bg .movieArea01 > .new {
	position: absolute;
	top: -8px;
	left: 0;
	width: 67px;
	z-index: 99;	
}

#ct_bg .movieArea01:nth-child(n + 3) {
	margin: 60px 0 0;
}

#ct_bg .movieArea01 > .text01 {
	margin: 20px 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1.2;
}

#ct_bg .movieArea01 > .text01 + .text01 {
	margin: 10px 0 0;
}

@media screen and (max-width: 1200px) {
	
#ct_bg .mainImageArea01 {
	padding: 15px 20px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 {
	height: 73vw;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .logo01 {
	top: 0;
	left: 30vw;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .text01 {
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 {
	position: relative;
	width: 58%;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image01 {
	position: absolute;
	top: 1vw;
	right: 15vw;
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image02 {
	position: absolute;
	top: 27vw;
	left: 19vw;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 {
	top: 14vw;
	text-align: center;
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01{
	top:0;
	left: -4vw;
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 > img{
	transform: rotate(0deg);
}
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image03{
	top: -2.5vw;
}
}

@media screen and (max-width: 1000px) {
#ct_bg .localNavi01 > li {
	width: 47.8%;
}

#ct_bg .localNavi01 > li:nth-child(n + 3) {
	margin-top: 15px;
}
}

@media screen and (max-width: 767px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	background-image: none;
}

#ct_bg::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url("../img/bg_index01_sp.jpg");
	background-size: cover;
}

#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;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#ct_bg .mallLinkBtn > a {
	padding: 5px 0 5px 30px;
	font-size: 2.1rem;
}

#ct_bg .mallLinkBtn > a:hover {
	border: 2px solid #fff;
	border-radius: 36px;
	box-shadow: 0 0 0 3px #6f5547;
	background: radial-gradient(#e5408e 45%, #ee7fb3);
	color: #fff;
}
	
#ct_bg .mallLinkBtn > a:hover::before {
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink span::before {
	top: calc(50% - 11px);
	width: 21px;
	height: 22px;
	background-size: 21px;
}

#ct_bg .mallLinkBtn .mallLink.on span::after {
	opacity: 0;
}


#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	top: calc(50% - 10px);
	width: 19px;
	height: 17.5px;
	background-size: 19px;
}

#ct_bg .mallLinkBtn .mallLink.on.reserve span::after {
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	top: calc(50% - 10px);
	left: -30px;
	width: 19.5px;
	height: 19.5px;
	background-size: 19.5px;
}

#ct_bg .mallLinkBtn .mallLink.on.waiting span::after {
	opacity: 0;
}

#ct_bg .headTitleArea01 > .inner01 {
	display: block;
	
}

#ct_bg .headTitleArea01 > .inner01 .title01 {
	margin: 0;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.4;
}
	
#ct_bg .headTitleArea01 > .inner01 {
	padding: 5px 15px;	
}
	
#ct_bg .mainImageArea01 {
	position: relative;
	padding: 10px 3vw;
	background: url("../img/bg_index04_sp.png") no-repeat center bottom/contain;
}	
	
#ct_bg .mainImageArea01 > .mainImageInner01 {
	height: auto;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .logo01 {
	position: absolute;
	left: 0;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .text01 {
	position: static;
	max-width: 100%;
	margin: 2vw auto 0;
	padding-left: 1rem;
	font-size: 1rem;
	line-height: 1;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .text01::before {
	left: auto;
	right: auto;
	margin-left: -1rem;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 {
	display: flex;
	width: 100%;
	margin-top: 15vw;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image01 {
	position: relative;
	right: 0;
	width: 55%;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image02 {
	position: absolute;
	top: 6vw;
	left: auto;
	right: 2vw;
	width: 50%;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 {
	position: relative;
	top: 0;
	width: 100%;
	margin-top: 11vw;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 {
	position: absolute;
	top: -16vw;
	left: 0;
	width: 65%;
	z-index: 2;
}
	
#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 > img {
	transform:rotate(-10deg);
	width: 100%;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image02 {
	width: 85%;
	margin: 0 auto;
	padding-left: 2vw;
	bottom: 0;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image03 {
	width: 85%;
	margin: 0 auto -17px;
	padding-left: 6vw;
	top:-5px;
}
#ct_bg .localNavi01 {
	position: relative;
	padding: 5px 4% 20px;
}

#ct_bg .localNavi01 > li {
	margin: 15px 0 0 2%;
	min-width: inherit;
}

#ct_bg .localNavi01 > li:nth-child(odd) {
	margin-left: 0;
}

#ct_bg .localNavi01 > li > a {
	padding: 8px 5px;
	font-size: 1.6rem;
}
	
#ct_bg .localNavi01 > li > a::before,
#ct_bg .localNavi01 > li > a::after {
	position: absolute;
	top: calc(50% - 7.5px);
	content: "";
	width: 16px;
	height: 16px;
	background: url("../img/ico_index01.png") no-repeat;
	background-size: 16px;
	pointer-events: none;
}

#ct_bg .localNavi01 > li > a::before {
	left: 10px;
}

#ct_bg .localNavi01 > li > a::after {
	right: 10px;
}

#ct_bg .localNavi01 > li > a:hover {
	transform: none;
	box-shadow: 0 3px 0 0 #5e99cf;
}
#ct_bg .info {
	width: 100%;
}
#ct_bg .frameWrap01 {
	position: relative;
	padding: 0 3vw 40px;
	background-size: 700px;
	background-size: 250vw;
}

#ct_bg .frameArea01 > .heading01.type01 > img {
	max-width: 67.78vw;
}

#ct_bg .frameArea01 > .heading01.type02 > img {
	max-width: 81.25vw;
}

#ct_bg .frameArea01 > .heading01.type03 > img {
	max-width: 60vw;
}

#ct_bg .frameArea01 > .heading01.type04 > img {
	max-width: 72.795vw;
}

#ct_bg .subSection01 {
	margin: 30px 0 0;
	padding: 35px 3vw;
	border-radius: 25px;
}	

#ct_bg .subSection01 > .heading02 {
	font-size: 2.3rem;
}	

#ct_bg .subSection01 > .txt01 {
	margin: 25px 0 0;
	text-align: left;
	font-size: 1.6rem;
}
	
#ct_bg .subSection01 > .images01 {
	margin: 15px auto 0;
}

#ct_bg .wrap01 > .block01 {
	margin: 40px auto 0;
	width: 85%;
}

#ct_bg .wrap01 > .block01 > .img01,
#ct_bg .wrap01 > .block01 > .img02 {
	width: 90%;
	margin: 0 auto;
}

#ct_bg .wrap01 > .block01 > .text01 {
	margin: 20px 0 0;
	font-size: 2.3rem;
}
#ct_bg .wrap01 > .block01.oneColumn {
	margin: 40px auto 0;
	width: 85%;
}

#ct_bg .movieArea01 {
	width: 100%;
}

#ct_bg .movieArea01:nth-child(n + 2) {
	margin: 50px 0 0;
}

#ct_bg .movieArea01 > .text01 {
	margin: 10px 0 0;
	font-size: 1.8rem;
}

#ct_bg .subSection01 > .img01 + .img01 {
	margin: 35px auto 0;
}	

}

@media screen and (max-width: 330px) {
#ct_bg .snsBtn01 {
	justify-content: center;
}

#ct_bg .snsBtn01 > li:nth-child(2n) {
	margin-left: 2vw;
}

#ct_bg .mallLinkBtn .mallLink span::before,
#ct_bg .mallLinkBtn .mallLink.reserve span::before,
#ct_bg .mallLinkBtn .mallLink.waiting span::before{
	left: -10vw;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
