@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

.footer {
	position: relative;
	z-index: 10;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #ec44a9 url(../../img/bg01.png) no-repeat top center/cover;
	background-attachment: fixed;
	color: #000;
}

#ct_bg a {
	color: #e43695;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#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: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .color01 {
	color: #e43695;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	background-color: #851386;
	color: #fff;
}

#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,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 1em;
}

#ct_bg .header01 {
	background-color: #601986;
	border-bottom: solid 2px #301042;
}

#ct_bg .header01.type01 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 4px #601986;
	box-shadow: 0px 2px 0px 0px #301042;
	background-color: rgba(255,255,255,0);
}

#ct_bg .header01 > .inner01 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

#ct_bg .header01 > .inner01 > .logo01 {
	position: absolute;
	top: 3px;
	left: 0;
}

#ct_bg .header01.type01 > .inner01 > .logo01 {
	width: 215px;
	position: static;
}

#ct_bg .globalNav01 {
	margin-left: 250px;
	padding-top: 19px;
	padding-bottom: 17px;
}

#ct_bg .globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .globalNav01 > ul > li:not(:last-child) {
	margin-right: 20px;
}


#ct_bg .globalNav01 > ul > li > a {
	display: block;
	height: 42px;
}

#ct_bg .globalNav01 > ul > li > a > img {
	height: 100%;
	width: auto;
}

#ct_bg .globalNav02 {
	margin-top: 20px;
	background-color: #851386;
	border-bottom: solid 2px #301042;
}

#ct_bg .globalNav02 > ul {
	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 .globalNav02 > ul > li {
	margin-left: -6px;
	margin-right: -6px;
}

#ct_bg .globalNav02 > ul > li > a {

}

#ct_bg .header01 > .inner01 > .button01 {
	position: absolute;
	top: 20px;
	left: 236px;
}

#ct_bg .header01 > .inner01 > .button01 > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 40px;
	padding-left: 18px;
	padding-right: 18px;
	border: solid 2px #701986;
	border-radius: 30px;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .header01 > .inner01 > .button01 > a:hover {
	background-color: #e43695;
	color: #fff;
}

#ct_bg .header01 > .inner01 > .button01 > a > span {
	display: block;
	padding-left: 14px;
	position: relative;
}

#ct_bg .header01 > .inner01 > .button01 > a > span:before {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -5px;
	left: 0;
	border-style: solid;
	border-width: 4px 7px 4px 0;
	border-color: transparent #e43696 transparent transparent;
	transition: all .3s;
	content: "";
}

#ct_bg .header01 > .inner01 > .button01 > a:hover > span:before {
	border-color: transparent #fff transparent transparent;
}


#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .subSection01 {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}

#ct_bg .subSection01 > .text01 {
	width: 300px;
	margin: 60px auto 0;
}

#ct_bg .subSection02 {
	margin-top: 60px;
}

#ct_bg .mainArea01 {
	margin: 0 auto;
	padding: 0 65px;
}

#ct_bg .mainArea01 > .logo01 {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50px;
	width: 45.9375%;
	max-width: 588px;
	transform: translateX(-50%);
}

#ct_bg .mainArea01 .img01 {
	margin-top: 40px;
	text-align: center;
}

#ct_bg .mainArea01 > .inner01 {
	width: 1000px;
	margin: 0 auto;
}

#ct_bg .mainArea01 > .image01 {
	width: 500px;
	margin: 20px auto 0;
	box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 6px #851386;
}

#ct_bg .campaignMain01 {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
}

#ct_bg .campaignMain01::before {
	position: absolute;
	top: -8px;
	left: -250px;
	width: 513px;
	height: 547px;
	background: url(../../info/campaign/2019_11_sns/img/img_index01.png);
	z-index: -1;
	content: "";
}


#ct_bg .campaignMain01::after {
	position: absolute;
	top: -7px;
	right: -208px;
	width: 437px;
	height: 546px;
	background: url(../../info/campaign/2019_11_sns/img/img_index02.png);
	z-index: -1;
	content: "";
}

#ct_bg .campaignMain01 > .text01 {
	text-align: center;
}

#ct_bg .campaignMain01 > .campaignFin {
	width: 600px;
	margin: 15px auto 0;
	background: #cc0033;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: bold;
	padding: 0.75em 0.5em 0.65em;
}

#ct_bg .slideArea01 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .heading01 > img {
	height: 60px;
	width: auto;
}

#ct_bg .heading02 {
	padding: 12px 20px 8px;
	color: #fff;
	background-color: #e43695;
	font-weight: bold;
	font-size: 2.0rem;
}

#ct_bg .heading03 {
	position: relative;
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	border: solid 5px #dde02d;
	background-color: #fff100;
	color: #e43695;
	font-size: 2.6rem;
	font-weight: bold;
}

#ct_bg .heading03 > .inner01 {
	position: relative;
	padding: 9px 15px 7px;
	display: block;
}

#ct_bg .heading03:before {
	position: absolute;
	right: -25px;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.6em 25px 0 0;
	border-color: #dde02d transparent transparent transparent;
	content: "";
}

