@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#footerIn .pageTop {
	display: none;
}

#wrapper {
	background: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 34px;
	font-family: "Rounded Mplus 1c","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-weight: 500;
	color: #918597;
	font-size: 1.6rem;
	letter-spacing: .06em;
	line-height: 1.6;
	background-image: url(../img/bg_index04.png), url(../img/bg_index05.png);
	background-position: top center, bottom center;
	background-size: 51px 34px;
	background-repeat: repeat-x;
}

#ct_bg::before,
#ct_bg::after {
	 content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
}

#ct_bg::before {
	background: rgb(225,189,244);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxYmRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWUwZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, rgba(225,189,244,1) 0%,rgba(241,224,249,1) 100%);
}

#ct_bg::after {
	background: url(../img/bg_index01.png) 0 0 / 250px 250px repeat;

}

#ct_bg a,
#ct_bg a:link,
#ct_bg a:visited {
	color: #b57dd4;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg a:hover,
#ct_bg a:active {
	color: #d1ace6;
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

#ct_bg strong {
	font-weight: 900;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .8;
}

.imgOver02:hover {
	animation: anime02 .7s ease 0s forwards;
	-webkit-animation: anime02 .7s ease 0s forwards;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes anime02 {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-8deg) skewY(-8deg);
		transform: skewX(-8deg) skewY(-8deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes anime02 {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-8deg) skewY(-8deg);
		transform: skewX(-8deg) skewY(-8deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

#ct_bg [class^="jqBtn"],
#ct_bg [class*=" jqBtn"] {
	cursor: pointer;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .color01 {
	color: #d90e0b;
}

#ct_bg .wrapper01 {
	padding-top: 42px;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 16px 0;
}

#ct_bg .snsBtn01 > li {
	margin-left: 10px;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg [class^="wrap"],
#ct_bg [class*=" wrap"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg [class^="wrap"].bC,
#ct_bg [class*=" wrap"].bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg [class^="wrap"].between,
#ct_bg [class*=" wrap"].between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg [class^="wrap"].end,
#ct_bg [class*=" wrap"].end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#ct_bg [class^="wrap"].aC,
#ct_bg [class*=" wrap"].aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg [class^="wrap"].aE,
#ct_bg [class*=" wrap"].aE {
	-webkit-box-align: end ;
	-ms-flex-align: end ;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#ct_bg .wrap01 {
	margin-top: 24px;
}

#ct_bg .wrap01 li {
	margin-left: 16px;
}

#ct_bg .wrap01 li:first-child {
	margin-left: 0;
}

#ct_bg .wrap01.type01 li {	width: 220px;}
#ct_bg .wrap01.type02 li {	width: 240px;}
#ct_bg .wrap01.type03 li {	width: 213px;}
#ct_bg .wrap01.type04 li {	width: 220px;}

#ct_bg .wrap02 {
	margin-top: 16px;
}

#ct_bg .col01 {
	width: 590px;
}

#ct_bg .col02 {
	margin-left: 16px;
	width: 294px;
}

#ct_bg .subSection01 {
	width: 100%;
}

#ct_bg .mainImages01Wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 716px;
}

#ct_bg .mainImages01Wrap > .logo01 {
	position: absolute;
	top: 0;
	left: 335px;
	z-index: 2;
	width: 312px;
}

#ct_bg .mainImages01Wrap > .image01 {
	position: absolute;
	top: 477px;
	right: 21px;
	z-index: 2;
	width: 218px;
}

#ct_bg .mainImages01 {
	position: absolute;
	top: 56px;
	left: -8px;
	width: 976px;
	height: 656px;
	z-index: 1;
}

#ct_bg .mainImages01 ul li {
	display: none;
}

#ct_bg .mainImages01 ul li a img {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .mainImages01 ul li a:hover img {
	opacity: .8;
}

#ct_bg .bx-wrapper {
	width: 100%;
	margin: 40px auto 0 !important;
}

#ct_bg .mainImages01Wrap .bx-wrapper {
	width: 100%;
	margin: 0 auto !important;
}

#ct_bg .photoList01 {
	position: relative;
	margin-top: 120px;
	padding: 40px 0 32px;
	width: 100%;
	background-color: #fff;
}

#ct_bg .photoList01:before,
#ct_bg .photoList01:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
}

#ct_bg .photoList01:before {
	top: -19px;
	height: 19px;
	background: url(../img/bg_index02.png) repeat-x left top / 81px 19px;
}

