@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.footer {
	position: relative;
	z-index: 1;
}

.onlySP {
	display: none;
}

#ct_bg {
	padding-bottom: 60px;
	background: url(../img/bg_common01.jpg) no-repeat top center/cover;
	background-attachment: fixed;
	color: #333;
	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 .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;
}

#ct_bg .snsArea01 {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .snsBtn01 {
	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 .snsBtn01 > li {
	max-height: 26px;
	margin-left: 5px;
	margin-right: 5px;
}

#ct_bg .snsBtn01 > li:last-child {
	margin-right: 0;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !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 .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#ct_bg .titleArea01 {
	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: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
}

#ct_bg .titleArea01 > .text01 {
	margin-right: 4px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	text-shadow: #6a2b14 2px 0px, #6a2b14 -2px 0px, #6a2b14 0px -2px, #6a2b14 0px 2px, #6a2b14 2px 2px, #6a2b14 -2px 2px, #6a2b14 2px -2px, #6a2b14 -2px -2px, #6a2b14 1px 2px, #6a2b14 -1px 2px, #6a2b14 1px -2px, #6a2b14 -1px -2px, #6a2b14 2px 1px, #6a2b14 -2px 1px, #6a2b14 2px -1px, #6a2b14 -2px -1px;
}

#ct_bg .titleArea02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

#ct_bg .titleArea02 > .button01 {
	margin-left: 10px;
}

#ct_bg .titleArea02 > .button01 a {
	position: relative;
	display: block;
	padding: 5px 20px 5px 33px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	background: linear-gradient(to bottom, #7fbe26 0%,#00a040 100%);
	border-radius: 30px;
	font-weight: bold;
}

#ct_bg .titleArea02 > .button01 a::before {
	position: absolute;
	top: 0.9em;
	left: 20px;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
}

#ct_bg .titleArea02 > .button01 a:hover {
	color: #ff5400;
	background: linear-gradient(to bottom, #fff9ae 0%,#ffe109 100%);
}

#ct_bg .titleArea02 > .button01 a:hover::before {
	border-color: #ff5400;
}

#ct_bg .titleArea02 > .title01 {
	width: 250px;
}

#ct_bg .titleArea02 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	order: 3;
}

#ct_bg .titleArea02 > .inner01 .text01 {
	margin-right: 4px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	text-shadow: #6a2b14 2px 0px, #6a2b14 -2px 0px, #6a2b14 0px -2px, #6a2b14 0px 2px, #6a2b14 2px 2px, #6a2b14 -2px 2px, #6a2b14 2px -2px, #6a2b14 -2px -2px, #6a2b14 1px 2px, #6a2b14 -1px 2px, #6a2b14 1px -2px, #6a2b14 -1px -2px, #6a2b14 2px 1px, #6a2b14 -2px 1px, #6a2b14 2px -1px, #6a2b14 -2px -1px;
}

#ct_bg .mainArea01 {
	position: relative;
	margin: 20px auto 0;
	width: 960px;
	height: 500px;
	background: url("../../img/img_index06_pc.png") top center no-repeat;
}

#ct_bg .mainArea01 .title01 {
	position: absolute;
	top: -73px;
	left: -29px;
	width: 585px;
}

#ct_bg .mainArea01 .image01 {
	position: absolute;
	top: 139px;
	left: 330px;
	width: 633px;
}

#ct_bg .mainArea01 .image02 {
	position: absolute;
	top: 32px;
	right: -26px;
}

#ct_bg .mainArea01 .image03 {
	position: absolute;
	top: 134px;
	right: 168px;
}

#ct_bg .mainArea01 .image04 {
	position: absolute;
	top: 364px;
	left: 265px;
	display: inline-block;
	-webkit-animation: anime03 1.5s linear infinite;
	animation: anime03 1.5s linear infinite;
	transform: translate3d(0,0,0);
}

#ct_bg .mainArea01 .image05 {
	position: absolute;
	bottom: -38px;
	right: 3px;
}

#ct_bg .mainArea01 .image06 {
	position: absolute;
	top: 146px;
	left: -33px;
}

#ct_bg .mainArea01 .image07 {
	position: absolute;
	bottom: -118px;
	left: -38px;
}
#ct_bg .mainArea01 .image07 img {
	width: 449px;
}