#ct_bg .heading03:after {
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.0em 16px 0 0;
	border-color: #fff200 transparent transparent transparent;
	content: "";
}

#ct_bg .heading03 > .inner01:before {
	position: absolute;
	right: -25px;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.6em 0 0 25px;
	border-color: transparent transparent transparent #dde02d;
	content: "";
}

#ct_bg .heading03 > .inner01:after {
	position: absolute;
	right: -16px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.0em 0 0 16px;
	border-color: transparent transparent transparent #fff200;
	content: "";
}

#ct_bg .heading04 {
	padding: 19px 10px 15px;
	background-color: #ffd6ff;
	color: #851386;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .heading04:not(:first-child) {
	margin-top: 40px;
}

#ct_bg .frameArea05 > .heading04 {
	margin-left: -30px;
	margin-right: -30px;
}

#ct_bg .frameArea05 > .heading04:first-child {
	margin-top: -40px;
	border-radius: 10px 10px 0 0;
}

#ct_bg .frameArea01 {
	background-color: #50ccd4;
	padding: 20px 0;
	margin-top: 60px;
}

#ct_bg .frameArea01 > .inner01 {
	background-color: #ffff9f;
	border-radius: 20px;
	border: 5px solid #dde02d;
	margin: 0 auto;
	max-width: 900px;
	padding: 20px;
}

#ct_bg .frameArea01 > .inner01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .frameArea01 > .image01 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .frameArea02 {
	padding-top: 60px;
	padding-bottom: 60px;
}

#ct_bg .frameArea02 > .inner01 {
	width: 1000px;
	margin: 0 auto;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	width: 300px;
	margin: 60px auto 0;
}

#ct_bg .frameArea03 {
	max-width: 1400px;
	margin: 0 auto;
}

#ct_bg .frameArea04 {
	padding: 12px;
	box-shadow: 0px 0px 0px 4px #601986,0px 0px 0px 8px #e43695,0px 0px 0px 12px #fffe00;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .frameArea04 > .inner01 {
	max-height: 217px;
	padding-right: 20px;
	margin: 13px 8px 0 28px;
	overflow-y: auto;
	border-radius: 8px;
}

#ct_bg .frameArea05 {
	margin-top: 50px;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .frameArea06 {
	margin-top: 60px;
	padding: 20px;
	border-radius: 10px;
	border: solid 10px #f4ebf9;
	background-color: #fff;
}

#ct_bg .movieArea01 {
	position: relative;
	margin-top: 40px;
	padding: 10px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(160,161,165,1) 30%,rgba(255,255,255,1) 65%,rgba(160,161,165,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(160,161,165,1) 30%,rgba(255,255,255,1) 65%,rgba(160,161,165,1) 100%);
}

#ct_bg .movieArea01 > .icon01 {
	position: absolute;
	width: 50px;
	left: 0;
	top: -10px;
}

#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .galleryArea01 > .thumbnail {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .galleryArea01 > .thumbnail > li {
	width: 60px;
}

#ct_bg .galleryArea01 > .thumbnail > li:not(:last-child) {
	margin-right: 8px;
}

#ct_bg .galleryArea01 > .thumbnail > li > a {
	position: relative;
	display: block;
}

#ct_bg .galleryArea01 > .thumbnail > li > a img {
	transition: all .3s;
}

#ct_bg .galleryArea01 > .thumbnail > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(228,54,149,.3);
	opacity: 0;
	transition: all .3s;
	content: "";
}

#ct_bg .galleryArea01 > .thumbnail > li > a:hover:before {
	opacity: 1.0;
}

#ct_bg .galleryArea01 > .thumbnail > li.active > a:before {
	opacity: 1.0;
}

#ct_bg .galleryArea01 > .thumbnail > li > a:hover img,
#ct_bg .galleryArea01 > .thumbnail > li.active > a img {
	opacity: .5;
}

#ct_bg .imgArea01 {
	position: relative;
	height: 560px;
}

#ct_bg .imgArea01 > .image {
	position: absolute;
	left: 0;
	top: 0;
}

#ct_bg .imgArea01 > .image:not(:first-child) {
	display: none;
}

#ct_bg .snsBlock01 {
	height: 580px;
	margin-top: 20px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#ct_bg .list01 > dt {
	float: left;
}

#ct_bg .list01 > dd {
	margin-left: 120px;
}

#ct_bg .list01 > dd:not(:last-child) {
	margin-bottom: 12px;
}

#ct_bg .list02 {
	margin-top: 20px;
}

#ct_bg .list02 > dt {
	display: table;
	float: left;
	clear: both;
	margin-right: 10px;
	padding: 5px 8px 3px;
	background-color: #851386;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
}

#ct_bg .list02 > dd {
	margin-bottom: 20px;
	margin-top: 5px;
}

#ct_bg .list03 {
	margin-top: 30px;
}

#ct_bg .list03 > li {
	position: relative;
	padding-left: 18px;
}

#ct_bg .list03 > li::before {
	position: absolute;
	top: 7px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e43695;
	content: "";
}

