@charset "utf-8";

html {
	font-size: 62.5%;
}
nav#tartsBreadcrumb {
	position: relative;
	z-index: 1;
}

#ct_bg * { box-sizing: border-box;}

#ct_bg  strong {
	font-weight: bold;
}
.onlySP {
	display: none;
}

#ct_bg .br01 {
	display: none;
}

#ct_bg {
	color: #000;
	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 a {
	color: #11bee4;
	text-decoration: underline;
}

#ct_bg a:hover {
	text-decoration: none;
}

#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 .imgOver02 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#ct_bg .imgOver02 img {
	transition-duration: 0.3s;
}

#ct_bg .imgOver02:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#ct_bg .imgOver02 > .zoomBtn01 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
}

#ct_bg .imgOver02 > .zoomBtn01::before {
	position: absolute;
	top: 0;
	left: 0;;
	width: 40px;
	height: 40px;
	background: url("../img/ic07_on.png") 0 0 / 100% no-repeat;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: opacity .3s;
}

#ct_bg .imgOver02:hover > .zoomBtn01::before {
	opacity: 1;
}

#ct_bg .imgOver02 > .zoomBtn01 img {
	transform: scale(1);
}
#ct_bg .imgOver02:hover> .zoomBtn01 img {
	opacity: 0;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}

#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 .mainArea01 {
	position: relative;
	min-height:540px;
}

#ct_bg .mainImg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1240px;
	height: 540px;
	overflow: hidden;
}

#ct_bg .mainImg01 > .item01 {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: anime03 2.6s 0.4s linear forwards;
}


#ct_bg .mainImg01 > .item01 >img {
	display: none;
}

#ct_bg .mainImg01 > .item01sp {
	display: none;
}

#ct_bg .mainArea01In {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

#ct_bg .mainArea01In > .inner01 {
	padding: 60px 40px 80px;
	border-radius: 0 0 20px 20px;
	width: 380px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(42, 67, 44, 0.83);
	animation: anime04 1.1s 0.8s linear forwards;
	opacity: 0;
}

#ct_bg .slider01 {
	width: 420px;
	margin-top: -85px;
	margin-left: -20px;
	animation: anime04 1.1s 0.8s linear forwards;
	opacity: 0;
}

[class*="slider"] {
	margin-top: 30px;
	opacity: 0;
	transition: .8s;
}

[class*="slider"].slick-initialized{
	opacity: 1
}

#ct_bg .slick-slide {
	outline:none;
}

#ct_bg .navigation01 {
	margin: 0 auto;
	padding: 0 20px;
	width: 1236px;
	position: relative;
	z-index: 1;
}

#ct_bg .navigation01 > ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	background-color: #e60012;
	border-radius: 18px;
}

#ct_bg .navigation01 > ul::before {
	position: absolute;
	background: linear-gradient(to bottom,  rgba(252,85,98,1) 0%,rgba(178,0,14,1) 100%);
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 20px;
	content: '';
	z-index: -1;
}

#ct_bg .navigation01 > ul > li {
	border-left: 2px solid #fc5562;
	border-right: 2px solid #b2000e;
	width: calc(100% / 5);
}

#ct_bg .navigation01 > ul > li:first-child {
	border-left: none;
}
#ct_bg .navigation01 > ul > li:last-child {
	border-right: none;
}

#ct_bg .navigation01 > ul > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px;
	height: 100%;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	transition: background .3s;
	text-align: center;
}

#ct_bg .navigation01 > ul > li a:hover {
	background-color: #ef5965;
}

#ct_bg .navigation01 > ul > li:first-child a {
	border-radius: 18px 0 0 18px;
}
#ct_bg .navigation01 > ul > li:last-child a {
	border-radius: 0 18px 18px 0;
}

#ct_bg .navigation01 > ul > li a::before {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
	height: 8px;
	background: url("../img/ic01.svg") 0 0 / 15px 8px no-repeat;
	content: "";
}

#ct_bg .localheader01 {
	min-width: 1240px;
	background-color: #e60012;
}

#ct_bg .localheader01 > .localheader01In {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}

#ct_bg .localheader01 > .localheader01In > .logo01 {
	position: absolute;
	top: 0;
	width: 140px;
	padding: 10px 15px;
	background-color: #fff;
	border: 2px solid #e60012;
	border-radius: 0 0 20px 20px;
}

#ct_bg .localheader01 > .localheader01In > .inner01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0 15px 160px;
}

