@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;
}

html {
  scroll-padding-top: 80px;
}

#contents {
  padding: 0;
  width: 100%;
}

.onlySP {
  display: none;
}

.ct_bg {
  position: relative;
  color: #676464;
  font-family: var(--font-m-plus-rounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: clip;
}

.ct_bg a {
  color: #676464;
  text-decoration: underline;
}
.ct_bg a:hover {
  text-decoration: none;
}

.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 .color01 {
  color: #E46376;
}

.ct_bg .mt20 {
  margin-top: 20px;
}
.ct_bg .mt30 {
  margin-top: 30px;
}
.ct_bg .mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
.ct_bg .mt20 {
  margin-top: 5vw;
}
.ct_bg .mt30 {
  margin-top: 7.5vw;
}
.ct_bg .mt60 {
  margin-top: 15vw;
}
}

/* header
---------------------------------------------------------- */
.ct_bg .headTitleArea01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  background-color: #F6F6F6;
}
.ct_bg .headTitleArea01 > .title01 {
  margin-right: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  rotate: .03deg;
}
.ct_bg .headTitleArea01 > .text01 {
  font-size: 14px;
  line-height: 1.2;
  rotate: .03deg;
}

.ct_bg .header01 {
  position: absolute;
  z-index: 16;
  top: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  background-color: #fff;
}
.ct_bg .header01::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.ct_bg .header01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.ct_bg .topContainer01 .header01 {
  top: -100%;
  z-index: 3;
  transition: top .3s;
}

.ct_bg .header01.visible01 {
  position: fixed;
  top: 0;
  translate: 0 0;
}
.ct_bg .header01.fixed {
  position: fixed;
  top: 0;
}

.ct_bg .headBlock01 {
  margin-right: 5.6%;
}

.ct_bg .headBlock01 > .logo01 {
  width: 142px;
}

.ct_bg .navButton01 {
  display: none;
}

.ct_bg .globalNavArea01 {
  width: calc(100% - 142px - 5.6%);
}

.ct_bg .globalNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}

.ct_bg .globalNav01 > ul > li {
  position: relative;
  width: 24.24%;
}
.ct_bg .globalNav01 > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  height: 100%;
  border-radius: 10px;
  background: #828080;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease;
}
@media (any-hover: hover) {
.ct_bg .globalNav01 > ul > li > a:hover {
  background: #676464;
}
}
.ct_bg .globalNav01 > ul > li > a > .font01 {
  display: block;
  padding-top: 5px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  rotate: .03deg;
}

.ct_bg .topWrapper01 .header01 {
  position: relative;
}
.ct_bg .topWrapper01 .header01::before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.00) 100%);
}

@media screen and (max-width: 1200px) {
.ct_bg .globalNav01 > ul > li > a > .font01 {
  font-size: 1.0vw;
}
}

