@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;
}
html {
  scroll-padding-top: 60px;
}
.ct_bg {
  position: relative;
  color: #111821;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Osaka, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
.ct_bg::before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../img/bg_common01.png) repeat top center/600px;
}
.ct_bg::after {
  position: fixed;
  top: 60px;
  left: 0;
  content: "";
  width: 100%;
  height: 1061px;
  z-index: -1;
  background: rgba(242, 101, 34, .6);
}
.ct_bg.noBg {
  background: #fff;
}
.ct_bg.noBg::before {
  content: normal;
}
.ct_bg a {
  color: #111821;
}
.ct_bg img {
  max-width: 100%;
  height: auto;
}
.ct_bg .imgOver01 > a {
  display: block;
  position: relative;
}
.ct_bg .imgOver01 > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.6s;
}
.ct_bg .imgOver01 > a:hover:before {
  opacity: 0.5;
  transition: all 0.3s;
}
.ct_bg .center {
  text-align: center !important;
}
.ct_bg .right {
  text-align: right !important;
}
.l-header {
  border: none;
}
.wrap01 {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 15vw;
  }
  .ct_bg {
    font-family: -apple-system, 'HelveticaNeue', Helvetica;
    font-size: 3.5vw;
  }
  .ct_bg::before {
    background-size: 82.5vw;
  }
  .ct_bg a {
    text-decoration: underline;
  }
  .ct_bg a:hover {
    text-decoration: none;
  }
  #header {
    border-bottom: #ccc solid 1px;
  }
  .ct_bg img {
    width: 100%;
    height: auto;
  }
  .ct_bg .imgOver01 > a:before {
    content: normal;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
  img.onlySP {
    display: inline-block;
  }
}

/* form reset
*****************************************/
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none;
}
select::-ms-expand {
  display: none;
}
input[type="submit"] {
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus {
  outline-offset: -2px;
}
input[type="submit"]:-moz-focus-inner{
  border :0;
}
input[type=radio], input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

/* header
*****************************************/
.ct_bg .header01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100%;
  height: 110px;
  border-bottom: 2px solid rgba(253, 130, 4, 0.5);
  background-color: #FFDF00;
}
.ct_bg .header01.fixed {
  position: fixed;
  height: 60px;
}
.ct_bg .headTitleArea01 {
  position: relative;
  background: linear-gradient(0deg, #FD9903 0%, #FD9903 100%);
}
.ct_bg .header01.fixed .headTitleArea01 {
  display: none;
}

.ct_bg .headTitleArea01 > .inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0 3px;
  margin-inline: auto;
  max-width: 1200px;
  column-gap: .8em;
  height: 31px;
}
.ct_bg .headTitleArea01 > .inner01 > * {
  font-size: 14px;
  font-weight: 600;
}
.ct_bg .header01 > .inner01 {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  height: 77px;
  max-width: 1200px;
}
.ct_bg .header01.fixed > .inner01 {
  height: 60px;
}
.ct_bg .header01 .logo01 {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 20px;
  width: 100px;
}
.ct_bg .header01 > .inner01::before {
  position: absolute;
  top: 10px;
  left: 2px;
  z-index: -1;
  width: 136px;
  height: 120px;
  background-color: #FFDF00;
  border-radius: 50%;
  border: 2px solid rgba(253, 130, 4, 0.5);
  content: "";
}
.ct_bg .header01.fixed > .inner01::before {
  display: none;
}
.ct_bg .header01.fixed .logo01 {
  width: 50px;
  top: 2px;
}
.ct_bg .globalNav01 {
  margin-left: auto;
  height: 100%;
  background-color: #FFDF00;
}
.ct_bg .fixed .globalNav01 {
  margin-left: 0;
  background: none;
}
.ct_bg .globalNav01 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 15px 0 10px 100px;
  height: 100%;
}
.ct_bg .fixed .globalNav01 > ul {
  justify-content: center;
  padding: 5px 10px;
}
.ct_bg .globalNav01 > ul > li {
  min-height: 40px;
}
.ct_bg .globalNav01 > ul > li:not(:first-child) {
  border-left: 3px solid rgba(253, 130, 4, 0.5);
}
.ct_bg .fixed .globalNav01 > ul > li {
  min-height: 40px;
}
.ct_bg .globalNav01 > ul > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 38px 1px;
  height: 100%;
  color: #111821;
  text-decoration: none;
  font-size: 18px;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: opacity .3s;
}
.ct_bg .globalNav01 > ul > li > a:hover {
  opacity: .6;
}
.ct_bg .fixed .globalNav01 > ul > li > a {
  font-size: 16px;
}
.ct_bg .globalNav01 > ul > li > a br {
  display: none;
}
.ct_bg .globalNav01 > ul > li > a > .icon01 {
  display: block;
  position: relative;
  padding-left: 44.4px;
}
.ct_bg .globalNav01 > ul > li > a > .icon01::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -13px;
  background: url(../img/icon_common03.svg) no-repeat 0 0 / cover;
  width: 34px;
  height: 28px;
}