#ct_bg .list03 > li:not(:first-child) {
	margin-top: 5px;
}

#ct_bg .list04 {
	counter-reset: li;
}

#ct_bg .list04 > li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#ct_bg .list04 > li::before {
	margin-right: 8px;
	color: #e43695;
	counter-increment: li;
	content: counter(li) ".";
	font-weight: bold;
}

#ct_bg .list04 > li:not(:first-child) {
	margin-top: 5px;
}

#ct_bg .col01 {
	width: 29%;
	margin-right: 20px;
}

#ct_bg .col02 {
	width: 68%;
}

#ct_bg .col03 {
	width: 1000px;
	margin: 60px auto 0;
}

#ct_bg .col04 {
	width: 455px;
	margin-top: 30px;
}

#ct_bg .col04:nth-child(n+3) {
	margin-top: 20px;
}

#ct_bg .col05 {
	width: 400px;
}

#ct_bg .col06 {
	width: 520px;
}

#ct_bg .col06 > .text01 {
	margin-top: 15px;
}

#ct_bg .col06 > .text02 {
	text-align: right;
	font-size: 1.2rem;
}

#ct_bg .col07 {
	width: 654px;
	margin: 12px;
}

#ct_bg .col08 {
	width: 300px;
}

#ct_bg .col08 > .text01{
	font-size: 1.0rem;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
}

#ct_bg .col08 > .text02{
	font-size: 1.2rem;
	color: #851386;
	margin-top: 5px;
	padding: 5px;
	display: inline-block;
	border: 2px solid #fffe00;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .col09 {
	width: 480px;
}

#ct_bg .col09 > .text01 {
	margin-top: 15px;
	color: #fff;
}

#ct_bg .col10 {
	width: 460px;
	margin-top: 30px;
}

#ct_bg .col10 > .title01 {
	padding: 11px 10px 12px;
	background-color: #e43695;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .col10 > .inner01{
	padding: 15px 25px 30px;
	border: solid 1px #999999;
	border-top: none;
	background-color: #fff;
}

#ct_bg .col11 {
	width: 595px;
	margin-top: 30px;
}

#ct_bg .col12 {
	width: 300px;
	margin-top: 30px;
}

#ct_bg .txt01 {
	background-color: #851386;
	color: #fff;
	display: inline-block;
	padding: 3px 10px 2px;
	font-size: 1.4rem;
}

#ct_bg .txt02 {
	color: #e43695;
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 16px;
}

#ct_bg .txt03 {
	font-size: 1.4rem;
	margin-top: 10px;
}

#ct_bg .txt04 {
	text-indent: -.5em;
}

#ct_bg .txt05 {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 5px;
}

#ct_bg .txt06 {
	margin-top: 30px;
	font-size: 1.2rem;
	text-align: center;
}

#ct_bg .txt06 > .font01 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #851386;
	font-weight: bold;
	font-size: 1.8rem;
}

#ct_bg .day01 {
	margin-top: 20px;
	text-align: right;
}

#ct_bg .btn01 {
	width: 43%;
	display: inline-block;
	margin: 16px 15px 0 0;
}

#ct_bg .btn02 {
	display: table;
	margin-top: 30px;
}

#ct_bg .btn02 > a {
	position: relative;
	display: block;
	padding: 6px 34px;
	border-radius: 50px;
	border: solid 4px #e43695;
	color: #fff;
	font-weight: bold;
	font-size: 2.0rem;
	text-decoration: none;
	transition: all .3s;
	text-align: center;
	overflow: hidden;
}

#ct_bg .btn02 > a:before {
	background: -webkit-linear-gradient(left, rgba(195,2,107,1) 0%,rgba(228,54,149,1) 50%,rgba(195,2,107,1) 100%);
	background: linear-gradient(to right, rgba(195,2,107,1) 0%,rgba(228,54,149,1) 50%,rgba(195,2,107,1) 100%);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

#ct_bg .btn02 > a:hover {
	background: #fff;
	color: #e43695;
}

#ct_bg .btn03 {
	display: table;
	margin: 40px auto 0;
}

#ct_bg .btn03 > a {
	display: block;
	padding: 6px 25px;
	background-color: #851386;
	border-radius: 80px;
	border: solid 2px #851386;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: all .3s;
}

#ct_bg .btn03 > a:hover {
	background-color: #fff;
	color: #851386;
}

#ct_bg .footer01 {
	padding: 50px 0;
	text-align: center;
}

#ct_bg .footer01 > .text01 {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#ct_bg .footer01 small {
	color: #fff;
	font-size: 1.4rem;
}

#ct_bg .editorArea01 {
	position: relative;
	z-index: 1;
}

#ct_bg .editorArea01 > p {
	margin-top: 20px;
}

#ct_bg .editorArea01 > p.text01 {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 5px;
}

#ct_bg .editorArea01 > *:first-child {
	margin-top: 40px !important;
}

#ct_bg .editorArea01 .title01 {
	margin-top: 45px;
	font-weight: bold;
	font-size: 2.0rem;
}

#ct_bg .editorArea01 .title01 + * {
	margin-top: 20px;
}

