@charset "utf-8";

#ct_bg {
	color: #000;
	font-size: 133.33%;
	line-height: 1.75;
	font-family: "メイリオ", Meiryo, 'Hiragino Sans', "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", sans-serif;
}

#ct_bg a {
	color: #000;
	text-decoration: underline;
}

#ct_bg a:hover {
	color: #000;
	text-decoration: none;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg strong {
	font-weight: 600;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#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 .wrap01.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ct_bg .aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .contents01 {
	width: 100%;
	overflow: hidden;
}

#ct_bg .header01 {
	padding-bottom: 18px;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	color: #fff;
	background: url(../../../img/bg_index01.png) repeat 0 0/30px;
}

#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 > * {
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 10px;
}



#ct_bg .mainArea01 {
	position: relative;
	height: 840px;
	overflow: hidden;
	background: url(../img/bg_index02_pc.png) repeat 50% 0;
}

#ct_bg .mainArea01 > .inner01 {
	position: relative;
}

#ct_bg .mainArea01 > .inner01 > .title01 {
	position: absolute;
	top: 29px;
	left: 50%;
	margin-left: -581px;
}
#ct_bg .mainArea01 > .inner01 > .title01 img,
#ct_bg .mainArea01 > .inner01 > .title02 img {
	max-width: inherit;
}

#ct_bg .mainArea01 > .inner01 > .title02 {
	position: absolute;
	top: 522px;
	left: 50%;
	margin-left: -530px;
}

#ct_bg .entryContentsWrap {
	width: 967px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 107px;
}
#ct_bg .entryContentsWrap .entryContents {
	width: 460px;
}
#ct_bg .entryContentsWrap .entryContents:nth-child(n + 3) {
	margin-top: 47px;
}
#ct_bg .entryContentsWrap .entryContents .media {
	background: #3498db;
	padding: 12px;
	margin-bottom: 2px;
	position: relative;
}
#ct_bg .entryContentsWrap .entryContents .media::before,
#ct_bg .entryContentsWrap .entryContents .name::before,
#ct_bg .entryContentsWrap .entryContents .detail::before,
#ct_bg .entryContentsWrap .entryContents .post::before {
	position: absolute;
	top: -2px;
	left: 28px;
	width: 15px;
	height: 7px;
	z-index: 99999;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius:  0 0 13px 13px;
	background-color: #fff;
	content: "";
}
#ct_bg .entryContentsWrap .entryContents .media .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .entryContentsWrap .entryContents .media .movieWrap01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .entryContentsWrap .entryContents .media .movieWrap01 > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

#ct_bg .entryContentsWrap .entryContents .name {
	background: #09b652;
	padding: 15px 18px 13px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	position: relative;
	font-size: 125%;
	line-height: 1.5;
}
#ct_bg .entryContentsWrap .entryContents .name::before {
	background-color: #3498db;
}
#ct_bg .entryContentsWrap .entryContents .name .text01 {
	font-size: 80%;
}
#ct_bg .entryContentsWrap .entryContents .name .text02 {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 3px 4px 2px;
	border: 1px solid #fff;
	font-size: 63%;
	margin: 0 8px 4px 0;
}
#ct_bg .entryContentsWrap .entryContents .name a {
	color: #fff;
	word-break: normal;
	word-wrap: break-word;
}
#ct_bg .entryContentsWrap .entryContents .detail {
	background: #f45188;
	padding: 14px 18px 12px;
	color: #fff;
	margin-bottom: 2px;
	position: relative;
}
#ct_bg .entryContentsWrap .entryContents .detail::before {
	background-color: #09b652;
}

#ct_bg .entryContentsWrap .entryContents .detail > .text01 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px dotted rgba(255,255,255,0.4);
	font-weight: bold;
}

#ct_bg .entryContentsWrap .entryContents .post {
	background: #fbae00;
	padding: 20px 20px 21px;
	position: relative;
}
#ct_bg .entryContentsWrap .entryContents .post::before {
	background-color: #f45188;
}



