@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 {
  display: none;
}

.ct_bg {
  position: relative;
  background: #E7FF1F;
  color: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: clip;
}

.ct_bg a {
  color: #000;
  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 .centerSpleft {
  text-align: center !important;
}

.ct_bg .color01 {
  color: #EA1337;
}

@media screen and (max-width: 767px) {
.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;
}
.ct_bg .centerSpleft {
  text-align: left !important;
}


.onlyPC {
  display: none;
}
.onlySP {
  display: block;
}
img.onlySP {
  display: inline-block;
}

}

/* header
---------------------------------------------------------- */
.ct_bg .headTitleArea01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.ct_bg .headTitleArea01 > .title01 {
  margin-right: 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
}
.ct_bg .headTitleArea01 > .text01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
}

.ct_bg .headerWrap01 {
  position: relative;
  padding-top: 218px;
}

.ct_bg .header01 {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  border-bottom: 5px solid #000;
  background-color: #E7FF1F;
  transition: translate .3s;
}
.ct_bg .header01.hidden {
  translate: 0 -100%;
  transition: translate .3s;
}

.ct_bg .header01.fixed {
  position: fixed;
  translate: 0 0;
  transition: translate .3s;
}

.ct_bg .header01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}
.ct_bg .headBlock01 > .logo01 {
  display: none;
  width: 142px;
}
.ct_bg .navButton01 {
  display: none;
}

.ct_bg .globalNavArea01 {
  width: 100%;
}

.ct_bg .globalNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.ct_bg .globalNav01 > ul > li {
  display: contents;
  position: relative;
}
.ct_bg .globalNav01 > ul > li > a {
  display: block;
  position: relative;
  padding: 20px 1.5% 45px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: color .5s ease, background .5s ease;
}
.ct_bg .fixed .globalNav01 > ul > li > a {
  padding: 15px 45px 15px 1.5%;
  font-size: 18px;
}

.ct_bg .globalNav01 > ul > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
  width: 30px;
  aspect-ratio: 30 / 15;
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: background .5s ease;
}
.ct_bg .fixed .globalNav01 > ul > li > a::after {
  left: auto;
  right: 15px;
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
  width: 20px;
}

@media (any-hover: hover) {
.ct_bg .globalNav01 > ul > li > a:hover {
  background: #000;
  color: #E7FF1F;
}
.ct_bg .globalNav01 > ul > li > a:hover::after {
  background: #E7FF1F;
}
}

@media screen and (max-width: 1100px) {
.ct_bg .header01 {
  padding: 0 1.8vw;
}

.ct_bg .globalNav01 > ul > li > a {
  padding: 20px 1.3vw 45px;
  font-size: 2.18vw;
}
.ct_bg .fixed .globalNav01 > ul > li > a {
  padding: 15px 4vw 15px 1.3vw;
  font-size: 1.63vw;
}

.ct_bg .globalNav01 > ul > li > a::after {
  bottom: 20px;
  width: 2.72vw;
}
.ct_bg .fixed .globalNav01 > ul > li > a::after {
  right: 1.363vw;
  width: 1.81vw;
}
}

