@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 {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .imgOver01 img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ct_bg .imgOver01 a:hover img {
	opacity: 0.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 #container01 {
	padding-bottom: 0;
	width: 100%;
}
#ct_bg #container01 > .inner01,
#ct_bg #container01 > .inner02 {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#ct_bg #container01 > .inner02 {
	padding-bottom: 168px;
}
#ct_bg .wrapper01 {
	position: relative;
	margin-top: 30px;
}
#ct_bg .wrapper01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto auto;
	background-color: rgba(235, 135, 179, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(244, 191, 214, 1) 40px, rgba(244, 191, 214, 1) 80px );
	content: "";
}
#ct_bg .wrapper01::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg02.png)repeat-x;
	background-position: top center;
	background-size: 72px 50px;
}
/* ここから */
#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #e73736;
	color: #fff;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 1px;
	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;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
	font-size: 1.5rem;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 9px;
}
#ct_bg .wrapper01 {
	overflow-x: hidden;
}
#ct_bg .bgArea01 {
	position: relative;
}
#ct_bg .bgArea01::before {
	content: "";
	display: block;
	background: url(../img/bg01.png)no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ct_bg .mainArea01 {
	position: relative;
	width: 100%;
	max-width: 985px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	z-index: 2;
}
#ct_bg .mainArea01 img {
	margin-left: 25px;
}
#ct_bg .contentsArea01 {
	position: relative;
}
#ct_bg .contentsArea01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg02.png)repeat-x;
	background-position: top center;
	background-size: 72px 50px;
}
#ct_bg .contentsArea01 > .inner01 {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 40px;
	position: relative;
	z-index: 10;
}
#ct_bg .cvArea01 {
	background: #fff;
	border: 6px solid #231815;
	border-radius: 20px;
}
#ct_bg .cvArea01:not(:first-child) {
	margin-top: 40px;
}
#ct_bg .cvArea01_inner01 {
	display: flex;
	justify-content: space-between;
	padding: 40px 50px 30px 30px;
}
#ct_bg .cvArea01_inner01 > .col01 {
	width: 445px;
}
#ct_bg .cvArea01_inner01 > .col02 {
	width: 390px;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
}
#ct_bg .cvArea01_inner01 > .col02 .block01 {
	margin-left: 1.7em;
}
#ct_bg .cvArea01_inner01 > .col02 .title01 {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .cvArea01_inner01 > .col02 .text01 {
	font-weight: bold;
	font-size: 2rem;
	margin-top: 20px;
	line-height: 1.25;
	letter-spacing: 0.02em;
	padding-left: 2.2em;
}
#ct_bg .cvArea01_inner01 > .col02 .text02 {
	display: table;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 7px 5px 8px;
	background: #ffe100;
	font-weight: bold;
	line-height: 1;
	font-size: 1.4rem;
}
#ct_bg .cvArea01_inner01 > .col02 .text03 {
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.4rem;
}
#ct_bg .cvArea01_inner01 > .col02 .text04 {
	display: inline-block;
	margin-left: .5em;
	font-size: 2.2rem;
	line-height: 1.15;
}
#ct_bg .cvArea01_inner01 > .col02 .text04 span {
	font-size: 1.4rem;
}
#ct_bg .cvArea01_inner01 > .col02 .button01 {
	margin-top: 15px;
}
#ct_bg .cvArea01 + div.center {
	margin-top: 50px;
}
#ct_bg .cvArea01 + div.center .img01 {
	margin: auto;
	max-width: 920px;
}
#ct_bg .wrap01 {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 65px;
}
#ct_bg .wrap01 li {
	width: calc((100% - 65px) / 2);
}
#ct_bg .wrap01 li:nth-child(3) {
	margin-top: 10px;
}
#ct_bg .wrap01 + .img01 {
	margin-top: 20px;
}
#ct_bg .wrap01 + .img01 + .img01 {
	margin-top: 50px;
}
#ct_bg .img01 {
	display: block;
}
#ct_bg .txt01 {
	margin-top: 40px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.18px;
}
@media screen and (max-width: 1095px) {
	#ct_bg .mainArea01 img {
		margin-left: 0;
	}
}
@media screen and (max-width: 639px) {
	#ct_bg .bgArea01::before {
		content: none;
	}
	#ct_bg .wrapper01 {
		z-index: 1;
		overflow: hidden;
	}
	#ct_bg .wrapper01::before {
		background-image: repeating-linear-gradient(90deg, transparent, transparent 5vw, rgba(244, 191, 214, 1) 5vw, rgba(244, 191, 214, 1) 10vw);
	}
	#ct_bg .wrapper01::after,
	#ct_bg .contentsArea01::before {
		background-size: 16.88vw 10.63vw;
		background-position: left top;
	}
	#ct_bg .contentsArea01 {
		background: none;
	}
	#ct_bg .contentsArea01 > .inner01 {
		padding: 15.63vw 3.75vw 6.25vw;
	}
	#ct_bg .cvArea01:not(:first-child) {
		margin-top: 7.5vw;
	}
	#ct_bg .cvArea01_inner01 {
		display: block;
		padding: 10vw 5vw 5.63vw;
	}
	#ct_bg .cvArea01_inner01 > .col01 {
		width: 100%;
	}
	#ct_bg .cvArea01_inner01 > .col02 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .cvArea01_inner01 > .col02 .title01 {
		margin-top: 8.75vw;
		max-width: 77.88vw;
		padding: 0;
	}
	#ct_bg .cvArea01_inner01 > .col02 .text01 {
		margin-top: 3.75vw;
		padding-left: 1em;
		font-size: 5vw;
	}
	#ct_bg .cvArea01_inner01 > .col02 .text02,
	#ct_bg .cvArea01_inner01 > .col02 .text03,
	#ct_bg .cvArea01_inner01 > .col02 .button01 {
		margin-top: 2.5vw;
	}
	#ct_bg .cvArea01_inner01 > .col02 .text02 {
		font-size: 3.5vw;
	}
	#ct_bg .cvArea01_inner01 > .col02 .text03,
	#ct_bg .cvArea01_inner01 > .col02 .text04 span {
		font-size: 3.5vw;
	}
	#ct_bg .cvArea01_inner01 > .col02 .text04 {
		font-size: 5.5vw;
	}
	#ct_bg .cvArea01 + div.center {
		margin-top: 7.5vw;
	}
	#ct_bg #container01 > .inner02 {
		background: #4dc6f1 url(../../common/img/bg_kurohige01_sp.png) no-repeat center bottom;
		background-size: 100% auto;
		z-index: 2;
		padding-top: 20px;
	}
	#ct_bg #container01 > .inner02 > .btn01 {
		margin-top: 0;
	}
	#ct_bg .wrap01 {
		margin-top: 3.75vw;
		justify-content: center;
		gap: 0 0;
	}
	#ct_bg .wrap01 li {
		width: 100%;
		max-width: 72.12vw;
	}
	#ct_bg .wrap01 li:nth-child(2) {
		margin-top: 2.5vw;
	}
	#ct_bg .wrap01 li:nth-child(3) {
		margin-top: 5vw;
	}
	#ct_bg .wrap01 li:nth-child(4) {
		margin-top: 0.63vw;
	}
	#ct_bg .wrap01 + .img01 {
		margin-top: 5vw;
	}
	#ct_bg .wrap01 + .img01 + .img01 {
		margin-top: 9.38vw;
	}
	#ct_bg .cvArea01_inner01 > .col02 .block01 {
		margin-left: 0;
	}
	#ct_bg .txt01 {
		margin-top: 6.25vw;
		font-size: 3vw;
	}
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}