#ct_bg .campaignBox {
	background: #e8e8e8;
	border-radius: 20px;
	position: relative;
	margin-top: 40px;
	padding: 43px 33px;
}
#ct_bg .campaignBox::before {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 40px;
	height: 20px;
	z-index: 99999;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	content: "";
}
#ct_bg .campaignBox::after {
	position: absolute;
	bottom: -20px;
	left: 40px;
	width: 40px;
	height: 20px;
	z-index: 99999;
	border-radius: 0 0 20px 20px;
	background-color: #e8e8e8;
	content: "";
}


#ct_bg .campaignBox .heading02 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 5px;
}
#ct_bg .campaignBox > *:first-child {
	margin-top: 0;
}
#ct_bg .campaignBox ul + ul {
	margin-top: 5px;
}
#ct_bg .campaignBox .dotList01 li {
	padding-left: 15px;
	position: relative;
}
#ct_bg .campaignBox .dotList01 li::before {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 6px;
	height: 6px;
	z-index: 99999;
	border-radius:  50%;
	background-color: #09b652;
	content: "";
}
#ct_bg .campaignBox .noteList01 li {
	padding-left:1em;
	text-indent:-1em;
}
#ct_bg .campaignBox .numList01 li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
#ct_bg .campaignBox .numList01 li span {
	color: #09b652;
	margin-right: 0.5em;
}





#ct_bg .subSection01 {
	position: relative;
	z-index: 1;
	padding-top: 2px;
	background-color: #e8e8e8;
	overflow: hidden;
}
#ct_bg .subSection01.type02 {
	background: url(../img/bg_index03_pc.png) repeat 50% 0;
}
#ct_bg .subSection01.type03 {
	background-color: #fff;
}



#ct_bg .subSection01.type02 .lead {
	text-align: center;
	font-size: 125%;
	padding: 44px 0 29px;
	/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);*/
}
#ct_bg .subSection01 > .inner01 {
	position: relative;
	z-index: 43;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#ct_bg .subSection01.type02 > .inner01 {
	padding-bottom: 120px;
}
#ct_bg .subSection01.type03 > .inner01 {
	padding-top: 48px;
	padding-bottom: 30px;
}


#ct_bg .frameArea01 + .subSection01 {
	margin-top: 0;
}

#ct_bg .frameArea01 + .subSection01 > .inner01::before {
	background-color: #fff;
}
#ct_bg .subSection01.type03 .inner01 .button02 {
	text-align: center;
}
#ct_bg .subSection01.type03 .inner01 .button02 a {
	display: inline-block;
}
#ct_bg .subSection01.type03 .inner01 .button02 img {
	vertical-align: bottom;
}
#ct_bg .subSection01.type03 .inner01 .button02 a:hover {
	opacity: 0.7;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .col01 {
	width: 460px;
	margin-top: 35px;
}

#ct_bg .col01 > .text01 {
	font-weight: bold;
	font-size: 100%;
}
#ct_bg .col01 > .text01 + .text01 {
	margin-top: 15px;
}


#ct_bg .frameArea01 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/bg_index01.png) repeat 0 0/30px;
	color: #fff;
}

#ct_bg .frameArea01 > .title01 {
	width: 326px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

#ct_bg .frameArea01 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea01 > .inner01 .lead01 {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

#ct_bg .frameArea01 > .inner01 .wrap01 p {
	font-size: 125%;
}

#ct_bg .frameArea02 {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../img/bg_index01.png) repeat 0 0/30px;
}

#ct_bg .frameArea02 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	width: 426px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 > .inner01 > .title01 > a {
	transition: opacity .3s;
}

#ct_bg .frameArea02 > .inner01 > .title01 > a:hover {
	opacity: .6;
}