@media screen and (max-width: 767px) {
.ct_bg .headTitleArea01 {
  display: block;
  padding: 2vw 2.5vw;
  text-align: center;
}
.ct_bg .headTitleArea01::after {
  clear: both;
}
.ct_bg .headTitleArea01 > .title01 {
  margin-right: 1vw;
  font-size: 3.5vw;
}
.ct_bg .headTitleArea01 > .text01 {
  font-size: 3.5vw;
}

.ct_bg .header01 {
  padding: 2.5vw 3.75vw;
}
.ct_bg .header01::after {
  bottom: -2.5vw;
  height: 2.5vw;
}
.ct_bg .header01.active {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.ct_bg .header01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.ct_bg .header01.visible01 {
  position: fixed;
  top: 0;
  translate: 0 0;
}
.ct_bg .header01.fixed {
  position: fixed;
  top: 0;
}

.ct_bg .headBlock01 {
  margin-right: 0;
}

.ct_bg .headBlock01 > .logo01 {
  width: 34.25vw;
}

.ct_bg .navButton01 {
  display: block;
  position: absolute;
  top: 2.5vw;
  right: 3.75vw;
  width: 12.5vw;
  height: 12.5vw;
  background: #828080;
  border-radius: 2.5vw;
  border: none;
  cursor: pointer;
  transition: all .1s;
}

.ct_bg .navButton01 > .top,
.ct_bg .navButton01 > .middle,
.ct_bg .navButton01 > .bottom {
  position: absolute;
  z-index: 10;
  left: 2.5vw;
  width: 7.5vw;
  height: .75vw;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  transition: all .1s;
}

.ct_bg .navButton01 > .top {
  top: 3.75vw;
}

.ct_bg .navButton01 > .bottom {
  top: 5.75vw;
}

.ct_bg .navButton01 > .middle {
  top: 7.75vw;
}

.ct_bg .active .navButton01 > .middle {
  background: none;
}

.ct_bg .active .navButton01 > .top {
  top: 5.75vw;
  rotate: 45deg;
}

.ct_bg .active .navButton01 > .bottom {
  top: 5.75vw;
  rotate: -45deg;
}

.ct_bg .globalNavArea01 {
  display: block;
  position: fixed;
  top: 20vw;
  left: 0;
  padding: 0 3.75vw 10vw;
  width: 100%;
  height: calc(100% - 20vw);
  overflow-y: auto;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  width: 100%;
}
.ct_bg .active .globalNavArea01 {
  opacity: 1.0;
  visibility: visible;
}

.ct_bg .globalNav01 > ul {
  column-gap: 0;
  row-gap: 2.5vw;
}

.ct_bg .globalNav01 > ul > li {
  position: relative;
  width: 100%;
}
.ct_bg .globalNav01 > ul > li > a {
  padding: 3.75vw;
  border-radius: 2.5vw;
}
.ct_bg .globalNav01 > ul > li > a > .font01 {
  display: block;
  padding-top: 1.25vw;
  font-size: 3vw;
}
.ct_bg .globalNav01 > ul > li > a > img {
  width: auto;
  height: 5.5vw;
}
.ct_bg .globalNav01 > ul > li > a > img.h01 {
  height: 4.7vw;
}

.ct_bg .topWrapper01 .header01 {
  position: relative;
  margin-top: 5vw;
  padding: 2.5vw;
}
.ct_bg .topWrapper01 .header01::before {
  top: -2.5vw;
  height: 2.5vw;
}

.ct_bg .topWrapper01 .headBlock01 > .logo01 {
  display: none;
}
.ct_bg .topWrapper01 .navButton01 {
  display: none;
}
.ct_bg .topWrapper01 .globalNavArea01 {
  display: block;
  position: relative;
  top: auto;
  padding: 0;
  opacity: 1.0;
  visibility: visible;
}

.ct_bg .topWrapper01 .globalNav01 > ul {
  justify-content: space-between;
  row-gap: 2.5vw;
}
.ct_bg .topWrapper01 .globalNav01 > ul > li {
  position: relative;
  width: 48.68%;
}
.ct_bg .topWrapper01 .globalNav01 > ul > li > a {
  padding: 3.75vw 0;
  border-radius: 2.5vw;
  font-size: 3vw;
}
}

/* footer
---------------------------------------------------------- */
.ct_bg .footer01 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ct_bg .footer01 > .copyrights01 {
  font-size: 14px;
  text-align: center;
  rotate: 0.03deg;
}

.ct_bg .snsBtn01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@media screen and (max-width: 767px) {
.ct_bg .footer01 {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.ct_bg .footer01 > .copyrights01 {
  font-size: 3.5vw;
}

.ct_bg .snsBtn01 {
  margin-top: 10vw;
  gap: 2.5vw;
}
}


/* animation
---------------------------------------------------------- */
.ct_bg .js_fadeIn01 {
  opacity: 0;
}
.ct_bg .js_fadeIn01.is_show {
  animation: fadeIn01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes zoomIn {
  0% {
    scale: 0;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes fadeIn01 {
  0% {
    opacity: 0;
    translate: 0 50px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInRightToleft01 {
  0% {
    opacity: 0;
    translate: 50px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInLeftToRight01 {
  0% {
    opacity: 0;
    translate: -50px 0;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes rotate01 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes change01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* contents
---------------------------------------------------------- */
.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 .container01 {
  position: relative;
  padding-top: 100px;
}
.ct_bg .topWrapper01 {
  position: relative;
}

.ct_bg .topWrapper01 > .image01 {
  margin-top: 30px;
  margin-bottom: -60px;
  text-align: center;
}

.ct_bg .wrapper01 {
  margin: 0 auto;
  max-width: 1060px;
}

.ct_bg .mainArea01 {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  aspect-ratio: 1400 / 820;
  background-color: #fff;
}

.ct_bg .mainArea01 img {
  width: 100%;
  height: auto;
}
.ct_bg .mainArea01 > .logo01 {
  position: absolute;
  top: 11.35vw;
  left: 1.42vw;
  width: 6.92vw;
}
.ct_bg .mainArea01 > .logo02 {
  position: absolute;
  top: 6.57vw;
  left: 1.42vw;
  width: 7vw;
}

.ct_bg .mainArea01 > .image01 {
  position: absolute;
  top: 6.64vw;
  right: 0;
  width: 39.36vw;
  opacity: 0;
  animation: fadeInRightToleft01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .image02 {
  position: absolute;
  top: 13.71vw;
  left: 37.78vw;
  width: 30vw;
  opacity: 0;
  animation: fadeInLeftToRight01 1s .2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .image03 {
  position: absolute;
  bottom: 0;
  left: 23.5vw;
  width: 36vw;
  opacity: 0;
  animation: fadeInLeftToRight01 1s .4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .image04 {
  position: absolute;
  top: 7.7vw;
  left: 11.13vw;
  width: 15.3vw;
  opacity: 0;
  animation: fadeIn01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .image05 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23.78vw;
  opacity: 0;
  animation: fadeIn01 1s .6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.ct_bg .mainArea01 > .infoBlock01 {
  position: absolute;
  left: 2.8vw;
  bottom: 17.71vw;
  padding: 1.42vw;
  width: 34.28vw;
  aspect-ratio: 480 / 223;
  background: url(../../img/main_bg01_pc.png) no-repeat top center / 100% auto;
  opacity: 0;
  animation: fadeIn01 1s .6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.ct_bg .mainArea01 > .infoBlock01 > .title01 {
  position: absolute;
  right: .57vw;
  top: 8vw;
  width: 14.57vw;
}

.ct_bg .infoList01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 6.8vw;
  row-gap: .7vw;
  overflow-y: scroll;
  scrollbar-width: none;
}
.ct_bg .infoList01 > dt {
  width: 6.2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
  rotate: .03deg;
}
.ct_bg .infoList01 > dd {
  width: calc(100% - 6.2vw);
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
  rotate: .03deg;
}
.ct_bg .infoList01 > dd > a {
  color: #676464;
  text-decoration: underline;
}
.ct_bg .infoList01 > dd > a:hover {
  text-decoration: none;
}

.ct_bg .frameArea01 {
  padding: 80px 20px 120px;
  background-color: #fff;
}
.ct_bg .frameArea01.type02 {
  background-color: #F6F6F6;
}
.ct_bg .frameArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1200px;
}

.ct_bg .frameArea02 {
  margin-top: 40px;
  padding: 40px 60px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.05);
}

.ct_bg .section01 {
  margin-top: 40px;
}
.ct_bg .section02 {
  position: relative;
  margin-top: 150px;
}
.ct_bg .section01:first-child,
.ct_bg .section02:first-child {
  margin-top: 0;
}

.ct_bg .editorArea01 {
  position: relative;
  margin: 70px auto 0;
  max-width: 1060px;
}
.ct_bg .new01 {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 2;
  width: 100px;
}

.ct_bg .col01 {
  margin-top: 70px;
  width: 50.8%;
}
.ct_bg .col01 > .title01 {
  font-size: 22px;
  font-weight: 800;
  rotate: 0.03deg;
}
.ct_bg .col01 > .title01 > .font01 {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 9px;
  border-bottom: #A2A2A2 solid 1px;
  color: #A2A2A2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.0;
  rotate: 0.03deg;
}

.ct_bg .col01 > .text01 {
  margin-top: 30px;
  font-size: 18px;
  rotate: 0.03deg;
}
.ct_bg .col01 > .text01 + .text01 {
  margin-top: 15px;
}

.ct_bg .col02 {
  position: relative;
  margin-top: 70px;
  width: 45%;
  aspect-ratio: 640 / 316;
}
.ct_bg .col02 > .image01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45.71vw;
  opacity: 0;
  transform: translateX(50px);
}
.ct_bg .col02 > .image01.is_show {
  animation: fadeInRight 1s ease-out forwards;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ct_bg .col02 > .image01 img {
  width: 100%;
  height: auto;
}
.ct_bg .col02 > .image01 > .im02 {
  position: absolute;
  top: 0;
  left: 37.65%;
  width: 30.31%;
}
@media screen and (max-width: 1400px) {
.ct_bg .col02 > .image01 {
  top: 0;
  bottom: auto;
  width: 118.51%;
}
}

.ct_bg .col03 {
  margin-top: 40px;
  width: 48.11%;
}
.ct_bg .col03 .movieImage01 .newIc01 {
  top: -20px;
  left: -20px;
}

.ct_bg .col03 > .text01 {
  margin-top: 10px;
  rotate: 0.03deg;
}

.ct_bg .col04 {
  margin: 70px 0 0 3.3%;
  width: 31%;
  opacity: 0;
}
.ct_bg .is_show .col04.no01 {
  animation: fadeIn01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .is_show .col04.no02 {
  animation: fadeIn01 1s .3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .is_show .col04.no03 {
  animation: fadeIn01 1s .6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.ct_bg .col04:nth-child(3n+1) {
  margin-left: 0;
}

.ct_bg .col04 .image01 {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.ct_bg .col04 .image01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ct_bg .col04 .image01 img {
  animation: fadeImg01 4s infinite steps(1);
}

.ct_bg .is_show .col04 .image01 img:nth-child(1) {
  animation-delay: 0s;
}
.ct_bg .is_show .col04 .image01 img:nth-child(2) {
  animation-delay: 2s;
  opacity: 0;
}
@keyframes fadeImg01 {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

.ct_bg .col04 .text01 {
  margin-top: 20px;
  width: 100%;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  rotate: 0.03deg;
}
.ct_bg .col04 .text01 > .icon01 {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 100vmax;
  color: #fff;
  font-size: 22px;
  rotate: 0.03deg;
}
.ct_bg .col04 .text01 > .icon01.type01 {
  background-color: #BB83B7;
}
.ct_bg .col04 .text01 > .icon01.type02 {
  background-color: #EF8897;
}
.ct_bg .col04 .text01 > .icon01.type03 {
  background-color: #5EC1ED;
}

.ct_bg .col04 .text02 {
  display: table;
  margin: 20px auto 0;
  padding: 2px 12px;
  border: 1px solid #000;
  rotate: 0.03deg;
}

.ct_bg .col04 .text03 {
  margin-top: 10px;
  text-align: center;
  rotate: 0.03deg;
}
.ct_bg .col04 .text03 > .font01 {
  font-size: 20px;
  rotate: 0.03deg;
}

.ct_bg .col05 {
  width: 50%;
}
.ct_bg .col05 > .title01 {
  padding: 15px 40px;
  background: #676464;
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.ct_bg .col05 > .text01 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 800;
}

.ct_bg .col06 {
  width: 46.29%;
}

.ct_bg .col07 {
  width: 48.11%;
}

.ct_bg .mallLinkTxt {
  display: block;
  margin: 16px auto 0;
}

.ct_bg .mallLinkTxt > a {
  display: block;
  position: relative;
  padding: 22px 10px;
  border-radius: 100vmax;
  border: #828080 solid 5px;
  background: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  transition: background .3s;
}
@media (any-hover: hover) {
  .ct_bg .mallLinkTxt > a:hover {
    background: #e6e6e6;
  }
}
.ct_bg .mallLinkTxt > a > span {
  position: relative;
  padding-left: 35px;
}
.ct_bg .mallLinkTxt > a > span::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  content: "";
  width: 25px;
  aspect-ratio: 25 / 26;
  background: url(../img/ic08.svg) no-repeat 0 0 / cover;
}
.ct_bg .mallLinkTxt > a > span.reserve::before {
  width: 23px;
  aspect-ratio: 23 / 22;
  background-image: url(../img/ic09.svg);
}
.ct_bg .mallLinkTxt > a > span.waiting::before {
  width: 24px;
  aspect-ratio: 24 / 22;
  background-image: url(../img/ic10.svg);
}

.ct_bg .movieArea01 {
  position: relative;
  margin-top: 60px;
  width: 100%;
}
.ct_bg .movieArea02 {
  position: relative;
  margin-top: 70px;
  padding: 10px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 40px;
}
.ct_bg .movieArea02.new::after {
  content: "";
  display: block;
  width: 100px;
  height: 78px;
  position: absolute;
  top: -30px;
  left: -20px;
  background: url("../img/ic07.png") no-repeat;
}
.ct_bg .movieArea02 > .inner01 {
  position: relative;
  padding: 20px 0;
  width: 100%;
  background: #FFF;
  border-radius: 40px;
}
.ct_bg .movieArea02 > .inner01 > .iframeWrap01 {
	margin-top: 20px;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt01 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt02 {
  margin-top: 5px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt02 > span {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4;
  color: #28AFE0;
  text-align: center;
}
.ct_bg .movieArea02 > .inner01 > .movieImg01 {
  margin-top: 20px;
  padding: 0 30px;
  text-align: center;
}
.ct_bg .iframeWrap01 {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.ct_bg .iframeWrap01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ct_bg .iframeWrap02 {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}
.ct_bg .iframeWrap02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ct_bg .movieArea01 video {
  width: 100%;
  object-fit: cover;
}

.ct_bg .movieArea01 > .pauseBtn01,
.ct_bg .movieArea01 > .playBtn01 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  opacity: .4;
  transition: opacity .3s;
  cursor: pointer;
}

.ct_bg .movieArea01 > .playBtn01 {
  display: none;
}
@media (any-hover: hover) {
.ct_bg .movieArea01 > .pauseBtn01:hover,
.ct_bg .movieArea01 > .playBtn01:hover {
  opacity: 1.0;
}
}

.ct_bg .headTxt01 {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 8px 50px 0;
  background: linear-gradient(180deg, #676464 0%, #787676 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}
.ct_bg .headTxt01::after {
  position: absolute;
  bottom: -19px;
  left: 0;
  content: "";
  width: 100%;
  height: 19px;
  background: url(../img/bg01.svg) no-repeat 0 0 / cover;
}

.ct_bg .headTxt02 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.ct_bg .catchTxt01 {
  margin-top: 70px;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}
.ct_bg .headTxt01 + .catchTxt01 {
  margin-top: 40px;
}

.ct_bg .heading01 {
  position: relative;
  z-index: 2;
  color: #A2A2A2;
  text-align: center;
  line-height: 1.0;
}

.ct_bg .heading01 > .font01 {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  rotate: 0.03deg;
}
.ct_bg .heading01 > .w01 {
  width: 235px;
}
.ct_bg .heading01 > .w02 {
  width: 343px;
}
.ct_bg .heading01 > .w03 {
  width: 461px;
}
.ct_bg .heading01 > .w04 {
  width: 178px;
}
.ct_bg .heading01 > .w05 {
  width: 507px;
}
.ct_bg .heading01 > .w06 {
  width: 383px;
}

.ct_bg .heading02 {
  padding-top: 24px;
  font-size: 25px;
  font-weight: 800;
}
.ct_bg .heading02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../img/bg02_pc.png) no-repeat 0 0 / cover;
}
.ct_bg .heading03 {
  padding-bottom: 10px;
  border-bottom: 1px solid #676464;
  font-size: 25px;
  font-weight: 800;
}
.ct_bg .heading04 {
  padding-left: 16px;
  border-left: 4px solid #676464;
  font-size: 22px;
  font-weight: 800;
}
.ct_bg .heading05 {
  font-size: 20px;
  font-weight: 800;
}

.ct_bg .day01 {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
  rotate: 0.03deg;
}

.ct_bg .txt01 {
  margin-top: 20px;
  rotate: 0.03deg;
}
.ct_bg .txt02 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
  rotate: 0.03deg;
}
.ct_bg .txt01:first-child,
.ct_bg .txt02:first-child {
  margin-top: 0;
}

.ct_bg .bgColor01 {
  background-color: #FFF1B3;
}

.ct_bg .btn01 {
  display: table;
  margin: 40px auto 0;
  min-width: 250px;
}
.ct_bg .btn01.typeLeft {
  margin-left: 0;
}

.ct_bg .btn01 > a {
  position: relative;
  display: block;
  padding: 20px 60px 20px 30px;
  border-radius: 100vmax;
  background: #828080;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.6;
  transition: background .5s ease;
}
.ct_bg .btn01 > a > .inner01 {
  display: inline-block;
  rotate: 0.03deg;
}

@media (any-hover: hover) {
.ct_bg .btn01 > a:hover {
  background: #676464;
}
}
.ct_bg .btn01 > a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  content: "";
  width: 10px;
  aspect-ratio: 10 / 20;
  background: url(../img/ic03.svg) no-repeat center center / cover;
}

.ct_bg .itemList01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 2.5%;
}

.ct_bg .itemList01 > li {
  position: relative;
  width: 31.66%;
  border-radius: 40px;
  overflow: hidden;
}

.ct_bg .itemList02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 2.5%;
}

.ct_bg .frameArea02 .itemList02 {
  margin-top: 20px;
}

.ct_bg .itemList02 > li {
  position: relative;
  width: 31.66%;
  border-radius: 40px;
  overflow: hidden;
}

.ct_bg .itemList03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 2.5%;
}

.ct_bg .itemList03 > li {
  position: relative;
  padding: 15px;
  width: 31.66%;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.ct_bg .itemList03.is_show > li.no01 {
  animation: fadeIn01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .itemList03.is_show > li.no02 {
  animation: fadeIn01 1s .3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .itemList03.is_show > li.no03 {
  animation: fadeIn01 1s .6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.ct_bg .itemList03 > li > .text01 {
  color: #676464;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
}
.ct_bg .itemList03 > li > .text01 > .font01 {
  font-size: 22px;
}

.ct_bg .itemList03 > li > .inner01 {
  display: block;
  position: relative;
  margin-top: 20px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}

.ct_bg .list01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ct_bg .list01 > li {
  width: 20%;
}

.ct_bg .list02 {
  margin-top: 20px;
}
.ct_bg .list02 > li {
  position: relative;
  margin-top: 8px;
  padding-left: 16px;
  rotate: 0.03deg;
}
.ct_bg .list02 > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  content: "";
  width: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #676464;
}

.ct_bg .list03 {
  margin-top: 20px;
  counter-reset: li;
}
.ct_bg .list03 > li {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  rotate: 0.03deg;
}
.ct_bg .list03 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) "";
  font-family: "Albert Sans";
  font-weight: 800;
}

.ct_bg .table01 {
  margin-top: 20px;
  border: #A2A2A2 solid 1px;
}
.ct_bg .table01 .w01 {
  width: calc(100% / 3);
}

.ct_bg .table01 th {
  padding: 10px;
  background: #F3F3F3;
  border-top: #A2A2A2 solid 1px;
  border-right: #A2A2A2 solid 1px;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}
.ct_bg .table01 td {
  padding: 10px;
  background-color: #ffff;
  border-top: #A2A2A2 solid 1px;
  border-right: #A2A2A2 solid 1px;
  text-align: left;
  vertical-align: middle;
}


.ct_bg .movieBlock01 {
  margin: 70px auto 0;
  max-width: 1060px;
}
.ct_bg .movieBlock01 > .text01 {
  margin-top: 10px;
  rotate: 0.03deg;
}

.ct_bg .movieImage01 {
  position: relative;
}

.ct_bg .movieImage01 .newIc01 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
  width: 100px;
}

.ct_bg .movieImage01 > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ct_bg .movieImage01 > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  translate: -50% -50%;
  content: "";
  width: 120px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid #FFF;
  opacity: 0.6;
  background: rgba(103, 100, 100, 0.60);
  box-sizing: border-box;
}
.ct_bg .movieImage01 > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  translate: -50% -50%;
  content: "";
  margin-left: 5px;
  width: 38px;
  aspect-ratio: 38 / 48;
  background: url(../img/ic04.svg) no-repeat 0 0 / cover;
  box-sizing: border-box;
}

.ct_bg .movieImage01 > a img {
  scale: 1.0;
  transition: scale .3s;
}
@media (any-hover: hover) {
.ct_bg .movieImage01 > a:hover  img {
  scale: 1.1;
}
}

.ct_bg .movieList01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  column-gap: 3.77%;
  row-gap: 40px;
  justify-content: center;
}
.ct_bg .movieList01 > li {
  width: 30.75%;
}
.ct_bg .movieList01 > li .movieImage01 .newIc01 {
  top: -20px;
  left: -20px;
}

.ct_bg .movieList01 > li > .text01 {
  margin-top: 10px;
  rotate: 0.03deg;
}

.ct_bg .slideArea01 {
  position: relative;
}
.ct_bg .slideArea01 .movieList01 {
  flex-wrap: inherit;
  justify-content: inherit;
  column-gap: 0;
  row-gap: 0;
}
.ct_bg .slideArea01 .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin-top: 20px;
  column-gap: 15px;
  width: inherit;
}
.ct_bg .slideArea01 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  position: relative;
  width: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #676464;
  opacity: .2;
  cursor: pointer;
  transition: opacity .3s;
}
.ct_bg .slideArea01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .5;
}

.ct_bg .slideArea01 .swiper-button-prev,
.ct_bg .slideArea01 .swiper-button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  margin: 12px 0 0;
  width: 50px;
  aspect-ratio: 1 / 1;
  background-color: #676464;
  border-radius: 50%;
  opacity: .2;
  cursor: pointer;
  transition: opacity .3s;
}
.ct_bg .slideArea01 .swiper-button-prev {
  left: -70px;
}
.ct_bg .slideArea01 .swiper-button-next {
  right: -70px;
}
.ct_bg .slideArea01 .swiper-button-prev::before,
.ct_bg .slideArea01 .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 15px;
  aspect-ratio: 15 / 24;
  background-size: cover;
}
.ct_bg .slideArea01 .swiper-button-prev::before {
  margin-right: 5px;
  background: url(../img/ic06.svg) no-repeat center center / cover;
}
.ct_bg .slideArea01 .swiper-button-next::before {
  background: url(../img/ic05.svg) no-repeat center center / cover;
}

@media (any-hover: hover) {
.ct_bg .slideArea01 .swiper-button-prev:hover,
.ct_bg .slideArea01 .swiper-button-next:hover,
.ct_bg .slideArea01 .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: .5;
}

}

.ct_bg .slideArea02 {
  margin-top: 70px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.ct_bg .slideArea02 .swiper-wrapper {
  transition-timing-function: linear;
}

.ct_bg .comingsoon01 {
  margin: 70px auto 0;
  width: 458px;
  rotate: -4deg;
}

.ct_bg .btnList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.ct_bg .btnList01 > li {
  width: 48.33%;
}

.ct_bg .btnList01 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  border-radius: 100vmax;
  background: #828080;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  text-decoration: none;
  transition: background .3s;
}
@media (any-hover: hover) {
.ct_bg .btnList01 > li > a:hover {
  background: #676464;
}
}
.ct_bg .btnList01 > li > a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  content: "";
  width: 10px;
  aspect-ratio: 10 / 20;
  background: url(../img/ic03.svg) no-repeat center center / cover;
}
.ct_bg .btnList01 > li > a > .inner01 {
  display: inline-block;
  rotate: 0.03deg;
}

.ct_bg .btnList01 > li > a > .inner01 > .font01 {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  background: #FFF;
  color: #828080;
  line-height: 1.0;
}

.ct_bg .btnList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 16px;
}

.ct_bg .btnList02 > li.btn01 {
  display: block;
  margin: 0;
}

@media screen and (max-width: 767px) {
html {
  scroll-padding-top: 10vw;
}

.ct_bg {
  font-size: 4vw;
}

.ct_bg a {
  text-decoration: underline;
}
.ct_bg a:hover {
  text-decoration: none;
}
.ct_bg img {
  width: 100%;
  height: auto;
}

.onlyPC {
  display: none;
}
.onlySP {
  display: block;
}
img.onlySP {
  display: inline-block;
}

.ct_bg .container01 {
  padding-top: 17.5vw;
}
.ct_bg .topWrapper01 {
  position: relative;
}
.ct_bg .topWrapper01 > .image01 {
  margin-top: 10vw;
  margin-bottom: -15vw;
}

.ct_bg .mainArea01 {
  margin-top: 5vw;
  aspect-ratio: 400 / 970;
}

.ct_bg .mainArea01 > .logo01 {
  top: 20.54vw;
  left: 3.75vw;
  width: 12.12vw;
}
.ct_bg .mainArea01 > .logo02 {
  position: absolute;
  top: 12.25vw;
  left: 3.75vw;
  width: 12vw;
}

.ct_bg .mainArea01 > .image01 {
  top: 24.25vw;
  width: 68.25vw;
}
.ct_bg .mainArea01 > .image02 {
  top: 85vw;
  left: .5vw;
  width: 54vw;
}
.ct_bg .mainArea01 > .image03 {
  top: 119.75vw;
  left: auto;
  bottom: auto;
  right: 0;
  width: 56.25vw;
}
.ct_bg .mainArea01 > .image04 {
  top: 41vw;
  left: 5vw;
  width: 37.5vw;
}
.ct_bg .mainArea01 > .image05 {
  bottom: 26.25vw;
  width: 72.25vw;
}

.ct_bg .mainArea01 > .infoBlock01 {
  z-index: 2;
  top: auto;
  left: 3vw;
  bottom: 0;
  padding: 45.5vw 5.5vw 8vw;
  width: 94vw;
  aspect-ratio: 380 / 315;
  background: url(../../img/main_bg01_sp.png) no-repeat bottom center / 100% auto;
}

.ct_bg .mainArea01 > .infoBlock01 > .title01 {
  right: 3.25vw;
  top: auto;
  bottom: 0;
  width: 48.75vw;
}

.ct_bg .infoList01 {
  height: 25.75vw;
  row-gap: 3.75vw;
  overflow-y: scroll;
  scrollbar-width: none;
}
.ct_bg .infoList01 > dt {
  width: 20vw;
  font-size: 3.5vw;
}
.ct_bg .infoList01 > dd {
  width: calc(100% - 20vw);
  font-size: 3.5vw;
}

.ct_bg .frameArea01 {
  padding: 20vw 3.75vw 30vw;
}

.ct_bg .frameArea02 {
  margin-top: 10vw;
  padding: 5vw 3.75vw;
  border-radius: 10vw;
}

.ct_bg .section01 {
  margin-top: 10vw;
}
.ct_bg .section02 {
  margin-top: 37.5vw;
}

.ct_bg .editorArea01 {
  margin-top: 17.5vw;
}
.ct_bg .new01 {
  position: absolute;
  top: -5vw;
  left: -2.5vw;
  width: 12.5vw;
}

.ct_bg .col01 {
  margin-top: 17.5vw;
  width: 100%;
}
.ct_bg .col01 > .title01 {
  font-size: 5.5vw;
}
.ct_bg .col01 > .title01 > .font01 {
  margin-bottom: 2vw;
  padding-bottom: 2.25vw;
  font-size: 3vw;
}

.ct_bg .col01 > .text01 {
  margin-top: 7.5vw;
  font-size: 4.5vw;
}
.ct_bg .col01 > .text01 + .text01 {
  margin-top: 3.75vw;
}

.ct_bg .col02 {
  margin-top: 12.5vw;
  width: 100%;
  aspect-ratio: 385 / 216;
}
.ct_bg .col02 > .image01 {
  width: 96.25vw;
}

.ct_bg .col02 > .image01 > .im02 {
  left: 36.25vw;
  width: 29vw;
}

.ct_bg .col03 {
  margin-top: 15vw;
  width: 100%;
}
.ct_bg .col03 .movieImage01 .newIc01 {
  top: -5vw;
  left: -2.5vw;
}

.ct_bg .col03 > .text01 {
  margin-top: 2.5vw;
}

.ct_bg .col04 {
  margin: 15vw 0 0;
  width: 100%;
}
.ct_bg .col04 + .col04 {
  margin-top: 10vw;
}

.ct_bg .col04 .wrap01 {
  justify-content: space-between;
  align-items: center;
}
.ct_bg .col04 .wrap01 .image01 {
  width: 50%;
}

.ct_bg .col04 .text01 {
  margin-top: 5vw;
  font-size: 6.5vw;
}
.ct_bg .col04 .text01 > .icon01 {
  margin-left: 2.5vw;
  padding: 0 2.5vw;
  font-size: 5.5vw;
}
.ct_bg .col04 .wrap01 .text01 {
  width: 46.15%;
  font-size: 5.75vw;
  text-align: center;
}
.ct_bg .col04 .wrap01 .text01 > .icon01 {
  display: table;
  margin: 1.25vw auto 0;
  font-size: 4.75vw;
}

.ct_bg .col04 .text02 {
  margin-top: 5vw;
  padding: .5vw 3vw;
}
.ct_bg .col04 .text02.type02 {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.ct_bg .col04 .text03 {
  margin-top: 2.5vw;
}
.ct_bg .col04 .text03 > .font01 {
  font-size: 5vw;
}

.ct_bg .col05 {
  width: 100%;
}
.ct_bg .col05 > .title01 {
  padding: 3.75vw 5vw;
  font-size: 6.25vw;
}
.ct_bg .col05 > .text01 {
  margin-top: 7.5vw;
  font-size: 5.5vw;
  text-align: center;
}

.ct_bg .col06 {
  margin-top: 10vw;
  width: 100%;
}

.ct_bg .col07 {
  width: 100%;
}

.ct_bg .mallLinkTxt {
  margin-top: 5vw;
}

.ct_bg .mallLinkTxt > a {
  padding: 5.5vw 2.5vw;
  border: #828080 solid 1.25vw;
  background: #fff;
  font-size: 6.25vw;
}
.ct_bg .mallLinkTxt > a > span {
  padding-left: 8.75vw;
}
.ct_bg .mallLinkTxt > a > span::before {
  width: 6.25vw;
}
.ct_bg .mallLinkTxt > a > span.reserve::before {
  width: 5.75vw;
}
.ct_bg .mallLinkTxt > a > span.waiting::before {
  width: 6vw;
}

.ct_bg .movieArea01 {
  margin-top: 15vw;
}

.ct_bg .movieArea01 > .pauseBtn01,
.ct_bg .movieArea01 > .playBtn01 {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  width: 10vw;
}

.ct_bg .movieArea02 {
  margin-top: 17.5vw;
  padding: 1.25vw;
}
.ct_bg .movieArea02.new::after {
  width: 12.5vw;
  height: 9.75vw;
  top: -4vw;
  left: -3.75vw;
  background-size: 12.5vw;
}
.ct_bg .movieArea02 > .inner01 {
  position: relative;
  padding: 8.75vw 0;
  width: 100%;
  background: #FFF;
  border-radius: 40px;
}
.ct_bg .movieArea02 > .inner01 > .iframeWrap01 {
	margin-top: 5vw;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt01 {
  font-size: 20px;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt02 {
  margin-top: 1.25vw;
  font-size: 25px;
}
.ct_bg .movieArea02 > .inner01 > .movieTxt02 > span {
  font-size: 32px;
}
.ct_bg .movieArea02 > .inner01 > .movieImg01 {
  margin-top: 5vw;
  padding: 0 6.25vw;
}


.ct_bg .headTxt01 {
  padding: 2vw 2vw 1.25vw;
  width: 100%;
  font-size: 5.5vw;
  text-align: center;
}
.ct_bg .headTxt01::after {
  bottom: -4.75vw;
  width: 100%;
  height: 4.75vw;
  background: url(../img/bg01.svg) no-repeat top center / 100% auto;
}

.ct_bg .headTxt02 {
  font-size: 5.5vw;
}

.ct_bg .catchTxt01 {
  margin-top: 17.5vw;
  font-size: 5.5vw;
}
.ct_bg .headTxt01 + .catchTxt01 {
  margin-top: 10vw;
}

.ct_bg .heading01 {
  font-size: 4.5vw;
}

.ct_bg .heading01 > .font01 {
  margin-bottom: 2.5vw;
}
.ct_bg .heading01 > .font01 > .w01 {
  width: 39.25vw;
}
.ct_bg .heading01 > .font01 > .w02 {
  width: 57.25vw;
}
.ct_bg .heading01 > .font01 > .w03 {
  width: 77vw;
}
.ct_bg .heading01 > .font01 > .w04 {
  width: 29.75vw;
}
.ct_bg .heading01 > .font01 > .w05 {
  width: 84.5vw;
}
.ct_bg .heading01 > .font01 > .w06 {
  width: 64vw;
}

.ct_bg .heading02 {
  padding-top: 6vw;
  font-size: 5.5vw;
}
.ct_bg .heading02::before {
  height: 1vw;
}
.ct_bg .heading03 {
  padding-bottom: 2.5vw;
  font-size: 5.5vw;
}
.ct_bg .heading04 {
  padding-left: 4vw;
  border-left: 1vw solid #676464;
  font-size: 5.5vw;
}
.ct_bg .heading05 {
  font-size: 5vw;
}

.ct_bg .day01 {
  margin-top: 5vw;
  font-size: 3.5vw;
}
.ct_bg .txt01 {
  margin-top: 5vw;
}
.ct_bg .txt02 {
  margin-top: 5vw;
  font-size: 5vw;
}


.ct_bg .btn01 {
  margin-top: 10vw;
}
.ct_bg .btn01 > a {
  padding: 5vw 15vw 5vw 7.5vw;
  font-size: 5vw;
  border-radius: 22.5vw;
}
.ct_bg .btn01 > a::after {
  right: 7.5vw;
  width: 2.5vw;
}

.ct_bg .itemList01 {
  margin-top: 17.5vw;
  gap: 7.5vw;
}

.ct_bg .itemList01 > li {
  width: 100%;
  border-radius: 10vw;
}

.ct_bg .itemList02 {
  margin-top: 10vw;
  gap: 7.5vw;
}
.ct_bg .frameArea02 .itemList02 {
  margin-top: 5vw;
  gap: 5vw;
}

.ct_bg .itemList02 > li,
.ct_bg .frameArea02 .itemList02 > li {
  width: 100%;
  border-radius: 10vw;
}

.ct_bg .itemList03 {
  margin-top: 15vw;
  gap: 7.5vw;
}

.ct_bg .itemList03 > li {
  padding: 3.75vw;
  width: 100%;
  border-radius: 10vw;
}

.ct_bg .itemList03 > li > .text01 {
  font-size: 6.5vw;
}
.ct_bg .itemList03 > li > .text01 > .font01 {
  font-size: 5.5vw;
}

.ct_bg .itemList03 > li > .inner01 {
  margin-top: 5vw;
}

.ct_bg .list01 {
  justify-content: center;
  margin-top: 10vw;
}
.ct_bg .list01 > li {
  width: 50%;
}
.ct_bg .list02 {
  margin-top: 5vw;
}
.ct_bg .list02 > li {
  margin-top: 2vw;
  padding-left: 4vw;
}
.ct_bg .list02 > li::before {
  top: .7em;
  width: 2vw;
}

.ct_bg .list03 {
  margin-top: 5vw;
}
.ct_bg .list03 > li {
  margin-top: 2vw;
  padding-left: 5vw;
}

.ct_bg .table01 {
  margin-top: 5vw;
}
.ct_bg .table01 th {
  padding: 2.5vw;
}
.ct_bg .table01 td {
  padding: 2.5vw;
}


.ct_bg .movieBlock01 {
  margin-top: 17.5vw;
}

.ct_bg .movieBlock01 > .text01 {
  margin-top: 2.5vw;
}

.ct_bg .movieImage01 .newIc01 {
  top: -5vw;
  left: -2.5vw;
  width: 12.5vw;
}

.ct_bg .movieImage01 > a::before {
  width: 20vw;
}
.ct_bg .movieImage01 > a::after {
  margin-left: 1vw;
  width: 8vw;
}

.ct_bg .movieList01 {
  margin-top: 15vw;
  row-gap: 15vw;
}
.ct_bg .movieList01 > li {
  margin: 0 auto;
  width: 67.5vw;
}
.ct_bg .movieList01 > li .movieImage01 .newIc01 {
  top: -5vw;
  left: -2.5vw;
}
.ct_bg .movieList01 > li.swiper-slide {
  width: 64vw;
}

.ct_bg .movieList01 > li > .text01 {
  margin: 2.5vw -11.5vw 0;
}

.ct_bg .slideArea01 {
  margin: 0 auto;
  width: 64vw;
}
.ct_bg .slideArea01 .swiper-pagination {
  margin-top: 5vw;
  column-gap: 3.75vw;
}
.ct_bg .slideArea01 .swiper-pagination .swiper-pagination-bullet {
  width: 3.75vw;
}

.ct_bg .slideArea01 .swiper-button-prev,
.ct_bg .slideArea01 .swiper-button-next {
  margin-top: 3vw;
  width: 10vw;
}
.ct_bg .slideArea01 .swiper-button-prev {
  left: -14.25vw;
}
.ct_bg .slideArea01 .swiper-button-next {
  right: -14.25vw;
}
.ct_bg .slideArea01 .swiper-button-prev::before,
.ct_bg .slideArea01 .swiper-button-next::before {
  width: 3vw;
}

.ct_bg .slideArea02 {
  margin-top: 17.5vw;
}

.ct_bg .comingsoon01 {
  margin-top: 17.5vw;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  text-align: center;
}
.ct_bg .comingsoon01 img {
  width: 97.5vw;
}

.ct_bg .btnList01 {
  margin-top: 17.5vw;
  row-gap: 10vw;
}

.ct_bg .btnList01 > li {
  width: 100%;
}

.ct_bg .btnList01 > li > a {
  padding: 5vw;
  font-size: 5vw;
}
.ct_bg .btnList01 > li > a::after {
  right: 7.5vw;
  width: 2.5vw;
}

.ct_bg .btnList01 > li > a > .font01 {
  margin-left: 2.5vw;
  padding: .75vw 2.5vw;
  border-radius: 2.5vw;
}

}
