@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */
.ct_bg div, .ct_bg pre, .ct_bg p, .ct_bg blockquote, .ct_bg figure, .ct_bg dl, .ct_bg dt, .ct_bg dd, .ct_bg ul, .ct_bg ol, .ct_bg li, .ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6, .ct_bg form, .ct_bg fieldset, .ct_bg th, .ct_bg td
{ margin: 0; padding: 0;}
.ct_bg input, .ct_bg textarea
{ margin: 0; font-size: 100%;}
.ct_bg label
{ cursor: pointer;}
.ct_bg table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
.ct_bg fieldset, .ct_bg img
{ border: 0;}
.ct_bg img
{ vertical-align: top;}
.ct_bg address, .ct_bg caption, .ct_bg cite, .ct_bg code, .ct_bg dfn, .ct_bg em, .ct_bg th, .ct_bg var
{ font-style: normal; font-weight: normal;}
.ct_bg ol, .ct_bg ul
{ list-style: none;}
.ct_bg caption, .ct_bg th
{ text-align: left;}
.ct_bg h1, .ct_bg h2, .ct_bg h3, .ct_bg h4, .ct_bg h5, .ct_bg h6
{ font-size: 100%; font-weight: normal;}
.ct_bg q:after, .ct_bg q:before
{ content:'';}
.ct_bg a, .ct_bg input
{ outline: none; }
.ct_bg abbr, .ct_bg acronym
{ border: 0;}
.ct_bg span,
.ct_bg small {
  font-family: inherit;
  font-weight: inherit;
}
.ct_bg strong {
  font-family: inherit;
  font-weight: bold;
}
.ct_bg li:before {
  content: normal;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: initial;
  left: auto;
  top: auto;
}

#contents {
  padding: 0;
  width: 100%;
}

.onlySP, .pcNone {
  display: none;
}

.ct_bg {
}

.ct_bg .imgOver01 img {
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (any-hover: hover) {
.ct_bg .imgOver01 a:hover img {
  opacity: .6;
}
}

.ct_bg .center {
  text-align: center !important;
}
.ct_bg .right {
  text-align: right !important;
}

.ct_bg .snsBtn01 {
}
.ct_bg .snsBtn01 > li {
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.ct_bg .mallLinkBtn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.ct_bg .mallLinkBtn .mallLink.reserve,
.ct_bg .mallLinkBtn .mallLink.waiting {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ct_bg .mallLinkBtn .mallLink.reserve::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/dummy02_no.png) no-repeat 0 0/100%;
  content: "";
}
.ct_bg .mallLinkBtn .mallLink.reserve::after {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.ct_bg .mallLinkBtn .mallLink.on.reserve::after {
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background: url(../img/dummy02_on.png) no-repeat 0 0/100%;
  content: "";
}

.ct_bg .mallLinkBtn .mallLink.waiting::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/dummy03_no.png) no-repeat 0 0/100%;
  content: "";
}
.ct_bg .mallLinkBtn .mallLink.waiting::after {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.ct_bg .mallLinkBtn .mallLink.on.waiting::after {
  opacity: 1;
  visibility: visible;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background: url(../img/dummy03_on.png) no-repeat 0 0/100%;
  content: "";
}

.ct_bg .mallLinkBtn img {
  width: 100%;
}

.ct_bg .mallLinkTxt {
  margin-top: 20px;
  text-align: center;
}

.ct_bg .wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.ct_bg .wrap01.bC {
  justify-content: center;
}
.ct_bg .wrap01.between {
  justify-content: space-between;
}
.ct_bg .wrap01.aC {
  align-items: center;
}

#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 .contentsWrap {
	background-color: #fff;
}

#ct_bg .headTitleArea01 {
	background-color: #0078bd;
}
#ct_bg .headTitleArea01.type01 {
	background-color: #00924b;
}
#ct_bg .headTitleArea01.type02 {
	background-color: #00712f;
}
#ct_bg .headTitleArea01.type05 {
	background-color: #0075c1;
}
#ct_bg .headTitleArea01.type06 {
	background-color: #094;
}
#ct_bg .headTitleArea01 > .inner01 {
	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;
	padding: 8px 14px 6px;
}

