@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;
	color: #6f5547;
	background: url("../img/bg_index04.jpg") repeat;
	background-size: 260px;
}

#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;
}

.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: 426px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#ct_bg .mallLinkBtn > a {
	transition: all .6s;
}

#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::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 108px;
	background: url(../img/btn_index02_no.png) no-repeat;
	content: "";
	z-index: 1;
}

#ct_bg .mallLinkBtn a:hover.mallLink.reserve:hover::before {
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink.reserve::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 108px;
	background: url(../img/btn_index02_on.png) no-repeat;
	content: "";
	z-index: 1;
	opacity: 0;
}

#ct_bg .mallLinkBtn a:hover.mallLink.reserve:hover::after {
	opacity: 1;
}

#ct_bg .mallLinkBtn .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 108px;
	background: url(../img/btn_index03_no.png) no-repeat;
	content: "";
	z-index: 1;
}

#ct_bg .mallLinkBtn a:hover.mallLink.waiting:hover::before {
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink.waiting::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 426px;
	height: 108px;
	background: url(../img/btn_index03_on.png) no-repeat;
	content: "";
	z-index: 1;
	opacity: 0;
}

#ct_bg .mallLinkBtn a:hover.mallLink.waiting::after {
	opacity: 1;
}

#ct_bg .mallLinkBtn img {
	width: 100%;
}

#ct_bg .mallLinkTxt {
	margin-top: 15px;
	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: #41b2a1;
	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 {
	background: url("../img/bg_index01_pc.png") no-repeat;
	background-position: center;
	overflow: hidden;
}

#ct_bg .mainImageArea01 > .mainImageInner01 {
	position: relative;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .logo01 {
	position: absolute;
	top: 26px;
	left: 50%;
	width: 452px;
	margin-left: -230px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .text01 {
	position: absolute;
	bottom: 8px;
	left: 1.25vw;
	width: 445px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 {
	position: relative;
	height: 700px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image01 {
	position: absolute;
	bottom: 6px;
	left: 50%;
	width: 460px;
	margin-left: -438px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image02 {
	position: absolute;
	bottom: -26px;
	right: 50%;
	width: 497px;
	margin-right: -440px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image03 {
	position: absolute;
	top: 19px;
	left: 50%;
	width: 351px;
	margin-left: -772px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image04 {
	position: absolute;
	top: 238px;
	left:50%;
	width: 253px;
	margin-left: -791px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image05 {
	position: absolute;
	bottom: 53px;
	left: 50%;
	width: 289px;
	margin-left: -684px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image06 {
	position: absolute;
	top: 35px;
	right: 50%;
	width: 364px;
	margin-right: -766px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image07 {
	position: absolute;
	bottom: 46px;
	right: 50%;
	width: 280px;
	margin-right: -712px;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 {
	position: absolute;
	right: 0;
	bottom: 170px;
	width: 46%;
	text-align: center;
}

#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 {
	position: relative;
	top: 5px;
	left: -10px;
}

#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: 12px 18px 7px;
	background: url(../img/bg_index02.jpg) repeat;
	background-size: 290px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	box-shadow: 0px -6px 0px 0px rgba(46, 23, 75, 0.3);
}

#ct_bg .localNavi01 > li > a {
	display: block;
	transition: all .6s;
}

#ct_bg .localNavi01 > li > a::before {
	left: 10px;
}

#ct_bg .localNavi01 > li > a::after {
	right: 10px;
}

#ct_bg .frameWrap01 {
	overflow: hidden;
}

#ct_bg .frameWrap01 .inner03 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

#ct_bg .frameArea04 .inner03 {
	padding-bottom: 75px;
}

#ct_bg .frameArea01 {
	padding-bottom: 50px;
}
#ct_bg .frameArea01,
#ct_bg .frameArea03 {
	background: url("../img/bg_index03.jpg") repeat;
	background-size: 301px;
}

#ct_bg .frameArea02,
#ct_bg .frameArea04,
#ct_bg .frameArea05 {
}