@media screen and (max-width: 1050px) {
  .ct_bg .globalNav01 > ul > li > a {
    padding: 5px min(2.4vw,25px);
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .ct_bg .header01 {
    position: relative;
  }
  .ct_bg .header01,
  .ct_bg .header01.fixed {
    height: auto;
  }
  .ct_bg .header01 > .inner01,
  .ct_bg .header01.fixed > .inner01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
  }
  .ct_bg .headTitleArea01 > .inner01 > * {
    font-size: 3vw;
    text-align: center;
  }
  .ct_bg .header01 > .inner01::before {
    content: none;
  }
  .ct_bg .headTitleArea01,
  .ct_bg .header01.fixed .headTitleArea01 {
    background: #FD9903;
    padding-top: 1.25vw;
    padding-bottom: 1vw;
  }
  .ct_bg .headTitleArea01 > .inner01 {
    display: block;
    padding: 0;
    height: auto;
  }
  .ct_bg .headTitleArea01 > .inner01 > .title01 {
    margin-right: 0;
  }

  .ct_bg .headTitleArea01 > .inner01 .text01 {
    margin-left: 0;
  }
  .ct_bg .headWrap01 {
    position: relative;
    z-index: 10000;
    background-color: #FFDF00;
    width: fit-content;
  }
  .ct_bg .header01 .logo01,
  .ct_bg .header01.fixed .logo01 {
    display: block;
    margin-top: .75vw;
    margin-left: 2.5vw;
    width: 12.75vw;
    position: static;
  }
  .ct_bg .globalNav01 {
    margin-left: 0;
    width: 83.8%;
  }
  .ct_bg .globalNav01 > ul,
  .ct_bg .fixed .globalNav01 > ul {
    justify-content: flex-end;
    padding: 2.5vw 0;
  }
  .ct_bg .globalNav01 > ul > li:not(:first-child) {
    border-left-width: 2px;
  }
  .ct_bg .globalNav01 > ul > li,
  .ct_bg .fixed .globalNav01 > ul > li {
    min-height: inherit;
  }
  .ct_bg .globalNav01 > ul > li:last-child {
    border-right: none;
  }
  .ct_bg .globalNav01 > ul > li > a,
  .ct_bg .fixed .globalNav01 > ul > li > a {
    justify-content: center;
    padding: 1vw 2vw;
    font-size: 3.25vw;
    letter-spacing: -.03em;
  }
  .ct_bg .globalNav01 > ul > li > a br {
    display: block;
  }
  .ct_bg .globalNav01 > ul > li > a > span.text01 {
    display: none;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon01 {
    padding-left: 6.25vw;
  }
  .ct_bg .globalNav01 > ul > li > a:hover {
    opacity: 1.0;
  }
  .ct_bg .globalNav01 > ul > li > a > .icon01::before {
    aspect-ratio: 20 / 16;
    width: 5vw;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 400px) {
  .ct_bg .globalNav01 > ul > li > a,
  .ct_bg .fixed .globalNav01 > ul > li > a {
    padding: 1vw 1.9vw;
  }
}

/* footer
*****************************************/
.ct_bg .footer01 {
  position: relative;
  width: 100%;
  background-color: #111821;
}
.ct_bg .footer01 > .inner01 {
  position: relative;
  margin: 0 auto;
  padding: 15px 20px 0;
  max-width: 1100px;
}

.ct_bg .footer01 > .inner01 > .copyrights01 {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 12px;
}
.ct_bg .footer01 > .inner01 > .logo01 {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  right: 15px;
  gap: 1.25vw 10px;
}
.ct_bg .footer01 > .inner01 > .logo01 > img {
  width: 60px;
}
.ct_bg .footer01 > .inner01 > .image01 {
  margin: 15px calc(50% - 50vw) 0;
  width: 100vw;
  display: block;
}

@media screen and (max-width: 767px) {
  .ct_bg .footer01 {
    padding-top: 4.5vw;
  }
  .ct_bg .footer01 > .inner01 {
    padding: 0 3.75vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
  }
  .ct_bg .footer01 > .inner01 > .copyrights01 {
    width: 75vw;
    letter-spacing: .05em;
    font-size: 2.5vw;
  }
  .ct_bg .footer01 > .inner01 > .logo01 {
    top: -2.125vw;
    right: 3.75vw;
    width: 15vw;
  }
  .ct_bg .footer01 > .inner01 > .logo01 > img {
    width: 100%;
  }
  .ct_bg .footer01 > .inner01 > .image01 {
    margin-top: 4.5vw;
  }
}

/* editor
*****************************************/
.ct_bg .editorArea01 {
  margin-top: 20px;
}
.ct_bg .editorArea01 p:first-child {
  margin-top: 0;
}
.ct_bg .editorArea01 p {
  margin-top: 20px;
}
.ct_bg .editorArea01 p.notes01 {
  padding-left: 1em;
  font-size: 14px;
}
.ct_bg .editorArea01 p.notes01 + .notes01 {
  margin-top: 0;
}
.ct_bg .editorArea01 img {
  max-width: 100%;
  width: auto;
}
.ct_bg .editorArea01 h3 + h4 {
  margin-top: 20px;
}
.ct_bg .editorArea01 h3:first-child,
.ct_bg .editorArea01 h4:first-child,
.ct_bg .editorArea01 ul li:first-child,
.ct_bg .editorArea01 ol li:first-child,
.ct_bg .editorArea01 ul:first-child,
.ct_bg .editorArea01 ol:first-child {
  margin-top: 0;
}
.ct_bg .editorArea01 h3 {
  margin-top: 40px;
  color: #00609C;
  font-size: 25px;
  font-weight: bold;
  font-family: 'M PLUS 1', sans-serif;
  border-top: 2px #FD8204 solid;
  padding-top: 10px;
}
.ct_bg .editorArea01 h4 {
  margin-top: 40px;
  color: #00609C;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 20px;
  padding-left: 20px;
  font-weight: bold;
  border-left: 4px solid #FD8204;
}
.ct_bg .editorArea01 h5 {
  margin-top: 40px;
  color: #D8262F;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.ct_bg .editorArea01 ul {
  margin-top: 20px;
}
.ct_bg .editorArea01 ul li {
  position: relative;
  padding-left: 20px;
}
.ct_bg .editorArea01 ul li:not(:first-child) {
  margin-top: 5px;
}
.ct_bg .editorArea01 ul li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
}
.ct_bg .editorArea01 ol {
  margin-top: 20px;
  counter-reset: li;
}
.ct_bg .editorArea01 ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.ct_bg .editorArea01 ol li:not(:first-child) {
  margin-top: 5px;
}
.ct_bg .editorArea01 ol li:before {
  margin-right: 10px;
  counter-increment: li;
  content: counter(li) '';
  color: #00609C;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'M PLUS 1', sans-serif;
}
.ct_bg .editorArea01 table {
  margin-top: 20px;
  width: 100%;
  border: #abb6ba solid 1px;
}
.ct_bg .editorArea01 table th {
  padding: 10px;
  background-color: #FD8204;
  border-top: #FCDA01 solid 2px;
  border-right: #FCDA01 solid 2px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.ct_bg .editorArea01 table td {
  padding: 10px;
  border-top: #FCDA01 solid 2px;
  border-right: #FCDA01 solid 2px;
}
.ct_bg .editorArea01 table th,
.ct_bg .editorArea01 table td {
  width: calc(100% / 3);
}
.ct_bg .editorArea01 .movie01 {
  margin-top: 20px;
  width: 100%;
}
.ct_bg .editorArea01 .movie01 > a {
  display: block;
  aspect-ratio: 470 / 260;
  overflow: hidden;
  position: relative;
  transition: opacity .3s;
}
.ct_bg .editorArea01 .movie01 > a:hover {
  opacity: .6;
}
.ct_bg .editorArea01 .movie01 > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../img/icon_common14.svg) no-repeat 0 0 / 100%;
  content: "";
  z-index: 2;
}
.ct_bg .editorArea01 .movie01 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  content: "";
}
.ct_bg .editorArea01 .movie01 > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ct_bg .editorArea01 .wrap01:has(.btn08) {
  margin-top: 20px;
  justify-content: center;
  column-gap: 16px;
  row-gap: 10px;
}
.ct_bg .editorArea01 .edCol01 {
  width: 48.93%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 5px;
}
.ct_bg .editorArea01 .edCol01:nth-child(n+3) {
  margin-top: 40px;
}
.ct_bg .editorArea01 .edCol01 .box01 {
  background-color: #EFF9FF;
  padding: 20px;
}
.ct_bg .editorArea01 .edCol01 .box01 > .title01 {
  font-family: 'M PLUS 1', sans-serif;
  color: #D8262F;
  font-size: 30px;
  font-weight: bold;
}
.ct_bg .editorArea01 .edCol01 .box01 > .title02 {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #00609C;
}
.ct_bg .editorArea01 .edCol01 .box01 > .text01 {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  color: #00609C;
  font-size: 20px;
  text-align: left;
}
.ct_bg .editorArea01 .edCol01 .box01 > .text02 {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.ct_bg .editorArea01 .edCol01 .box01 > .title01:not(:first-child),
.ct_bg .editorArea01 .edCol01 .box01 > .title02:not(:first-child),
.ct_bg .editorArea01 .edCol01 .box01 > .text01:not(:first-child),
.ct_bg .editorArea01 .edCol01 .box01 > .text02:not(:first-child),
.ct_bg .editorArea01 .edCol01 .box01 > .text03:not(:first-child) {
  margin-top: 15px;
}
[data-ruby] {
  position: relative;
  text-align: center;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.ct_bg .box01 [data-ruby]::before {
  top: -1em;
  font-size: 10px;
  font-weight: normal;
}
rt {
  display: none;
}
@media screen and (max-width: 767px) {
  .ct_bg .editorArea01 {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 h3 {
    font-size: 5vw;
  }
  .ct_bg .editorArea01 h4 {
    font-size: 4.5vw;
    padding-left: 4vw;
  }
  .ct_bg .editorArea01 h5 {
    font-size: 4.5vw;
    text-align: left;
  }
  .ct_bg .editorArea01 p,
  .ct_bg .editorArea01 h3 + h4 {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 ul {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 ul li {
    padding-left: 5vw;
  }
  .ct_bg .editorArea01 ul li:not(:first-child) {
    margin-top: 1.25vw;
  }
  .ct_bg .editorArea01 ul li:before {
    width: 1.5vw;
    height: 1.5vw;
  }
  .ct_bg .editorArea01 ol {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 ol li:not(:first-child) {
    margin-top: 1.25vw;
  }
  .ct_bg .editorArea01 ol li:before {
    margin-right: 2.5vw;
  }
  .ct_bg .editorArea01 table {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 table th {
    padding: 2.5vw;
  }
  .ct_bg .editorArea01 table td {
    padding: 2.5vw;
  }
  .ct_bg .editorArea01 .movie01 {
    margin-top: 5vw;
  }
  .ct_bg .editorArea01 .movie01 > a:hover {
    opacity: 1.0;
  }
  .ct_bg .editorArea01 .movie01 > a::before {
    width: 30vw;
    height: 30vw;
  }
  .ct_bg .editorArea01 .wrap01:has(.btn08) {
    margin-top: 5vw;
    column-gap: 4vw;
  }
  .ct_bg .editorArea01 .wrap01:has(> .btn08:nth-of-type(2)) .btn08 {
    width: 46.6%;
    min-width: inherit;
  }
  .ct_bg .editorArea01 .edCol01 {
    width: 100%;
    row-gap: 1.25vw;
  }
  .ct_bg .editorArea01 .edCol01:nth-child(n+2),
  .ct_bg .editorArea01 .edCol01:nth-child(n+3) {
    margin-top: 10vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 {
    padding: 5vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 > .title01 {
    font-size: 5.5vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 > .title02 {
    font-size: 5vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 > .text01 {
    font-size: 4vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 > .text02 {
    font-size: 4vw;
  }
  .ct_bg .editorArea01 .edCol01 .box01 > .title01:not(:first-child),
  .ct_bg .editorArea01 .edCol01 .box01 > .title02:not(:first-child),
  .ct_bg .editorArea01 .edCol01 .box01 > .text01:not(:first-child),
  .ct_bg .editorArea01 .edCol01 .box01 > .text02:not(:first-child),
  .ct_bg .editorArea01 .edCol01 .box01 > .text03:not(:first-child) {
    margin-top: 3.75vw;
  }
  [data-ruby]::before {
    top: -1em;
    font-size: 3vw;
    white-space: nowrap;
  }
  .ct_bg .textArea01 [data-ruby]::before {
    top: -.8em;
    font-size: 2vw;
  }
}



/* contents
*****************************************/
.ct_bg .contents01 {
  padding-top: 110px;
}
.ct_bg .mainArea01 {
  position: relative;
  padding: 12px 0 55px;
  background: url(../img/bg_common03.png) repeat 0 0;
}
.ct_bg .mainArea01.type01 {
  background-size: contain;
  background-image: url(../../img/bg_index01_pc.png);
}
.ct_bg .mainArea01 .info {
  margin: 0 auto 20px;
  width: 1000px;
  background-color: #fff;
}
.ct_bg .mainArea01 .info a{
  padding: 10px 20px;
  display: block;
  background-color: #fffcd1;
  border: solid 3px #fff100;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
  color: red;
  text-decoration: none;
}
.ct_bg .mainArea01 .info a:hover{
  text-decoration: underline;
  opacity: 0.7;
}
.ct_bg .slideArea01 {
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
}
.ct_bg .slider01 {
  max-width: 614px;
  margin: 0 auto;
}
.ct_bg .slider01 .slick-list {
  overflow: visible;
}
.ct_bg .slider01 .slick-slide {
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}
.ct_bg .slider01 .slick-slide a {
  position: relative;
  display: block;
}
.ct_bg .slider01 .item01 {
  border: 2px solid #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.ct_bg .slider01  > .item01:not(:first-child){
  display: none;
}
.ct_bg .slider01 .slick-slide a::before {
  opacity: 0;
}
.ct_bg .slider01 .slick-slide a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.5);
  transition: opacity .5s;
  opacity: 0;
  content: "";
}
.ct_bg .slider01 .slick-slide a:hover::after {
  opacity: 1.0;
}
.ct_bg .slider01 .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -5px;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.ct_bg .slider01 .slick-arrow:before {
  content: "";
}
.ct_bg .slider01 .slick-arrow.slick-prev {
  background: url(../../img/prev_btn01_off.png) no-repeat 0 0 / cover;
  transition: .5s;
}
.ct_bg .slider01 .slick-arrow.slick-prev:hover {
  background: url(../../img/prev_btn01_on.png) no-repeat 0 0 / cover;
}
.ct_bg .slider01 .slick-arrow.slick-next {
  background: url(../../img/next_btn01_off.png) no-repeat 0 0 / cover;
  transition: .5s;
  right: -30px;
}
.ct_bg .slider01 .slick-arrow.slick-next:hover {
  background: url(../../img/next_btn01_on.png) no-repeat 0 0 / cover;
}
.ct_bg .slider01 .slick-dots {
  position: relative;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ct_bg .slider01 .slick-dots > li {
  width: 60px;
  height: 8px;
}
.ct_bg .slider01 .slick-dots > li > button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  background-color: #fff;
  transition: background .3s;
}
.ct_bg .slider01 .slick-dots > li > button:hover {
  background-color: #FD8204;
}
.ct_bg .slider01 .slick-dots > li.slick-active > button {
  background-color: #FD8204;
}
.ct_bg .slider01 .slick-dots > li > button::before {
  content: none;
}
.ct_bg .slider01 .slick-dots > li > button:not(:first-child) {
  display: none;
}
.ct_bg .frameArea01 {
  position: relative;
  padding: 12px 40px 20px;
}
.ct_bg .frameArea01.type02 > .inner01 {
  max-width: 1060px;
}
.ct_bg .frameArea01:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 12px;
  border-top: 2px solid rgba(0, 0, 0, 0.10);
  border-bottom: 2px solid rgba(0, 0, 0, 0.10);
  background: linear-gradient(270deg, #CDE0E2 0%, #96A3A8 35.94%, #CDE0E2 69.79%, #96A3A8 100%);
}
.ct_bg .frameArea01 > .inner01 {
  margin: 0 auto;
  max-width: 1060px;
}
.ct_bg .frameArea01 > .inner01:has(.editorArea01) {
  max-width: 1000px;
}
.ct_bg .frameArea02 {
  position: relative;
  margin-top: 100px;
  padding: 30px 30px 50px;
  background-color: #fff;
}
.ct_bg .frameArea02:first-child {
  margin-top: 60px;
}
.ct_bg .frameArea12 {
  position: relative;
  margin: 60px auto 0;
  padding: 40px 50px 50px;
  max-width: 1060px;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
}
.ct_bg .frameArea12:has(.heading06):not(:first-child) {
  margin-top: 100px;
}
 .ct_bg .itemSearch01 + .frameArea12:not(:first-child) {
  margin-top: 80px;
}
.ct_bg .itemSearch01 + .frameArea12:not(:has(.heading06)) {
  margin-top: 60px;
}
.ct_bg .frameArea12 > .bgImg01 {
  position: absolute;
  top: -50px;
  right: 8px;
  width: 166px;
}
.ct_bg .frameArea12 > .bgImg02 {
  position: absolute;
  top: -85px;
  left: 10px;
  width: 136px;
}
.ct_bg .frameArea12 > .image01 {
  margin-top: 30px;
}
.ct_bg .frameArea12 > .image02 {
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
.ct_bg .frameArea12 > .image02 > a {
  display: block;
  aspect-ratio: 16 / 9;
  position: relative;
  transition: opacity .3s;
  z-index: 1;
}
.ct_bg .frameArea12 > .image02 > a:hover {
  opacity: .6;
}
.ct_bg .frameArea12 > .image02 > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 180px;
  height: 180px;
  background: url(../img/icon_common14.svg) no-repeat 0 0/100%;
  content: "";
  z-index: 2
}
.ct_bg .frameArea12 > .image02 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 1;
  content: "";
}
.ct_bg .frameArea12 > .image02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ct_bg .frameArea12 > .text01 {
  margin-top: 30px;
}
.ct_bg .subSection01:not(:first-child) {
  margin-top: 100px;
}
.ct_bg .subSection02 {
  margin-top: 30px;
}
.ct_bg .subSection03 {
  margin-top: 50px;
}
.ct_bg .subSection03:first-child {
  margin-top: 0;
}
.ct_bg .subSection04:not(:first-child) {
  margin-top: 60px;
}
.ct_bg .bgImg02 + .subSection04 {
  margin-top: 0 !important;
}
.ct_bg .heading01 {
  text-align: center;
}
.ct_bg .heading01 img {
  min-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.ct_bg .heading02 {
  padding: 10px;
  background-color: #2C2A25;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.ct_bg .heading03 {
  margin: 0 auto;
  max-width: 366px;
}
.ct_bg .heading06 {
  position: absolute;
  top: -46px;
  left: 50%;
  margin-left: -45%;
  padding: 24px 20px;
  width: 90%;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.ct_bg .heading06::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #CDE0E2 0%, #96A3A8 35.94%, #CDE0E2 69.79%, #96A3A8 100%);
  transform: skew(-10deg);
}
.ct_bg .heading06::after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: linear-gradient(180deg, #006BB4 0%, #044685 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50) inset;
  transform: skew(-10deg);
}
.ct_bg .heading06 > span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.ct_bg .heading06 > .icon01 {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 68px;
  text-align: left;
}
.ct_bg .heading06 > .icon01::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  content: "";
  width: 50px;
  height: 40px;
  background: no-repeat 0 0 / cover;
}
.ct_bg .heading06 > .icon01.type01::before {
  background-image: url(../img/icon_common04.svg);
}
.ct_bg .heading06 > .icon01.type02::before {
  background-image: url(../img/icon_common05.svg);
}
.ct_bg .heading06 > .icon01.type03::before {
  background-image: url(../img/icon_common06.svg);
}
.ct_bg .heading06 > .icon01.type04::before {
  background-image: url(../img/icon_common07.svg);
}
.ct_bg .heading06 > .icon01.type05::before {
  background-image: url(../img/icon_common08.svg);
}
.ct_bg .heading07 {
  padding: 4px 10px 6px;
  background-color: #2C2A25;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.ct_bg .heading08 {
  display: inline;
  position: relative;
  margin-top: 10px;
  background: linear-gradient(transparent 70%, #FCDA01 0%);
  font-family: 'M PLUS 1', sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.ct_bg .day01 {
  margin-top: 20px;
  text-align: right;
}
.ct_bg .btn05 {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.ct_bg .btn05 > a {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 25px 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, #63656A 0%, #111821 100%);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: all .3s;
}
.ct_bg .btn05 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, #111821 0%, #63656A 100%);
  transition: opacity .3s;
  opacity: 0;
}
.ct_bg .btn05 > a:hover::after {
  opacity: 1.0;
}
.ct_bg .btn05 > a > .inner01 {
  display: block;
  position: relative;
  z-index: 3;
  padding-left: 30px;
  text-align: left;
}
.ct_bg .btn05 > a > .inner01::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
}
.ct_bg .btn06 {
  margin-top: 10px;
}
.ct_bg .btn06 > a {
  position: relative;
  display: table;
  padding: 10px 20px 8px;
  border: 2px solid rgba(99, 101, 106, 0.40);
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff 0%, #E4E1E5 100%);
  font-family: 'M PLUS 1', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.6s;
}
.ct_bg .btn06 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, #E4E1E5 0%, #fff 100%);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s;
}
.ct_bg .btn06 > a:hover::after {
  opacity: 1.0;
}
.ct_bg .btn06 > a > .inner01 {
  display: block;
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
.ct_bg .btn06 > a > .inner01::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  transform: translateY(-50%);
  margin-top: -2px;
  width: 21px;
  height: 26px;
  background: url(../img/icon_common02.svg) no-repeat 0 0 / 100%;
}
.ct_bg .btn07 {
  margin-top: 30px;
}
.ct_bg .btn07 > a {
  position: relative;
  display: block;
  padding: 15px 20px 13px;
  border: 2px solid #00609C;
  border-radius: 100vmax;
  background: linear-gradient(180deg, #25CAD2 0%, #00609C 100%);
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  text-shadow: 2px 2px 0 #00609C, -2px -2px 0 #00609C, -2px 2px 0 #00609C, 2px -2px 0 #00609C, 0px 2px 0 #00609C, 0 -2px 0 #00609C, -2px 0 0 #00609C, 2px 0 0 #00609C;
  text-decoration: none;
  transition: all 0.6s;
  z-index: 1;
  overflow: hidden;
}
.ct_bg .btn07 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #00609C 0%, #25CAD2 100%);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s;
}
.ct_bg .btn07 > a:hover::after {
  opacity: 1.0;
}
.ct_bg .btn07 > a > .inner01 {
  position: relative;
  z-index: 3;
  padding-left: 54px;
}
.ct_bg .btn07 > a > .inner01::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  transform: translateY(-50%);
  margin-top: -3px;
  width: 38px;
  height: 39px;
  background: url(../img/icon_common11.svg) no-repeat 0 0 / 100%;
}
.ct_bg .btn07 > a > .inner01.reserve::after {
  width: 34px;
  height: 35px;
  margin-top: 0;
  left: 5px;
  background: url(../img/icon_common12.svg) no-repeat 0 0 / 100%;
}
.ct_bg .btn07 > a > .inner01.waiting::after {
  width: 43px;
  height: 33px;
  margin-top: 1px;
  background: url(../img/icon_common13.svg) no-repeat 0 0 / 100%;
}

.ct_bg .btn08 {
  display: table;
  min-width: 300px;
}
.ct_bg .btn08 > a {
  position: relative;
  display: block;
  padding: 15px 20px 15px;
  border: 2px solid rgba(99, 101, 106, 0.40);
  border-radius: 5px;
  background: linear-gradient(180deg, #FFF 0%, #E4E1E5 100%);
  color: #111821;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: all 0.6s;
  overflow: hidden;
}
.ct_bg .btn08 > a > .inner01 {
  position: relative;
  z-index: 5;
  display: block;
  padding-left: 20px;
}
.ct_bg .btn08 > a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #E4E1E5 0%, #FFF 100%);
  opacity: 0;
  transition: all 0.6s;
  transition: opacity 0.3s;
}
.ct_bg .btn08 > a:hover:before {
  opacity: 1;
}
.ct_bg .btn08 > a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: '';
  background-color: #111821;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  width: 10px;
  height: 12px;
}
.ct_bg .list07 {
  display: flex;
  flex-wrap: wrap;
}
.ct_bg .list07 > li {
  position: relative;
  margin: 12px 10px 0 0;
  padding-left: 21px;
  font-family: 'M PLUS 1', sans-serif;
}
.ct_bg .list07 > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_common10.svg) no-repeat 0 0 / cover;
}
.ct_bg .wrap01:has(.col01) {
  margin-top: 30px;
  gap: 30px 0;
}
.ct_bg .col01 {
  width: 48.95%;
}
.ct_bg .col01 > .image01 > a {
  display: block;
  aspect-ratio: 470 / 260;
  overflow: hidden;
  position: relative;
  transition: opacity .3s;
}
.ct_bg .col01 > .image01 > a:hover {
  opacity: .6;
}
.ct_bg .col01 > .image01 > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url(../img/icon_common14.svg) no-repeat 0 0 / 100%;
  content: "";
  z-index: 2;
}
.ct_bg .col01 > .image01 > a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  content: "";
}
.ct_bg .col01 > .image01 > a > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ct_bg .col01 > .title01 {
  margin-top: 10px;
}
.ct_bg .col13 {
  margin-top: 20px;
  width: 51.54%;
}
.ct_bg .col13 > .text01 {
  margin-top: 10px;
  font-size: 12px;
}
.ct_bg .col14 {
  margin-top: 20px;
  width: 44.32%;
}
.ct_bg .col14 > .text01 {
  margin-top: 10px;
}
.ct_bg .col14 > .text01:first-child {
  margin-top: 0;
}
.ct_bg .col14 > .text01 + .btn06 {
  margin-top: 30px;
}
.ct_bg .col14 > .text02 {
  margin-top: 10px;
  font-size: 14px;
}
.ct_bg .col14 > .text03 {
  margin-top: 10px;
  font-size: 12px;
}
.ct_bg .col14 > .text03:first-child {
  margin-top: 0;
}
.ct_bg .topMovie01 {
  max-width: 1000px;
  margin: 30px auto 0;
}
.ct_bg .infoArea01 {
  position: relative;
  padding: 30px 0 20px;
  background-color: #FFDF00;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.ct_bg .infoArea01 > .title01 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #FFDF00;
  text-align: center;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}
.ct_bg .infoArea02 {
  position: relative;
  margin: 100px auto 0;
  max-width: 1060px;
  padding: 20px;
  border: 10px solid #111821;
  background-color: #fff;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.20);
}
.ct_bg .infoArea02 > .title01 {
  position: absolute;
  top: -50px;
  left: -10px;
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #111821;
  color: #FFF;
  text-align: center;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}
.ct_bg .slider02 {
  max-width: 610px;
  margin: 0 auto;
}
.ct_bg .slider02 .slick-list {
  overflow: visible;
}
.ct_bg .slider02 .slick-slide {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.ct_bg .slider02 .slick-slide a {
  position: relative;
  display: block;
}
.ct_bg .slider02 .item01 {
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.ct_bg .slider02 > .item01:not(:first-child) {
  display: none;
}
.ct_bg .slider02 .slick-slide a::before {
  opacity: 0;
}
.ct_bg .slider02 .slick-slide a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.5);
  transition: opacity .5s;
  opacity: 0;
  content: "";
}
.ct_bg .slider02 .slick-slide a:hover::after {
  opacity: 1.0;
}
.ct_bg .slider02 .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-top: -5px;
  border: none;
  box-sizing: border-box;
}
.ct_bg .slider02 .slick-arrow:before {
  content: "";
}
.ct_bg .slider02 .slick-arrow.slick-prev {
  left: -24px;
  background: url(../../img/prev_btn02_off.png) no-repeat 0 0 / cover;
  transition: .5s;
}
.ct_bg .slider02 .slick-arrow.slick-prev:hover {
  background: url(../../img/prev_btn02_on.png) no-repeat 0 0 / cover;
}
.ct_bg .slider02 .slick-arrow.slick-next {
  right: -30px;
  background: url(../../img/next_btn02_off.png) no-repeat 0 0 / cover;
  transition: .5s;
}
.ct_bg .slider02 .slick-arrow.slick-next:hover {
  background: url(../../img/next_btn02_on.png) no-repeat 0 0 / cover;
}
.ct_bg .slider02 .slick-dots {
  height: auto;
  margin-top: 2px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ct_bg .slider02 .slick-dots > li {
  width: 40px;
  height: 8px;
}
.ct_bg .slider02 .slick-dots > li > button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  background-color: #fff;
  transition: background .3s;
}
.ct_bg .slider02 .slick-dots > li > button:hover {
  background-color: #FD8204;
}
.ct_bg .slider02 .slick-dots > li.slick-active > button {
  background-color: #FD8204;
}
.ct_bg .slider02 .slick-dots > li > button::before {
  content: none;
}
.ct_bg .slider02 .slick-dots > li > button:not(:first-child) {
  display: none;
}
.ct_bg .slideArea02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ct_bg .slider03 {
  margin-top: 3px;
  width: 83.3%;
  position: relative;
}
.ct_bg .slider03::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  margin-top: calc(-1em - 10px);
  background: url(../img/icon_common14.svg) no-repeat 0 0 / 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.ct_bg .slider03 .item01 .image01 a {
  transition: opacity .3s;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.ct_bg .slider03 .item01 .image01 a:hover {
  opacity: .6;
}
.ct_bg .slider03 .item01 .image01 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct_bg .slider03 .item01 .text01 {
  margin-top: 10px;
}
.ct_bg .slider03thum {
  width: 15.6%;
}
.ct_bg .slider03thum .slick-list {
  height: auto !important;
}
.ct_bg .slider03thum .draggable {
  overflow: hidden;
}
.ct_bg .slider03thum .slick-arrow {
  position: absolute;
  z-index: 2;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 100%;
  height: 30px;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.ct_bg .slider03thum .slick-arrow:before {
  content: "";
}
.ct_bg .slider03thum .slick-arrow.slick-prev {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  transition: .5s;
}
.ct_bg .slider03thum .slick-arrow.slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  margin: -5px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #111821 transparent transparent transparent;
  opacity: .5;
  transition: opacity .3s;
}
.ct_bg .slider03thum .slick-arrow.slick-prev:hover::before {
  opacity: 1.0;
}
.ct_bg .slider03thum .slick-arrow.slick-next {
  top: 0;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  transition: .5s;
}
.ct_bg .slider03thum .slick-arrow.slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  margin: -5px 0 0 -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #111821 transparent;
  opacity: .5;
  transition: opacity .3s;
}
.ct_bg .slider03thum .slick-arrow.slick-next:hover::before {
  opacity: 1.0;
}
.ct_bg .thumbnList01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ct_bg .thumbnList01 > li {
  margin: 10px 0 0 2%;
  width: 18.4%;
  cursor: pointer;
  transition: opacity .3s;
}
.ct_bg .thumbnList01 > li:hover {
  opacity: .6;
}
.ct_bg .thumbnList01 > li:nth-child(5n+1) {
  margin-left: 0;
}
.ct_bg .wrapper01 {
  position: relative;
  z-index: 2;
  padding: 40px 20px 25px;
}
.ct_bg .itemSearch01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 32px;
}
.ct_bg .itemSearch01 > li {
  width: 48.4375%;
}
.ct_bg .itemSearch01 > li > .inner01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding: 0 10px 0 16px;
  border-radius: 10px;
  border: 4px solid #111821;
  background-color: #FCDA01;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.10);
  text-decoration: none;
  overflow: hidden;
  transition: background .3s;
}
.ct_bg .itemSearch01 > li > .inner01:not(:has(.image01)) {
  flex-direction: row;
  min-height: 84px;
}
.ct_bg .itemSearch01 > li > .inner01::before {
  position: absolute;
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: #fff;
  top: 0;
  right: 0;
  width: 170px;
  height: 100%;
  content: "";
}
.ct_bg .itemSearch01 > li > .inner01:not(:has(.image01))::before {
  content: none;
}
.ct_bg .itemSearch01 > li > .inner01:not(:has(.image01))::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 17px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #111821;
  content: "";
}
.ct_bg .itemSearch01 > li > a.inner01:hover {
  background-color: #FD8204;
}
.ct_bg .itemSearch01 > li > .inner01 > .text01 {
  position: relative;
  width: calc(100% - 180px);
  color: #111821;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}
.ct_bg .itemSearch01 > li > .inner01 > .image01 {
  position: relative;
  width: 135px;
}
.ct_bg .frameArea01 .itemSearch01 > li > .inner01 > .image01 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.ct_bg .frameArea12 .itemSearch01 > li > a {
  border: 4px solid #FD8204;
  min-height: 150px;
  padding: 6px 6px 6px 16px;
}
.ct_bg .frameArea12 .itemSearch01 > li > .inner01::before {
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 180px;
}
.ct_bg .frameArea12 .itemSearch01 > li > .inner01 > .image01 {
  width: 160px;
}
@media screen and (max-width: 1100px) {
  .ct_bg .itemSearch01 > li > .inner01 > .text01 {
    width: 11vw;
    font-size: 2.2vw;
  }
  .ct_bg .itemSearch01 > li > .inner01 > .image01 {
    width: 11.8vw;
  }
}
.ct_bg .goodsList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 30px;
}
.ct_bg .goodsList01 > li {
  width: 23.4%;
}
.ct_bg .goodsList01 > li:nth-child(4n+1) {
  margin-left: 0;
}