#ct_bg .subSection01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .frameArea01 {
	margin-top: 50px;
	padding: 30px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: linear-gradient(to bottom,  #7fbe26 0%,#00a040 100%);
	box-shadow: 0 0 10px rgba(47,9,0,0.5);
}
#ct_bg .frameArea01.blue {
	background: linear-gradient(to bottom,  #7ec9ee 0%,#0372b5 100%);
}

#ct_bg .mainArea01 + .frameArea01,
#ct_bg .mainArea01 + .tweetArea {
	margin-top: 128px;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .frameArea01 > .inner01 > .column01 {
	position: relative;
	margin-left: 116px;
	padding-top: 6px;
	width: 247px;
	height: 247px;
	border-radius: 124px;
	background-color: #fff;
}

#ct_bg .frameArea01 > .inner01 > .column01 > .image01 {
	margin-left: -5px;
	width: 315px;
	-webkit-animation: anime01 1.5s linear infinite;
	animation: anime01 1.5s linear infinite;
}

#ct_bg .frameArea01 > .inner01 > .column01::before {
	position: absolute;
	top: 10px;
	right: -33px;
	width: 39px;
	height: 54px;
	background: url("../img/img_common02.png") 0 0 / 39px 54px no-repeat;
	-webkit-animation: anime01 1.5s linear infinite;
	animation: anime01 1.5s linear infinite;
	content: "";
}
#ct_bg .frameArea01.blue > .inner01 > .column01::before {
	background: url("../img/img_common05.png") 0 0 / 39px 54px no-repeat;
}
#ct_bg .frameArea01 > .inner01 > .column01::after {
	position: absolute;
	top: 185px;
	left: -38px;
	width: 39px;
	height: 33px;
	background: url("../img/img_common03.png") 0 0 / 39px 33px no-repeat;
	content: "";
	-webkit-animation: anime02 1.5s linear infinite;
	animation: anime02 1.5s linear infinite;
}
#ct_bg .frameArea01.blue > .inner01 > .column01::after {
	background: url("../img/img_common06.png") 0 0 / 39px 33px no-repeat;
}

#ct_bg .frameArea01 > .inner01 > .column02 {
	margin-left: 94px;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text01 {
	display: table-cell;
	padding: 8px;
	background-color: #fff462;
	line-height: 1;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text02 {
	margin-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.8rem;
	color: #fff;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text03 {
	margin-top: 10px;
	color: #fff;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text04 {
	display: inline-block;
	padding: 8px;
	background-color: #ff185e;
	line-height: 1;
	color: #FFF;
	margin-top: 5px;
}

#ct_bg .frameArea02 {
	margin: 20px auto 0;
	padding: 40px;
	width: 960px;
	background-color: #fff;
	border-radius: 20px;
}

#ct_bg .movieArea01 {
	margin: 60px auto 0;
	padding: 10px 10px 20px;
	width: 820px;
	background-color: #fff;
}

#ct_bg .movieArea01 > .text01 {
	margin-top: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.2rem;
	text-align: center;
}

#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 .col01 {
	margin-top: 30px;
	width: 480px;
}

#ct_bg .col02 {
	margin: 30px 0 0 30px;
	width: 450px;
}

#ct_bg .list01 li {
	margin-top: 15px;
	padding: 15px 20px;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-radius: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
}

#ct_bg .list01 li:first-child {
	margin-top: 0;
}

#ct_bg .list01 li.type01 {
	border-color: #e95098;
}

#ct_bg .list01 li.type02 {
	border-color: #6eb92b;
}

#ct_bg .list01 li.type03 {
	border-color: #00b0ec;
}

#ct_bg .list02 dt {
	position: relative;
	margin-top: 40px;
	padding-left: 30px;
	font-size: 2.2rem;
	font-weight: bold;
}

#ct_bg .list02 dt:first-child {
	margin-top: 0;
}

#ct_bg .list02 dt::before {
	position: absolute;
	left: 0;
	top: -6px;
	color: #e95098;
	content: "Q";
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
}

#ct_bg .list02 dd {
	position: relative;
	margin-top: 5px;
	padding-left: 30px;
}

#ct_bg .list02 dd::before {
	position: absolute;
	left: 2px;
	top: -7px;
	color: #00b0ec;
	content: "A";
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
}

#ct_bg .btnArea01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	max-width: 430px;
}