#ct_bg .localheader01 > .localheader01In .link01 {
	order: 1;
}

#ct_bg .localheader01 > .localheader01In .link01  a {
	position: relative;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	transition: opacity .3s;
	opacity: 1;
}

#ct_bg .localheader01 > .localheader01In .link01  a::before {
	position: absolute;
	top: .45em;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg);
}

#ct_bg .localheader01 > .localheader01In .link01  a:hover {
	opacity: 0.4;
}

#ct_bg .localheader01 > .localheader01In .column01 {
	margin-right: 0;
	margin-left: auto;
	line-height: 1;
	color: #fff;
	text-align: right;
	order: 2;
}

#ct_bg .localheader01 > .localheader01In .title01 {
	margin-top: 10px;
	font-weight: bold;
}

#ct_bg .ancNav01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

#ct_bg .ancNav01 > li {
	margin-left: 10px;
	margin-top: 11px;
	width: 200px;
}

#ct_bg .ancNav01 > li:nth-child(5n-4) {
	margin-left: 0;
}

#ct_bg .ancNav01 > li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 10px 4px 8px;
	width: 100%;
	height: 100%;
	border: 2px solid #e60012;
	border-radius: 10px;
	color: #e60012;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .ancNav01 > li a:hover {
	background-color: #e60012;
	color: #fff;
}

#ct_bg .subSection01 {
	min-width: 1240px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #ffe0e2 url("../img/bg01.png") 0 0 / 14px repeat;
}

#ct_bg .navigation01 + .subSection01 {
	margin-top: -40px;
	padding-top: 110px;
	padding-bottom: 80px;
}

#ct_bg .subSection01 > .subSection01In {
	margin: 0 auto;
	width: 1040px;
}

#ct_bg .subSection02 {
	padding: 70px 0;
	min-width: 1240px;
}

#ct_bg .subSection02In {
	margin: 0 auto;
	width: 1040px;
}
#ct_bg .subSection02In .bnr01 a img {
	border: 1px solid #999;
}

#ct_bg .subSection02 + .subSection02 {
	border-top: 4px solid #ffe0e2;
}

#ct_bg .subSection03 {
	margin-top: 60px;
}

#ct_bg .subSection04 {
	min-width: 1240px;
	padding: 70px 0 100px;
	background: url("../../img/bg02.png") 50% 0 no-repeat, url("../../img/bg01_pc.png") 0 0 /cover no-repeat #ffd100;
}

#ct_bg .subSection04In {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}

#ct_bg .subSection04In > .inner01 {
	position: absolute;
	right: -38px;
	bottom: 0;
	width: 300px;
}

#ct_bg .subSection04In > .inner01 > .image01 {
	width: 268px;
}

#ct_bg .subSection06 {
	padding: 50px 0 80px;
	min-width: 1240px;
}

#ct_bg .subSection06In {
	margin: 0 auto;
	width: 1040px;
}

#ct_bg .subSection07 {
	margin-top: 40px;
}

#ct_bg .box01 {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

#ct_bg .box01 > .column01 {
	order: 2;
	text-align: center;
	margin: 0 38px;
	font-size: 1.8rem;
}

#ct_bg .box01 > .column02 {
	order: 1;
	margin-top: 5px;
	width: 215px;
	animation: anime01 1.5s linear infinite;
}

#ct_bg .box01 > .column03 {
	order: 3;
	margin-top: 5px;
	width: 215px;
	animation: anime02 1.5s linear infinite;
}

#ct_bg .frameArea01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 20px;
	border: 1px solid #ccc;
}

#ct_bg .frameArea01 > .column01 {
	width: 160px;
	text-align: center;
}

#ct_bg .frameArea01 > .column01 > a > .text01 {
	display: inline-block;
	padding-right: 12px;
	color: #11bee4;
	background: url("../img/ic08.svg") 100% 0.4em / 6px 11px no-repeat;
	text-decoration: underline;
}

#ct_bg .frameArea01 > .column01 > a > .text01:hover {
	text-decoration: none;
}

#ct_bg .frameArea01 > .column02 {
	margin-left: 20px;
	width: 818px;
}

#ct_bg .frameArea01 > .column02 > .text01 {
	font-weight: bold;
	font-size: 1.8rem;
}

#ct_bg .frameArea01 > .column02 > .text02{
	margin-top: 10px;
}