.ct_bg .goodsList01 > li > a.inner01 {
  display: block;
  text-decoration: none;
}

.ct_bg .goodsList01 > li > .inner01 > .image01 {
  position: relative;
  border: 1px solid #D9D9D9;
}
.ct_bg .goodsList01 > li > .inner01 > .image01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all .3s;
}

.ct_bg .goodsList01 > li > a.inner01:hover > .image01::before {
  opacity: .4;
}

.ct_bg .goodsList01 > li > .inner01 > .text01 {
  margin-top: 10px;
  color: #000;
  text-decoration: underline;
  transition: all .3s;
}
.ct_bg .goodsList01 > li > a.inner01:hover > .text01 {
  text-decoration: none;
}


.ct_bg .infoList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 10px;
  max-height: 180px;
  overflow-y: auto;
}
.ct_bg .infoList01 > dt {
  margin-top: 20px;
  width: 81px;
  font-size: 14px;
  font-weight: normal;
}
.ct_bg .infoList01 > dt:first-child,
.ct_bg .infoList01 > dt:first-child + dd {
  margin-top: 0;
}
.ct_bg .infoList01 > dd {
	margin-top: 20px;
	width: calc(100% - 101px);
  font-size: 14px;
}
.ct_bg .infoList01 > dd > a {
  color: #111821;
}
.ct_bg .infoList01 > dd > a:hover {
  text-decoration: none;
}
.ct_bg .infoList01 > dd .icon01 {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 5px 0;
  background-color: #BC0C00;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.ct_bg .pagination01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.ct_bg .pagination01 > li > a,
.ct_bg .pagination01 > li > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #111821;
  background: #FFF;
  color: #111821;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}
.ct_bg .pagination01 > li > a:hover,
.ct_bg .pagination01 > li > span {
  background: #111821;
  color: #FCDA01;
}
.ct_bg .catList01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  max-width: calc(100% - 130px);
  margin-bottom: 10px;
}
.ct_bg .catList01 > li {
  margin: 5px 10px 0 0;
}
.ct_bg .catList01 > li > a {
  display: block;
  padding: 6px 10px;
  background-color: #00609C;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 800;
  transition: all .3s;
}
.ct_bg .catList01 > li  > a:hover {
  opacity: .6;
}
.ct_bg .catchTxt01 {
  margin-top: 15px;
  color: #111821;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ct_bg .youtube {
  margin-top: 40px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ct_bg .youtube iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ct_bg .relationList01 > li {
  margin-top: 10px;
}
.ct_bg .relationList01 > li > a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 40px;
  background: #F4F3F5;
  color: #000;
}
.ct_bg .relationList01 > li > a:hover {
  text-decoration: none;
}
.ct_bg .relationList01 > li > a::before {
  position: absolute;
  top: 1.3em;
  left: 15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111821;
}
.ct_bg .copyrightTxt01 {
  margin-top: 60px;
  font-size: 12px;
  color: #fff;
}
.ct_bg .copyrightTxt01 + .copyrightTxt01 {
  margin-top: 15px;
}
.fancybox-container .modal01 {
  opacity: 1;
}
.fancybox-close-small {
    width: 64px;
    height: 64px;
    opacity: 1;
	background-color: #eee;
	border-radius: 50px;
	border: 2px solid #fff;
}
.fancybox-close-small:hover {
	opacity: .7;
}
.ct_bg .modalBtn01 {
  position: relative;
  border: 2px solid #D8262F;
  color: #D8262F;
  border-radius: 5px;
  max-width: 960px;
  margin-top: 30px;
  margin-inline: auto;
  padding: 5px 10px 7px 30px;
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: 'M PLUS 1', sans-serif;
  text-decoration: none;
  transition: background-color .3s;
}
.ct_bg .modalBtn01:hover {
  background-color: #FFFDA7;
}
.ct_bg a.modalBtn01 {
  display: block;
}
.ct_bg .modalBtn01::before {
  position: absolute;
  background-color: #D8262F;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
}
.ct_bg .frameArea02:has( >.txt01 ) {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ct_bg .txt01 {
  font-family: 'M PLUS 1', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ct_bg .contents01 {
    padding-top: 0;
  }
  .ct_bg .mainArea01 {
    padding: 5vw 0 11.25vw;
  }
  .ct_bg .slideArea01 {
    padding: 0;
  }
  .ct_bg .slider01 {
    max-width: inherit;
    width: 100%;
  }
  .ct_bg .slider01 .slick-slide {
    margin-left: 1.25vw;
    margin-right: 1.25vw;
  }
  .ct_bg .slider01 .item01 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .ct_bg .slider01 .slick-slide a:hover::after {
    opacity: 0;
  }
  .ct_bg .slider01 .slick-arrow {
    width: 9vw;
    height: 9vw;
    margin-top: -1vw;
  }
  .ct_bg .slider01 .slick-arrow.slick-prev {
    left: 1vw;
  }
  .ct_bg .slider01 .slick-arrow.slick-prev:hover {
    background: url(../../img/prev_btn01_off.png) no-repeat 0 0 / cover;
  }
  .ct_bg .slider01 .slick-arrow.slick-next {
    right: .6vw;
  }
  .ct_bg .slider01 .slick-arrow.slick-next:hover {
    background: url(../../img/next_btn01_off.png) no-repeat 0 0 / cover;
  }
  .ct_bg .slider01 .slick-dots {
    margin-top: 1.25vw;
    gap: 2.5vw;
  }
  .ct_bg .slider01 .slick-dots > li {
    width: 10vw;
    height: 1.5vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ct_bg .slider01 .slick-dots > li > button:hover {
    background-color: #fff;
  }
  .ct_bg .frameArea01 {
    position: relative;
    padding: 2.5vw 2.5vw 5vw;
  }
  .ct_bg .frameArea01:before {
    height: 2.5vw;
  }
  .ct_bg .frameArea02 {
    padding: 3.75vw 3.75vw 12.5vw;
    margin-top: 15vw;
  }
  .ct_bg .frameArea02:first-child {
    margin-top: 7.5vw;
  }
  .ct_bg .frameArea12 {
    position: relative;
    margin: 15vw auto 0;
    padding: 7.5vw 3.75vw 10vw;
    background-color: #fff;
  }
  .ct_bg .frameArea12:has(.heading06):not(:first-child) {
    margin-top: 22vw;
  }
  .ct_bg .itemSearch01 + .frameArea12:not(:first-child) {
    margin-top: 12.5vw;
  }
  .ct_bg .itemSearch01 + .frameArea12:not(:has(.heading06)) {
    margin-top: 10vw;
  }
  .ct_bg .frameArea12 > .bgImg01 {
    top: -13vw;
    right: -1vw;
    width: 32vw;
  }
  .ct_bg .frameArea12 > .bgImg02 {
    top: -22vw;
    left: 50%;
    transform: translateX(-50%);
    width: 34vw;
  }
  .ct_bg .frameArea12 > .image02 > a::before {
    width: 30vw;
    height: 30vw;
  }
  .ct_bg .subSection02 {
    margin-top: 7.5vw;
  }
  .ct_bg .subSection04:not(:first-child) {
    margin-top: 10vw;
  }
  .ct_bg .heading01 img {
    min-width: inherit;
  }
  .ct_bg .heading02 {
    padding: 2.5vw;
    font-size: 5vw;
  }
  .ct_bg .heading03 {
    width: 74.4%;
  }
  .ct_bg .heading06 {
    top: -6.25vw;
    margin-left: -45%;
    padding: 4.5vw 5vw 5.5vw;
    width: 90%;
    font-size: 5vw ;
  }
  .ct_bg .heading06.line02 {
    top: -10vw;
  }
  .ct_bg .heading06 > .icon01.type02 {
    padding-left: 13vw;
  }
  .ct_bg .heading06 > .icon01.type01,
  .ct_bg .heading06 > .icon01.type03 {
    padding-left: 13.5vw;
  }
  .ct_bg .heading06 > .icon01.type01::before,
  .ct_bg .heading06 > .icon01.type02::before,
  .ct_bg .heading06 > .icon01.type03::before {
    aspect-ratio: 40/32;
    width: 10vw;
    margin-top: -4vw;
    height: auto;
  }
  .ct_bg .heading06 > .icon01 {
    padding-left: 58px;
  }
  .ct_bg .heading06 > .icon01::before {
    margin-top: -16px;
    width: 40px;
    height: 32px;
  }
  .ct_bg .heading07 {
    padding-top: 1.7vw;
    padding-bottom: 1vw;
    font-size: 5vw;
  }
  .ct_bg .heading08 {
    font-size: 6vw;
    margin-top: 2.5vw;
  }
  .ct_bg .day01 {
    margin-top: 5vw;
  }
  .ct_bg .btn05 {
    margin-top: 10vw;
  }
  .ct_bg .btn05 > a {
    display: block;
    padding: 3.75vw 8.5% 5vw;
    font-size: 4.5vw;
  }
  .ct_bg .btn05 > a > .inner01 {
    padding-left: 7.5vw;
  }
  .ct_bg .btn05 > a > .inner01::before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
  }
  .ct_bg .btn05 > a::before {
    left: 7.5vw;
  }
  .ct_bg .btn05 > a::after {
    content: normal;
  }
  .ct_bg .btn06 {
    margin-top: 2.5vw;
  }
  .ct_bg .btn06 > a {
    padding: 2.5vw 20px;
    font-size: 4vw;
  }
  .ct_bg .btn06 > a::after {
    content: normal;
  }
  .ct_bg .btn06 > a > .inner01 {
    padding-left: 7.5vw;
  }
  .ct_bg .btn06 > a > .inner01::after {
    width: 5.25vw;
    height: 6.5vw;
    margin-top: 0;
  }
  .ct_bg .btn07 {
    margin-top: 7.5vw;
  }
  .ct_bg .btn07 > a {
    padding: 3.75vw 10px;
    font-size: 6vw;
  }
  .ct_bg .btn07 > a::after {
    content: normal;
  }
  .ct_bg .btn07 > a > .inner01 {
    padding-left: 13.5vw;
  }
  .ct_bg .btn07 > a > .inner01::after {
    width: 9vw;
    height: 9.25vw;
    margin-top: 0;
  }
  .ct_bg .btn07 > a > .inner01.reserve::after {
    width: 9vw;
    height: 9.25vw;
  }
  .ct_bg .btn07 > a > .inner01.waiting::after {
    width: 10.5vw;
    height: 8.25vw;
  }
  .ct_bg .btn08 > a {
    font-size: 4.5vw;
    padding: 3.25vw 4.5vw;
  }
  .ct_bg .btn08 > a:before {
    opacity: 0;
  }
  .ct_bg .btn08 > a:after {
    left: 5vw;
    width: 2.5vw;
    height: 3vw;
  }
  .ct_bg .btn08 > a > .inner01 {
    padding-left: 5vw;
  }
  .ct_bg .list07 {
    display: block;
  }
  .ct_bg .list07 > li {
    margin: 3.75vw 0 0;
    font-size: 4vw;
  }
  .ct_bg .list07 > li:not(:first-child) {
    margin-top: 2.5vw;
  }
  .ct_bg .wrap01:has(.col01) {
    margin-top: 7.5vw;
    gap: 7.5vw 0;
  }
  .ct_bg .col01 {
    width: 100%;
  }
  .ct_bg .col01 > .image01 > a:hover {
    opacity: 1.0;
  }
  .ct_bg .col01 > .image01 > a::before {
    width: 30vw;
    height: 30vw;
  }
  .ct_bg .col01 > .title01 {
    margin-top: 2.5vw;
  }
  .ct_bg .col13 {
    width: 100%;
    margin-top: 10vw;
  }
  .ct_bg .col13 > .text01 {
    font-size: 2.5vw;
  }
  .ct_bg .col14 {
    width: 100%;
  }
  .ct_bg .col14 > .text01 {
    font-size: 3.5vw;
  }
  .ct_bg .col14 > .text01 {
    font-size: 3.5vw;
  }
  .ct_bg .col14 > .text01 + .btn06 {
    margin-top: 7.5vw;
  }
  .ct_bg .col14 > .text02 {
    font-size: 3vw;
  }
  .ct_bg .col14 > .text03 {
    font-size: 2.5vw;
  }
  .ct_bg .infoArea01 {
    padding-top: 7vw;
    padding-bottom: 5vw;
  }
  .ct_bg .infoArea01 > .title01 {
    top: -3.75vw;
    padding: 1vw 7.5vw;
    font-size: 5vw;
  }
  .ct_bg .infoArea02 {
    position: relative;
    margin-top: 21.25vw;
    padding: 3vw;
    border: 8px solid #111821;
  }
  .ct_bg .infoArea02 > .title01 {
    top: -9vw;
    left: -8px;
    padding: 0.5vw 5vw 1vw;
    font-size: 4.5vw;
    border-radius: 5px 5px 0 0;
  }
  .ct_bg .slider02 {
    max-width: inherit;
    width: 100%;
  }
  .ct_bg .slider02 .item01 {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  .ct_bg .slider02 .slick-slide a:hover::after {
    opacity: 0;
  }
  .ct_bg .slider02 .slick-arrow {
    width: 9vw;
    height: 9vw;
  }
  .ct_bg .slider02 .slick-arrow.slick-prev {
    left: 1vw;
  }
  .ct_bg .slider02 .slick-arrow.slick-prev:hover {
    background: url(../../img/prev_btn02_off.png) no-repeat 0 0 / cover;
  }
  .ct_bg .slider02 .slick-arrow.slick-next {
    right: 1vw;
  }
  .ct_bg .slider02 .slick-arrow.slick-next:hover {
    background: url(../../img/next_btn02_off.png) no-repeat 0 0 / cover;
  }
  .ct_bg .slider02 .slick-dots {
    gap: 2.5vw;
  }
  .ct_bg .slider02 .slick-dots > li {
    width: 7.5vw;
    height: 1.25vw;
  }
  .ct_bg .slider02 .slick-dots > li > button:hover {
    background-color: #fff;
  }
  .ct_bg .slider03 {
    width: 100%;
  }
  .ct_bg .slider03::before {
    width: 30vw;
    height: 30vw;
    margin-top: 0;
    transform: translate(-50%,0);
    top: 10vw;
  }
  .ct_bg .slick-dotted.slick-slider {
    margin: 0;
  }
  .ct_bg .slider03 .item01 .image01 a:hover {
    opacity: 1.0;
  }
  .ct_bg .slider03 .item01 .text01 {
    margin-top: 10px;
  } 
  .ct_bg .slider03 .slick-arrow {
    position: absolute;
    z-index: 2;
    top: auto;
    left: auto;
    right: auto;
    bottom: -15px;
    transform: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: 0;
    border: none;
    box-sizing: border-box;
  }
  .ct_bg .slider03 .slick-arrow:before {
    content: "";
  }
  .ct_bg .slider03 .slick-arrow.slick-prev {
    left: 0;
  }
  .ct_bg .slider03 .slick-arrow.slick-prev::before,
  .ct_bg .slider03 .slick-arrow.slick-next::before {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .ct_bg .slider03 .slick-arrow.slick-prev::before {
    left: 0;
    border-width: 2.5vw 3.5vw 2.5vw 0;
    border-color: transparent #111821 transparent transparent;
  }
  .ct_bg .slider03 .slick-arrow.slick-next {
    right: 0;
  }
  .ct_bg .slider03 .slick-arrow.slick-next::before {
    right: 0;
    border-width: 2.5vw 0 2.5vw 3.5vw;
    border-color: transparent transparent transparent #111821;
  }
  .ct_bg .slider03 .slick-dots {
    height: auto;
    margin-top: 7.5vw;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5vw;
  }
  .ct_bg .slider03 .slick-dots > li {
    width: 2.5vw;
    height: 2.5vw;
  }
  .ct_bg .slider03 .slick-dots > li > button {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #E4E1E5;
  }
  .ct_bg .slider03 .slick-dots > li.slick-active > button {
    background-color: #FD8204;
  }
  .ct_bg .slider03 .slick-dots > li > button::before {
    content: none;
  }
  .ct_bg .slider03 .slick-dots > li > button:not(:first-child) {
    display: none;
  }
  .ct_bg .slider03thum {
    display: none;
  }
  .ct_bg .thumbnList01 > li {
    margin-top: 2.5vw;
  }
  .ct_bg .thumbnList01 > li:hover {
    opacity: 1.0;
  }
  .ct_bg .wrapper01 {
    padding: 5vw 2.5% 2.5vw;
  }
  .ct_bg .itemSearch01 {
    gap: 2.5vw 0 ;
    margin-top: 7.5vw;
  }
  .ct_bg .heading06.line02 + .itemSearch01 {
    margin-top: 10vw;
  }
  .ct_bg .itemSearch01 > li {
    width: 48.64%;
  }
  .ct_bg .itemSearch01 > li > a.inner01:hover {
    background-color: #FCDA01;
  }
  .ct_bg .itemSearch01 > li > .inner01::before {
    width: 18vw;
    clip-path: polygon(17% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .ct_bg .itemSearch01 > li > .inner01 > .text01 {
    width: calc(100% - 18vw);
    font-size: 4.5vw;
  }
  .ct_bg .itemSearch01 > li > .inner01 > .image01 {
    width: 15.5vw;
  }
  .ct_bg .frameArea12 .itemSearch01 > li {
    width: 100%;
  }
  .ct_bg .itemSearch01 > li > .inner01 {
    padding: .7vw .5vw .8vw 1.7vw;
  }
  .ct_bg .frameArea01 > .inner01 > .itemSearch01 {
    width: 97.36%;
    margin-inline: auto;
  }
  .ct_bg .frameArea01 .itemSearch01 > li > .inner01 {
    border-width: 3px;
  }
  .ct_bg .frameArea01 .itemSearch01 > li > .inner01 > .image01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .ct_bg .frameArea12 .itemSearch01 > li > .inner01 {
    padding: 1.8vw 2vw 1.8vw 4vw;
  }
  .ct_bg .frameArea12 .itemSearch01 > li > .inner01 > .image01 {
    width: 40vw;
  }
  .ct_bg .frameArea12 .itemSearch01 > li > .inner01::before {
    width: 45vw;
  }
  .ct_bg .frameArea12 .itemSearch01 > li > .inner01 > .text01 {
    width: calc(100% - 40vw);
    font-size: 7vw;
  }
  .ct_bg .itemSearch01 > li > .inner01:not(:has(.image01)) {
    padding-left: 2.75vw;
    min-height: 19.5vw;
    border-width: 4px;
  }
  .ct_bg .itemSearch01 > li > .inner01:not(:has(.image01))::after {
    width: 3.75vw;
    height: 3.25vw;
    right: 3vw;
  }
  .ct_bg .itemSearch01 > li > .inner01:not(:has(.image01)) > .text01 {
    font-size: 5vw;
    line-height: 1.2;
  }
  .ct_bg .goodsList01 {
    justify-content: space-between;
    gap: 7.5vw 0;
    margin-top: 5vw;
  }
  .ct_bg .heading06 + .goodsList01 {
    margin-top: 7.5vw;
  }
  .ct_bg .goodsList01 > li {
    margin-left: 0;
    width: 47.7%
  }
  .ct_bg .goodsList01 > li > .inner01 > .text01 {
    font-size: 3.5vw;
  }
  .ct_bg .goodsList01 > li > a.inner01:hover > .image01::before {
    opacity: 0;
  }
  .ct_bg .infoList01 {
    padding-right: 0;
  }
  .ct_bg .infoList01 > dt {
    width: 100%;
    font-size: 3vw;
  }
  .ct_bg .infoList01 > dt:not(:first-child) {
    margin-top: 2.5vw;
  }
  .ct_bg .infoList01 > dd {
    position: relative;
    margin-top: 1.25vw;
    width: 100%;
    font-size: 3vw;
  }
  .ct_bg .infoList01 > dt:first-child, .ct_bg .infoList01 > dt:first-child + dd {
    margin-top: 1.25vw;
  }
  .ct_bg .infoList01 > dd .icon01 {
    display: block;
    position: absolute;
    top: -6vw;
    left: 17.5vw;
    margin-right: 0;
    padding: 0 1.25vw;
    font-size: 2.5vw;
  }
  .ct_bg .pagination01 {
    margin-top: 7.5vw;
    gap: 2.5vw;
  }
  .ct_bg .pagination01 > li > a,
  .ct_bg .pagination01 > li > span {
    padding-bottom: 0;
    width: 8vw;
    height: 8vw;
    font-size: 3.5vw;
  }
  .ct_bg .pagination01 > li > a:hover {
    background: #FFF;
    color: #1F2871;
  }
  .ct_bg .catList01 {
    max-width: 100%;
  }
  .ct_bg .catList01 > li > a {
    font-size: 3vw;
    padding-bottom: 7px;
    padding-top: 5px;
  }
  .ct_bg .catList01 > li > a:hover {
    opacity: 1.0;
  }
  .ct_bg .catchTxt01 {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
  .ct_bg .relationList01 > li {
    margin-top: 10px;
  }
  .ct_bg .relationList01 > li > a {
    font-size: 3.5vw;
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 10vw;
  }
  .ct_bg .relationList01 > li > a::before {
    border-width: 1.25vw 0 1.25vw 2vw;
    left: 5vw;
    top: 5.5vw;
  }
  .ct_bg .copyrightTxt01 {
    font-size: 2.5vw;
    margin-top: 15vw;
  }
  .fancybox-close-small {
    width: 50px;
    height: 50px;
  }
  .fancybox-close-small:hover {
    opacity: 1;
  }
  .ct_bg .modalBtn01 {
    font-size: 3.5vw;
    width: 87.5%;
    margin-inline: auto;
    text-align: left;
  }
  .ct_bg .modalBtn01:hover {
    background-color: #fff;
  }
  .ct_bg .frameArea02:has( >.txt01 ) {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
  .ct_bg .txt01 {
    font-size: 6.25vw;
  }
}
.ct_bg .cf:after,
.ct_bg .col01 .image01:after {
  content: ' ';
  display: block;
  clear: both;
}
.ct_bg .sns_wrapper {
  display: table;
  margin: 120px auto 0;
}
.ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}
.ct_bg .snsBtn02 {
	display: flex;
	flex-wrap: wrap;
}
.ct_bg .snsBtn02 > li {
	margin: 14px 5px 0;
	line-height: 0;
}
body:has(.ct_bg) .fancybox-bg {
  background-color: #FD8204;
  opacity: .95;
}
@media screen and (max-width: 767px) {
  .ct_bg .sns_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 30vw;
  }
}