#ct_bg .editorArea01 .title02 + * {
	margin-top: 15px;
}

#ct_bg .editorArea01 .title02 {
	margin-top: 30px;
	color: #e43695;
	font-weight: bold;
	font-size: 1.8rem;
}

#ct_bg .editorArea01 .notes01 {
	margin-top: 15px;
	color: #4c4c4c;
	font-size: 1.4rem;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#ct_bg .editorArea01 .image01 {
	display: table;
	margin: 30px auto 0;
}

#ct_bg .editorArea01 ul {
	margin-top: 25px;
}

#ct_bg .editorArea01 ul > li {
	position: relative;
	padding-left: 23px;
}

#ct_bg .editorArea01 ul > li:not(:first-child) {
	margin-top: 4px;
}

#ct_bg .editorArea01 ul > li:before {
	position: absolute;
	top: 7px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e43695;
	content: "";
}

#ct_bg .editorArea01 ol {
	margin-top: 25px;
	counter-reset: li;
}

#ct_bg .editorArea01 ol > li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#ct_bg .editorArea01 ol > li:before {
	margin-right: 8px;
	color: #e43695;
	counter-increment: li;
	content: counter(li) ".";
	font-weight: bold;
}

#ct_bg .editorArea01 ol > li:not(:first-child) {
	margin-top: 4px;
}

#ct_bg .editorArea01 table {
	width: 100%;
	margin-top: 25px;
	border: solid 1px #b3b3b3;
}

#ct_bg .editorArea01 table th {
	width: 300px;
	background-color: #ffebf6;
	border-right: solid 1px #b3b3b3;
	vertical-align: top;
}

#ct_bg .editorArea01 table td {
	background-color: #fff;
}

#ct_bg .editorArea01 table tr:not(:first-child) {
	border-top: solid 1px #b3b3b3;
}

#ct_bg .editorArea01 table th,
#ct_bg .editorArea01 table td {
	padding: 20px 16px;
}

#ct_bg .editorArea01 .btn02 {
	margin-top: 30px;
}

#ct_bg .editorArea01 .btn02.type01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .localNav01 {
	margin-top: 20px;
	border-top: solid 2px #dde02d;
}

#ct_bg .localNav01 > ul {
	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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}

#ct_bg .localNav01 > ul > li > a {
	position: relative;
	display: table;
	font-weight: bold;
	text-decoration: none;
}

#ct_bg .localNav01 > ul > li > a:hover {
	text-decoration: underline;
}

#ct_bg .localNav01 > ul > li:nth-child(1) > a {
	padding-left: 23px;
}

#ct_bg .localNav01 > ul > li:nth-child(2) > a {
	padding-right: 23px;
}

#ct_bg .localNav01 > ul > li:nth-child(1) > a:before{
	left: 0;
	border-left: 1px solid #e43695;
	border-bottom: 1px solid #e43695;
}

#ct_bg .localNav01 > ul > li:nth-child(2) > a:before{
	right: 0;
	border-right: 1px solid #e43695;
	border-top: 1px solid #e43695;
}

#ct_bg .localNav01 > ul > li:nth-child(1) > a:before,
#ct_bg .localNav01 > ul > li:nth-child(2) > a:before {
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#ct_bg .charaList01 {
	margin-top: 60px;
}

#ct_bg .charaList01 > ul {
	position: relative;
	height: 548px;
	margin-top: 40px;
	background: url(../../img/bg_index02_pc.png) no-repeat 50% 0;
}

#ct_bg .charaList01 > ul > li {
	position: absolute;
}

#ct_bg .charaList01 > ul > li > a {
	transition: all .3s;
}

#ct_bg .charaList01 > ul > li > a:hover {
	opacity: .6;
}

#ct_bg .charaList01 > ul > .image01 {
	width: 149px;
	height: 221px;
	left: 5px;
	top: 38px;
}
#ct_bg .charaList01 > ul > .image02 {
	width: 113px;
	height: 258px;
	left: 165px;
	top: 0;
}
#ct_bg .charaList01 > ul > .image03 {
	width: 167px;
	height: 236px;
	left: 283px;
	top: 22px;
}
#ct_bg .charaList01 > ul > .image04 {
	width: 174px;
	height: 210px;
	right: 361px;
	top: 50px;
}
#ct_bg .charaList01 > ul > .image05 {
	width: 151px;
	height: 229px;
	right: 206px;
	top: 28px;
}
#ct_bg .charaList01 > ul > .image06 {
	width: 222px;
	height: 214px;
	right: 0;
	top: 45px;
}
#ct_bg .charaList01 > ul > .image07 {
	width: 168px;
	height: 240px;
	left: 0;
	bottom: 0;
}
#ct_bg .charaList01 > ul > .image08 {
	width: 166px;
	height: 236px;
	left: 160px;
	bottom: 0;
}
#ct_bg .charaList01 > ul > .image09 {
	width: 225px;
	height: 270px;
	left: 284px;
	bottom: 0;
}
#ct_bg .charaList01 > ul > .image10 {
	width: 209px;
	height: 234px;
	right: 290px;
	bottom: 0;
}
#ct_bg .charaList01 > ul > .image11 {
	width: 131px;
	height: 198px;
	right: 156px;
	bottom: 0;
}
#ct_bg .charaList01 > ul > .image12 {
	width: 148px;
	height: 245px;
	right: 0;
	bottom: 0;
}