#ct_bg .frameArea02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 25px;
	padding: 20px 30px 20px;
	width: 760px;
	background-color: #fff;
	border: 4px solid #ffae00;
	border-radius: 10px;
}
#ct_bg .frameArea02 + .frameArea02 {
	margin-top: 60px;
}
#ct_bg .frameArea02:nth-of-type(even) {
	margin-left: auto;
	margin-right: 0;
}

#ct_bg .frameArea02 > .column01 {
	width: 432px;
}

#ct_bg .frameArea02 > .column01 > .text01 {
	margin-top: 10px;
}

#ct_bg .frameArea02 > .column02 {
	margin-left: 30px;
	width: 230px;
}

#ct_bg .col01 {
	margin-top: 20px;
	margin-left: 20px;
	width: 245px;
}

#ct_bg .col01:nth-child(4n-3) {
	margin-left: 0;
}

#ct_bg .col01 > .text01 {
	margin-top: 10px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
}

#ct_bg .col01 > .text02 {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}

#ct_bg .col02 {
	margin-top: 60px;
	width: 500px;
}

#ct_bg .col02:nth-child(odd) {
	margin-right: 20px;
}
#ct_bg .col02:nth-child(even) {
	margin-left: 20px;
}

#ct_bg .col02:nth-child(1),
#ct_bg .col02:nth-child(2){
	margin-top: 30px;
}

#ct_bg .col02.type01 {
	margin-top: -10px;
}

#ct_bg .col03 {
	margin-top: 20px;
	width: 245px;
}

#ct_bg .col03:nth-child(even) {
	margin-left: 10px;
}

#ct_bg .col04 {
	margin-top: 20px;
	margin-left: 20px;
	width: 245px;
}

#ct_bg .col04:nth-child(8n+1) {
	margin-left: 0;
}

#ct_bg .col04 > .text01 {
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}

#ct_bg .col04 > .text02 {
	margin-top: 10px;
}

#ct_bg .col04 > .text01 + .text02 {
	margin-top: 0;
}

#ct_bg .list01 {
	font-size: 2rem;
	font-weight: bold;
}

#ct_bg .list01 dt {
	margin-top: 30px;
	padding-left: 46px;
	background: url("../img/ic06.svg") 0 0 / 34px 30px no-repeat;
}

#ct_bg .list01 dt:nth-of-type(1) {
	margin-top: 0;
}

#ct_bg .list01 dd {
	padding-left: 46px;
}

#ct_bg .col02 > .list02 {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 1.8rem;
}

#ct_bg .list02 li {
	position: relative;
	padding-left: 16px;
}

#ct_bg .list02 li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #000;
	content: "";
}

#ct_bg .list03 li {
	position: relative;
	padding-left: 16px;
}

#ct_bg .list03 li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #000;
	content: "";
}

#ct_bg .btn01 {
	position: relative;
	padding: 2px;
	text-align: center;
	z-index: 1;
}

#ct_bg .btn01 a,
#ct_bg .btn01 > .inner01 { 
	position: relative;
	display: inline-block;
	padding: 18px 64px 20px 72px;
	min-width: 600px;
	background-color: #e60012;
	background-image: url("../img/ic03.png"),url("../img/ic02.svg");
	background-size: 90px, 13px 23px;
	background-position: 10px 50%, right 15px top 50%;
	background-repeat: no-repeat;
	border-radius: 8px;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.68;
	text-decoration: none;
	cursor: pointer;
	transition: background .3s;
}

#ct_bg .btn01.type01 a,
#ct_bg .btn01.type01 > .inner01 {
	margin-top: 35px;
	padding: 18px 35px 20px;
	background: none;
	background: #e60012 url("../img/ic02.svg") right 15px top 50% / 13px 23px no-repeat;
}

#ct_bg .btn01 a:hover,
#ct_bg .btn01 > .inner01:hover {
	background-color: #ef5965;
}

#ct_bg .btn01 a::before,
#ct_bg .btn01 > .inner01::before {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: linear-gradient(to bottom,  rgba(252,85,98,1) 0%,rgba(178,0,14,1) 100%);
	border-radius: 10px;
	z-index: -1;
	content: "";
}

#ct_bg .btn02 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .btn02 a {
	display: inline-block;
	padding: 10px 10px 8px;
	width: 340px;
	background: url("../img/ic04.svg") right 16px top 50% / 13px 23px no-repeat;
	border: 2px solid #e60012;
	border-radius: 10px;
	color: #e60012;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .btn02 a:hover {
	background-color: #e60012;
	color: #fff;
	background-image: url("../img/ic05.svg");
}