#ct_bg .btn01 {
	display: inline-block;
	margin-top: 15px;
	background: linear-gradient(to bottom,  #f6ab00 0%,#e8390c 100%);
	border-radius: 100px;
	box-shadow: inset 0 0 0 2px #ffe109, inset 0 0 0 8px #fff;
	min-width: 300px;
}

#ct_bg .btn01 a {
	display: inline-block;
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

#ct_bg .btn01 a.waiting {
	padding-left: 45px;
	padding-right: 40px;
}

#ct_bg .btn01 a > span {
	margin-left: 40px;
	position: relative;
}

#ct_bg .btn01 a > span:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 31px;
	height: 30px;
	margin: -2px 0 0 -40px;
	background: url("../img/icon_common01.svg") 0 0 / 31px 30px no-repeat;
	content: '';
}

#ct_bg .btn01 a.reserve > span:before {
	width: 29px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054.23%2056.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ffffff%3B%7D.cls-4%7Bclip-path%3Aurl(%23clip-path-2)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2259.01%22%20height%3D%2260.18%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip-path-2%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0V58.5H33a18.68%2C18.68%2C0%2C0%2C1-5.34-3.69%2C18.35%2C18.35%2C0%2C0%2C1%2C18.43-30.5c.42.13.84.28%2C1.24.44V0Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%881%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M45%2C28A14.46%2C14.46%2C0%2C1%2C0%2C55.1%2C41.83%2C14.47%2C14.47%2C0%2C0%2C0%2C45%2C28M40.66%2C52.48A10.65%2C10.65%2C0%2C1%2C1%2C51.3%2C41.83%2C10.67%2C10.67%2C0%2C0%2C1%2C40.66%2C52.48%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2246.61%2039.25%2041.58%2039.25%2041.58%2033.25%2037.98%2033.25%2037.98%2042.85%2046.61%2042.85%2046.61%2039.25%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22cls-4%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M42.11%2C53.28H4.87V4.78H42.11Zm4-52.5H.87v56.5H46.11Z%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2210.08%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2218.29%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2226.5%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2234.71%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2242.92%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 0 0 / 29px 30px no-repeat;
}

#ct_bg .btn01 a.waiting > span:before {
	width: 43px;
	margin-left: -50px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20454%20320.22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ffffff%3B%7D.cls-4%7Bstroke%3A%23ffffff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A10px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22454%22%20height%3D%22320.22%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%882%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M68.48%2C111.08v89.23H42.3A12.32%2C12.32%2C0%2C0%2C1%2C30%2C188V123.38a12.31%2C12.31%2C0%2C0%2C1%2C12.3-12.3H68.48m30-30H42.3A42.3%2C42.3%2C0%2C0%2C0%2C0%2C123.38V188a42.31%2C42.31%2C0%2C0%2C0%2C42.3%2C42.31H98.48Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M257.22%2C49.2v213l-81-43.32a157.47%2C157.47%2C0%2C0%2C0-74-18.55H98.36V111.08h3.84a157.52%2C157.52%2C0%2C0%2C0%2C74-18.55l81-43.33m30-49.2H261.36V13l-99.3%2C53.11a127.05%2C127.05%2C0%2C0%2C1-59.86%2C15H68.36V230.31H102.2a126.82%2C126.82%2C0%2C0%2C1%2C59.86%2C15l99.3%2C53.11v13h25.86Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpolygon%20class%3D%22cls-4%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M74.37%2C231.33l-19.1%2C58.89H41.74l19.81-58.89H74.37m41.27-30H40L11.88%2C284.9a26.78%2C26.78%2C0%2C0%2C0%2C25.38%2C35.32H57.61A26.77%2C26.77%2C0%2C0%2C0%2C83.08%2C301.7Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 0 0 / 43px 30px no-repeat;
}

#ct_bg .btn01:hover {
	background: linear-gradient(to bottom,  #fff9ae 0%,#ffe109 100%);
}

#ct_bg .btn01:hover a {
	color: #ff5400;
}