@media screen and (max-width: 767px) {
.ct_bg .headTitleArea01 {
  display: block;
  padding: 2vw 2.5vw;
  text-align: center;
}
.ct_bg .headTitleArea01 > .title01 {
  padding-bottom: 1vw;
  font-size: 3.5vw;
  line-height: 1.4;
}
.ct_bg .headTitleArea01 > .text01 {
  font-size: 3.5vw;
  line-height: 1.4;
}

.ct_bg .headerWrap01 {
  padding-top: 67.25vw;
}

.ct_bg .header01 {
  padding: 0;
  width: 100%;
  border-bottom: 1.25vw solid #000;
}
.ct_bg .headBlock01 {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 2.5vw;
  width: 100%;
}
.ct_bg .header01.hidden .headBlock01,
.ct_bg .header01.fixed .headBlock01 {
  display: flex;
}

.ct_bg .headBlock01 > .logo01 {
  display: block;
  width: 17.75vw;
}
.ct_bg .navButton01 {
  display: block;
  position: relative;
  padding-left: 8.75vw;
  border: none;
  background: none;
  color: #000;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.0;
  cursor: pointer;
  transition: all .1s;
}
.ct_bg .navButton01 > .top,
.ct_bg .navButton01 > .middle,
.ct_bg .navButton01 > .bottom {
  position: absolute;
  z-index: 10;
  left: 0;
  height: 1vw;
  background: #000;
  text-indent: 100%;
  white-space: nowrap;
  transition: all .1s;
}

.ct_bg .navButton01 > .top {
  top: 0;
  width: 6.25vw;
}

.ct_bg .navButton01 > .middle {
  top: 2vw;
  width: 5vw;
}

.ct_bg .navButton01 > .bottom {
  top: 4.2vw;
  width: 3.75vw;
}

.ct_bg .active .navButton01 > .middle {
  background: none;
}
.ct_bg .active .navButton01 > .top {
  top: 2.35vw;
  rotate: 45deg;
}
.ct_bg .active .navButton01 > .bottom {
  top: 2.35vw;
  rotate: -45deg;
  width: 6.25vw;
}

.ct_bg .globalNavArea01 {
  width: 100%;
  background-color: #E7FF1F;
}
.ct_bg .header01.hidden .globalNavArea01,
.ct_bg .header01.fixed .globalNavArea01 {
  position: absolute;
  top: 11.25vw;
  left: 0;
  border-bottom: 1.25vw solid #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}
.ct_bg .header01.hidden.active .globalNavArea01,
.ct_bg .header01.fixed.active .globalNavArea01 {
  opacity: 1.0;
  visibility: visible;
}

.ct_bg .globalNav01 > ul {
  display: block;
  padding: 5vw 0;
}

.ct_bg .globalNav01 > ul > li {
  display: block;
  margin-top: 5vw;
  width: 100%;
}
.ct_bg .globalNav01 > ul > li:first-child {
  margin-top: 0;
}

.ct_bg .globalNav01 > ul > li > a {
  display: block;
  padding: 0 9.5vw 0 2.75vw;
  font-size: 6vw;
}
.ct_bg .globalNav01 > ul > li > a > .font01 {
  font-size: 3.5vw;
}
.ct_bg .fixed .globalNav01 > ul > li > a {
  padding: 0 9.5vw 0 2.75vw;
  font-size: 6vw;
}
.ct_bg .globalNav01 > ul > li > a:hover {
  background: #E7FF1F;
  color: #000;
}
.ct_bg .globalNav01 > ul > li > a:hover::after {
  background: #000;
}

.ct_bg .globalNav01 > ul > li > a::after,
.ct_bg .fixed .globalNav01 > ul > li > a::after {
  left: auto;
  bottom: auto;
  top: 50%;
  right: 2.75vw;
  translate: 0 -50%;
  width: 4.25vw;
}

}

/* footer
---------------------------------------------------------- */
.ct_bg .footer01 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ct_bg .footer01 > .copyrights01 {
  font-size: 14px;
  text-align: center;
}

.ct_bg .snsBtn01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  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: 3vw;
}

.ct_bg .snsBtn01 {
  margin-top: 15vw;
  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;
}
.js_fadeInLeft01,
.js_fadeInRight01 {
  opacity: 0;
}
.js_fadeInLeft01.is_show {
  animation: fadeInLeftToRight01 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.js_fadeInRight01.is_show {
  animation: fadeInRightToleft01 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;
  }
}