#ct_bg .btn03 {
	margin: 60px auto 0;
	max-width: 1040px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	text-align: center;
}

#ct_bg .btn03 a {
	display: inline-block;
	padding: 12px 14px 10px;
	width: 380px;
	background: #e60012 url("../img/ic05.svg") right 16px top 50% / 13px 23px no-repeat;
	border: 2px solid #e60012;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	transition: all .3s;
}

#ct_bg .btn03 a:hover {
	background-color: #fff;
	border: 2px solid #e60012;
	color: #e60012;
	background-image: url("../img/ic04.svg");
}

#ct_bg .img01 {
	position: relative;
	width: 500px;
	margin: 20px auto 0;
	text-align: center;
}

#ct_bg .img01::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 500px;
	height: 0;
	opacity: 0;
	background: url(../../img/ph04_on.png) no-repeat 0 0/100%;
	transition: opacity 1s 0.1s,height 1s 0.1s;
	content: "";
}

#ct_bg .img01.on::before {
	opacity: 1.0;
	height: 267px;
}

#ct_bg .img01.type01::before {
	background-image: url("../../img/ph05_on.png");
}

#ct_bg .img01.type01.on::before {
	height: 278px;
}

#ct_bg .img02 {
	position: relative;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

#ct_bg .img02::before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 770px;
	height: 0;
	opacity: 0;
	background: url(../../img/ph14_on.png) no-repeat 0 0/100%;
	transition: opacity 1s 0.1s,height 1s 0.1s;
	content: "";
}

#ct_bg .img02.on::before {
	opacity: 1.0;
	height: 100%;
}

#ct_bg .headding01 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.8rem;
	text-align: center;
	color: #e60012;
	text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

#ct_bg .headding02 {
	padding: 5px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	color: #000;
	background: #ffde00 url("../img/bg02.png") 0 0 / 7px repeat;
	border-radius: 10px;
}


#ct_bg .headding03 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	color: #e60012;
}

#ct_bg .headding04 {
	position: relative;
	padding-left: 27px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.8rem;
	color: #000;
}

#ct_bg .headding04::before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 8px;
	height: 38px;
	background-color: #e60012;
	border-radius: 4px;
	content: "";
}

#ct_bg .headding05 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.8rem;
	text-align: center;
	color: #e60012;
	text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

#ct_bg .txt01 {
	margin-top: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	text-align: center;
	line-height: 1.4;
}

#ct_bg .txt02 {
	margin-top: 20px;
	font-size: 1.8rem;
	text-align: center;
}

#ct_bg .headding05 + .txt02 {
	margin-top: 15px;
}

#ct_bg .txt03 {
}

#ct_bg .txt03.type01 {
	text-align: center;
}

#ct_bg .txt03.type02 span {
	width: 100%;
}

#ct_bg .txt03.type03 span {
	margin-right: 10px;
}

#ct_bg .txt03 > span {
	margin-top: 10px;
	display: inline-block;
	padding: 7px 5px 5px;
	border-radius: 15px;
	font-weight: bold;
	text-align: center;
	min-width: 110px;
	line-height: 1;
	color: #fff;
}

#ct_bg .txt03 > .ic01 {	background-color: #11bee4;}
#ct_bg .txt03 > .ic02 {	background-color: #3faf13;}
#ct_bg .txt03 > .ic03 {	background-color: #ee8e1c;}
#ct_bg .txt03 > .ic04 {	background-color: #e5ba26;}

#ct_bg .note01 {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

#ct_bg .note02 {
	margin-top: 15px;
	font-size: 1.2rem;
}

#ct_bg .color01 {
	color: #e60012;
}

#ct_bg .backdrop01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 4000;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

#ct_bg .backdrop01.active,
#ct_bg .modalWrap01.active {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .modalWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

#ct_bg .modalBox01 {
	display: table;
	position: relative;
	z-index: 5000;
	cursor: auto;
}

#ct_bg .modalBox01 > .inner01 {
	display: table-cell;
	position: relative;
	margin: auto;
	max-width: 770px;
	border: #e60012 2px solid;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

#ct_bg .modalBox01 > .inner01.type01 {
	padding: 18px 18px 28px;
	border-color: #11bee4;
}

#ct_bg .modalBox01 > .inner01 > .inner02 {
	padding: 35px 83px 38px;
}

#ct_bg .modalBox01 > .inner01 > .text01 {
	padding: 20px;
	background-color: #e60012;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}