#ct_bg .headTitleArea01 > .inner01 > .text01 ,
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	color: #fff;
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 15px;
}

#ct_bg .mainArea01 {
	border-top: solid 2px #00441d;
}

#ct_bg .mainArea01 > .title01 {
	margin-top: 25px;
	text-align: center;
}

#ct_bg .topicArea01 {
	padding-top: 17px;
	padding-bottom: 20px;
	background: url(../../img/bg_index03.png) no-repeat 50% 0/cover;
}

#ct_bg .topicArea01 > .inner01 {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#ct_bg .topicArea01 > .inner01 > .title01 {
	margin-left: 5px;
}

#ct_bg .topicArea01 > .inner01 > .text01 {
	width: 617px;
	margin-top: 1px;
	margin-left: 12px;
}

#ct_bg .topicArea01 > .inner01 > .text02 {
	margin-left: 62px;
	margin-top: 5px;
}

#ct_bg .topicArea01 > .inner01 > .text03 {
	position: absolute;
	z-index: 1;
	right: 352px;
	bottom: 0;
	width: 174px;
}

#ct_bg .topicArea01 > .inner01 > .image01 {
	position: absolute;
	z-index: 2;
	width: 372px;
	right: 0;
	top: 45px;
}

#ct_bg .topicArea01 > .inner01 > .column01 {
	width: 408px;
	margin-left: 14px;
	margin-top: -215px;
}

#ct_bg .topicArea02 {
	padding-bottom: 30px;
	background: url(../../img/bg_index04_pc.png) no-repeat 50% 0/cover;
}

#ct_bg .topicArea02 > .inner01,
#ct_bg .topicArea03 > .inner01 {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#ct_bg .topicArea02 > .inner01 > .title01 {
	width: 800px;
	margin: 30px auto 0 79px;
}

#ct_bg .topicArea02 > .inner01 > .text01 {
	text-align: center;
	margin: 20px auto 0;
}

#ct_bg .topicArea02 > .inner01 > .text02 {
	width: 150px;
	margin: 9px auto 0;
}

#ct_bg .topicArea02 > .inner01 > .text03 {
	text-align: center;
	margin: 12px auto 0;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .topicArea02 > .inner01 > .button01 {
	width: 288px;
	margin: 10px auto 0;
}

#ct_bg .topicArea03 {
	padding-bottom: 30px;
	background: url(../../img/bg_index05_pc.png) no-repeat 55% 20px/cover;
}

#ct_bg .topicArea03 > .inner01 {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#ct_bg .topicArea03 > .inner01 > .text02 {
	width: 150px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .topicArea03 > .inner01 > .text03 {
	text-align: center;
	margin: 12px auto 0;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .topicArea03 > .inner01 > .button01 {
	width: 288px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .topicArea03 .imgWrap01 {
	text-align: center;
	position: relative;
}

#ct_bg .topicArea03 .imgWrap01 .image01 {
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 1;
}

#ct_bg .topicArea03 .imgWrap01 .txt01 {
	text-align: left;
}

#ct_bg .topicArea03 .imgWrap01 .txt03 {
	width: 293px;
	margin-top: 15px;
	z-index: 2;
}
#ct_bg .topicArea03 .imgWrap01 .wrap01 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#ct_bg .topicArea04 {
	background: url(../../img/bg_index06_01.png)no-repeat;
	background-size: 100% 100%;
}
#ct_bg .topicArea04 .headTitleArea01 .inner01 {
	padding: 6px 14px;
}