#ct_bg .frameArea03 {
	width: 960px;
	margin: 40px auto 0;
	padding: 26px 30px 22px;
	background-color: #f4f4f4;
	border-radius: 20px;
}

#ct_bg .frameArea03 .image01 {
	width: 400px;
}
#ct_bg .frameArea03 .inner01 {
	width: 450px;
	text-align: left;
	margin-top: -6px;
}

#ct_bg .frameArea03 .inner01 .button01 {
	width: 300px;
	margin: 12px 0 0;
}

#ct_bg .frameArea04 {
	margin: 20px auto 0;
	width: 700px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 10px 10px 0 #bd77ff;
}

#ct_bg .frameArea04 > .image01 {
	width: 300px;
}

#ct_bg .frameArea05 {
	margin: 50px auto;
	width: 700px;
}

#ct_bg .frameArea05 > .text01 {
	text-align: center;
}

#ct_bg .frameArea05 > .text01 span {
	position: relative;
	font-weight: bold;
	color: #3398db;
	font-size: 125%;
	display: inline-block;
}

#ct_bg .frameArea05 > .text01 span::before {
	position: absolute;
	top: 0;
	left: -12px;
	width: 2px;
	height: 100%;
	background-color: #3398db;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	content: '';
}

#ct_bg .frameArea05 > .text01 span::after {
	position: absolute;
	top: 0;
	right: -12px;
	width: 2px;
	height: 100%;
	background-color: #3398db;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	content: '';
}



#ct_bg .list01 > li {
	font-size: 87.5%;
}
#ct_bg .list01 + .button01 {
	margin-top: 12px;
}

#ct_bg .btn01 {
	width: 690px;
	margin: 0 auto;
}

#ct_bg .txt01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .txt02 {
	display: table;
	padding: 2px 8px 1px;
	background-color: #f45188;
	color: #fff;
	margin-bottom: 13px;
}

#ct_bg .txt03 {
	padding: 10px;
	background-color: #fff;
	color: #f45188;
	font-weight: bold;
	text-align: center;
	font-size: 125%;
}

#ct_bg .notes01 {
	margin-top: 10px;
	font-size: 87.5%;
}



@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 116.66%
}	
#ct_bg a:hover {
	color: #000;
	text-decoration: underline;
}
	
#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

#ct_bg .header01 {
	padding-top: 18px;
}

#ct_bg .mainArea01 {
	position: relative;
	height: auto;
	overflow: inherit;
	background: url(../img/bg_index02_sp.png) repeat 0 0;
	background-size: 100% auto;
}
	
#ct_bg .mainArea01 > .inner01 {
	padding: 0;
	background: none;
}

	
#ct_bg .mainArea01 > .inner01 > .title01 {
	position: inherit;
	top: inherit;
	left: inherit;
	margin-left: 0;
}
#ct_bg .mainArea01 > .inner01 > .title01 img {
	max-width: inherit;
}

#ct_bg .mainArea01 > .inner01 > .title02 {
	position: inherit;
	top: inherit;
	left: inherit;
	margin-left: inherit;
}
	

	
#ct_bg .subSection01 > .inner01::before {
	left: 4%;
}


#ct_bg .subSection01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
#ct_bg .subSection01.type02 {
	background: url(../img/bg_index03_sp.png) repeat 50% 0;
	background-size: 100% auto;
}
#ct_bg .subSection01.type02 > .inner01 {
	padding-bottom: 115px;
}
#ct_bg .subSection01.type03 > .inner01 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#ct_bg .subSection01.type02 .lead {
	text-align: left;
	font-size: 16px;
	padding: 32px 0 20px;
	/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);*/
}

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col01 > .text01 {
	font-size: 100%;
}



#ct_bg .frameArea01 {
	padding-bottom: 80px;
}
	
#ct_bg .frameArea01 > .title01 {
	width: 65.33%;
}

#ct_bg .frameArea01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
	
#ct_bg .frameArea01 > .inner01 .lead01 {
	text-align: center;
	font-weight: bold;
	font-size: 114%;
}