#ct_bg .charaList02 {
	margin-top: 60px;
}

#ct_bg .charaList02 > ul {
	position: relative;
	height: 548px;
	margin-top: 40px;
	background: url(../../img/bg_index03_pc.png) no-repeat 50% 0;
}

#ct_bg .charaList02 > ul > li {
	position: absolute;
}

#ct_bg .charaList02 > ul > li > a {
	transition: all .3s;
}

#ct_bg .charaList02 > ul > li > a:hover {
	opacity: .6;
}

#ct_bg .charaList02 > ul > .image01 {
	width: 146px;
	height: 224px;
	left: 12px;
	top: 34px;
}
#ct_bg .charaList02 > ul > .image02 {
	width: 161px;
	height: 194px;
	left: 173px;
	top: 63px;
}
#ct_bg .charaList02 > ul > .image03 {
	width: 150px;
	height: 254px;
	left: 343px;
	top: 3px;
}
#ct_bg .charaList02 > ul > .image04 {
	width: 125px;
	height: 210px;
	right: 349px;
	top: 47px;
}
#ct_bg .charaList02 > ul > .image05 {
	width: 125px;
	height: 211px;
	right: 178px;
	top: 46px;
}
#ct_bg .charaList02 > ul > .image06 {
	width: 119px;
	height: 225px;
	right: 13px;
	top: 31px;
}
#ct_bg .charaList02 > ul > .image07 {
	width: 168px;
	height: 248px;
	left: 3px;
	bottom: 3px;
}
#ct_bg .charaList02 > ul > .image08 {
	width: 171px;
	height: 227px;
	left: 181px;
	bottom: 2px;
}
#ct_bg .charaList02 > ul > .image09 {
	width: 131px;
	height: 276px;
	left: 367px;
	bottom: 1px;
}
#ct_bg .charaList02 > ul > .image10 {
	width: 143px;
	height: 235px;
	right: 329px;
	bottom: 2px;
}
#ct_bg .charaList02 > ul > .image11 {
	width: 146px;
	height: 228px;
	right: 160px;
	bottom: 2px;
}
#ct_bg .charaList02 > ul > .image12 {
	width: 103px;
	height: 205px;
	right: 15px;
	bottom: 3px;
}

#ct_bg .slick-slide img.onlySP {
	display: none !important;
}

#ct_bg .slick-prev, #ct_bg .slick-next {
	z-index: 15;
}

#ct_bg .slick-prev:before,
#ct_bg .slick-next:before {
	opacity: 1.0;
	display: block;
	position: absolute;
	left: -10px;
	width: 48px;
	height: 48px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-135deg);
	transition: all .3s;
	content: "";
}

#ct_bg .slick-next:before {
	transform: rotate(45deg);
	right: -10px;
	left: inherit;
}

#ct_bg .slick-prev:hover:before,
#ct_bg .slick-next:hover:before {
	border-color: #fff100;
}

#ct_bg .slick-slide {
	outline: none;
}

#ct_bg .notes01 {
	margin-top: 5px;
	font-size: 1.2rem;
}


#ct_bg .introductionArea {
	width: 1000px;
	margin: 20px auto 0;
}

#ct_bg .introductionArea .inner01 {
	border: 5px solid #851386;
	background: #fff;
	border-radius: 20px; 
	padding: 20px 24px 9px;
}

#ct_bg .introductionArea .inner01 .textArea {
	width: 653px;
}

#ct_bg .introductionArea .inner01 .textArea .hdg {
	color: #851386;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#ct_bg .introductionArea .inner01 .textArea .lead {
	color: #e43695;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .introductionArea .inner01 .textArea p {
	color: #000;
	font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (max-width: 639px) {
#ct_bg {
	position: relative;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	background: none;
}

 #ct_bg:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background: #eb45a8 url(../../img/bg01.png) no-repeat 50% 0/266.66%;
}

#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 .headTitleArea01 {
	font-size: 1.2rem;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 0;
}

#ct_bg .header01 > .inner01 > .logo01 {
	width: 123px;
	left: 1.6%;
	top: 16px;
}

#ct_bg .header01.type01 {
	padding-top: 16px;
	padding-bottom: 16px;
}

#ct_bg .header01.type01 > .inner01 > .logo01 {
	width: 148px;
}

#ct_bg .globalNav01 {
	width: 235px;
	margin-left: auto;
	margin-right: 1.333%;
	padding-top: 12px;
	padding-bottom: 10px;
}

#ct_bg .globalNav01 > ul > li {
	min-width: 102px;
}

#ct_bg .globalNav01 > ul > li:not(:last-child) {
	margin-right: 0;
}

#ct_bg .globalNav01 > ul > li:nth-child(even) {
	margin-right: 0;
}