#ct_bg .btn01:hover a > span:before {
	background-image: url("../img/icon_common02.svg");
}
#ct_bg .btn01:hover a.reserve > span:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054.23%2056.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ff5400%3B%7D.cls-4%7Bclip-path%3Aurl(%23clip-path-2)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2259.01%22%20height%3D%2260.18%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip-path-2%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0V58.5H33a18.68%2C18.68%2C0%2C0%2C1-5.34-3.69%2C18.35%2C18.35%2C0%2C0%2C1%2C18.43-30.5c.42.13.84.28%2C1.24.44V0Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%881%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M45%2C28A14.46%2C14.46%2C0%2C1%2C0%2C55.1%2C41.83%2C14.47%2C14.47%2C0%2C0%2C0%2C45%2C28M40.66%2C52.48A10.65%2C10.65%2C0%2C1%2C1%2C51.3%2C41.83%2C10.67%2C10.67%2C0%2C0%2C1%2C40.66%2C52.48%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2246.61%2039.25%2041.58%2039.25%2041.58%2033.25%2037.98%2033.25%2037.98%2042.85%2046.61%2042.85%2046.61%2039.25%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22cls-4%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M42.11%2C53.28H4.87V4.78H42.11Zm4-52.5H.87v56.5H46.11Z%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2210.08%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2218.29%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2226.5%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2234.71%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2242.92%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#ct_bg .btn01:hover a.waiting > span:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20454%20320.22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ff5400%3B%7D.cls-4%7Bstroke%3A%23ff5400%3Bstroke-miterlimit%3A10%3Bstroke-width%3A10px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22454%22%20height%3D%22320.22%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%882%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M68.48%2C111.08v89.23H42.3A12.32%2C12.32%2C0%2C0%2C1%2C30%2C188V123.38a12.31%2C12.31%2C0%2C0%2C1%2C12.3-12.3H68.48m30-30H42.3A42.3%2C42.3%2C0%2C0%2C0%2C0%2C123.38V188a42.31%2C42.31%2C0%2C0%2C0%2C42.3%2C42.31H98.48Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M257.22%2C49.2v213l-81-43.32a157.47%2C157.47%2C0%2C0%2C0-74-18.55H98.36V111.08h3.84a157.52%2C157.52%2C0%2C0%2C0%2C74-18.55l81-43.33m30-49.2H261.36V13l-99.3%2C53.11a127.05%2C127.05%2C0%2C0%2C1-59.86%2C15H68.36V230.31H102.2a126.82%2C126.82%2C0%2C0%2C1%2C59.86%2C15l99.3%2C53.11v13h25.86Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpolygon%20class%3D%22cls-4%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M74.37%2C231.33l-19.1%2C58.89H41.74l19.81-58.89H74.37m41.27-30H40L11.88%2C284.9a26.78%2C26.78%2C0%2C0%2C0%2C25.38%2C35.32H57.61A26.77%2C26.77%2C0%2C0%2C0%2C83.08%2C301.7Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#ct_bg .btn02 {
	width: 49%;
}

#ct_bg .btn02 a {
	position: relative;
	display: block;
	padding: 11px 20px 9px 30px;
	color: #16920b;
	text-decoration: none;
	background-color: #fff;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
}

#ct_bg .btn02 a::before {
	position: absolute;
	top: 1.25em;
	left: 20px;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #16920b;
	border-right: 2px solid #16920b;
	transform: rotate(45deg);
}

#ct_bg .btn02 a:hover {
	color: #ff5400;
	background-color: #fff462;
}

#ct_bg .btn02 a:hover::before {
	border-color: #ff5400;
}

#ct_bg .heading01 {
	margin-top: 60px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.3;
	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 .heading02 {
	margin-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
	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 .color01 {
	color: #00b0ec;
}

#ct_bg .color02 {
	color: #f08200;
}

#ct_bg .color03 {
	color: #a92ca5;
}

#ct_bg .color04 {
	color: #f04187;
}

#ct_bg .color05 {
	color: #16920b;
}
#ct_bg .tweetArea{
	margin: 0 auto;
	width: 960px;
}
#ct_bg .bnrArea01 {
	margin-top: 60px;
}
#ct_bg .bnrArea01 .inner01 {
	margin: 0 auto;
	width: 960px;
	justify-content: space-around;

}
#ct_bg .column01 .bnr01{
	text-align: center;
	margin-top: 30px;
}
#ct_bg .bnr01 a img{
	width: 400px;
	margin:  0 30px;
}
#ct_bg .bnr01 a:hover img{
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	background: none;
}
#ct_bg::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background: url(../img/bg_common01.jpg) no-repeat 0 0 / cover;
	content: '';
}