#ct_bg .photoList01:after {
	bottom: -21px;
	background: url(../img/bg_index03.png) repeat-x left top / 81px 21px;
	height: 21px;
}

#ct_bg .photoList01 li img {
	border-radius: 10px;
}

#ct_bg .photoList01 .bx-viewport {
	position: relative;
	width: 1448px;
	margin: 40px auto 0 !important;
}

#ct_bg .photoList01 .bx-viewport::before,
#ct_bg .photoList01 .bx-viewport::after {
	position: absolute;
	top: 0;
	width: 175px;
	height: 100%;
	content: "";
	z-index: 1;
}

#ct_bg .photoList01 .bx-viewport::before {
	left: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

#ct_bg .photoList01 .bx-viewport::after {
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#ct_bg .mainImages01Wrap .bx-wrapper .bx-controls-direction {
	margin-top: -39px;
	text-align: center;
}

#ct_bg .bx-wrapper .bx-controls-direction {
	margin-top: 15px;
	text-align: center;
}

#ct_bg .bx-wrapper .bx-prev,
#ct_bg .bx-wrapper .bx-next {
	display: inline-block;
	width: 34px;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .mainImages01Wrap .bx-wrapper .bx-prev {;
	margin-right: 67px;
}

#ct_bg .mainImages01Wrap .bx-wrapper .bx-next {
	margin-left: 67px;
}

#ct_bg .bx-wrapper .bx-prev {
	background: url(../img/btn_index01.png) no-repeat left top/34px 35px;
}

#ct_bg .bx-wrapper .bx-next {
	background: url(../img/btn_index02.png) no-repeat left top/34px 35px;
}

#ct_bg .bx-wrapper .bx-prev:hover,
#ct_bg .bx-wrapper .bx-next:hover,
#ct_bg .bx-wrapper .bx-pager-item:hover {
	animation: anime02 .7s ease 0s forwards;
	-webkit-animation: anime02 .7s ease 0s forwards;
	-webkit-transform-origin: center;
	transform-origin: center;
}

#ct_bg .photoList01 .bx-wrapper li {
	padding: 0 5px;
}

#ct_bg .bx-wrapper li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .bx-wrapper li a:hover {
	opacity: .8;
}

#ct_bg .bx-wrapper .bx-pager {
	width: 100%;
	text-align: center;
	line-height: 1.0;
	z-index: 100;
}

#ct_bg .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	position: relative;
	margin: 0 4px;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block;
	width: 42px;
	height: 41px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(../img/btn_index03_no.png) no-repeat left top/42px 41px;
	text-align: center;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-image: url(../img/btn_index03_on.png);
}

#ct_bg .frameArea01 {
	position: relative;
	margin: 114px auto 0;
	padding: 40px 30px;
	width: 960px;
	background: #fff;
}

#ct_bg .mainImages01Wrap + .frameArea01 {
	margin-top: 86px;
}

#ct_bg .frameArea02 + .frameArea01 {
	margin-top: 65px;
}

#ct_bg .frameArea01.type01 {
	z-index: 2;
}

#ct_bg .frameArea01::before,
#ct_bg .frameArea01::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 38px;
	background-position: center top;
	background-size: 51px 38px;
	background-repeat: repeat-x;
	content: "";
}

#ct_bg .frameArea01::before {
	top: -38px;
	background-image: url(../img/bg_index07.png);
}

#ct_bg .frameArea01::after {
	bottom: -38px;
	background-image: url(../img/bg_index06.png) ;
}

#ct_bg .frameArea01 > .image01 {
	position: absolute;
	right: -24px;
	bottom: -102px;
	width: 305px;
	z-index: 2;
}

#ct_bg .frameArea01 > .image02 {
	position: absolute;
	left: 18px;
	bottom: -89px;
	width: 285px;
	z-index: 2;
}

#ct_bg .frameArea02 {
	margin: 50px auto 0;
	padding: 24px 16px;
	width: 960px;
	background-color: #fff;
	border: 4px solid #ce89f4;
	border-radius: 10px;
	color: #ce89f4;
	font-size: 2.4rem;
	text-align: center;
}

#ct_bg .mainImage {
	margin-top: 24px;
	width: 590px;
	background: #c8e3ec url(../img/bg_index01.png) -9px -7px / 184px 201px repeat;
}

#ct_bg .thumbArea {
	margin: 24px 0 0 16px;
	width: 294px;
}

