@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  EXTEND
========================================================== */
/* ==========================================================
  FONT SIZES (rem)
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
#visual {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #visual {
    background-image: url(../img/top/img_top_pc.webp), url(../img/top/bg_top_pc.webp);
    background-size: auto 120%, auto 100%;
  }
}
@media screen and (min-width: 1921px) {
  #visual {
    background-size: 120%, auto 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #visual {
    background-size: 138vw;
  }
}
@media screen and (max-width: 767px) {
  #visual {
    background-image: url(../img/top/img_top_sp.webp), url(../img/top/bg_top_pc.webp);
    background-size: 100%, auto 100%;
  }
}
#visual .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #visual .inner {
    padding: min(4.8vw, 4rem) 0 min(8vw, 6rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner {
    padding: 12vw 0 50vw;
  }
}
#visual .inner .logoL5 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #visual .inner .logoL5 {
    width: min(20vw, 260px);
    margin-bottom: min(3.2vw, 2.6rem);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .logoL5 {
    width: 16vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .logoL5 {
    width: 30vw;
    margin-bottom: 6vw;
  }
}
#visual .inner h1 {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #visual .inner h1 {
    width: min(64vw, 846px);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner h1 {
    width: 54vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner h1 {
    width: 90vw;
  }
}
#visual .inner h2 {
  color: #fff;
  margin-bottom: min(3.2vw, 2.6rem);
}
@media screen and (min-width: 768px) {
  #visual .inner h2 {
    font-size: min(1.8vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner h2 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner h2:lang(en) {
    font-size: min(1.8vw, 1.375rem);
  }
}
#visual .inner .dateBox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem 0;
  text-align: center;
}
#visual .inner .dateBox dl {
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#visual .inner .dateBox dl dt {
  border-radius: 0 0 1.25rem 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox dl dt {
    font-size: min(1.6vw, 1.25rem);
    width: min(13vw, 10rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dt {
    font-size: 3.4vw;
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dt:lang(en) {
    padding: 1rem 0;
    width: 18vw;
  }
}
#visual .inner .dateBox dl.dateA dt {
  background: #1fadff;
}
#visual .inner .dateBox dl.dateB dt {
  background: #e45cdb;
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox dl dd {
    font-size: min(3.6vw, 3.25rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dd {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox dl dd:lang(en) {
    font-size: min(3.4vw, 3rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dd:lang(en) {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox dl dd span {
    font-size: min(1.6vw, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dd span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox dl dd span:lang(en) {
    font-size: 3vw;
  }
}
#visual .inner .dateBox .place {
  color: #fff;
  background: #333;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox .place {
    font-size: min(1.7vw, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .dateBox .place {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner .dateBox .place:lang(en) {
    font-size: min(1.6vw, 1.125rem);
  }
}

.content {
  position: relative;
}
.content .innerBox {
  background: url(../img/top/bg_black.webp) repeat center top/auto;
}
@media screen and (max-width: 767px) {
  .content .innerBox {
    background-size: 200%;
  }
}
.content .innerBox #info {
  background: url(../img/top/bg_gray.webp) repeat 0 0/110rem;
  padding: 6rem 0;
}
.content .innerBox #info .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox #info .infoBox {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: min(100% - 3rem, 1220px);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox #info .infoBox {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
  }
}
.content .innerBox #info .infoBox .topics {
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffa2ef), to(#77f4ff));
  background: linear-gradient(90deg, #ffa2ef 0%, #77f4ff 100%);
  padding: 0.4rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox #info .infoBox .topics {
    width: calc(100% - max(320px, 38%));
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox .topics {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.content .innerBox #info .infoBox .topics .topicsIn {
  border-radius: 0.6rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  padding: 1.4rem 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox #info .infoBox .topics .topicsIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox .topics .topicsIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.content .innerBox #info .infoBox .topics .topicsIn h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content .innerBox #info .infoBox .topics .topicsIn h1 {
    border-right: solid 3px #454545;
    padding-right: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox #info .infoBox .topics .topicsIn h1 {
    text-align: left;
    border-right: 0;
    border-bottom: solid 3px #454545;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox .topics .topicsIn h1 {
    text-align: center;
    border-bottom: solid 3px #454545;
    padding-bottom: 1rem;
  }
}
.content .innerBox #info .infoBox .topics .topicsIn ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content .innerBox #info .infoBox .topics .topicsIn ul {
    max-height: 200px;
    padding: 0 2rem 0 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox #info .infoBox .topics .topicsIn ul {
    text-align: left;
    padding: 1rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox .topics .topicsIn ul {
    max-height: 74vw;
    padding: 1rem 4rem 0 0;
  }
}
.content .innerBox #info .infoBox .topics .topicsIn ul::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.content .innerBox #info .infoBox .topics .topicsIn ul li {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.content .innerBox #info .infoBox .topics .topicsIn ul li:last-child {
  margin-bottom: 0;
}
.content .innerBox #info .infoBox .topics .topicsIn ul li dl dt {
  color: #e45cdb;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.content .innerBox #info .infoBox .topics .topicsIn ul li dl dd a {
  color: #e45cdb;
}
.content .innerBox #info .infoBox .topics .topicsIn ul li dl dd a:hover {
  text-decoration: underline;
}
.content .innerBox #info .infoBox .topics .topicsIn ul .simplebar-scrollbar:before {
  background: #000;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .content .innerBox #info .infoBox .rBox {
    width: max(300px, 34%);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox #info .infoBox .rBox {
    width: 90%;
  }
}
.content .innerBox #info .infoBox .rBox .txtNote {
  margin: 0.5rem 0 2rem;
}
.content .innerBox #info .infoBox .rBox .txtNote li {
  font-size: 0.875rem;
}
.content .innerBox #info .infoBox .rBox .xLink {
  position: relative;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #009cff;
  border-radius: 100rem;
  text-align: center;
  padding: 1.4rem 0;
}
.content .innerBox #info .infoBox .rBox .xLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  background: #000 url(../img/shared/btn_x.svg) no-repeat center center;
  background-size: 1.6rem;
  border-radius: 100%;
  width: 2rem;
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.content .innerBox #info .infoBox .rBox .mediaLink {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.6;
  text-decoration: none;
  background: #602fb6 url(../img/shared/img_arrow.svg) no-repeat center right 1.5rem/2rem;
  border-radius: 100rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 1rem;
}
:lang(en) .content .innerBox #info .infoBox .rBox .mediaLink {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  :lang(en) .content .innerBox #info .infoBox .rBox .mediaLink {
    background-position: center right 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox #info .infoBox .rBox .mediaLink {
    font-size: 1.125rem;
  }
}
.content .innerBox .sec {
  position: relative;
  color: #fff;
  padding-bottom: 8rem;
}
.content .innerBox .sec:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f0ff00;
  border-radius: 0 0 5rem 0;
  height: 6rem;
}
.content .innerBox .sec h1 {
  position: relative;
  color: #602fb6;
  font-size: 2.25rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  margin-bottom: 6rem;
}
.content .innerBox .sec h2 {
  color: #602fb6;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  border-radius: 0 0 5rem 0;
  padding: 1rem 1rem 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec h2 {
    font-size: 1.875rem;
  }
}
.content .innerBox .sec .inner {
  position: relative;
  text-align: left;
  width: min(100% - 3rem, 1220px);
  margin-inline: auto;
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec .inner {
    width: 70%;
  }
}
.content .innerBox .sec .bgImg {
  border: 0.2rem solid #fff;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0 0 3.125rem 0;
}
.content .innerBox .sec .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem 0;
  }
}
.content .innerBox .sec .listBox li {
  text-align: center;
  background: #fff;
}
.content .innerBox .sec .listBox li a {
  position: relative;
  display: block;
}
.content .innerBox .sec .listBox li a p {
  pointer-events: none;
  color: #6b6b6b;
  line-height: 1.4;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 18rem);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#titles:before {
    width: calc(15% + 18rem);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles:before {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .content .innerBox .sec#titles:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 22rem);
  }
}
@media screen and (min-width: 1921px) {
  :lang(en) .content .innerBox .sec#titles:before {
    width: calc(15% + 22rem);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .content .innerBox .sec#titles:before {
    width: 22rem;
  }
}
.content .innerBox .sec#titles h2 {
  background: #c3a0ff;
}
.content .innerBox .sec#titles .txtLarge {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .txtLarge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .txtLarge {
    font-size: 1.25rem;
  }
}
.content .innerBox .sec#titles .txtLarge span {
  color: #f0ff00;
}
.content .innerBox .sec#titles .txtLarge em {
  color: #f0ff00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .txtLarge em {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .txtLarge em {
    font-size: 1.5rem;
  }
}
.content .innerBox .sec#titles .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.content .innerBox .sec#titles .titleBox > li {
  background: #000;
  border: 0.2rem solid #fff;
  border-radius: 0 0 3.125rem 0;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox > li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .titleBox > li {
    width: 100%;
  }
}
.content .innerBox .sec#titles .titleBox > li:hover {
  border: 0.2rem solid #f0ff00;
}
.content .innerBox .sec#titles .titleBox > li a {
  display: block;
}
.content .innerBox .sec#titles .titleBox > li figure {
  background: #ccc;
}
.content .innerBox .sec#titles .titleBox > li .box {
  padding: 1rem;
}
.content .innerBox .sec#titles .titleBox > li .box .tag li {
  color: #000;
  border-radius: 100rem;
  display: inline-block;
  white-space: nowrap;
  padding: 0.1em 1em 0.2em;
  margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox > li .box .tag li {
    font-size: 0.875rem;
  }
}
.content .innerBox .sec#titles .titleBox > li .box .tag li.play {
  background: #eabddd;
}
.content .innerBox .sec#titles .titleBox > li .box .tag li.movie {
  background: #b6e5b2;
}
.content .innerBox .sec#titles .titleBox > li .box .titleName {
  color: #fff;
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox > li .box .titleName {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .titleBox > li .box .titleName {
    font-size: 4.4vw;
  }
}
.content .innerBox .sec#titles .titleBox > li .box .nhn a {
  color: #ffd800;
  text-decoration: underline;
}
.content .innerBox .sec#titles .titleBox.playBox {
  margin-bottom: 6rem;
}
.content .innerBox .sec#titles .titleBox.playBox > li {
  background: #000 url(../img/shared/img_arrow.svg) no-repeat bottom 1rem right 1rem/2rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox.playBox > li {
    width: calc((100% - 2rem) / 2);
  }
}
.content .innerBox .sec#titles .titleBox.movieBox > li {
  background: #000 url(../img/shared/img_arrow.svg) no-repeat bottom 1rem right 1rem/1.5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox.movieBox > li .titleName:lang(en) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .titleBox.movieBox > li .nhn:lang(en) {
    font-size: 0.875rem;
  }
}
.content .innerBox .sec#titles .featureBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem 0;
}
.content .innerBox .sec#titles .featureBox p {
  color: #3eb31a;
  font-size: 1.25rem;
}
.content .innerBox .sec#titles .featureBox .btnGreen {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  background: #3eb31a url(../img/shared/bg_arrow_white.svg) no-repeat left 2.5rem center/1.6rem;
  border-radius: 100rem;
  padding: 1.6rem 3rem 1.8rem 5rem;
}
.content .innerBox .sec#titles .featureBox .btnGreen span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .featureBox .btnGreen span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .featureBox .btnGreen span {
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#benefit:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 23rem);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#benefit:before {
    width: calc(15% + 23rem);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#benefit:before {
    width: 23rem;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .content .innerBox .sec#benefit:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 29rem);
  }
}
@media screen and (min-width: 1921px) {
  :lang(en) .content .innerBox .sec#benefit:before {
    width: calc(15% + 29rem);
  }
}
@media screen and (max-width: 767px) {
  :lang(en) .content .innerBox .sec#benefit:before {
    width: 29rem;
  }
}
.content .innerBox .sec#benefit .inner {
  text-align: center;
}
.content .innerBox .sec#benefit .inner h2 {
  background: #c3a0ff;
}
.content .innerBox .sec#benefit .inner .txtLarge {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#benefit .inner .txtLarge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#benefit .inner .txtLarge {
    font-size: 1.25rem;
  }
}
.content .innerBox .sec#benefit .inner .txtLarge em {
  color: #ffd800;
  font-weight: 700;
}
.content .innerBox .sec#benefit .inner .noteTxt {
  display: inline-block;
  text-align: center;
  background: #333;
  border-radius: 1rem;
  padding: 1.5rem 4rem;
  margin-top: 4rem;
}
.content .innerBox .sec#benefit .inner .listBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-inline: auto;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#benefit .inner .listBox {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#benefit .inner .listBox li {
    width: calc((100% - 2rem) / 2);
  }
}
.content .innerBox .sec#benefit .inner .single {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#benefit .inner .single {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#campaign:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 27rem);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#campaign:before {
    width: calc(15% + 27rem);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#campaign:before {
    width: 27rem;
  }
}
.content .innerBox .sec#campaign .inner {
  text-align: center;
}
.content .innerBox .sec#campaign .inner .single {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#campaign .inner .single {
    width: 80%;
  }
}
.content .innerBox .sec#campaign .inner .xLink {
  position: relative;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #009cff;
  border-radius: 100rem;
  text-align: center;
  line-height: 1.4;
  padding: 1.4rem 0;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#campaign .inner .xLink {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#campaign .inner .xLink {
    width: 80%;
  }
}
.content .innerBox .sec#campaign .inner .xLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  background: #000 url(../img/shared/btn_x.svg) no-repeat center center;
  background-size: 1.6rem;
  border-radius: 100%;
  width: 2rem;
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 18rem);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#boothMap:before {
    width: calc(15% + 18rem);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#boothMap:before {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) .content .innerBox .sec#boothMap:before {
    width: calc((100% - min(100% - 3rem, 1220px)) / 2 + 17rem);
  }
}
@media screen and (min-width: 1921px) {
  :lang(en) .content .innerBox .sec#boothMap:before {
    width: calc(15% + 17rem);
  }
}
.content .innerBox .sec#boothMap h2 {
  background: #c3a0ff;
}
.content .innerBox .sec#boothMap .map {
  margin-bottom: 6rem;
}
.content .innerBox .sec#boothMap .single {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .single {
    width: 80%;
  }
}
.content .innerBox .sec.notesBox {
  color: #000;
  text-align: left;
  background: url(../img/top/bg_gray.webp) repeat 0 0/110rem;
  padding: 4rem 0;
  margin-inline: auto;
}
.content .innerBox .sec.notesBox:before {
  display: none;
}
.content .innerBox .sec.notesBox dl {
  width: min(100% - 3rem, 1220px);
  margin-inline: auto;
}
.content .innerBox .sec.notesBox dl dt {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.content .innerBox .sec.notesBox dl dd ul li {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
:lang(en) .content .innerBox .sec.notesBox dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@supports (-webkit-touch-callout: none) {
  :lang(en) .content .innerBox .sec.notesBox dl dd ul li {
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
}
.content .innerBox .sec.notesBox dl dd ul li a {
  color: #000;
  text-decoration: underline;
}

.titleInner {
  color: #fff;
  overflow: hidden;
  padding-bottom: 2rem;
}
.titleInner figure {
  margin-bottom: 1rem;
}
.titleInner .txt {
  padding: 0 1em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .titleInner .txt {
    font-size: min(1.4vw, 1.25rem);
  }
}
.titleInner .txt em {
  color: #ffd800;
  font-weight: 700;
}
.titleInner .language {
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .titleInner .language {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .titleInner .language {
    width: 80%;
  }
}
.titleInner .language dt {
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3rem 0.5rem 0.5rem;
}
.titleInner .language dd {
  background: #fff;
  padding: 0.3rem 0.5rem 0.5rem;
}
.titleInner .benefit {
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .titleInner .benefit {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .titleInner .benefit {
    width: 80%;
  }
}
.titleInner .btn {
  display: block;
  color: #fff;
  background: #000 url(../img/shared/bg_arrow_white.svg) no-repeat center right 1rem/1.5rem;
  border-radius: 100rem;
  width: 8em;
  padding: 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .titleInner .btn {
    font-size: min(1.4vw, 1.25rem);
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  .titleInner .btn {
    margin: 0 auto 2vw;
  }
}
.titleInner .btn:lang(en) {
  width: 12em;
}
.titleInner.ltj {
  background: #6d2101;
}
.titleInner.ltj .language dd {
  color: #6d2101;
}
.titleInner.dcp {
  background: #063e52;
}
.titleInner.dcp .language dd {
  color: #063e52;
}
.titleInner.swr {
  background: #ba7a05;
}
.titleInner.swr .language dd {
  color: #ba7a05;
}
.titleInner.hhm {
  background: #26b396;
}
.titleInner.hhm .language dd {
  color: #26b396;
}

#cboxCurrent {
  display: none !important;
}