#ct_bg a {
	color: #e94c96;
	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 .snsBtn01 > li:last-child {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#ct_bg .titleArea01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding-top: 10px;
}

#ct_bg .titleArea01 > .text01 {
	margin-right: 0;
	font-size: 1.1rem;
}

#ct_bg .titleArea02 {
	justify-content: space-between;
	width: 100%;
	padding: 10px 0 0;
}

#ct_bg .titleArea02 > .button01 {
	margin: 10px 3% 0 0;
	order: 3;
}

#ct_bg .titleArea02 > .button01 a {
	padding: 5px 20px 5px 33px;
}

#ct_bg .titleArea02 > .button01 a:hover {
	color: #fff;
	background: linear-gradient(to bottom, #7fbe26 0%,#00a040 100%);
}

#ct_bg .titleArea02 > .button01 a:hover::before {
	border-color: #fff;
}

#ct_bg .titleArea02 > .title01 {
	margin-top: 10px;
	margin-left: 3%;
	width: 40%;
	order: 2;
}

#ct_bg .titleArea02 > .inner01 {
	margin-left: auto;
	margin-right: auto;
	order: 1;
	width: 100%;
	justify-content: center;
}

#ct_bg .titleArea02 > .inner01 .text01 {
	margin-right: 4px;
	font-size: 1.1rem;
}

#ct_bg .mainArea01 {
	margin: 15px auto 0;
	width: 100%;
	height: auto;
	background: url("../../img/img_index06_sp.png") center 10.65% / 92% no-repeat;
}

#ct_bg .mainArea01 .title01 {
	position: static;
	width: 82.933%;
}

#ct_bg .mainArea01 .image01 {
	width: 88%;
	top: 22.3%;
	left: 9.333%;
}

#ct_bg .mainArea01 .image02 {
	position: static;
	width: 61.6%;
	margin-left: 35.866%;
	margin-top: -2.7%;
}

#ct_bg .mainArea01 .image03 {
	position: static;
	margin-top: -5.066%;
	margin-left: 45.733%;
	width: 26.133%;
}

#ct_bg .mainArea01 .image04 {
	position: static;
	margin-top: 27.466%;
	margin-left: 3.666%;
	width: 24.266%;
}

#ct_bg .mainArea01 .image05 {
	position: static;
	margin-top: -6.133%;
	margin-left: 64%;
	width: 32.266%;
}

#ct_bg .mainArea01 .image06 {
	position: static;
	margin: 1.466% auto 0;
	width: 92%;
}
#ct_bg .mainArea01 .image07 {
	position: static;
	width: 100%;
	text-align: right;
}
#ct_bg .mainArea01 .image07 img {
	width: 92%;
}
#ct_bg .subSection01 {
	width: 100%;
}

#ct_bg .frameArea01 {
	margin-top: 50px;
	padding: 40px 9.333%;
}

#ct_bg .mainArea01 + .frameArea01,#ct_bg .mainArea01 + .tweetArea {
	margin-top: 50px;
}

#ct_bg .frameArea01 > .inner01 {
	width: 100%;
}

#ct_bg .frameArea01 > .inner01 > .column01 {
	margin: 0 auto;
	padding-top: 12px;
	padding-left: 3px;
	width: 198px;
	height: 198px;
}

#ct_bg .frameArea01 > .inner01 > .column01 > .image01 {
	margin-left: 0;
	width: 247px;
}

#ct_bg .frameArea01 > .inner01 > .column01::before {
	top: 8px;
	right: -26px;
	width: 31px;
	height: 43px;
	background-size: 31px 43px;
}
#ct_bg .frameArea01.blue > .inner01 > .column01::before {
	top: 8px;
	right: -26px;
	width: 31px;
	height: 43px;
	background-size: 31px 43px;
}

#ct_bg .frameArea01 > .inner01 > .column01::after {
	top: 148px;
	left: -31px;
	width: 31px;
	height: 26px;
	background-size: 31px 26px;
}