#ct_bg .globalNav01 > ul > li > a {
	height: 30px;
}

#ct_bg .globalNav02 > ul > li {
	width: 32%;
	margin-left: -.8%;
	margin-right: -.8%;
}

#ct_bg .subSection01 {
	width: 100%;
	padding: 60px 4% 0;
}

#ct_bg .subSection01 > .text01 {
	width: 48.985%;
	margin-top: 40px;
}

#ct_bg .header01 > .inner01 > .button01 {
	position: absolute;
	top: 12px;
	left: inherit;
	right: 2.666%;
}

#ct_bg .header01 > .inner01 > .button01 > a {
	height: 35px;
}

#ct_bg .header01 > .inner01 > .button01 > a:hover {
	background-color: #fff;
	color: #e43695;
}

#ct_bg .header01 > .inner01 > .button01 > a:hover > span:before {
	border-color: transparent #e43696 transparent transparent;
}

#ct_bg .mainArea01 {
	padding: 0;
}

#ct_bg .mainArea01 > .logo01 {
	width: 72.933%;
	top: 67px;
}

#ct_bg .mainArea01 .img01 {
	margin-top: 50px;
	padding: 0  4%;
}

#ct_bg .mainArea01 > .inner01 {
	width: 100%;
	margin-top: 20px;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .mainArea01 > .image01 {
	max-width: 500px;
	width: 92%;
}

#ct_bg .campaignMain01 {
	width: 108%;
	margin-left: -4.5%;
	margin-right: -4.5%;
	margin-top: -20px;
}

#ct_bg .campaignMain01::before {
	content: none;
}


#ct_bg .campaignMain01::after {
	content: none;
}

#ct_bg .campaignMain01 > .text01 {
	text-align: center;
}

#ct_bg .campaignMain01 > .campaignFin {
	width: auto;
	margin: 15px 3% 0 4.2%;
	background: #de3b58;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	padding: 0.55em 0.5em 0.5em;
}

#ct_bg .heading01 > img {
	height: auto;
	width: 100%;
}

#ct_bg .heading02 {
	padding: 10px 15px 8px;
	font-size: 1.8rem;
}

#ct_bg .heading03 {
	position: relative;
	width: calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
	font-size: 1.8rem;
}

#ct_bg .heading03 > .inner01 {
	position: relative;
	padding: 9px 15px 7px;
	display: block;
}

#ct_bg .heading03:before {
	position: absolute;
	right: -25px;
	top: -5px;
	width: 25px;
	height: calc(100% + 10px);
	height: -webkit-calc(100% + 10px);
	border: none;
	background: url(../img/bg_index01.png) no-repeat 0 0/100% 100%;
	content: "";
}

#ct_bg .heading03:after {
	content: none;
}

#ct_bg .heading03 > .inner01:before {
	content: none;
}

#ct_bg .heading03 > .inner01:after {
	content: none;
}

#ct_bg .heading04 {
	padding-top: 15px;
	padding-bottom: 12px;
	font-size: 1.8rem;
}

#ct_bg .frameArea05 > .heading04 {
	margin-left: -7%;
	margin-right: -7%;
}

#ct_bg .frameArea05 > .heading04:first-child {
	margin-top: -20px;
	border-radius: 10px 10px 0 0;
}

#ct_bg .frameArea01 {
	padding: 20px 4%;
}

#ct_bg .frameArea01 > .inner01 {
	padding: 20px 5%;
}

#ct_bg .frameArea02 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	width: 48.985%;
	margin-top: 40px;
}

#ct_bg .frameArea04 {
	margin: 40px 6.4% 0;
	padding: 9px;
	box-shadow: 0px 0px 0px 3px #601986,0px 0px 0px 6px #e43695,0px 0px 0px 9px #fffe00;
}

#ct_bg .frameArea04 > .inner01 {
	max-height: inherit;
	height: 160px;
	padding-right: 10px;
	margin: 4px 0 4px 8px;
}

#ct_bg .frameArea05 {
	overflow: hidden;
	margin-top: 40px;
	padding: 20px 5.797% 40px;
}

#ct_bg .frameArea06 {
	padding: 0 5.333vw 5.333vw;
	border-width: 5px;
}

#ct_bg .galleryArea01 > .thumbnail {
	margin-top: 0;
}

#ct_bg .galleryArea01 > .thumbnail > li {
	width: 11.333vw;
}

#ct_bg .galleryArea01 > .thumbnail > li:not(:last-child) {
	margin-right: 1.2vw;
}

#ct_bg .galleryArea01 > .thumbnail > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(228,54,149,.3);
	opacity: 0;
	transition: all .3s;
	content: "";
}

#ct_bg .galleryArea01 > .thumbnail > li > a:hover:before {
	opacity: 0;
}

#ct_bg .galleryArea01 > .thumbnail > li > a:hover img {
	opacity: 1.0;
}

#ct_bg .imgArea01 {
	width: 66.666vw;
	height: 93.333vw;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .imgArea01 > .image:not(:first-child) {
	display: none;
}

#ct_bg .snsBlock01 {
	height: auto;
}