#ct_bg .topicArea04 > .inner01,
#ct_bg .topicArea04 .bgArea01 > .inner01 {
	margin: auto;
	padding: 20px 20px 0;
	width: 100%;
	max-width: 1000px;
}
#ct_bg .topicArea04 .inner01 .block02 > .text01 {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 1.85;
}
#ct_bg .topicArea04:has(.block03) .inner01 .block02 > .text01 {
	line-height: 1.6;
}
#ct_bg .topicArea04 .inner01 .image01 {
	position: relative;
	z-index: 5;
}
#ct_bg .topicArea04 .inner01 .wrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text01 {
	font-size: 14px;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text02 {
	border-radius: 42px;
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	border: 2px solid #FFF;
	background: #E60212;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text02 span {
	display: block;
	padding: 10px 18px 6px 19px;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text03 {
	color: #FFF;
	font-size: 20px;
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.6;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text03 span {
	font-size: 28px;
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	line-height: 1.6;
}
#ct_bg .topicArea04 .inner01 .block02 .wrap01 + .text01 {
	margin-top: 20px;
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}
#ct_bg .topicArea04 .inner01 .block02 .wrap01 {
	margin-top: 78px;
	gap: 5px 20px;
	position: relative;
	z-index: 5;
}
#ct_bg .topicArea04 .inner01 .image01 + .wrap01 {
	position: relative;
	margin-top: 10px;
	z-index: 5;
}
#ct_bg .topicArea04 .inner01 .image01 + .wrap01 .image01 {
	width: 160px;
}
#ct_bg .movieWrap01 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#ct_bg .imgBlock01 {
	width: 50%;
	margin-top: 10px;
}

#ct_bg .imgBlock01 > .inner01 {
	max-width: 600px;
	padding-bottom: 30px;
}

#ct_bg .imgBlock01.type01 {
	background: url(../../img/bg_index01_pc.jpg) no-repeat 100% 100%;
}

#ct_bg .imgBlock01.type02 {
	background: url(../../img/bg_index02_pc.jpg) no-repeat 0 100%;
}

#ct_bg .imgBlock01.type01 > .inner01 {
	margin-left: auto;
	margin-right: 0;
}

#ct_bg .imgBlock01.type02 > .inner01 {
	margin-right: auto;
	margin-left: 0;
}

#ct_bg .imgBlock01 > .inner01 > .title01 {
	text-align: center;
}

#ct_bg .imgBlock01 > .inner01 > .image01 {
	margin-top: 20px;
}

#ct_bg .imgBlock01 > .inner01 > .text01 {
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .imgBlock01 > .inner01 > .button01 {
	width: 288px;
	margin: 20px auto 0;
}

#ct_bg .btnWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 414px;
	margin: 10px auto 0;
}

#ct_bg .btnWrap01 > .image01 {
	width: 118px;
}

#ct_bg .btnWrap01.type01 {
	width: 440px;
}

#ct_bg .btnWrap01.type01 > .image01 {
	width: 144px;
}

#ct_bg .btnWrap01 > .button01 {
	width: 288px;
}

#ct_bg .bnrArea01 {
	margin-top: 40px;
}

#ct_bg .bnrArea01 > li{
	width: 252px;
	margin: 0 10px;
}

#ct_bg .bnrArea01 > li > a {
	display: block;
}

#ct_bg .snsBtn01 {
	margin-top: 30px;
}

#ct_bg .snsBtn01 > li,
#ct_bg .snsBtn02 > li {
	margin: 0 5px;
}

#ct_bg .copyArea01 {
	margin-top: 10px;
	font-size: 1rem;
}

#ct_bg .copyArea01 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 20px;
	font-family: Meiryo;
	font-size: 10px;
	line-height: 1.6;
}

#ct_bg .img01 {
	margin-top: 40px;
	text-align: center;
}

#ct_bg .block01 {
	position: relative;
	margin: 8px auto 0;
	width: 960px;
}

#ct_bg .block01 > .text01 {
	margin: 10px 0 0 193px;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .frameArea01 {
	margin: 10px auto 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.3rem;
	font-weight: bold;
	word-break: normal;
	word-wrap: break-word;
	color: #005e3c;
	box-shadow: inset 0 0 0 3px #14a83b,inset 0 0 0 6px #4dce6f;
}

#ct_bg .frameArea01.type01 {
	margin: 20px 20px 0;
	text-align: left;
	color: #032c90;
	box-shadow: inset 0 0 0 3px #198ce6,inset 0 0 0 6px #2da7e9;
}