#ct_bg .modalBox01 > .inner01 .text02 {
	font-weight: bold;
	font-size: 2rem;
}

#ct_bg .modalBox01 > .inner01 .text03 {
	margin-top: 12px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

#ct_bg .modalBox01 > .inner01 .text04 {
	margin-top: 10px;
}

#ct_bg .modalBox01 > .inner01 .text05 + .text04 {
	margin-top: 15px;
}

#ct_bg .modalBox01 > .inner01 .text05 {
	margin-top: 15px;
	padding: 9px 0 6px;
	font-weight: bold;
	color: #e60012;
	border-bottom: 1px solid #e60012;
	border-top: 1px solid #e60012;
	font-size: 1.8rem;
	line-height: 1.4;
}

#ct_bg .modalBox01 > .inner01 .text03 + .text05 {
	margin-top: 8px;
}


#ct_bg .modalBox01 > .inner01 .wrap01 > .column01 {
	width: 57.4%;
}
#ct_bg .modalBox01 > .inner01 .wrap01 > .column02 {
	margin-left: 2.7%;
	width: 39.9%;
}

#ct_bg .modalBox01 > .inner01 .link01 {
	margin-top: 15px;
	line-height: 1.4;
}

#ct_bg .modalBox01 > .inner01 .link01+.link01 {
	margin-top: 10px;
}

#ct_bg .modalBox01 > .inner01 .link01 a {
	padding-right: 12px;
	color: #11bee4;
	background: url("../img/ic08.svg") 100% 0.4em / 6px 11px no-repeat;
}

#ct_bg .modalBox01 > .inner01 .logo01 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid  #ccc;
	text-align: center;
}

#ct_bg .modalBox01 > .inner01 .text05 + .logo01 {
	border-top: none;
}

#ct_bg .modalBox01 > .inner01 .logo01 > img {
	width: 147px;
}

#ct_bg .modalBox01 > .inner01 a:hover {
	text-decoration: none;
}


#ct_bg .closeBtn01 {
	position: absolute;
	top: -35px;
	right: -35px;
	width: 75px;
	cursor: pointer;
}

@media screen and (max-width: 855px) {
#ct_bg .closeBtn01 {
	top: -22px;
	right: -22px;
}
}

@keyframes anime01 {
	0% {transform: rotate(0deg);}
	
	30% {transform: rotate(0deg);}
	31% {transform: rotate(-6deg);}
	35% {transform: rotate(-6deg);}
	39% {transform: rotate(-6deg);}
	40% {transform: rotate(0deg);}
	
	50% {transform: rotate(0deg);}
	51% {transform: rotate(-6deg);}
	55% {transform: rotate(-6deg);}
	59% {transform: rotate(-6deg);}
	60% {transform: rotate(0deg);}
	
	100% {transform: rotate(0deg);}
	
}
@keyframes anime02 {
	0% {transform: rotate(0deg);}
	
	30% {transform: rotate(0deg);}
	31% {transform: rotate(6deg);}
	35% {transform: rotate(6deg);}
	39% {transform: rotate(6deg);}
	40% {transform: rotate(0deg);}
	
	50% {transform: rotate(0deg);}
	51% {transform: rotate(6deg);}
	55% {transform: rotate(6deg);}
	59% {transform: rotate(6deg);}
	60% {transform: rotate(0deg);}
	
	100% {transform: rotate(0deg);}
	
}

@keyframes anime03 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes anime04 {
	0% {opacity: 0; transform: translate(0,-20px);}
	100% {opacity: 1;}
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.6rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#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;
}


#ct_bg .imgOver02:hover img {
	transform: none;
}

#ct_bg .imgOver02 > .zoomBtn01 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}

#ct_bg .imgOver02 > .zoomBtn01::before {
	content: none;
	transition: none;
}

#ct_bg .imgOver02:hover> .zoomBtn01 img {
	opacity: 1;
}
.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#ct_bg .mainArea01 {
	min-height: auto;
}

#ct_bg .mainImg01 {
	min-width: auto;
	height: auto;
}

#ct_bg .mainImg01 > .item01 {
	background: none !important;
}

#ct_bg .mainImg01 > .item01 >img {
	display: block;
}

#ct_bg .mainImg01 > .item01sp {
	display: none;
}

#ct_bg .mainArea01In {
	width: 100%;
	padding: 0;
}

#ct_bg .mainArea01In > .inner01 {
	margin-left: 3%;
	padding: 6.667% 4% 5.333%;
	border-radius: 0 0 20px 20px;
	width: 46%;
	box-shadow: 0 0 7px rgba(42, 67, 44, 0.83);
}