/* 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 .mainArea01 {
  position: relative;
  padding: 40px 20px;
  background: url(../img/bg_index01_pc.png) no-repeat center top / cover;
}
.ct_bg .mainArea01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 990px;
}
.ct_bg .mainArea01 > .inner01 > .title01 {
  opacity: 0;
  width: 59.49%;
  animation: mainAnime00 3s .3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.ct_bg .mainArea01 > .inner01 > .title01 img {
  filter: drop-shadow(11.96px 11.96px 11.96px rgba(0, 0, 0, 0.50));
}

.ct_bg .mainArea01 > .inner01 > .block01 {
  opacity: 0;
  width: 37.57%;
  animation: mainAnime00 3s .5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes mainAnime00 {
  0%  {
    opacity: 0;
    scale: 0.5;
  }
  10% {
    opacity: 1.0;
    scale: 1.1;
  }
  20% {
    scale: 1.0;
  }
  100% {
    opacity: 1;
    scale: 1.0;
  }
}

@keyframes mainAnime01 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  100% {
    opacity: 1;
  }
}

.ct_bg .mainArea01 > .inner01 > .block01 > .logo01 {
  margin: 0 auto;
  max-width: 240px;
}
.ct_bg .mainArea01 > .inner01 > .block01 > .text01 {
  margin-top: 10px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 60px;
  font-weight: 400;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #E7FF1F;
  paint-order: stroke;
}

@media screen and (max-width: 1100px) {
  .ct_bg .mainArea01 > .inner01 > .block01 > .logo01 {
    width: 21.81vw;
  }
  .ct_bg .mainArea01 > .inner01 > .block01 > .text01 {
    font-size: 5.4vw;
  }
}

.ct_bg .frameArea01 {
  padding: 30px 20px;
  background: #000;
}
.ct_bg .frameArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1000px;
}

.ct_bg .frameArea02 {
  margin-top: 5px;
  padding: 20px;
  background-color: #fff;
}

.ct_bg .frameArea03 {
  margin: 30px auto 0;
  padding: 30px 20px;
  max-width: 1000px;
  background-color: #fff;
  border: 2px solid #000;
}
.ct_bg .frameArea03:has(.title01) {
  padding-top: 0;
}
.ct_bg .frameArea03 > .title01 {
  margin: 0 -20px;
  background-color: #000;
  color: #E7FF1F;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.ct_bg .frameArea03 > .text01 {
  font-weight: bold;
  text-align: center;
}
.ct_bg .frameArea03 > .title01 + .text01 {
  margin-top: 20px;
}

.ct_bg .frameArea03 > .text01 > .font01 {
  margin-left: 1em;
  font-size: 16px;
  font-weight: 300;
}
.ct_bg .frameArea03 > .text01 > .font02 {
  color: #EA1337;
  font-size: 22px;
}
.ct_bg .frameArea03 > .text01 > .font03 {
  color: #EA1337;
  font-size: 14px;
}
.ct_bg .frameArea03 > .text02 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
}

.ct_bg .frameArea04 {
  margin-top: 80px;
  padding: 30px;
  max-width: 1000px;
  background-color: #fff;
  border: 4px solid #000;
}
.ct_bg .frameArea04.js_fadeInRight01 {
  margin-left: auto;
}
.ct_bg .frameArea04:has(.title01) {
  padding-top: 0;
}

.ct_bg .frameArea04 > .title01 {
  position: relative;
  margin: 0 -30px;
  padding: 15px 20px;
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  paint-order: stroke;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 0 #000;
  text-align: center;
}
.ct_bg .frameArea04 > .title01.type01 {
  background-color: #3764C5;
}
.ct_bg .frameArea04 > .title01.type02 {
  background-color: #EA1337;
}
.ct_bg .frameArea04 > .title01 > .font01 {
  position: absolute;
  left: -20px;
  top: -40px;
  font-size: 70px;
  line-height: 1.0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  text-shadow: 4px 4px 0 #000;
}
@media screen and (max-width: 1100px) {
.ct_bg .frameArea04 > .title01 {
  font-size: 3.63vw;
}
.ct_bg .frameArea04 > .title01 > .font01 {
  font-size: 6.36vw;
}
}

.ct_bg .frameArea04 > .text01 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}

.ct_bg .frameArea05 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 10px 40.5px;
  background-color: #fff;
}

.ct_bg .frameArea05 > .text01 {
  width: 48.78%;
  color: #EA1337;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.ct_bg .list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
  margin: 0 auto;
  max-width: 800px;
}
.ct_bg .list01 > dt {
  margin-right: 20px;
  width: 150px;
  background: #E7FF1F;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.ct_bg .list01 > dd {
  width: calc(100% - 170px);
  color: #E7FF1F;
  font-size: 25px;
  font-weight: bold;
}
.ct_bg .list01 > dd > .icon01 {
  display: inline-block;
  margin-left: 5px;
  padding: 12.5px;
  border-radius: 100%;
  color: #fff;
  line-height: 1.0;
  font-weight: bold;
}
.ct_bg .list01 > dd > .icon01.bg01 {
  background: #3764C5;
}
.ct_bg .list01 > dd > .icon01.bg02 {
  background: #EA1337;
}

.ct_bg .list01 > dd > .font01 {
  font-size: 35px;
}
.ct_bg .list01 > dd > .font02 {
  font-size: 30px;
}
.ct_bg .list01 > dd > .font03 {
  display: block;
  font-size: 14px;
}

.ct_bg .list02 {
  margin-top: 30px;
}
.ct_bg .list02:first-child {
  margin-top: 0;
}

.ct_bg .list02 > li {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
}
.ct_bg .list02 > li:first-child {
  margin-top: 0;
}
.ct_bg .list02 > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 10px;
  height: 10px;
  background-color: #3764C5;
  border-radius: 100%;
}

.ct_bg .list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-top: 15px;
}

.ct_bg .list03 > li {
  height: 59px;
}
.ct_bg .list03 > li.type01 {
  height: 29px;
}

.ct_bg .list03 > li img {
  width: auto;
  height: 100%;
}

.ct_bg .container01 {
  padding-top: 130px;
}
.ct_bg .container01.triger01 {
  padding-top: 0;
}

.ct_bg .section01 {
  margin: 58px auto 0;
  padding: 0 20px;
  max-width: 1040px;
}
.ct_bg .section01.w02 {
  max-width: 1140px;
}

.ct_bg .section02 {
  margin-top: 25px;
}
.ct_bg .section02 + .section02 {
  margin-top: 40px;
}

.ct_bg .col01 {
  padding: 0 20px;
  width: 65.62%;
}

.ct_bg .col02 {
  width: 31%;
}

.ct_bg .col03 {
  margin-top: 25px;
  width: 47.86%;
}
.ct_bg .type02 > .col03 {
  margin-top: 10px;
}

.ct_bg .col03 > .title01 {
  padding: 10px 15px;
  border-bottom: 4px solid #E7FF1F;
  background: #000;
  color: #FFF;
  font-weight: bold;
}

.ct_bg .col04 {
  margin-top: 20px;
  margin-right: 4.1%;
  width: 51.35%;
}
.ct_bg .col04 > .text01 {
  font-weight: bold;
  text-align: center;
}
.ct_bg .col04 > .text01 > .font01 {
  margin-left: 1em;
  font-size: 16px;
  font-weight: 300;
}
.ct_bg .col04 > .text01 > .font02 {
  color: #EA1337;
  font-size: 22px;
}
.ct_bg .col04 > .text01 > .font03 {
  color: #EA1337;
  font-size: 14px;
}

.ct_bg .col05 {
  margin-top: 20px;
  width: 37.5%;
}

.ct_bg .heading01 {
  position: sticky;
  z-index: 2;
  top: 77px;
  color: #E7FF1F;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  font-weight: 400;
  translate: -100% 0;
  transition: translate .3s;
}
.ct_bg .heading01.is_show {
  translate: 0 0;
  transition: translate .3s;
}
@media screen and (max-width: 1100px) {
.ct_bg .heading01 {
  top: 7vw;
}
}

.ct_bg .heading01 > .inner01 {
  display: inline;
  padding: 7px 15px;
  box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  background: #000;
}

.ct_bg .heading02 {
  padding: 10px 15px;
  border-bottom: 4px solid #E7FF1F;
  background: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.ct_bg .img01 {
  margin-top: 30px;
}

.ct_bg .txt01 {
  margin-top: 30px;
  font-weight: bold;
}
.ct_bg .txt01:first-child {
  margin-top: 0;
}
.ct_bg .txt02 {
  margin-top: 10px;
  font-size: 16px;
}
.ct_bg .txt02 > .font01 {
  font-size: 14px;
}
.ct_bg .txt02 > .font02 {
  margin-left: 10px;
}

.ct_bg .col03 > .list02 + .txt02 {
  margin-top: 0;
}

.ct_bg .notes01 {
  margin-top: 20px;
  font-size: 14px;
}

.ct_bg .bnrList01 {
  padding: 0 24px;
}
.ct_bg .bnrList01 > li {
  margin-top: 20px;
}
.ct_bg .bnrList01 > li:first-child {
  margin-top: 0;
}
.ct_bg .bnrList01 > li > a {
  display: block;
  transition: opacity .3s;
}
@media (any-hover: hover) {
.ct_bg .bnrList01 > li > a:hover {
  opacity: .6;
}
}

.ct_bg .btnList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ct_bg .btnList01 > li {
  margin-top: 30px;
  width: 485px;
}
.ct_bg .btnList01 > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 5px 20px 15px;
  border: 5px solid #000;
  background: #EA1337;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.20);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  transition: background .3s;
}
.ct_bg .btnList01 > li > a > .icon01 {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0;
  width: 90px;
  background-color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  color: #EA1337;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  transition: color .3s;
}

@media (any-hover: hover) {
.ct_bg .btnList01 > li > a:hover {
  background-color: #000;
}
.ct_bg .btnList01 > li > a:hover > .icon01 {
  color: #000;
}
}

.ct_bg .btnList02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 46.78%;
}
.ct_bg .btnList02 > li {
  width: 46.51%;
}
.ct_bg .btnList02 > li > a {
  display: block;
  padding: 15px;
  border: 5px solid #000;
  background: #EA1337;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.20);
  color: #fff;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  transition: background .3s;
}

@media (any-hover: hover) {
.ct_bg .btnList02 > li > a:hover {
  background-color: #000;
}
}


.ct_bg .notesList01 {
  margin-top: 20px;
}
.ct_bg .notesList01 > li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 14px;
}

.ct_bg .comingsoon01 {
  margin-top: 30px;
  padding: 10px;
  background: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ct_bg .mainArea01 {
    padding: 15vw 3.75vw;
    background: url(../img/bg_index01_sp.png) no-repeat center top / cover;
  }
  .ct_bg .mainArea01 > .inner01 > .title01 {
    width: 100%;
  }
  .ct_bg .mainArea01 > .inner01 > .title01 img {
    filter: drop-shadow(2.99vw 2.99vw 2.99vw rgba(0, 0, 0, 0.50));
  }
  .ct_bg .mainArea01 > .inner01 > .block01 {
    margin-top: 5vw;
    width: 100%;
  }
  .ct_bg .mainArea01 > .inner01 > .block01 > .logo01 {
    width: 45vw;
  }
  .ct_bg .mainArea01 > .inner01 > .block01 > .text01 {
    margin-top: 0;
    font-size: 14.5vw;
    -webkit-text-stroke-width: 1.25vw;
  }

  .ct_bg .frameArea01 {
    padding: 7.5vw 3.75vw;
  }

  .ct_bg .frameArea02 {
    margin-top: 1.25vw;
    padding: 5vw;
  }

  .ct_bg .frameArea03 {
    margin-top: 7.5vw;
    padding: 6.25vw 3.75vw 7.5vw;
  }

  .ct_bg .frameArea03:has(.title01) {
    padding-top: 0;
  }
  .ct_bg .frameArea03 > .title01 {
    margin: 0 -3.75vw;
    font-size: 6vw;
  }
  .ct_bg .frameArea03 > .title01 + .text01 {
    margin-top: 5vw;
  }

  .ct_bg .frameArea03 > .text01 > .font01 {
    display: block;
    margin-left: 0;
    font-size: 3.5vw;
  }
  .ct_bg .frameArea03 > .text01 > .font02 {
    font-size: 4.9vw;
  }
  .ct_bg .frameArea03 > .text01 > .font03 {
    font-size: 3vw;
  }
  .ct_bg .frameArea03 > .text02 {
     margin-top: 7.5vw;
     font-size: 3vw;
    }

  .ct_bg .frameArea04 {
    margin-top: 21vw;
    padding: 7.5vw 3.75vw;
    border: 1vw solid #000;
  }

  .ct_bg .frameArea04 > .title01 {
    margin: 0 -3.75vw;
    padding: 3.75vw 5vw;
    font-size: 6.25vw;
  }
  .ct_bg .frameArea04 > .title01 > .font01 {
    position: absolute;
    left: 50%;
    top: -12.25vw;
    translate: -50% 0;
    font-size: 15vw;
    -webkit-text-stroke-width: .75vw;
    text-shadow: 1vw 1vw 0 #000;
  }

  .ct_bg .frameArea04 > .text01 {
    margin-top: 7.5vw;
    font-size: 3vw;
  }

  .ct_bg .frameArea05 {
    margin-top: 7.5vw;
    padding: 3.75vw 3.75vw 5vw;
  }

  .ct_bg .frameArea05 > .text01 {
    width: 100%;
    font-size: 5.8vw;
  }

  .ct_bg .list01 {
    display: block;
    row-gap: 0;
  }
  .ct_bg .list01 > dt {
    display: inline-block;
    margin-top: 7.5vw;
    margin-right: 0;
    padding: 0 3.75vw;
    width: auto;
    font-size: 6vw;
  }
  .ct_bg .list01 > dt:first-child {
    margin-top: 0;
  }
  .ct_bg .list01 > dd {
    margin-top: 2.5vw;
    width: 100%;
    font-size: 5vw;
  }
  .ct_bg .list01 > dd > .icon01 {
    display: inline-block;
    margin-left: 1.25vw;
    padding: 2.5vw;
  }

  .ct_bg .list01 > dd > .font01 {
    font-size: 7.5vw;
  }
  .ct_bg .list01 > dd > .font02 {
    font-size: 5vw;
  }
  .ct_bg .list01 > dd > .font03 {
    font-size: 3vw;
  }

  .ct_bg .list02 {
    margin-top: 7.5vw;
  }
  .ct_bg .list02 > li {
    margin-top: 5vw;
    padding-left: 5vw;
  }
  .ct_bg .list02 > li::before {
    top: .6em;
    width: 2.5vw;
    height: 2.5vw;
  }

  .ct_bg .list03 {
    gap: 7.5vw;
    margin-top: 3.75vw;
  }

  .ct_bg .list03 > li {
    height: 12.75vw;
  }
  .ct_bg .list03 > li.type01 {
    height: 6.25vw;
  }

  .ct_bg .list03 > li img {
    width: auto;
    height: 100%;
  }

  .ct_bg .container01 {
    padding-top: 26.25vw;
  }
  .ct_bg .container01.triger01 {
    margin-top: -1vw;
    padding-top: 12.25vw;
  }

  .ct_bg .section01 {
    margin-top: 14vw;
    padding: 0 3.75vw;
  }

  .ct_bg .section02 {
    margin-top: 6.25vw;
  }
  .ct_bg .section02 + .section02 {
    margin-top: 10vw;
  }

  .ct_bg .col01 {
    padding: 0 1.37vw;
    width: 100%;
  }
  .ct_bg .col02 {
    width: 100%;
  }

  .ct_bg .col03 {
    margin-top: 6.24vw;
    width: 100%;
  }
  .ct_bg .col03 + .col03 {
    margin-top: 10vw;
  }
  .ct_bg .type02 > .col03 {
    margin-top: 2.5vw;
  }
  .ct_bg .col03 > .title01 {
    padding: 2.5vw 3.75vw;
    border-bottom: 1vw solid #E7FF1F;
  }

  .ct_bg .col04 {
    margin-top: 5vw;
    margin-right: 0;
    width: 100%;
  }
  .ct_bg .col04 > .text01 > .font01 {
    display: block;
    margin-left: 0;
    font-size: 3.5vw;
  }
  .ct_bg .col04 > .text01 > .font02 {
    font-size: 4.9vw;
  }
  .ct_bg .col04 > .text01 > .font03 {
    font-size: 3vw;
  }
  .ct_bg .col05 {
    margin-top: 5vw;
    width: 100%;
  }

  .ct_bg .heading01 {
    top: 11.25vw;
    font-size: 7.5vw;
  }
  .ct_bg .heading01 > .inner01 {
    padding: 1.5vw 3.45vw;
  }

  .ct_bg .heading02 {
    padding: 2.5vw 3.75vw;
    border-bottom: 1vw solid #E7FF1F;
    font-size: 4vw;
  }

  .ct_bg .img01 {
    margin-top: 7.5vw;
  }

  .ct_bg .txt01 {
    margin-top: 7.5vw;
  }
  .ct_bg .txt02 {
    margin-top: 2.5vw;
    font-size: 3.5vw;
  }
  .ct_bg .txt02 > .font01 {
    font-size: 3vw;
  }
  .ct_bg .txt02 > .font02 {
    margin-left: 2.5vw;
  }
  .ct_bg .txt02 > br + .font02 {
    margin-left: 0;
  }
  .ct_bg .notes01 {
    margin-top: 5vw;
    font-size: 3vw;
  }

  .ct_bg .bnrList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5vw;
    padding: 0;
  }
  .ct_bg .bnrList01 > li {
    margin-top: 0;
    width: 38.75vw;
  }

  .ct_bg .btnList01 > li {
    margin-top: 7.5vw;
    width: 100%;
  }
  .ct_bg .btnList01 > li > a {
    padding: 5vw 3.75vw 5vw;
    border: 1.25vw solid #000;
    box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.20);
    font-size: 5.5vw;
  }
  .ct_bg .btnList01 > li > a > .icon01 {
    margin-right: 3.75vw;
    padding: 1.25vw 0;
    width: 22.5vw;
    font-size: 4vw;
  }

  .ct_bg .btnList02 {
    margin-top: 2.5vw;
    width: 100%;
  }
  .ct_bg .btnList02 > li {
    width: 47%;
  }
  .ct_bg .btnList02 > li > a {
    display: block;
    padding: 2.5vw;
    border: 1.25vw solid #000;
    box-shadow: 1vw 1vw 0 0 rgba(0, 0, 0, 0.20);
    font-size: 5vw;
  }

  .ct_bg .notesList01 {
    margin-top: 2.5vw;
  }
  .ct_bg .notesList01 > li {
    font-size: 3vw;
  }

  .ct_bg .comingsoon01 {
    margin-top: 7.5vw;
    padding: 2.5vw;
    font-size: 4.8vw;
  }

}
