@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 40px;
	background: url(../img/bg_index01.png) repeat left top;
	background-size: 200px;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg a {
	color: #fff;
}

#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;
}

.pageTop {
	position: absolute;
	right: 0;
	top: -40px;
	width: 160px;
	height: 40px;
}

.pageTop a {
	display: block;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

.pageTop a:hover {
	background: url(../img/btn_index01_on.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .header01 {
	margin: 0 auto;
	padding: 19px 0;
	width: 960px;
}

#ct_bg .header01 > .button01 {
	width: 226px;
}

#ct_bg .wrapper01 {
	background: url(../img/bg_index04.png) repeat left top/325px;
}
#ct_bg .wrapper01 > .inner01 {
	margin: 0 auto;
	padding: 26px 0 50px;
	width: 960px;
}
#ct_bg .wrapper01 > .inner01 > .image01 {
	margin-top: 40px;
}

#ct_bg .sns_wrapper {
	padding: 50px 0 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	margin-top: 40px;
	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 .mainArea01 > .note01 {
	margin-top: 8px;
}
#ct_bg .mainArea01 > .note01 img {
	height: 15px;
}

#ct_bg .heading01 {
	margin-top: 6px;
	padding-top: 17px;
	padding-bottom: 16px;
	text-align: center;
}

#ct_bg .heading02 {
	text-align: center;
}
#ct_bg .heading02 > img {
	height: 51px;
}
#ct_bg .heading02.type01 > img {
	height: 57px;
}
#ct_bg .heading02 + .wrap01 {
	width: 960px;
	margin: 30px auto 0;
}

#ct_bg .subSection01 {
	margin-top: 40px;
}

#ct_bg .frameArea01 {
	position: relative;
	background-color: #e50012;
}
#ct_bg .frameArea01:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: -6px;
	background: url(../img/bg_index02.png) repeat-x left top/auto 6px;
	
}
#ct_bg .frameArea01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: -6px;
	background: url(../img/bg_index03.png) repeat-x left bottom/auto 6px;
}
#ct_bg .frameArea01.type01 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#ct_bg .frameArea02 {
	width: 760px;
	margin: 40px auto 0;
	padding: 20px;
	border-radius: 20px;
	background-color: #e50012;
}

#ct_bg .frameArea03 {
	margin-top: 20px;
	padding: 20px 20px 40px;
	border: solid 6px #e85298;
	border-radius: 30px;
	background-color: #fffed2;
	text-align: center;
}
#ct_bg .frameArea04 {
	width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 22px;
	border-radius: 20px;
	border: solid 2px #e50012;
	background-color: #fff;
	-webkit-box-shadow:0px 0px 0px 2px #fff inset;
	box-shadow:0px 0px 0px 2px #fff inset;
}
#ct_bg .frameArea04 > .col01.end {
	width: 100%;
	text-align: center;
}
#ct_bg .frameArea04 > .col01.end > .title01 {
	margin-top: 2px;
	color: #000;
	font-weight: bold;
}
#ct_bg .frameArea04 > .col01.end > .title01 > .font01 {
	color: #e50012;
	font-size: 2.0rem;
}
#ct_bg .frameArea04 > .col01.end > .title01 > .font02 {
	background: #ffdde0;
}
#ct_bg .cvArea01 {
	margin-top: 10px;
	padding: 20px 22px;
	background-color: #e50012;
	border: solid 2px #e50012;
	border-radius: 20px;
	-webkit-box-shadow:0px 0px 0px 2px #fff inset;
	box-shadow:0px 0px 0px 2px #fff inset;
	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;
	align-items: flex-end;
}
#ct_bg .cvArea01 > .image01 {
	width: 510px;
	margin-top: 16px;
	margin-left: 35px;
}

#ct_bg .movieWrap01 {
	position: relative;
	margin-top: 20px;
	padding-bottom: 54.65%;
	border: solid 10px #fff;
	background-color: #fff;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .col01 {
	width: 300px;
}
#ct_bg .col01 > .text01 {
	color: #fff;
	font-weight: bold;
}
#ct_bg .col01 > .text02 {
	margin-top: -2px;
	color: #fff;
	font-size: 1.4rem;
}
#ct_bg .col01 > .text02 > .font01 {
	display: inline-block;
	margin-left: 10px;
	font-size: 2.0rem;
}