#ct_bg .slider01 {
	width: 100%;
	margin-top: -4.267%;
	margin-left: 0;
}

#ct_bg .navigation01 {
	padding: 0 4%;
	width: 100%;
}

#ct_bg .navigation01 > ul::before {
	content: none;
}

#ct_bg .navigation01 > ul > li:first-child {
	padding: 2px;
	width: 100%;
	border: none;
	background: linear-gradient(to bottom,  rgba(252,85,98,1) 0%,rgba(178,0,14,1) 100%);
	border-radius: 20px 20px 0 0;
}


#ct_bg .navigation01 > ul > li:nth-last-child(2) {
	border-radius: 0 0 0 20px;
}
#ct_bg .navigation01 > ul > li:nth-last-child(1) {
	border-radius: 0 0 20px 0;
}
	
#ct_bg .navigation01 > ul > li:first-child a {
	border-radius: 18px 18px 0 0;
}
#ct_bg .navigation01 > ul > li:nth-last-child(2) a {
	border-radius: 0 0 0 18px;
}
#ct_bg .navigation01 > ul > li:nth-last-child(1) a {
	border-radius: 0 0 18px 0;
}

#ct_bg .navigation01 > ul > li:not(:first-child) {
	width: 50%;
}

#ct_bg .navigation01 > ul > li {
	padding: 2px;
	width: calc(100% / 5);
	background: linear-gradient(to bottom,  rgba(252,85,98,1) 0%,rgba(178,0,14,1) 100%);
	border: none;
	min-height: 80px;
}

#ct_bg .navigation01 > ul > li:nth-child(odd) {
	padding-left: 0;
}

#ct_bg .navigation01 > ul > li:nth-child(even) {
	padding-right: 0;
}


#ct_bg .navigation01 > ul > li a {
	padding: 12px 0 20px;
	background-color: #e60012;
}

#ct_bg .navigation01 > ul > li:nth-child(odd) a {
	box-shadow: inset 2px 0 0 #fc5461;
}
	
#ct_bg .navigation01 > ul > li:nth-child(even) a {
	box-shadow: inset -2px 0 0 #b3010f;
}

#ct_bg .navigation01 > ul > li:first-child a {
	box-shadow: none;
}

#ct_bg .navigation01 > ul > li a:hover {
	background-color: #e60012;
}

#ct_bg .navigation01 > ul > li a::before {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
	height: 8px;
	background: url("../img/ic01.svg") 0 0 / 15px 8px no-repeat;
	content: "";
}

#ct_bg .localheader01 {
	min-width: auto;
}

#ct_bg .localheader01 > .localheader01In {
	padding: 0 2.666%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#ct_bg .localheader01 > .localheader01In > .logo01 {
	position: static;
	width: 26.667%;
	padding: 7px 1.69%;
}

#ct_bg .localheader01 > .localheader01In > .inner01 {
	padding: 10px 0 10px 3.943%;
	width: 73.333%;
}

#ct_bg .localheader01 > .localheader01In .link01 {
	margin-top: 5px;
	width: 100%;
	order: 2;
	line-height: 1;
}

#ct_bg .localheader01 > .localheader01In .link01  a {
	font-size: 1.3rem;
	padding-left: 10px;
}

#ct_bg .localheader01 > .localheader01In .link01  a::before {
	position: absolute;
	top: .3em;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
}

#ct_bg .localheader01 > .localheader01In .link01  a:hover {
	opacity: 1;
}

#ct_bg .localheader01 > .localheader01In .column01 {
	margin-right: auto;
	margin-left: 0;
	width: 100%;
	font-size: 1.1rem;
	text-align: left;
	order: 1;
}

#ct_bg .localheader01 > .localheader01In .title01 {
	margin-top: 5px;
}
#ct_bg .ancNav01 {
	margin-top: 20px;
}

#ct_bg .ancNav01 > li {
	margin-left: 0;
	margin-top: 11px;
	width: 47.826%;
}

#ct_bg .ancNav01 > li:nth-child(odd) {
	margin-right: 2.174%;
}
#ct_bg .ancNav01 > li:nth-child(even) {
	margin-left: 2.174%;
}

#ct_bg .ancNav01 > li a {
	padding: 10px 1%;
	transition: none
}

#ct_bg .ancNav01 > li a:hover {
	background-color: #fff;
	color: #e60012;
}