#ct_bg .frameArea02 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	width: 92.753%;
}
	
#ct_bg .frameArea02 > .inner01 > .title01 > a:hover {
	opacity: 1.0;
}

#ct_bg .frameArea03 {
	width: 100%;
	padding: 30px 25px 40px;
}

#ct_bg .frameArea03 .inner01 {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#ct_bg .frameArea03 .inner01 .button01 {
	width: 225px;
	margin: 38px auto 0;
}

#ct_bg .frameArea04 {
	padding: 20px 3%;
	box-shadow: 5px 5px 0 #bd77ff;
	width: 100%;
}

#ct_bg .frameArea04.wrap01 > .text01{
	width: 58%;
}

#ct_bg .frameArea04 > .image01{
	width: 40%;
}

#ct_bg .frameArea05 {
	margin: 40px auto;
	width: 100%;
}

#ct_bg .list01 > li {
	font-size: 85.714%;
}

#ct_bg .btn01 {
	width: 100%;
}

#ct_bg .txt01 {
	margin-top: 36px;
}

#ct_bg .txt02 {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
	
#ct_bg .notes01 {
	font-size: 85.714%;
}

#ct_bg .headTitleArea01 {
	font-size: 85.714%;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 6px;
	display: block;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .headTitleArea01 > .inner01 * {
	display: inline;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 0;
}

	
	
#ct_bg .entryContentsWrap {
	width: 100%;
	margin-bottom: 55px;
}
#ct_bg .entryContentsWrap .entryContents {
	width: 100%;
}
#ct_bg .entryContentsWrap .entryContents:nth-child(n + 2) {
	margin-top: 45px;
}
#ct_bg .entryContentsWrap .entryContents .media {
	padding: 10px;
}
#ct_bg .entryContentsWrap .entryContents .name {
	padding: 9px 11px 7px 12px;
}
#ct_bg .entryContentsWrap .entryContents .detail {
	padding: 14px 11px 12px 12px;
}
#ct_bg .entryContentsWrap .entryContents .post {
	padding: 20px 15px 20px;
}
#ct_bg .entryContentsWrap .entryContents .media::before,
#ct_bg .entryContentsWrap .entryContents .name::before,
#ct_bg .entryContentsWrap .entryContents .detail::before,
#ct_bg .entryContentsWrap .entryContents .post::before {
	top: -2px;
	left: 12px;
	width: 12px;
	height: 6px;
}
	

#ct_bg .campaignBox {
	background: #e8e8e8;
	border-radius: 20px;
	position: relative;
	margin-top: 50px;
	padding: 48px 15px;
}
#ct_bg .campaignBox::before {
	top: 0px;
	left: 30px;
	width: 30px;
	height: 16px;
	z-index: 99999;
	border-radius: 0 0 15px 15px;
}
#ct_bg .campaignBox::after {
	bottom: -16px;
	left: 30px;
	width: 30px;
	height: 16px;
	z-index: 99999;
	border-radius: 0 0 15px 15px;
}
	
	
	
#ct_bg .campaignBox .heading02 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 5px;
}
#ct_bg .campaignBox > *:first-child {
	margin-top: 0;
}
#ct_bg .campaignBox ul + ul {
	margin-top: 5px;
}
#ct_bg .campaignBox .dotList01 li {
	padding-left: 15px;
	position: relative;
}
#ct_bg .campaignBox .dotList01 li::before {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 6px;
	height: 6px;
	z-index: 99999;
	border-radius:  50%;
	background-color: #09b652;
	content: "";
}
#ct_bg .campaignBox .noteList01 li {
	padding-left:1em;
	text-indent:-1em;
}
#ct_bg .campaignBox .numList01 li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
#ct_bg .campaignBox .numList01 li span {
	color: #09b652;
	margin-right: 0.5em;
}

	

@media screen and (max-width: 340px) {


}