#ct_bg .frameArea01.type02 {
	margin: 20px 20px 0;
	text-align: left;
	color: #d70e19;
	box-shadow: inset 0 0 0 3px #f39800,inset 0 0 0 6px #fdd000;
}

#ct_bg .frameArea01.type03 {
	width: 840px;
}

#ct_bg .frameArea01.type04 {
	width: 836px;
	margin-top: 31px;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 16px 20px 16px;
}

#ct_bg .frameArea01.type06 {
	width: 836px;
	margin-top: 30px;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 16px 20px 16px;
	color: #0075c1;
	box-shadow: inset 0 0 0 3px #0a456c,inset 0 0 0 6px #0075c1;
}

#ct_bg .col01 {
	margin-left: 112px;
	margin-right: 12px;
	width: 118px;
}

#ct_bg .col02 {
	margin-top: 10px;
	width: 288px;
}

#ct_bg .col03 {
	margin: 20px auto 0;
	width: 470px;
}

#ct_bg .col04 {
	margin-top: 18px;
	width: 566px;
}

#ct_bg .col05 {
	margin-top: 8px;
	width: 353px;
}

#ct_bg .btn01 {
	position: relative;
	padding: 4px;
	border-radius: 20px;
	background: #FEF000;
	transition: opacity .3s ease;
}

#ct_bg .text01 + .btn01 {
	margin-top: 20px;
}

#ct_bg .btn01 a {
	position: relative;
	display: block;
	padding: 17px 27px 12px 27px;
	background: #fff;
	border-radius: 18px;
	border: 3px solid #0075C1;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	font-family: Meiryo;
	text-align: center;
	text-decoration: none;
	color: #0075C1;
}

#ct_bg .btn01 a::before {
	content: "";
	display: block;
	background: #fff;
	z-index: -1;
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 20px;
}

#ct_bg .btn01 a::after {
    content: "";
    display: inline-block;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #E60212;
	  margin-left: 14px;
    width: 15px;
    height: 17px;
}
@media (any-hover: hover) {
	#ct_bg .btn01:hover {
		opacity: .7;
	}
}