#ct_bg .list01 > dt {
	float: none;
}

#ct_bg .list01 > dd {
	margin-left: 0;
}

#ct_bg .list01 > dd:not(:last-child) {
	margin-bottom: 12px;
}

#ct_bg .list02 > dt {
	margin-bottom: -5px;
}

#ct_bg .col01 {
	width: 83%;
	margin: 0 auto;
}

#ct_bg .col02 {
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col03 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .col04 {
	width: 48.524%;
}

#ct_bg .col04:nth-child(n+3) {
	margin-top: 10px;
}

#ct_bg .col05 {
	width: 100%;
}

#ct_bg .col06 {
	width: 100%;
	margin-top: 30px;
}

#ct_bg .col06 > .text01 {
	margin-top: 20px;
}

#ct_bg .col07 {
	width: 100%;
	margin: 9px;
}

#ct_bg .col08 {
	width: 60.869%;
	margin: 20px auto 0;
}

#ct_bg .col09 {
	width: 100%;
}

#ct_bg .col10 {
	width: 100%;
	margin-top: 30px;
}

#ct_bg .col10 > .title01 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.6rem;
}

#ct_bg .col10 > .inner01{
	padding: 12px 5.666% 20px;
}

#ct_bg .col11 {
	width: 100%;
}

#ct_bg .col12 {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .txt02 {
	font-size: 2.4rem;
}

#ct_bg .txt03 {
	font-size: 1.2rem;
}

#ct_bg .txt05 {
	font-size: 1.2rem;
}

#ct_bg .txt06 > .font01 {
	font-size: 1.6rem;
}

#ct_bg .btn01 {
	width: 86%;
	margin: 0 auto;
	display: block;
}

#ct_bg .btn01:nth-child(n+2) {
	margin-top: 20px;
}

#ct_bg .btn02 > a {
	font-size: 1.6rem;
}

#ct_bg .btn02 > a:hover {
	background: -webkit-linear-gradient(left, rgba(195,2,107,1) 0%,rgba(228,54,149,1) 50%,rgba(195,2,107,1) 100%);
	background: linear-gradient(to right, rgba(195,2,107,1) 0%,rgba(228,54,149,1) 50%,rgba(195,2,107,1) 100%);
	color: #fff;
}

#ct_bg .btn03 > a:hover {
	background-color: #e43695;
	color: #fff;
}

#ct_bg .editorArea01 p.text01 {
	font-size: 1.2rem;
}

#ct_bg .editorArea01 .title01 {
	font-size: 1.8rem;
}

#ct_bg .editorArea01 .title02 {
	font-size: 1.6rem;
}

#ct_bg .editorArea01 .notes01 {
	font-size: 1.2rem;
}

#ct_bg .editorArea01 ul > li {
	padding-left: 18px;
}

#ct_bg .editorArea01 table th {
	width: 100px;
}

#ct_bg .editorArea01 table th,
#ct_bg .editorArea01 table td {
	padding: 10px;
	font-size: 1.2rem;
}

#ct_bg .editorArea01 .btn02 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .localNav01 > ul > li:nth-child(1) > a {
	padding-left: 20px;
}

#ct_bg .localNav01 > ul > li:nth-child(2) > a {
	padding-right: 20px;
}

#ct_bg .localNav01 > ul > li:nth-child(1) > a:before,
#ct_bg .localNav01 > ul > li:nth-child(2) > a:before {
	width: 18px;
	height: 18px;
}

#ct_bg .charaList01 {
	margin-top: 40px;
}

#ct_bg .charaList01 > ul {
	height: 162.66vw;
	margin-top: 20px;
	background-image: url(../../img/bg_index02_sp.png);
	background-size: 100%;
}

#ct_bg .charaList01 > ul > li > a:hover {
	opacity: 1.0;
}

#ct_bg .charaList01 > ul > .image01 {
	width: 23.866vw;
	height: 35.333vw;
	left: 4.533vw;
	top: 5.066vw;
}
#ct_bg .charaList01 > ul > .image02 {
	width: 18.133vw;
	height: 41.333vw;
	left: 37.333vw;
}
#ct_bg .charaList01 > ul > .image03 {
	width: 26.8vw;
	height: 37.866vw;
	left: inherit;
	right: 2.533vw;
	top: 2.933vw;
}
#ct_bg .charaList01 > ul > .image04 {
	width: 27.866vw;
	height: 33.6vw;
	right: inherit;
	left: 0;
	top: 44.133vw;
}
#ct_bg .charaList01 > ul > .image05 {
	width: 24.266vw;
	height: 36.8vw;
	right: 33.266vw;
	top: 43.133vw;
}
#ct_bg .charaList01 > ul > .image06 {
	width: 35.466vw;
	height: 34.133vw;
	right: .533vw;
	top: 43.866vw;
}
#ct_bg .charaList01 > ul > .image07 {
	width: 26.8vw;
	height: 38.4vw;
	left: 2.266vw;
	bottom: 45.333vw;
}
#ct_bg .charaList01 > ul > .image08 {
	width: 26.666vw;
	height: 37.866vw;
	left: 30.733vw;
	bottom: 41.6vw;
}
#ct_bg .charaList01 > ul > .image09 {
	width: 35.333vw;
	height: 43.066vw;
	left: inherit;
	right: 0;
	bottom: 39.333vw;
}
#ct_bg .charaList01 > ul > .image10 {
	width: 33.333vw;
	height: 37.466vw;
	right: inherit;
	left: 1.2vw;
	bottom: 3.33vw;
}
#ct_bg .charaList01 > ul > .image11 {
	width: 20.933vw;
	height: 31.733vw;
	right: 31.666vw;
	bottom: 5.6vw;
}
#ct_bg .charaList01 > ul > .image12 {
	width: 23.733vw;
	height: 39.2vw;
	right: 2.533vw;
	bottom: 0;
}