#ct_bg .thumbList01 {
	margin-top: -16px;
}

#ct_bg .thumbList01 li {
	position: relative;
	margin: 16px 0 0 16px;
	width: 139px;
	height: 139px;
	background: #c8e3ec url(../img/bg_index01.png) -1px -7px / 140px 152px repeat;
	cursor: pointer;
}

#ct_bg .thumbList01 li:nth-child(2n+1) {
	margin-left: 0;
}

#ct_bg .thumbList01 li.active::after,
#ct_bg .thumbList01 li:hover::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 4px 4px 0 #ff90d7, inset -4px -4px 0 #ff90d7;
	content: "";
	z-index: 1;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .heading02 {
	position: relative;
	text-align: center;
}

#ct_bg .heading02::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 100%;
	height: 8px;
	background: url(../img/bg_index08.png) center top repeat-x;
	content: "";
}

#ct_bg .heading02 span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: 470px;
	background-color: #fff;
	z-index: 1;
	box-sizing: content-box;
}

#ct_bg .heading03 {
	position: relative;
	margin-top: 100px;
	width: 100%;
	height: 112px;
	background-color: #fff;
}

#ct_bg .heading03:before,
#ct_bg .heading03:after {
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
}

#ct_bg .heading03:before {
	top: -19px;
	height: 19px;
	background: url(../img/bg_index02.png) repeat-x left top / 81px 19px;
}

#ct_bg .heading03:after {
	bottom: -21px;
	background: url(../img/bg_index03.png) repeat-x left top / 81px 21px;
	height: 21px;
}

#ct_bg .heading03 img {
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
}

#ct_bg .heading04 {
	padding: 20px;
	background-color: #b57dd4;
	border-radius: 10px;
}

#ct_bg .heading04 > .text01 {
	position: relative;
	margin-top: 13px;
	padding: 12px 8px;
	width: 123px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #b57dd4;
}

#ct_bg .heading04 > .text01::before {
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -30px;
	width: 61px;
	height: 25px;
	background: url(../img/icon_index01.png) 0 0 / 61px 25px no-repeat;
	content: "";
}

#ct_bg .heading04 > .text02 {
	margin-left: 24px;
	width: 713px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
}

#ct_bg .heading04 .text03 {
	font-size: 1.6rem;
}

#ct_bg .txt01 {
	margin-top: 24px;
	font-size: 1.8rem;
	text-align: center;
}

#ct_bg .txt02 {
	margin-top: 8px;
}

#ct_bg .txt03 {
	margin-top: 16px;
	font-size: 1.2rem;
}

#ct_bg .txt04 {
	margin-top: 16px;
	font-size: 1.2rem;
	text-align: right;
}

#ct_bg .txt04.type01 {
	text-align: left;
}

#ct_bg .txt04.type02 {
	margin-top: 8px;
	text-align: center;
}

#ct_bg .note01 {
	padding-left: 1em;
	text-indent: -1em;
}

#ct_bg .font01 {
	font-size: 2.2rem;
}

#ct_bg .footer01 {
	margin: 57px auto 0;
	width: 960px;
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

#ct_bg .pageTop01 {
	-webkit-animation: anime01 2s linear infinite alternate;
	animation: anime01 2s linear infinite alternate;
	transform: translate3d(0,0,0);
}

@-webkit-keyframes anime01 {
	0% { -webkit-transform:translateY(-8px);	transform:translateY(-8px);}
	100% { -webkit-transform:translateY(8px);	transform:translateY(8px);}
}
@keyframes anime01 {
	0% { transform:translateY(-8px);}
	100% { transform:translateY(8px);}
}

#ct_bg .copyright01 {
	font-size: 1.2rem;
}

.fancybox-infobar__body {
	display: none !important;
}

#ct_bg .modalArea01Wrap {
	position: fixed;
	width: 800px;
	max-height: 98%;
	top: 0%;
	transform: translateX(50vw) translateX(-50%) translateY(50vh) translateY(-50%);
	z-index: -9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .modalArea01Wrap.active01 {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

#ct_bg .modalArea01Wrap > .closeBtn01 {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 60px;
	cursor: pointer;
}

#ct_bg .modalArea01Wrap > .modalArea01 {
	padding: 20px;
	max-height: 100vh;
	background-color: #fbdfe0;
	border-radius: 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

#ct_bg .modalArea01Wrap .inner01 {
	margin-top: 10px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}

#ct_bg .modalArea01Wrap .inner01:first-child {
	margin-top: 0;
}