#ct_bg .topicArea04 .title02 {
	width: 100%;
	color: #FFF;
	text-align: center;
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.6;
}
#ct_bg .topicArea04:has(.title02) {
	background: none;
}
#ct_bg .topicArea04:has(.block03) .bgArea01 {
	position: relative;
	overflow: clip;
}
#ct_bg .topicArea04:has(.block03) > .bgArea01::after {
	content: "";
	display: block;
	background: url(../../img/bg_index10.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 424px;
}
#ct_bg .topicArea04 .block02:has(.title02) {
	position: relative;
	font-family: Meiryo;
	margin: 0 calc(50% - 50vw);
	background: #009944;
}
#ct_bg .topicArea04 .block02:has(.title02)::before {
	content: "";
	display: block;
	background: url(../../img/bg_index07.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -220px;
	left: 0;
	width: 100%;
	height: 240px;
}
#ct_bg .topicArea04 .block02:has(.title02)::after {
	content: "";
	display: block;
	background: url(../../img/bg_index08.png)no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -86px;
	left: 0;
	width: 100%;
	height: 86px;
}
#ct_bg:has(.block03) .movieWrap01 {
	height: auto;
	padding-bottom: 0;
}
#ct_bg .topicArea04 .movieWrap01 {
	margin: 166px auto 0;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800 / 450;
}
#ct_bg .topicArea04 .block03 {
	position: relative;
	margin-top: 80px;
	z-index: 3;
}
#ct_bg .topicArea04 .block03 .ttl01 + * {
	margin-top: 10px;
}
#ct_bg .topicArea04 .block03 .image02 + .wrap01 {
	margin-top: 30px;
}
#ct_bg .topicArea04 .block03:has(.spNone) .image02 + .wrap01 {
	margin-top: 0;
}
#ct_bg .topicArea04 .block03 .wrap01 {
	gap: 20px 20px;
}
#ct_bg .topicArea04 .block03 .fade_in_up + .wrap01 {
	margin-top: 30px;
}
#ct_bg .topicArea04 .block03 .wrap01 + .image02 {
	position: relative;
	margin-top: 20px;
	z-index: 5;
}
#ct_bg .topicArea04 .block03 .wrap01 .image01 {
	width: calc( (100% - 20px) / 2 );
}
#ct_bg .topicArea04 .block03 + .block02 {
	padding-bottom: 30px;
}
#ct_bg .topicArea04 .block03 + .block02::before {
	background: url(../../img/bg_index09.png);
	background-size: cover;
	top: -86px;
	height: 96px;
}
#ct_bg .topicArea04 .block03 + .block02::after {
	content: none;
}
#ct_bg .topicArea04 .inner01 .block03 + .block02 .wrap01 {
	margin-top: 58px;
}
#ct_bg .topicArea04 .mallLinkTxt {
	margin: 20px auto 0;
	width: 100%;
	max-width: 400px;
}
#ct_bg .topicArea04 .mallLinkTxt a {
	position: relative;
	display: block;
	padding: 15px 30px 10px 30px;
	background: #FFF100;
	border-radius: 18px;
	color: #E60212;
	font-family: Meiryo;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	z-index: 5;
	transition: all .3s ease;
	overflow: hidden;
}
#ct_bg .topicArea04 .mallLinkTxt a::before {
	content: "";
	display: inline-block;
	background: url(../../img/ic_index01.svg) no-repeat;
  width: 34px;
  height: 35.097px;
	background-size: contain;
	margin-right: 20px;
	position: relative;
	top: 3.95px;
	transition: all .3s ease;
}
#ct_bg .topicArea04 .mallLinkTxt a::after {
    content: "";
    display: block;
    background: url(../../img/bg_index11.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
	opacity: .1;
}
#ct_bg .topicArea04 .mallLinkTxt a.reserve::before {
	background: url(../../img/ic_index03.svg) no-repeat;
	background-size: contain;
  top: 6px;
	width: 29.931px;
	height: 31px;
}
#ct_bg .topicArea04 .mallLinkTxt a.waiting::before {
	background: url(../../img/ic_index02.svg) no-repeat;
	background-size: contain;
  top: 7px;
	width: 40.4px;
	height: 29px;
}
#ct_bg .topicArea04 .fade_in_up {
	opacity: 0;
}
#ct_bg .topicArea04 .fade_in_up.move {
	animation: popup .7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#ct_bg .snsBtn01 {
	max-height: 20px;
}
@keyframes popup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
	opacity: 1;
    transform: translateY(0);
  }
}
@media (any-hover: hover) {
	#ct_bg .topicArea04 .mallLinkTxt a:hover {
		color: #FFF100;
		background: #E94C08;
	}
	#ct_bg .topicArea04 .mallLinkTxt a:hover::before {
		background: url(../../img/ic_index01_on.svg)no-repeat;
		background-size: contain;
	}
	#ct_bg .topicArea04 .mallLinkTxt a.reserve:hover::before {
		background: url(../../img/ic_index03_on.svg) no-repeat;
		background-size: contain;
	}
	#ct_bg .topicArea04 .mallLinkTxt a.waiting:hover::before {
		background: url(../../img/ic_index02_on.svg) no-repeat;
		background-size: contain;
	}
	#ct_bg .topicArea04 .mallLinkTxt a::after {
		opacity: .2;
	}
}
@media screen and (max-width: 960px) {
  #ct_bg .copyArea01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
.ct_bg {
}

.ct_bg a {
  text-decoration: underline;
}
.ct_bg a:hover {
  text-decoration: none;
}
.ct_bg img {
  width: 100%;
  height: auto;
}

.onlyPC, .spNone {
  display: none;
}
.onlySP, .pcNone {
  display: block;
}
img.onlySP {
  display: inline-block;
}

#ct_bg .headTitleArea01 > .inner01 > .title01 {
	margin-right: 0;
	width: 100%;
}

#ct_bg .mainArea01 {
	/*margin-top: 1.486%;*/
}

#ct_bg .mainArea01 > .title01 {
	padding-left: 15px;
	padding-right: 15px;
}

#ct_bg .topicArea01 {
	padding-top: 15px;
	padding-bottom: 15px;
	background-size: 300%;
	background-repeat: repeat-y;
}