#ct_bg .col02 {
	width: 470px;
}
#ct_bg .col02 > .image01 {
	margin-top: 20px;
}
#ct_bg .col02 > .image01:first-child {
	margin-top: 0;
}
#ct_bg .col02 > .image02 {
	width: 390px;
	margin: 60px auto 0;
}

#ct_bg .col03 {
	width: 225px;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
	border-radius: 10px;
}
#ct_bg .col03 > .text01 {
	margin-top: 12px;
	color: #000;
	font-size: 1.4rem;
}
#ct_bg .col03 > .text01 > .font01 {
	font-size: 1.6rem;
	font-weight: bold;
}
#ct_bg .col03 > .title01 {
	margin-top: 10px;
	color: #e50012;
	font-weight: bold;
}

#ct_bg .btn01 {
	margin-top: 5px;
}

#ct_bg .btn02 {
	margin-top: 40px;
}

#ct_bg .btn03 {
	margin-top: 15px;
}


@media screen and (max-width: 639px) {
#ct_bg {
	padding: 9px 0 80px;
	background: url(../img/bg_index01.png) repeat left top;
	background-size: 200px;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	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;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -40px;
	right: 50%;
	margin-right: -80px;
	width: 160px;
	height: 40px;
}

#footerIn .pageTop a {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../img/btn_index01_no.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .sns_wrapper {
	margin-bottom: -40px;
}
#ct_bg .sns_wrapper .snsBtn01 {
	flex-wrap: wrap;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}

#ct_bg .header01 {
	width: 100%;
	padding-top: 10px;
}

#ct_bg .header01 > .button01 {
	margin: 0 auto;
	width: 70.6%;
}

#ct_bg .wrapper01 > .inner01 {
	width: 100%;
	padding-bottom: 46px;
	padding-left: 10px;
	padding-right: 10px;
}

#ct_bg .heading01 > img {
	width: 93.75%;
}

#ct_bg .heading02 > img {
	width: 39.06%;
	height: auto;
}
#ct_bg .heading02.type01 > img {
	width: 27.11%;
	height: auto;
}
#ct_bg .heading02.type02 > img {
	width: 100%;
	height: auto;
}
#ct_bg .heading02 + .wrap01 {
	width: 100%;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#ct_bg .frameArea02 {
	width: 100%;
}

#ct_bg .frameArea03 {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 15px;
	border-width: 4px;
}
#ct_bg .frameArea04 {
		width: 100%;
	}
#ct_bg .frameArea04 > .col01.end {
	text-align: left;
}
#ct_bg .frameArea04 > .col01.end > .title01 > .font01 {
	font-size: 1.8rem;
}
#ct_bg .mainArea01 > .note01 img {
	height: auto;
}

#ct_bg .cvArea01 > .image01 {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}

#ct_bg .col01,
#ct_bg .col02 {
	width: 100%;
}
#ct_bg .col01 > .text01 {
	margin-top: 15px;
}
#ct_bg .col01 > .text02 {
	font-size: 1.2rem;
}
#ct_bg .col01 > .text02 > .font01 {
	font-size: 1.8rem;
}

#ct_bg .col02 + .col02 {
	margin-top: 40px;
}
#ct_bg .col02 + .col02.type01 {
	margin-top: 0;
}
#ct_bg .col02 > .image01:first-child {
	margin-top: 20px;
}
#ct_bg .col02 > .image02 {
	width: 54.16%;
	margin-top: 20px;
}

#ct_bg .col03 {
	width:48.33%;
	margin-top: 10px;
}
#ct_bg .col03 > .title01 {
	margin-top: 5px;
}
#ct_bg .col03 > .text01 {
	margin-top: 10px;
	font-size: 1.2rem;
}
#ct_bg .col03 > .text01 > .font01 {
	font-size: 1.4rem;
}

#ct_bg .btn01 {
	width: 83.33%;
	margin-left: auto;
	margin-right: auto;
}


}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