#ct_bg .charaList02 {
	margin-top: 40px;
}

#ct_bg .charaList02 > ul {
	height: 176.8vw;
	background: url(../../img/bg_index03_sp.png) no-repeat 50% 0;
	background-size: 100%;
}

#ct_bg .charaList02 > ul > li > a:hover {
	opacity: 1.0;
}

#ct_bg .charaList02 > ul > .image01 {
	width: 25.066vw;
	height: 38.266vw;
	left: 4vw;
	top: 5.333vw;
}
#ct_bg .charaList02 > ul > .image02 {
	width: 27.6vw;
	height: 33.2vw;
	left: 31vw;
	top: 10.133vw;
}
#ct_bg .charaList02 > ul > .image03 {
	width: 25.6vw;
	height: 43.466vw;
	right: 4vw;
	left: inherit;
	top: 0;
}
#ct_bg .charaList02 > ul > .image04 {
	width: 21.466vw;
	height: 35.866vw;
	left: 6.333vw;
	right: inherit;
	top: 49.066vw;
}
#ct_bg .charaList02 > ul > .image05 {
	width: 21.333vw;
	height: 36.133vw;
	left: 34.6vw;
	right: inherit;
	top: 48.8vw;
}
#ct_bg .charaList02 > ul > .image06 {
	width: 20.4vw;
	height: 38.533vw;
	right: 6.8vw;
	top: 46.6vw;
}
#ct_bg .charaList02 > ul > .image07 {
	width: 28.666vw;
	height: 42.533vw;
	left: 2.4vw;
	top: 90.533vw;
	bottom: inherit;
}
#ct_bg .charaList02 > ul > .image08 {
	width: 29.2vw;
	height: 42.533vw;
	left: 32vw;
	top: 94.266vw;
	bottom: inherit;
}
#ct_bg .charaList02 > ul > .image09 {
	width: 22.4vw;
	height: 47.066vw;
	top: 85.866vw;
	bottom: inherit;
	left: inherit;
	right: 4.533vw;
}
#ct_bg .charaList02 > ul > .image10 {
	width: 24.4vw;
	height: 40.133vw;
	right: inherit;
	left: 6.933vw;
	bottom: 0;
}
#ct_bg .charaList02 > ul > .image11 {
	width: 24.933vw;
	height: 38.933vw;
	right: 28.733vw;
	bottom: 0;
}
#ct_bg .charaList02 > ul > .image12 {
	width: 17.6vw;
	height: 35.066vw;
	right: 6.666vw;
	bottom: 0;
}

#ct_bg .slick-slide img.onlyPC {
	display: none !important;
}

#ct_bg .slick-slide img.onlySP {
	display: block !important;
}

#ct_bg .slick-prev:before,
#ct_bg .slick-next:before {
	left: 1.333%;
	width: 6.4vw;
	height: 6.4vw;
	border-width: 2px;
}

#ct_bg .slick-prev {
	left: 0;
}
#ct_bg .slick-next {
	right: 0;
}

#ct_bg .slick-prev:before {
	left: 2.666vw;
}

#ct_bg .slick-next:before {
	right: 2.666vw;
	left: inherit;
}

#ct_bg .slick-prev:hover:before,
#ct_bg .slick-next:hover:before {
	border-color: #fff;
}

#ct_bg .notes01 {
	font-size: 1.1rem;
}

#ct_bg .introductionArea {
	width: 100%;
	margin: 20px auto 0;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .introductionArea .inner01 {
	padding: 16px 20px 16px;
}

#ct_bg .introductionArea .inner01 .textArea {
	width: 100%;
}

#ct_bg .introductionArea .inner01 .textArea .hdg {
	font-size: 1.6rem;
}

#ct_bg .introductionArea .inner01 .textArea .lead {
	font-size: 1.2rem;
}

#ct_bg .introductionArea .inner01 .textArea p {
	font-size: 1.2rem;
}


}

@media screen and (max-width: 374px) {
#ct_bg .header01 > .inner01 > .logo01 {
	width: 100px;
}

#ct_bg .globalNav01 {
	width: 203px;
}

#ct_bg .globalNav01 > ul > li {
	min-width: 88px;
}

#ct_bg .globalNav01 > ul > li > a {
	height: 26px;
}

#ct_bg .heading03 {
	font-size: 4.8vw;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