#ct_bg .topicArea01 > .inner01 {
	width: 100%;
	padding-left: 2.666%;
	padding-right: 2.666%;
}

#ct_bg .topicArea01 > .inner01 > .title01 {
	margin-left: 0;
}

#ct_bg .topicArea01 > .inner01 > .text01 {
	width: 99.2%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .topicArea01 > .inner01 > .text02 {
	position: relative;
	z-index: 2;
	width: 77.6%;
	margin-left: 0;
	margin-top: 1.666vw;
}

#ct_bg .topicArea01 > .inner01 > .text03 {
	right: 24.333vw;
	bottom: inherit;
	top: 50.8vw;
	width: 27vw;
}

#ct_bg .topicArea01 > .inner01 > .image01 {
	width: 30.4vw;
	right: 1.866vw;
	bottom: inherit;
	top: 36.666vw;
}

#ct_bg .topicArea01 > .inner01 > .column01 {
	width: 81.333vw;
	margin: 1.333vw auto 0;
}

#ct_bg .topicArea02 {
	padding-bottom: 15px;
	background: url(../../img/bg_index04_sp.png) no-repeat center/cover;
}

#ct_bg .topicArea02 > .inner01,
#ct_bg .topicArea03 > .inner01{
	width: 100%;
	padding-left: 2.666%;
	padding-right: 2.666%;
}

#ct_bg .topicArea02 > .inner01 > .title01 {
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
}

#ct_bg .topicArea02 > .inner01 > .text01 {
	width: 70.95%;
	margin-top: 5px;
}

#ct_bg .topicArea02 > .inner01 > .text02 {
	width: 32%;
	margin: 9px auto 0;
}

#ct_bg .topicArea02 > .inner01 > .text03 {
	text-align: center;
	margin: 12px auto 0;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .topicArea02 > .inner01 > .button01 {
	width: 56.9%;
}

#ct_bg .topicArea03 {
	padding-bottom: 15px;
	background: url(../../img/bg_index05_sp.png) no-repeat center/cover;
}

#ct_bg .topicArea03 > .inner01 {
	padding-top: 4vw;
}

#ct_bg .topicArea03 > .inner01 > .title01 {
	width: 100%;
	margin-top: 15px;
}

#ct_bg .topicArea03 > .inner01 > .text02 {
	width: 32%;
	margin-top: 15px;
}