#ct_bg .modalArea01Wrap .inner01 > .column01 {
	width: 55%;
}
#ct_bg .modalArea01Wrap .inner01 > .column02 {
	width: 40%;
}

#ct_bg .modalArea01Bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(181, 125, 212, 0.8);
	z-index: -9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .modalArea01Bg.active02 {
	visibility: visible;
	opacity: 1;
	z-index: 9998;
}

@media screen and (max-width: 639px) {
#ct_bg {
	padding-bottom: 55px;
	font-family: "Rounded Mplus 1c" -apple-system, "HelveticaNeue", Helvetica;
	font-size: 1.4rem;
	word-break: normal;
	word-wrap: break-word;
}

#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;
}


.imgOver02:hover {
	animation: none;
	-webkit-animation: none;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#ct_bg .snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 16px 0 0;
}

#ct_bg .wrap01 li {
	margin: 16px 0 0;
}

#ct_bg .wrap01 li:nth-child(-n+2) {
	margin-top: 0;
}

#ct_bg .wrap01 li:nth-child(odd) {
	padding-right: 2%;
}
#ct_bg .wrap01 li:nth-child(even) {
	padding-left: 2%;
}

#ct_bg .wrap01.type01 li,
#ct_bg .wrap01.type02 li,
#ct_bg .wrap01.type03 li,
#ct_bg .wrap01.type04 li {	width: 50%;}

#ct_bg .wrap01.type04 li:nth-child(3) {
	padding: 0 0 0 2%;
}

#ct_bg .wrap02 {
	margin-top: 24px;
}

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col02 {
	margin: 24px 0 0;
	width: 100%;
	text-align: center;
}

#ct_bg .col02 img {
	width: 68%;
}

#ct_bg .mainImages01Wrap {
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 0;
}

#ct_bg .mainImages01Wrap > .logo01 {
	position: static;
	margin: 3% 0 0 10.9%;
	width: 49.8%;
}

#ct_bg .mainImages01Wrap > .image01 {
	position: static;
	margin: -27% 6.1% 0 auto;
	width: 36%;
}

#ct_bg .mainImages01 {
	position: relative;
	top: 0;
	left: 0;
	margin-top: -35%;
	padding: 0 5px;
	width: 100%;
	height: auto;
	z-index: 1;
}

#ct_bg .mainImages01 ul li {
	display: none;
}

#ct_bg .mainImages01 ul li a img {
	-webkit-transition: none;
	transition: none;
}

#ct_bg .mainImages01 ul li a:hover img {
	opacity: 1;
}

#ct_bg .bx-wrapper {
	width: 100%;
	margin: 40px auto 0 !important;
}

#ct_bg .mainImages01Wrap .bx-wrapper {
	width: 100%;
	margin: 0 auto !important;
}

#ct_bg .photoList01 .bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important;
	z-index: 1;
}

#ct_bg .photoList01 .bx-viewport::before,
#ct_bg .photoList01 .bx-viewport::after {
	content: none;
}
	
#ct_bg .bx-controls {
	margin-top: 8px;
}
	
#ct_bg .mainImages01Wrap .bx-wrapper .bx-controls-direction {
	margin-top: -31px;
	line-height: 0;
}

#ct_bg .bx-wrapper .bx-controls-direction {
	margin-top: 15px;
	text-align: center;
}

#ct_bg .bx-wrapper .bx-prev,
#ct_bg .bx-wrapper .bx-next {
	width: 27px;
	height: 29px;
	-webkit-transition: none;
	transition: all none;
}

#ct_bg .mainImages01Wrap .bx-wrapper .bx-prev {;
	margin-right: 55px;
}

#ct_bg .mainImages01Wrap .bx-wrapper .bx-next {
	margin-left: 55px;
}

#ct_bg .bx-wrapper .bx-prev,
#ct_bg .bx-wrapper .bx-next {
	background-size: 27px 29px;
}

#ct_bg .photoList01 .bx-wrapper li {
	padding: 0 5px;
}

#ct_bg .bx-wrapper li a {
	-webkit-transition: none;
	transition: none;
}

#ct_bg .bx-wrapper li a:hover {
	opacity: 1;
}

#ct_bg .bx-wrapper .bx-prev:hover,
#ct_bg .bx-wrapper .bx-next:hover,
#ct_bg .bx-wrapper .bx-pager-item:hover {
	animation: none;
	-webkit-animation: none;
}