#ct_bg .subSection01 {
	min-width: auto;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .navigation01 + .subSection01 {
	margin-top: -120px;
	padding-top: 190px;
}

#ct_bg .subSection01 > .subSection01In {
	width: 100%;
}

#ct_bg .subSection02 {
	padding: 65px 0;
	min-width: auto;
}

#ct_bg .subSection02In {
	padding: 0 4%;
	width: 100%;
}

#ct_bg .subSection04 {
	min-width: auto;
	padding: 80px 4%;
	background: url("../../img/bg01_sp.png") 0 0 /cover no-repeat #ffd100;
}

#ct_bg .subSection04In {
	width: 100%;
}

#ct_bg .subSection04In > .inner01 {
	position: static;
	margin-top: 60px;
	width: 100%;
}

#ct_bg .subSection04In > .inner01 > .image01 {
	margin: 0 auto;
	width: 77.681%;
}

#ct_bg .subSection05 {
	padding: 0 4%;
}

#ct_bg .subSection06 {
	padding: 30px 4% 80px;
	min-width: auto;
}

#ct_bg .subSection06In {
	width: 100%;
}

#ct_bg .box01 {
	flex-wrap: wrap;
}

#ct_bg .box01 > .column01 {
	order: 1;
	margin: 0;
	font-size: 1.6rem;
	width: 100%;
}
#ct_bg .box01 > .column02 {
	order: 2;
	margin-top: 25px;
	width: 42.319%;
}
#ct_bg .box01 > .column03 {
	order: 3;
	margin-top: 25px;
	margin-left: 9.71%;
	width: 42.319%;
}

#ct_bg .frameArea01 {
	padding: 4.348%;
}

#ct_bg .frameArea01 > .column01 {
	margin: 0 auto;
	width: 165px;
}

#ct_bg .frameArea01 > .column01 > a > .text01 {
	background-position: 100% 0.45em;
}

#ct_bg .frameArea01 > .column01 > a > .text01:hover {
	text-decoration: underline;
}

#ct_bg .frameArea01 > .column02 {
	margin-left: 0;
	width: 100%;
}

#ct_bg .frameArea01 > .column02 > .text01 {
	margin-top: 15px;
	font-size: 1.6rem;
}

#ct_bg .frameArea01 > .column02 > .text02{
	font-size: 1.6rem;
}

#ct_bg .frameArea02 {
	margin-top: 40px;
	padding: 7% 8.088%;
	width: 100%;
}

#ct_bg .frameArea02 > .column01 {
	width: 100%;
}

#ct_bg .frameArea02 > .column01 > .text01 {
	margin-top: 10px;
}

#ct_bg .frameArea02 > .column02 {
	margin: 40px auto 0;
	width: 65.882%;
}

#ct_bg .col01 {
	margin-top: 25px;
	margin-left: 0;
	width: 47.826%;
}
	
#ct_bg .col011:nth-child(1),
#ct_bg .col011:nth-child(2) {
	margin-top: 30px;
}

#ct_bg .col01:nth-child(odd) {
	margin-right: 2.174%;
}
#ct_bg .col01:nth-child(even) {
	margin-left: 2.174%;
}

#ct_bg .col01 > .text01 {
	margin-top: 15px;
	font-size: 1.6rem;
}

#ct_bg .col02 {
	margin-top: 60px;
	width: 100%;
}

#ct_bg .col02:nth-child(odd) {
	margin-right: 0;
}
#ct_bg .col02:nth-child(even) {
	margin-left: 0;
}
#ct_bg .col02:nth-child(1) {
	margin-top: 30px;
}
#ct_bg .col02:nth-child(2) {
	margin-top: 60px;
}

#ct_bg .col02.type01 {
	margin-top: 0;
}

#ct_bg .col02.type01 + .col02.type01 {
	margin-top: 60px;
}

#ct_bg .list01 {
	font-size: 1.6rem;
}

#ct_bg .list01 dt {
	margin-top: 30px;
	padding-left: 35px;
	background-position: 0 0.15em;
	background-size: 25px 22px;
}

#ct_bg .list01 dd {
	padding-left: 35px;
}


#ct_bg .col02 > .list02 {
	padding: 0 0 0 3.913%;
	font-size: 1.6rem;
}

#ct_bg .col03 {
	width: 47.826%;
}

#ct_bg .col03:nth-child(odd) {
	margin-right: 2.174%;
}
#ct_bg .col03:nth-child(even) {
	margin-left: 2.174%;
}