#ct_bg .topicArea03 > .inner01 > .button01 {
	margin-top: 15px;
	width: 56.9%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .topicArea03 .imgWrap01 .inner01 {
	padding-top: 4vw;
	padding-left: 10px;
	padding-right: 10px;
}
#ct_bg .topicArea03 .imgWrap01 .txt01 {
	max-width: 100%;
}
#ct_bg .topicArea03 .imgWrap01 .txt03 {
	width: 41.86vw;
	margin-top: 2.26vw;
	margin-left: auto;
}
#ct_bg .topicArea03 .imgWrap01 .image01 {
	width: 19.73vw;
	top: 26vw;
	right: 1vw;
}
#ct_bg .topicArea03 .imgWrap01 .image01 {
	max-width: 100%;
}
#ct_bg .topicArea03 .imgWrap01 .image02 {
	width: 86.66vw;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .topicArea03 .imgWrap01 .wrap01 {
	margin-top: 1vw;
	margin-bottom: 0.8vw;
}
#ct_bg .topicArea03 .imgWrap01 .txt02 {
	width: 76.93vw;
	margin-right: auto;
	padding-top: 2vw;
}
#ct_bg .topicArea04 {
	background: none;
}
#ct_bg .topicArea04 .headTitleArea01 .inner01 {
	padding: 1.75vw 3.5vw 1.5vw;
	font-size: 3vw;
	text-align: center;
}
#ct_bg .topicArea04 .bgArea01 > .inner01 {
	padding: 2.5vw 3.75vw 0;
}
#ct_bg .topicArea04 .inner01 .wrap01 + .text01 {
	margin-top: 5vw;
	font-size: 3vw;
	text-align: left;
}
#ct_bg .topicArea04 .inner01 .image01 + .wrap01 {
	justify-content: start;
	margin-top: 2.5vw;
}
#ct_bg .topicArea04 .inner01 .image01 + .wrap01 .image01 {
	width: 35vw;
}
#ct_bg .topicArea04 .inner01 .wrap01 {
	gap: 2.5vw 0;
}
#ct_bg .topicArea04 .inner01 .wrap01 .image01 {
	width: 35vw;
}
#ct_bg .topicArea04 .inner01 .block02 .wrap01 + .text01 {
	margin-top: 3.75vw;
	line-height: 1.86;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text01 {
	font-size: 3.5vw;
	line-height: 1.4;
}
#ct_bg .topicArea04 .inner01 .wrap01 + .wrap01 {
	margin-top: 9.25vw;
	justify-content: center;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text02 {
	font-size: 5vw;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text02 span {
	padding: 2.5vw 5.5vw 1.5vw 4.75vw;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text03 {
	margin-top: 1.25vw;
	font-size: 4vw;
}
#ct_bg .topicArea04 .inner01 .wrap01 .text03 span {
	font-family: 'Meiryo', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
	font-size: 6vw;
	line-height: inherit;
}
#ct_bg .topicArea04:has(.block03) > .inner01 {
	background: none;
}
#ct_bg .topicArea04:has(.block03) > .bgArea01::after {
	background: url(../../img/bg_index10_sp.png)no-repeat;
	background-size: cover;
	height: 29.25vw;
}
#ct_bg .topicArea04 .block02:has(.title02) {
	padding: 0 3.75vw 7.5vw;
}
#ct_bg .topicArea04 .block02:has(.title02)::after {
	content: none;
}
#ct_bg .topicArea04 .movieWrap01 {
	margin-top: 20vw;
}
#ct_bg .topicArea04 .title02 {
	font-size: 7.5vw;
}
#ct_bg .topicArea04 .block03 {
	margin-top: 20vw;
}
#ct_bg .topicArea04 .inner01 .block03 .wrap01 {
	margin-top: 2.5vw;
	gap: 2.5vw 0;
}
#ct_bg .topicArea04 .block03 .fade_in_up + .wrap01 {
	margin-top: 7.5vw;
}
#ct_bg .topicArea04 .inner01 .block03 .fade_in_up > .wrap01 {
	margin-top: 5vw;
}
#ct_bg .topicArea04 .inner01 .block03 .wrap01 > .image01 {
	width: 100%;
}
#ct_bg .topicArea04 .inner01 .block03:not(:has(.ttl01)) .wrap01 {
	margin-top: 7.5vw;
	gap: 5vw 0;
}
#ct_bg .topicArea04 .inner01 .block03:not(:has(.ttl01)) .wrap01 > *:first-child {
	padding: 0 9.25vw;
}
#ct_bg .topicArea04 .block02:has(.title02)::before {
	background-image: url(../../img/bg_index07_sp.png);
	top: -38.75vw;
	height: 38.75vw;
}
#ct_bg .topicArea04 .block02:has(.title02) .wrap01 {
	gap: 1.25vw 0;
	margin-top: 9.25vw;
}
#ct_bg .topicArea04 .block03 + .block02::before {
	background-image: url(../../img/bg_index09_sp.png);
	top: -6.75vw;
	height: 6.75vw;
}
#ct_bg .topicArea04 .inner01 .block03:has(.spNone) .wrap01 {
	margin-top: 5vw;
	gap: 5vw 0;
}
#ct_bg .topicArea04 .block03 .wrap01 + .image02 {
	margin-top: 5vw;
}
#ct_bg .topicArea04 .inner01 .block03 + .block02 .wrap01 {
	margin-top: 11.75vw;
}
#ct_bg .topicArea04 .mallLinkTxt {
margin-top: 5vw;
}
#ct_bg .topicArea04 .mallLinkTxt a {
padding: 3.75vw 7.5vw 2.5vw;
font-size: 7vw;
line-height: 1.35;
}
#ct_bg .topicArea04 .mallLinkTxt a::before {
top: 0.99vw;
margin-right: 5vw;
width: 8.5vw;
height: 8.78vw;
}
#ct_bg .topicArea04 .mallLinkTxt a.reserve::before {
top: 1.5vw;
width: 7.48vw;
height: 7.75vw;
}
#ct_bg .topicArea04 .mallLinkTxt a.waiting::before {
top: 1.75vw;
width: 10.1vw;
height: 7.25vw;
}
#ct_bg .imgBlock01 {
	width: 100%;
	padding-top: 20px;
	margin-top: 0;
}