#ct_bg .bx-wrapper .bx-pager .bx-pager-item {
	margin: 0 6px 0;
}

#ct_bg .bx-wrapper .bx-pager.bx-default-pager a {
	width: 33px;
	height: 32px;
	-webkit-transition: none;
	transition: none;
	background-size: 33px 32px;
}

#ct_bg .frameArea01 {
	margin: 110px auto 0;
	padding: 40px 4%;
	width: 100%;
}

#ct_bg .mainImages01Wrap + .frameArea01 {
	margin-top: 46px;
}

#ct_bg .frameArea01 > .image01 {
	right: -4%;
	bottom: -13%;
	width: 72%;
}

#ct_bg .frameArea01 > .image02 {
	left: 7.2px;
	bottom: -11%;
	width: 62%;
}

#ct_bg .frameArea02 {
	margin: 16px 4% 0;
	width: 92%;
	font-size: 1.9rem;
}

#ct_bg .mainImage {
	width: 100%;
}

#ct_bg .thumbArea {
	margin: 0 0 0 0;
	width: 100%;
}

#ct_bg .thumbList01 {
	margin-top: 0;
}

#ct_bg .thumbList01 li {
	position: relative;
	margin-top: 8px;
	width: 18.8%;
	width: -webkit-calc(100% / 6 - 0.84%);
	width: calc(100% / 6 - 0.84%);
	height: auto;
	cursor: pointer;
}

#ct_bg .thumbList01 li,
#ct_bg .thumbList01 li:nth-child(2n+1) {
	margin-left: 1%;
}
	
#ct_bg .thumbList01 li:nth-child(6n+1) {
	margin-left: 0;
}

#ct_bg .thumbList01 li.active::after,
#ct_bg .thumbList01 li:hover::after {
	box-shadow: inset 2px 2px 0 #ff90d7, inset -2px -2px 0 #ff90d7;
}

#ct_bg .heading01 {
	margin: 0 -4%;
}

#ct_bg .heading02::before {
	content: none;
}
#ct_bg .heading02 span {
	padding: 0;
	width: 87%;
	background: none;;
	box-sizing: border-box;
}

#ct_bg .heading03 {
	height: auto;
	background-color: transparent;
}

#ct_bg .heading03:before,
#ct_bg .heading03:after {
	content: none;
}

#ct_bg .heading03 img {
	position: static;
	margin-left: 0;
}

#ct_bg .heading04 {
	padding: 16px 4%;
}

#ct_bg .heading04 > .text01 {
	margin-top: 0;
	width: 100%;
}

#ct_bg .heading04 > .text01::before {
	top: -10px;
	margin-left: -22px;
	width: 45px;
	height: 19px;
	background-size: 45px 19px;
}

#ct_bg .heading04 > .text02 {
	margin: 8px 0 0;
	width: 100%;
	font-size: 2rem;
}

#ct_bg .heading04 .text03 {
	display: block;
	font-size: 1.4rem;
}

#ct_bg .txt01 {
	font-size: 1.6rem;
	text-align: left;
}

#ct_bg .txt04 {
	margin-top: 16px;
}

#ct_bg .txt04.type01 {
	width: 36%;
}

#ct_bg .txt04.type02 {
	padding: 0 4%;
	width: 100%;
}

#ct_bg .txt04.type03 span {
	display: inline-block;
	width: 60%;
}

#ct_bg .font01 {
	font-size: 2rem;
}

#ct_bg .footer01 {
	margin: 57px auto 0;
	width: 100%;
}

#ct_bg .footer01 > .inner01 {
	width: 100%;
}

#ct_bg .pageTop01 {
	width: 100%;
	text-align: center;
}

#ct_bg .pageTop01 img {
	width: 61%;
}

#ct_bg .copyright01 {
	margin-top: 12px;
	font-size: 1rem;
	text-align: center;
}

#ct_bg .modalArea01Wrap {
	width: 81.3%;
}

#ct_bg .modalArea01Wrap > .closeBtn01 {
	top: -23px;
	right: -23px;
	width: 47px;
}

#ct_bg .modalArea01Wrap .inner01 {
	padding: 13px 10px;
}

#ct_bg .modalArea01 .inner01 > .column01 {
	width: 100%;
}
#ct_bg .modalArea01 .inner01 > .column02 {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
#ct_bg .modalArea01 .inner01 > .column02 img {
	width: 69%;
}
}

.fancybox-button--thumbs {display: none !important;}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