#ct_bg .frameArea01.blue > .inner01 > .column01::after {
	top: 148px;
	left: -31px;
	width: 31px;
	height: 26px;
	background-size: 31px 26px;
}
#ct_bg .frameArea01 > .inner01 > .column02 {
	margin: 25px 0 0;
	text-align: center;
	width: 100%;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text01 {
	text-align: left;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text02 {
	text-align: left;
	font-size: 1.9rem;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text03 {
	text-align: left;
}

#ct_bg .frameArea01 > .inner01 > .column02 > .text04 {
	text-align: left;
	display: table;
}

#ct_bg .frameArea02 {
	margin: 20px auto 0;
	padding: 30px 4%;
	width: 92%;
}

#ct_bg .movieArea01 {
	width: 92%;
}

#ct_bg .movieArea01 > .text01 {
	font-size: 1.8rem;
}
	
#ct_bg .col01 {
	margin: 20px auto 0;
	width: 81.333%;
}

#ct_bg .col02 {
	margin: 20px auto 0;
	width: 81.333%;
}

#ct_bg .list01 li {
	border-width: 3px;
	border-radius: 20px;
	font-size: 1.8rem;
}

#ct_bg .list02 dt {
	padding-left: 25px;
	font-size: 1.8rem;
}

#ct_bg .list02 dt::before {
	font-size: 2.2rem;
}

#ct_bg .list02 dd {
	padding-left: 25px;
}

#ct_bg .list02 dd::before {
	font-size: 2.2rem;
}

#ct_bg .btnArea01 {
	justify-content: center;
	max-width: inherit;
}

#ct_bg .btn01 {
	min-width: inherit;
	width: 100%;
	max-width: 320px;
	box-shadow: inset 0 0 0 2px #ffe109, inset 0 0 0 7px #fff;
}

#ct_bg .btn01 a {
	padding: 25px;
	font-size: 2.4rem;
}
	
#ct_bg .btn01 a.waiting {
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .btn01 a > span {
	margin-left: 34px;
}
	

#ct_bg .btn01 a > span:before {
	width: 25px;
	height: 24px;
	background-size: 25px 24px;
}
	
#ct_bg .btn01 a.reserve > span:before {
	width: 23px;
	height: 24px;
	background-size: 23px 24px;
	margin-left: -30px;
}
	
#ct_bg .btn01 a.waiting > span:before {
	width: 34px;
	height: 24px;
	background-size: 34px 24px;
	margin-left: -40px;
}
	
#ct_bg .btn01:hover {
	background: linear-gradient(to bottom,  #f6ab00 0%,#e8390c 100%);
}

#ct_bg .btn01 a:hover {
	color: #fff;
}
	
#ct_bg .btn01:hover a > span:before {
	background-image: url("../img/icon_common01.svg");
}
	
#ct_bg .btn01:hover a.reserve > span:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054.23%2056.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ffffff%3B%7D.cls-4%7Bclip-path%3Aurl(%23clip-path-2)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2259.01%22%20height%3D%2260.18%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip-path-2%22%20transform%3D%22translate(-0.87%20-0.78)%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0V58.5H33a18.68%2C18.68%2C0%2C0%2C1-5.34-3.69%2C18.35%2C18.35%2C0%2C0%2C1%2C18.43-30.5c.42.13.84.28%2C1.24.44V0Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%881%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M45%2C28A14.46%2C14.46%2C0%2C1%2C0%2C55.1%2C41.83%2C14.47%2C14.47%2C0%2C0%2C0%2C45%2C28M40.66%2C52.48A10.65%2C10.65%2C0%2C1%2C1%2C51.3%2C41.83%2C10.67%2C10.67%2C0%2C0%2C1%2C40.66%2C52.48%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2246.61%2039.25%2041.58%2039.25%2041.58%2033.25%2037.98%2033.25%2037.98%2042.85%2046.61%2042.85%2046.61%2039.25%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22cls-4%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M42.11%2C53.28H4.87V4.78H42.11Zm4-52.5H.87v56.5H46.11Z%22%20transform%3D%22translate(-0.87%20-0.78)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2210.08%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2218.29%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2226.5%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2234.71%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%227.22%22%20y%3D%2242.92%22%20width%3D%2230.79%22%20height%3D%223.59%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
	