#ct_bg .frameArea01 .heading01.type01 > img,
#ct_bg .frameArea02 .heading01.type02 > img,
#ct_bg .frameArea03 .heading01.type03 > img,
#ct_bg .frameArea04 .heading01.type04 > img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

#ct_bg .frameArea01 .heading01.type01 > img {
	max-width: 477px;
}

#ct_bg .frameArea02 .heading01.type02 > img {
	max-width: 352px;
	margin-bottom: 70px;
}

#ct_bg .frameArea03 .heading01.type03 > img {
	max-width: 724px;
	margin-bottom: 25px;
}

#ct_bg .frameArea04 .heading01.type04 > img {
	max-width: 533px;
	margin-bottom: 30px;
}

#ct_bg .wrap01 > .block01 {
	margin-top: 20px;
	width: 50%;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#ct_bg .wrap01 > .block01 > .img01 {
	margin: 0 auto;
}

#ct_bg .wrap01 > .block01 > .img02 {
	margin: 0 auto;
}

#ct_bg .wrap01 > .block01 > .text01 {
	display: table;
	margin: 20px auto 0;
	padding: 0 10px;
	background-color: #fff100;
	font-size: 1.4rem;
}

#ct_bg .wrap01 > .block01 > .txt02 {
	margin-top: 15px;
	font-size: 1.6rem;
}

#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;
}

.frameArea02 > .inner03 {
	position: relative;
}

.frameArea02 > .inner03 > .image08 {
	position: absolute;
	top: -71px;
	right: -98px;
}

.frameArea02 > .inner03 > .image09 {
	position: absolute;
	bottom: -88px;
	left: -98px;
}

#ct_bg .movieArea01 {
	position: relative;
	width: 48%;
}

#ct_bg .movieArea01 > .new {
	position: absolute;
	top: -37px;
	left: -9px;
	width: 65px;
	z-index: 99;
}

#ct_bg .movieArea01:nth-child(n + 3) {
	margin: 60px 0 0;
}

#ct_bg .movieArea01 > .text01 {
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
}

#ct_bg .movieArea01 > .text01 + .text01 {
	margin-top: 10px;
}

.frameArea03 > .inner03 > .text01 {
	text-align: center;
	margin-bottom: 13px;
}

.frameArea03 > .inner03 > .text02 {
	text-align: center;
	margin-bottom: 20px;
}

.frameArea03 > .inner03 > .text03 {
	text-align: center;
}

.frameArea03 > .inner03 > .image10 {
	margin-bottom: 55px;
}

.frameArea03 > .inner03 > .image11 {
	margin-bottom: 45px;
}

.frameArea04 > .inner03 > .text01 {
	text-align: center;
	margin-bottom: 30px;
}

.frameArea04 > .inner03 > .text02 {
	padding: 10px 20px;
	background-color: #fff100;
	border-radius: 10px;
	margin-bottom: 25px;
}

.frameArea04 .wrap01 {
	align-items: center;
}

.frameArea04 > .inner03 .text03 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.frameArea04 > .inner03 .text04 {
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}

.frameArea04 > .inner03 > .image12 {
	margin-bottom: 70px;
}

.manualArea {
	background-color: #33014c;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.manualArea .pdfBtn {
	max-width: 426px;
	margin-left: auto;
	margin-right: auto;
}

.manualArea .pdfBtn a {
	transition: all .6s;
	display: block;
}

#ct_bg .sns_wrapper {
	display: table;
	margin: 0 auto 45px;
	padding: 10px 5px 0;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}
@media screen and (max-width: 1200px) {
	.frameArea02 > .inner03 > .image08 {
		right: -3vw;
	}
	.frameArea02 > .inner03 > .image09 {
		left: -3vw;
	}
}