#ct_bg .col04 {
	margin-left: 0;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ccc;
}

#ct_bg .col04:nth-of-type(1) {
	padding-top: 0;
	border: none;
}

#ct_bg .col04:nth-child(odd) {
	margin-right: 0%;
}
#ct_bg .col04:nth-child(even) {
	margin-left: 0%;
}

#ct_bg .col04 > .image01 {
	margin: 0 auto;
	width: 56%;
}

#ct_bg .col04 > .text01 {
	font-size: 1.6rem;
}

#ct_bg .list02 li::before {
	position: absolute;
	top: 0.55em;
}

#ct_bg .btn01 a,
#ct_bg .btn01 > .inner01 {
	min-width: auto;
	width: 100%;
	padding: 15px 40px 15px 75px;
	font-size: 1.9rem;
	transition: none;
}

#ct_bg .btn01 a:hover,
#ct_bg .btn01 > .inner01:hover {
	background-color: #e60012;
}

#ct_bg .btn01 > .inner01 > span {
	display: block;
}

#ct_bg .btn02 a {
	width: 100%;
	transition: none;
}
#ct_bg .btn02 a:hover {
	background-color: #fff;
	color: #e60012;
	background-image: url("../img/ic04.svg");
}

#ct_bg .btn03 {
	padding: 30px 4% -0px;
}

#ct_bg .btn03 a {
	width: 100%;
	transition: none;
}

#ct_bg .btn03 a:hover {
	background-color: #e60012;
	border: 2px solid #e60012;
	color: #fff;
	background-image: url("../img/ic05.svg");
}

#ct_bg .img01 {
	width: 315px;
}

#ct_bg .img01::before {
	width: 315px;
}

#ct_bg .img01.on::before {
	height: 168px;
}

#ct_bg .img01.type01.on::before {
	height: 175px;
}

#ct_bg .headding01 {
	font-size: 2.4rem;
}

#ct_bg .headding02 {
	padding: 5px 3%;
	font-size: 2rem;
}

#ct_bg .headding04 {
	padding-left: 23px;
	font-size: 3rem;
}

#ct_bg .headding04::before {
	top: 12px;
	width: 5px;
	height: 30px;
	border-radius: 3px;
}

#ct_bg .headding05 {
	font-size: 3rem;
}

#ct_bg .txt01 {
	margin-top: 0;
	font-size: 1.8rem;
}

#ct_bg .txt02 {
	font-size: 1.6rem;
}

#ct_bg .txt03.type01 {
	margin-top: 10px;
}

#ct_bg .txt03 > span {
	padding: 7px 5px;
	font-size: 1.4rem;
	min-width: 32.2%;
}

#ct_bg .txt03.type03 span {
	margin-right: 1.585%;
}

#ct_bg .txt03.type03 span:nth-child(3n) {
	margin-right: 0;
}

#ct_bg .note01 {
	margin-top: 15px;
}

#ct_bg .note01.type01 {
	text-align: left;
	font-size: 1.2rem;
}

#ct_bg .modalBox01 > .inner01.type01 {
	padding: 5.278% 5.278% 35px;
	border-color: #11bee4;
	max-width: 90vw;
}

#ct_bg .modalBox01 > .inner01 > .inner02 {
	padding: 30px 5.714%;
}

#ct_bg .modalBox01 > .inner01 > .text01 {
	padding: 20px 4%;
	font-size: 1.6rem;
}

#ct_bg .modalBox01 > .inner01 .text02 {
	font-size: 1.6rem;
}

#ct_bg .modalBox01 > .inner01 .wrap01 > .column01 {
	width: 100%;
}
#ct_bg .modalBox01 > .inner01 .wrap01 > .column02 {
	margin-top: 10px;
	margin-left: 0;
	width: 100%;
}
#ct_bg .modalBox01 > .inner01 .link01 a {
	background-position: 100% 0.2em;
}

}

@media screen and (max-width: 370px) {
	#ct_bg .txt01 {
		font-size: 1.6rem;
	}
	#ct_bg .modalBox01 > .inner01 > .text01 {
		font-size: 1.6rem;
	}
	#ct_bg .br01 {
		display: block;
	}
	#ct_bg .btn01 a, 
	#ct_bg .btn01 > .inner01 {
		font-size: 1.7rem;
	}
	#ct_bg .btn01.type01 a,
	#ct_bg .btn01.type01 > .inner01 {
		padding-left: 20px;
	}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