#ct_bg .btn01:hover a.waiting > span:before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20454%20320.22%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-4%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23ffffff%3B%7D.cls-4%7Bstroke%3A%23ffffff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A10px%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%22454%22%20height%3D%22320.22%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%83%99%E3%82%AF%E3%83%88%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%882%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M68.48%2C111.08v89.23H42.3A12.32%2C12.32%2C0%2C0%2C1%2C30%2C188V123.38a12.31%2C12.31%2C0%2C0%2C1%2C12.3-12.3H68.48m30-30H42.3A42.3%2C42.3%2C0%2C0%2C0%2C0%2C123.38V188a42.31%2C42.31%2C0%2C0%2C0%2C42.3%2C42.31H98.48Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M257.22%2C49.2v213l-81-43.32a157.47%2C157.47%2C0%2C0%2C0-74-18.55H98.36V111.08h3.84a157.52%2C157.52%2C0%2C0%2C0%2C74-18.55l81-43.33m30-49.2H261.36V13l-99.3%2C53.11a127.05%2C127.05%2C0%2C0%2C1-59.86%2C15H68.36V230.31H102.2a126.82%2C126.82%2C0%2C0%2C1%2C59.86%2C15l99.3%2C53.11v13h25.86Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22305.17%22%20y%3D%22125.84%22%20width%3D%2220.89%22%20height%3D%2259.7%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22369.6%22%20y%3D%22148.43%22%20width%3D%2279.4%22%20height%3D%2214.27%22%2F%3E%3Crect%20class%3D%22cls-3%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Crect%20class%3D%22cls-4%22%20x%3D%22355.68%22%20y%3D%2278.6%22%20width%3D%2272.71%22%20height%3D%2214.28%22%20transform%3D%22translate(10.95%20211.5)%20rotate(-30.6)%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpolygon%20class%3D%22cls-4%22%20points%3D%22357.12%20209.56%20419.71%20246.57%20426.98%20234.29%20364.39%20197.27%20357.12%20209.56%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M74.37%2C231.33l-19.1%2C58.89H41.74l19.81-58.89H74.37m41.27-30H40L11.88%2C284.9a26.78%2C26.78%2C0%2C0%2C0%2C25.38%2C35.32H57.61A26.77%2C26.77%2C0%2C0%2C0%2C83.08%2C301.7Z%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

#ct_bg .btn02 {
	width: 49%;
}

#ct_bg .btn02:nth-child(odd) {
	padding-right: 1%;
}

#ct_bg .btn02:nth-child(even) {
	padding-left: 1%;
}

#ct_bg .btn02 a {
	padding: 10px 10px 10px 20px;
}

#ct_bg .btn02 a::before {
	position: absolute;
	top: 1.25em;
	left: 10px;
	width: 5px;
	height: 5px;
}

#ct_bg .btn02 a:hover {
	color: #16920b;
	background-color: #fff;
}

#ct_bg .btn02 a:hover::before {
	border-color: #16920b;
}

#ct_bg .heading01 {
	font-size: 2.01rem;
	line-height: 1.3;
	text-shadow:
		1px 3px #fff, 1px -3px #fff,
		-1px 3px #fff,-1px -3px #fff,
		2px 2px #fff, 2px -2px #fff,
		-2px 2px #fff,-2px -2px #fff,
		3px 1px #fff, 3px -1px #fff,
		-3px 1px #fff,-3px -1px #fff;
}
	
#ct_bg .heading02 {
	margin-top: 15px;
	font-size: 3rem;
	line-height: 1.3;
	text-shadow:
		1px 3px #fff, 1px -3px #fff,
		-1px 3px #fff,-1px -3px #fff,
		2px 2px #fff, 2px -2px #fff,
		-2px 2px #fff,-2px -2px #fff,
		3px 1px #fff, 3px -1px #fff,
		-3px 1px #fff,-3px -1px #fff;
}
#ct_bg .tweetArea{
	width: 100%;
}
#ct_bg .tweetArea .column02{
	margin: 0 4%;
}

#ct_bg .bnrArea01 .inner01 {
	width: 100%;
}
#ct_bg .bnr01{
	margin: 0 9%;
	}
#ct_bg .bnr01 a img{
	width: 100%;
	margin: 5% 0;
	}
}

/* animation */
@-webkit-keyframes anime01 {
	from,50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	51%,to {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@keyframes anime01 {
	from,50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	51%,to {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}

@-webkit-keyframes anime02 {
	from,50% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	51%,to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes anime02 {
	from,50% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	51%,to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes anime03 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anime03 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@media screen and (max-width: 340px) {
#ct_bg .btn01 a {
	font-size: 2.0rem;
}
}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