#ct_bg .imgBlock01 > .inner01 {
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

#ct_bg .imgBlock01.type01 {
	background: url(../../img/bg_index01_sp.jpg) no-repeat 50% 100%/100%;
}

#ct_bg .imgBlock01.type02 {
	background: url(../../img/bg_index02_sp.jpg) no-repeat 50% 100%/100%;
}

#ct_bg .imgBlock01.type01 > .inner01 {
	margin-right: auto;
}

#ct_bg .imgBlock01.type02 > .inner01 {
	margin-left: auto;
	padding-bottom: 20px;
}

#ct_bg .imgBlock01 > .inner01 > .title01 {
	width: 75.208%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .imgBlock01 > .inner01 > .image01 {
	margin-top: 5px;
}

#ct_bg .imgBlock01 > .inner01 > .button01 {
	width: 60%;
}

#ct_bg .btnWrap01 {
	width: 80.779%;
	margin: 5px auto 0;
}

#ct_bg .btnWrap01 > .image01 {
	width: 28.448%;
}

#ct_bg .btnWrap01.type01 {
	width: 86.619%;
}

#ct_bg .btnWrap01.type01 > .image01 {
	width: 32.032%;
}

#ct_bg .btnWrap01 > .button01 {
	width: 69.482%;
}

#ct_bg .btnWrap01.type01 > .button01 {
	width: 65.528%;
}

#ct_bg .bnrArea01 > li{
	width: 78.125%;
	margin-top: 20px;
}

#ct_bg .bnrArea01 > li:first-child {
	margin-top: 0;
}

#ct_bg .copyArea01 {
	width: 100%;
	padding: 0 0 50px;
	text-align: center;
	font-size: 2.5vw;
	font-weight: 350;
}

#footerIn .pageTop {
	display: block;
	top: -34px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 34px;
}

#footerIn .pageTop > a {
	background:url(../img/btn_zukanneo01.png) no-repeat left top;
	background-size: 100%;
	height: 34px;
}

#ct_bg .img01 {
	margin: 40px 4%;
}

#ct_bg .block01 {
	margin-top: 10px;
	width: 88%;
}

#ct_bg .block01 .wrap01 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .block01 > .text01 {
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
}

#ct_bg .frameArea01,
#ct_bg .frameArea01.type01,
#ct_bg .frameArea01.type02 {
	font-size: 1.1rem;
	text-align: left;
}

#ct_bg .frameArea01.type01,
#ct_bg .frameArea01.type02 {
	margin: 20px 1% 0;
}

#ct_bg .frameArea01.type03 {
	width: 100%;
}

#ct_bg .frameArea01.type04,
#ct_bg .frameArea01.type06 {
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 16px 20px 16px;
}

#ct_bg .col01 {
	margin-left: 0;
	margin-right: 2.5%;
	width: 28.448%;
	margin-top: 10px;
}

#ct_bg .col02 {
	width: 63.9%;
}

#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col04 {
	width: 74.9%;
}

#ct_bg .col05 {
	margin-top: 2px;
	width: 96%;
}

#ct_bg .topicArea04 > .inner01 {
	background-image: url(../../img/bg_index06_01_sp.png);
}
#ct_bg .btn01 {
	padding: 1vw;
	border-radius: 5vw;
}
#ct_bg .text01 + .btn01 {
	margin-top: 5vw;
}
#ct_bg .btn01 a {
	font-size: 7vw;
}
#ct_bg .btn01 a::after {
	margin-left: 3.5vw;
	width: 3.75vw;
	height: 4.25vw;
}
}
