@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  EXTEND
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
#visual {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #visual {
    background-image: url(../img/top/bg_top_pc.jpg);
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  #visual {
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #visual {
    background-size: 150vw;
  }
}
@media screen and (max-width: 767px) {
  #visual {
    background-image: url(../img/top/bg_top_sp.jpg);
    background-size: 100%;
  }
}
#visual .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #visual .inner {
    padding: min(11.4vw, 10rem) 0 min(26vw, 22rem);
  }
}
@media screen and (max-width: 767px) {
  #visual .inner {
    padding: 12vw 0 56vw;
  }
}
#visual .inner p {
  -webkit-filter: drop-shadow(0 0 0.2rem rgb(255, 255, 255));
          filter: drop-shadow(0 0 0.2rem rgb(255, 255, 255));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #visual .inner p {
    width: min(76vw, 967px);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner p {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner p {
    width: 90vw;
  }
}
#visual .inner p span {
  display: block;
}
@media screen and (min-width: 768px) {
  #visual .inner p span {
    width: min(23vw, 290px);
    margin: 0 auto min(2vw, 2rem);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner p span {
    width: 13vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner p span {
    width: 28vw;
    margin: 0 auto 4vw;
  }
}
#visual .inner figure {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #visual .inner figure {
    width: min(102vw, 1360px);
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner figure {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner figure {
    width: 124vw;
  }
}

.content {
  position: relative;
}
.content:before {
  display: block;
  content: "";
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .content:before {
    background-image: url(../img/top/bg_content_pc.png);
    background-size: auto;
  }
}
@media screen and (min-width: 1921px) {
  .content:before {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content:before {
    background-image: url(../img/top/bg_content_sp.png);
    background-size: 100%;
  }
}
.content .innerBox {
  margin-top: -100vh;
  padding: 4rem 0;
}
.content .innerBox .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 .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 .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 6rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .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 .infoBox {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .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 .infoBox .topics {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.4rem 2rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .infoBox .topics {
    width: calc(100% - max(320px, 38%));
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .infoBox .topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .infoBox .topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin-bottom: 6vw;
  }
}
.content .innerBox .infoBox .topics h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content .innerBox .infoBox .topics h1 {
    border-right: solid 3px #454545;
    padding-right: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .infoBox .topics h1 {
    text-align: left;
    border-right: 0;
    border-bottom: solid 3px #454545;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .infoBox .topics h1 {
    text-align: center;
    border-bottom: solid 3px #454545;
    padding-bottom: 1rem;
  }
}
.content .innerBox .infoBox .topics ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content .innerBox .infoBox .topics ul {
    max-height: 200px;
    padding: 0 2rem 0 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .infoBox .topics ul {
    text-align: left;
    padding: 1rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .infoBox .topics ul {
    max-height: 74vw;
    padding: 1rem 4rem 0 0;
  }
}
.content .innerBox .infoBox .topics ul::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.content .innerBox .infoBox .topics ul li {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.content .innerBox .infoBox .topics ul li:last-child {
  margin-bottom: 0;
}
.content .innerBox .infoBox .topics ul li dl dt {
  color: #dc1068;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.content .innerBox .infoBox .topics ul li dl dd {
  background: url(../img/shared/bg_arrow_black.svg) no-repeat left top 0.3rem/1rem;
  padding-left: 1.6rem;
}
.content .innerBox .infoBox .topics ul li dl dd a {
  color: #dc1068;
}
.content .innerBox .infoBox .topics ul li dl dd a:hover {
  text-decoration: underline;
}
.content .innerBox .infoBox .topics ul .simplebar-scrollbar:before {
  background: #000;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .content .innerBox .infoBox .rBox {
    width: max(300px, 34%);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .infoBox .rBox {
    width: 90%;
  }
}
.content .innerBox .infoBox .rBox .txtNote {
  margin: 0.5rem 0 2rem;
}
.content .innerBox .infoBox .rBox .txtNote li {
  font-size: 0.875rem;
}
.content .innerBox .infoBox .rBox .mediaLink {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.6;
  text-decoration: none;
  background: #283084;
  border-radius: 1rem;
  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 .infoBox .rBox .mediaLink {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .infoBox .rBox .mediaLink {
    font-size: 1.125rem;
  }
}
.content .innerBox .infoBox .rBox .mediaLink:before {
  content: "";
  display: block;
  background: url(../img/shared/bg_arrow_white.svg) no-repeat center center/100%;
  width: 1.6rem;
  aspect-ratio: 1/1;
}
.content .innerBox .sec {
  margin-bottom: 6rem;
}
.content .innerBox .sec h1 {
  position: relative;
  background: #000;
  padding: 1rem 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec h1 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec h1 {
    margin-bottom: 3rem;
  }
}
.content .innerBox .sec h1 span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
  background: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec h1 span {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec h1 span {
    font-size: 2.125rem;
  }
}
.content .innerBox .sec h1 span.new {
  position: relative;
}
.content .innerBox .sec h1 span.new:after {
  pointer-events: none;
  font-size: 1rem;
  -webkit-text-fill-color: #fff;
  content: "NEW";
  color: #fff;
  border-radius: 100rem;
  background: -webkit-gradient(linear, left top, right top, from(#0ef), to(#3a68ff));
  background: linear-gradient(90deg, #0ef 0%, #3a68ff 100%);
  padding: 0.1rem 0.8rem 0.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: -5rem;
}
.content .innerBox .sec h1:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd800), to(#ff918d));
  background-image: linear-gradient(90deg, #ffd800 0%, #ff918d 100%);
  width: 100%;
  height: 0.3rem;
}
.content .innerBox .sec h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-radius: 100rem;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fb0), to(#ff403a));
  background: linear-gradient(90deg, #fb0 0%, #ff403a 100%);
  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 h3 {
  color: #ff739a;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-radius: 100rem;
  background: #fff;
  padding: 0.8rem 0.8rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec h3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec h3 {
    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 .bdImg {
  border: 2px solid #fff;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .bdImg {
    border-radius: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec .bdImg {
    border-radius: 2rem;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec .listBox li:hover {
    outline: solid 3px #f21e5a;
    outline-offset: -3px;
  }
}
.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;
}
.content .innerBox .sec .singleBox {
  margin-inline: auto;
}
.content .innerBox .sec .singleBox figure {
  margin-bottom: 1rem;
}
.content .innerBox .sec#titles .inner .txtLarge, .content .innerBox .sec#boothMap .inner .txtLarge {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .txtLarge, .content .innerBox .sec#boothMap .inner .txtLarge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .txtLarge, .content .innerBox .sec#boothMap .inner .txtLarge {
    font-size: 1.25rem;
  }
}
.content .innerBox .sec#titles .inner .txtLarge em, .content .innerBox .sec#boothMap .inner .txtLarge em {
  color: #f21e5a;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .txtLarge em, .content .innerBox .sec#boothMap .inner .txtLarge em {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .txtLarge em, .content .innerBox .sec#boothMap .inner .txtLarge em {
    font-size: 1.375rem;
  }
}
.content .innerBox .sec#titles .inner .titlesBox, .content .innerBox .sec#boothMap .inner .titlesBox {
  margin-bottom: 6rem;
}
.content .innerBox .sec#titles .inner .titlesBox .listBox, .content .innerBox .sec#boothMap .inner .titlesBox .listBox {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .titlesBox .listBox li, .content .innerBox .sec#boothMap .inner .titlesBox .listBox li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .sec#titles .inner .titlesBox .listBox li a, .content .innerBox .sec#boothMap .inner .titlesBox .listBox li a {
    padding-bottom: 1rem;
  }
}
.content .innerBox .sec#titles .inner .titlesBox .listBox li a figure, .content .innerBox .sec#boothMap .inner .titlesBox .listBox li a figure {
  aspect-ratio: 75/100;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .titlesBox .listBox li a p, .content .innerBox .sec#boothMap .inner .titlesBox .listBox li a p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .innerBox .sec#titles .inner .titlesBox .listBox li a p, .content .innerBox .sec#boothMap .inner .titlesBox .listBox li a p {
    font-size: 1rem;
  }
}
.content .innerBox .sec#titles .inner .titlesBox .featureBox, .content .innerBox .sec#boothMap .inner .titlesBox .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 .inner .titlesBox .featureBox p, .content .innerBox .sec#boothMap .inner .titlesBox .featureBox p {
  color: #3eb31a;
  font-size: 1.25rem;
}
.content .innerBox .sec#titles .inner .titlesBox .featureBox .btnGreen, .content .innerBox .sec#boothMap .inner .titlesBox .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 .inner .titlesBox .featureBox .btnGreen span, .content .innerBox .sec#boothMap .inner .titlesBox .featureBox .btnGreen span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .titlesBox .featureBox .btnGreen span, .content .innerBox .sec#boothMap .inner .titlesBox .featureBox .btnGreen span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .titlesBox .featureBox .btnGreen span, .content .innerBox .sec#boothMap .inner .titlesBox .featureBox .btnGreen span {
    display: block;
    font-size: 1rem;
  }
}
.content .innerBox .sec#titles .inner .benefitBox,
.content .innerBox .sec#titles .inner .campaignBox, .content .innerBox .sec#boothMap .inner .benefitBox,
.content .innerBox .sec#boothMap .inner .campaignBox {
  margin-bottom: 6rem;
}
.content .innerBox .sec#titles .inner .benefitBox .listBox,
.content .innerBox .sec#titles .inner .campaignBox .listBox, .content .innerBox .sec#boothMap .inner .benefitBox .listBox,
.content .innerBox .sec#boothMap .inner .campaignBox .listBox {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .benefitBox .listBox li,
  .content .innerBox .sec#titles .inner .campaignBox .listBox li, .content .innerBox .sec#boothMap .inner .benefitBox .listBox li,
  .content .innerBox .sec#boothMap .inner .campaignBox .listBox li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox,
  .content .innerBox .sec#titles .inner .campaignBox .singleBox, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox,
  .content .innerBox .sec#boothMap .inner .campaignBox .singleBox {
    width: min(100% - 3rem, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox,
  .content .innerBox .sec#titles .inner .campaignBox .singleBox, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox,
  .content .innerBox .sec#boothMap .inner .campaignBox .singleBox {
    width: 70%;
  }
}
.content .innerBox .sec#titles .inner .benefitBox .singleBox figure,
.content .innerBox .sec#titles .inner .campaignBox .singleBox figure, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox figure,
.content .innerBox .sec#boothMap .inner .campaignBox .singleBox figure {
  aspect-ratio: 16/9;
}
.content .innerBox .sec#titles .inner .benefitBox .singleBox p,
.content .innerBox .sec#titles .inner .campaignBox .singleBox p, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox p,
.content .innerBox .sec#boothMap .inner .campaignBox .singleBox p {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox p,
  .content .innerBox .sec#titles .inner .campaignBox .singleBox p, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox p,
  .content .innerBox .sec#boothMap .inner .campaignBox .singleBox p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox p,
  .content .innerBox .sec#titles .inner .campaignBox .singleBox p, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox p,
  .content .innerBox .sec#boothMap .inner .campaignBox .singleBox p {
    font-size: 1.25rem;
  }
}
.content .innerBox .sec#titles .inner .benefitBox .txtNote,
.content .innerBox .sec#titles .inner .campaignBox .txtNote, .content .innerBox .sec#boothMap .inner .benefitBox .txtNote,
.content .innerBox .sec#boothMap .inner .campaignBox .txtNote {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .benefitBox .txtNote,
  .content .innerBox .sec#titles .inner .campaignBox .txtNote, .content .innerBox .sec#boothMap .inner .benefitBox .txtNote,
  .content .innerBox .sec#boothMap .inner .campaignBox .txtNote {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .benefitBox .txtNote,
  .content .innerBox .sec#titles .inner .campaignBox .txtNote, .content .innerBox .sec#boothMap .inner .benefitBox .txtNote,
  .content .innerBox .sec#boothMap .inner .campaignBox .txtNote {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .benefitBox .listBox, .content .innerBox .sec#boothMap .inner .benefitBox .listBox {
    padding: 0 1.5rem;
  }
}
.content .innerBox .sec#titles .inner .benefitBox .listBox li figure, .content .innerBox .sec#boothMap .inner .benefitBox .listBox li figure {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox {
    padding: 0 1.5rem;
  }
}
.content .innerBox .sec#titles .inner .benefitBox .singleBox figure, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox figure {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox figure:hover, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox figure:hover {
    outline: solid 3px #f21e5a;
    outline-offset: -3px;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .benefitBox .singleBox .txtNote, .content .innerBox .sec#boothMap .inner .benefitBox .singleBox .txtNote {
    padding: 0;
  }
}
.content .innerBox .sec#titles .inner .campaignBox .singleBox figure, .content .innerBox .sec#boothMap .inner .campaignBox .singleBox figure {
  margin-bottom: 0;
  aspect-ratio: 1/1;
}
.content .innerBox .sec#titles .inner .campaignBox .singleBox .xLink, .content .innerBox .sec#boothMap .inner .campaignBox .singleBox .xLink {
  line-height: 1.4;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles .inner .campaignBox .singleBox .xLink, .content .innerBox .sec#boothMap .inner .campaignBox .singleBox .xLink {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles .inner .campaignBox .singleBox .xLink, .content .innerBox .sec#boothMap .inner .campaignBox .singleBox .xLink {
    width: 80%;
  }
}
.content .innerBox .sec#titles #familyGamePark {
  background-color: #ff729a;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2.5px, transparent 2.5px);
  background-position: 0 0;
  background-size: 25px 25px;
  padding: 6rem 0;
}
.content .innerBox .sec#titles #familyGamePark .inner .familyBox {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox .listBox li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox li {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox li a {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox li a {
    padding-bottom: 2rem;
  }
}
.content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox li a figure {
  aspect-ratio: 75/100;
}
@media screen and (max-width: 1020px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:first-of-type .listBox li a p {
    font-size: 0.75rem;
    bottom: 0.5rem;
  }
}
.content .innerBox .sec#titles #familyGamePark .inner .familyBox:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:last-of-type .listBox {
    padding: 0 1.5rem;
  }
}
.content .innerBox .sec#titles #familyGamePark .inner .familyBox:last-of-type .listBox li figure {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox:last-of-type .txtNote {
    padding: 0 1.5rem;
  }
}
.content .innerBox .sec#titles #familyGamePark .inner .familyBox .txtNote {
  color: #fff;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#titles #familyGamePark .inner .familyBox .txtNote {
    font-size: 1.125rem;
  }
}
.content .innerBox .sec#boothMap .inner .singleBox .bdImg {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .inner .singleBox .bdImg {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#boothMap .inner .singleBox .bdImg {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .inner .singleBox .bdImg:hover {
    outline: solid 3px #f21e5a;
    outline-offset: -3px;
  }
}
.content .innerBox .sec#boothMap .inner .singleBox .priority {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 2rem 2.5rem;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority {
    width: min(100% - 3rem, 860px);
  }
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority dl {
    width: 70%;
  }
}
.content .innerBox .sec#boothMap .inner .singleBox .priority dl dt {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.content .innerBox .sec#boothMap .inner .singleBox .priority dl dt em {
  display: block;
  color: #dc1068;
  font-size: 1.875rem;
  font-weight: 900;
}
.content .innerBox .sec#boothMap .inner .singleBox .priority figure {
  aspect-ratio: 478/481;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority figure {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#boothMap .inner .singleBox .priority figure {
    width: 35%;
    margin: 0 auto;
  }
}
.content .innerBox .sec.notesBox {
  text-align: left;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  width: min(100% - 3rem, 1220px);
  padding: 2rem 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1921px) {
  .content .innerBox .sec.notesBox {
    width: 70%;
  }
}
.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;
}
.content .innerBox .sec#stream .inner .singleBox figure {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#stream .inner .singleBox figure {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#stream .inner .singleBox figure {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#stream .inner .singleBox .txtLarge {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#stream .inner .singleBox .txtLarge {
    font-size: 1.25rem;
  }
}
.content .innerBox .sec#stream .inner .singleBox .txtLarge em {
  color: #f21e5a;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .content .innerBox .sec#stream .inner .singleBox .txtLarge em {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .innerBox .sec#stream .inner .singleBox .txtLarge em {
    font-size: 1.5rem;
  }
}