@media screen and (min-width: 768px) {
	#ct_bg .localNavi01 > li {
		margin-left: -4px;
		margin-right: -4px;
		width: 25.6%;
		max-width: 256px;
	}

	.frameArea04 > .inner03 .text03 {
		width: 292px;
		padding-right: 25px;
	}

	.frameArea04 > .inner03 .image13 {
		width: calc(100% - 292px);
	}

	#ct_bg .frameArea02 .inner03,
	#ct_bg .frameArea04 .inner03 {
		max-width: 1040px;
		padding-left: 20px;
		padding-right: 20px;
	}


}


@media screen and (max-width: 767px) {
	#ct_bg {
		font-size: 1.4rem;
		font-family: -apple-system, "HelveticaNeue", Helvetica;
		background-size: 300px;
	}

	#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-size: cover;
	}

	#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 .frameArea01,
	#ct_bg .frameArea03 {
		background-size: 290px;
	}

	#ct_bg .frameArea02,
	#ct_bg .frameArea04,
	#ct_bg .frameArea05 {
	}

	#ct_bg .headTitleArea01 > .inner01 {
		display: block;
	}

	#ct_bg .headTitleArea01 > .inner01 .title01 {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#ct_bg .headTitleArea01 > .inner01 {
		padding: 10px 15px;
	}

	#ct_bg .mainImageArea01 {
		position: relative;
		background: url("../img/bg_index01_sp.png") no-repeat;
		background-size: cover;
		background-position: center;
		height: 175.86vw;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 {
		height: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .logo01 {
		top: 2.66vw;
		left: 19.73vw;
		width: 61.46vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .text01 {
		top: 169.8vw;
		left: 17.2vw;
		width: 77.73vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .text01::before {
		left: auto;
		right: auto;
		margin-left: -1rem;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image01 {
		top: 33.86vw;
		left: 0.6vw;
		width: 53.2vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image02 {
		top: 30.5vw;
		right: -3.2vw;
		width: 57.4vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image03 {
		position: absolute;
		top: 88.13vw;
		left: 0;
		width: 44.8vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image04 {
		top: 113.7vw;
		left: 20.93vw;
		width: 33.73vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image05 {
		top: 140.13vw;
		left: 1.6vw;
		width: 38.53vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image06 {
		top: 87.46vw;
		right: 1.6vw;
		width: 48.53vw;
		margin: auto;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock01 > .image07 {
		top: 132.93vw;
		right: 5.86vw;
		width: 37.33vw;
		margin: auto;
	}

	#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%;
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image01 > img {
		transform:rotate(-10deg);
	}

	#ct_bg .mainImageArea01 > .mainImageInner01 > .mainImageBlock02 > .image02 {
		width: 79%;
		margin: 0 auto;
		padding-left: 2vw;
	}

	#ct_bg .localNavi01 {
		position: relative;
		padding: 15px 4%;
		background-size: 300px;
	}

	#ct_bg .localNavi01 > li {
		min-width: inherit;
		width: 48.8%;
	}

	#ct_bg .localNavi01 > li > a {
		font-size: 1.6rem;
	}

	#ct_bg .frameWrap01 {
		position: relative;
	}

	#ct_bg .frameWrap01 .inner03 {
		padding-left: 3vw;
		padding-right: 3vw;
		padding-top: 40px;
		padding-bottom: 50px;
	}

	#ct_bg .frameArea01 .heading01.type01 > img {
		max-width: 63.71vw;
	}

	#ct_bg .frameArea02 .heading01.type02 > img {
		max-width: 44vw;
		margin-bottom: 30px;
	}

	#ct_bg .frameArea03 .heading01.type03 > img {
		max-width: 88vw;
		margin-bottom: 15px;
	}

	#ct_bg .frameArea04 .heading01.type04 > img {
		max-width: 65.5vw;
		margin-bottom: 15px;
	}

	#ct_bg .wrap01 > .block01 {
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}

	#ct_bg .wrap01 > .block01.type05 {
		margin-top: 30px;
	}

	#ct_bg .wrap01 > .block01 > .img01,
	#ct_bg .wrap01 > .block01 > .img02 {
		width: 90%;
		margin: 0 auto;
	}

	#ct_bg .wrap01 > .block01 > .text01 {
		font-size: 1.4rem;
		margin-top: 15px;
	}

	#ct_bg .wrap01 > .block01 > .txt02 {
		font-size: 1.4rem;
		margin-top: 7.5px;
		line-height: 1.6;
	}

	#ct_bg .movieArea01 {
		width: 100%;
		padding-top: 5vw;
	}

	#ct_bg .movieArea01:nth-child(n + 2) {
		margin-top: 20px;
	}

	#ct_bg .movieArea01 > .text01 {
		margin-top: 8px;
		font-size: 1.4rem;
	}

	#ct_bg .movieArea01 > .new {
		top: 0;
		left: -1vw;
		width: 9.5vw;
	}

	#ct_bg .movieArea01 > .text01 + .text01 {
		margin-top: 7px;
	}

	#ct_bg .mallLinkTxt {
		margin-top: 5px;
	}

	#ct_bg .mallLinkBtn {
		max-width: 58vw;
	}
	#ct_bg .mallLinkBtn .mallLink::before,
	#ct_bg .mallLinkBtn .mallLink.reserve::before,
	#ct_bg .mallLinkBtn .mallLink.waiting::before,
	#ct_bg .mallLinkBtn .mallLink::after,
	#ct_bg .mallLinkBtn .mallLink.reserve::after,
	#ct_bg .mallLinkBtn .mallLink.waiting::after {
		max-width: 58vw;
		background-size: contain;
	}

	#ct_bg .frameArea02 > .inner03 > .image08 {
		width: 23vw;
		top: -7vw;
		left: 0;
	}

	#ct_bg .frameArea02 > .inner03 > .image09 {
		width: 23vw;
		bottom: -7vw;
		left: 78vw;
	}

	#ct_bg .frameArea03 .inner03 {
		padding-left: 0;
		padding-right: 0;
	}

	#ct_bg .frameArea03 > .inner03 > .text01,
	#ct_bg .frameArea03 > .inner03 > .text02,
	#ct_bg .frameArea03 > .inner03 > .text03,
	#ct_bg .frameArea04 > .inner03 > .text01 {
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .frameArea03 > .inner03 > .text01 {
		width: 72vw;
		margin-bottom: 8px;
	}

	#ct_bg .frameArea03 > .inner03 > .image10 {
		margin-bottom: 27px;
	}

	#ct_bg .frameArea03 > .inner03 > .text02 {
		width: 88vw;
		margin-bottom: 15px;
	}

	#ct_bg .frameArea03 > .inner03 > .image11 {
		margin-bottom: 25px;
	}

	#ct_bg .frameArea03 > .inner03 > .text03 {
		width: 90.3vw;
	}

	#ct_bg .frameArea04 > .inner03 > .text01 {
		width: 82.5vw;
		margin-bottom: 15px;
	}

	#ct_bg .frameArea04 > .inner03 > .image12 {
		margin-bottom: 40px;
	}

	#ct_bg .frameArea04 > .inner03 > .text02 {
		padding: 5px 10px 2px 10px;
		border-radius: 5px;
	}

	#ct_bg .frameArea04 > .inner03 > .text02 img {
		width: 48vw;
	}

	#ct_bg .frameArea04 .wrap01 {
		display: block;
	}

	#ct_bg .frameArea04 > .inner03 .text03 {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	#ct_bg .frameArea04 > .inner03 .text04 {
		font-size: 2.0rem;
	}

	#ct_bg .frameArea04 > .inner03 > .text02 {
		margin-bottom: 15px;
	}

	#ct_bg .manualArea {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#ct_bg .manualArea .pdfBtn {
		width: 58vw;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .frameArea05 > .inner03 {
		padding-top: 35px;
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .sns_wrapper {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 330px) {
	#ct_bg .snsBtn01 {
		justify-content: center;
	}

	#ct_bg .snsBtn01 > li:nth-child(2n) {
		margin-left: 2vw;
	}


}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
