@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップのスタイル
=================================================================== */
#visual {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #visual {
    background: #ccc;
  }
}
#visual:after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  #visual:after {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  #visual:after {
    height: 4vw;
  }
}
#visual .bgArea {
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #visual .bgArea {
    background-size: cover;
    height: 720px;
  }
}
@media screen and (min-width: 1921px) {
  #visual .bgArea {
    height: 42vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  #visual .bgArea {
    background-position: left calc(50% - 60px) top;
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea {
    background-size: 100%;
    height: 180vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .bgArea.bgA {
    background-image: url(../img/top/bg_main01.jpg);
    background-image: url(../img/top/bg_main01.webp);
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea.bgA {
    background-image: url(../img/top/bg_main01_sp.jpg);
    background-image: url(../img/top/bg_main01_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  #visual .bgArea.bgB {
    background-image: url(../img/top/bg_main02.jpg);
    background-image: url(../img/top/bg_main02.webp);
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea.bgB {
    background-image: url(../img/top/bg_main02_sp.jpg);
    background-image: url(../img/top/bg_main02_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  #visual .bgArea.bgC {
    background-image: url(../img/top/bg_main03.jpg);
    background-image: url(../img/top/bg_main03.webp);
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea.bgC {
    background-image: url(../img/top/bg_main03_sp.jpg);
    background-image: url(../img/top/bg_main03_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  #visual .bgArea.bgD {
    background-image: url(../img/top/bg_main04.jpg);
    background-image: url(../img/top/bg_main04.webp);
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea.bgD {
    background-image: url(../img/top/bg_main04_sp.jpg);
    background-image: url(../img/top/bg_main04_sp.webp);
  }
}
@media screen and (min-width: 768px) {
  #visual .bgArea.bgE {
    background-color: #67bffe;
    background-image: url(../img/top/bg_main05.jpg);
    background-image: url(../img/top/bg_main05.webp);
  }
}
@media screen and (max-width: 767px) {
  #visual .bgArea.bgE {
    background-image: url(../img/top/bg_main05_sp.jpg);
    background-image: url(../img/top/bg_main05_sp.webp);
  }
}
#visual .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #visual .inner {
    width: min(96%, 1920px);
    height: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner {
    width: 96%;
    height: 42vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner {
    overflow: hidden;
  }
}
#visual .inner .platform {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #visual .inner .platform {
    width: 800px;
    top: 20px;
    right: 0;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .platform {
    width: 40vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #visual .inner .platform {
    width: 700px;
    top: 22px;
    right: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #visual .inner .platform {
    width: 280px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .platform {
    width: 68%;
    top: 2vw;
    left: 2vw;
  }
}
#visual .inner .info {
  background: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 768px) {
  #visual .inner .info {
    position: absolute;
    width: 680px;
    bottom: -40px;
    left: -2.2%;
    padding: 12px 30px;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .info {
    width: 42vw;
    bottom: -0.8vw;
    left: -3.4vw;
    padding: 1vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .info {
    position: relative;
    width: 89%;
    padding: 6vw;
  }
}
#visual .inner .info:after {
  content: "";
  background: url(../img/top/bg_copy.svg) no-repeat left top/auto 100%;
  position: absolute;
  top: 0;
  aspect-ratio: 76/95;
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  #visual .inner .info:after {
    right: -63px;
    width: 63px;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .info:after {
    right: -4.16vw;
    width: 4.16vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .info:after {
    right: -30.1vw;
    width: 30.2vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(en) #visual .inner .info:after {
    right: -74px;
    width: 74px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(en) #visual .inner .info:after {
    right: -4.82vw;
    width: 4.82vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(fr) #visual .inner .info:after {
    right: -73px;
    width: 73px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(fr) #visual .inner .info:after {
    right: -4.72vw;
    width: 4.72vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(it) #visual .inner .info:after {
    right: -75px;
    width: 75px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(it) #visual .inner .info:after {
    right: -4.85vw;
    width: 4.85vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(de) #visual .inner .info:after {
    right: -75px;
    width: 75px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(de) #visual .inner .info:after {
    right: -4.86vw;
    width: 4.86vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(es) #visual .inner .info:after {
    right: -76px;
    width: 76px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(es) #visual .inner .info:after {
    right: -4.88vw;
    width: 4.88vw;
  }
}
@media screen and (min-width: 768px) {
  :lang(pt-BR) #visual .inner .info:after, .pt-br #visual .inner .info:after, :lang(zh-cmn-Hant) #visual .inner .info:after, .zh-cmn-Hant #visual .inner .info:after, :lang(zh-cmn-Hans) #visual .inner .info:after, .zh-cmn-Hans #visual .inner .info:after {
    right: -77.3px;
    width: 77.3px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(pt-BR) #visual .inner .info:after, .pt-br #visual .inner .info:after, :lang(zh-cmn-Hant) #visual .inner .info:after, .zh-cmn-Hant #visual .inner .info:after, :lang(zh-cmn-Hans) #visual .inner .info:after, .zh-cmn-Hans #visual .inner .info:after {
    right: -4.98vw;
    width: 4.98vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner .box {
    width: 371px;
    padding-top: 360px;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .box {
    width: 18vw;
    padding-top: 20vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  #visual .inner .box {
    width: 271px;
    padding-top: 320px;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .box {
    margin-top: 72vw;
  }
}
@media screen and (min-width: 768px) {
  #visual .inner .box .date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1921px) {
  #visual .inner .box .date {
    margin-bottom: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  #visual .inner .box .date {
    width: 72%;
    height: 108vw;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .forPlayer {
    width: 90%;
    margin-inline: auto;
  }
}
.forPlayer a {
  display: block;
  color: #006836;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 100px;
  border: 3px solid #006836;
  background: url(../img/shared/bg_inazuma-yellow.svg) no-repeat center center/auto 100%, url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.7em, -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: url(../img/shared/bg_inazuma-yellow.svg) no-repeat center center/auto 100%, url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.7em, linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0.8em 1.5em 1em;
}
@media screen and (min-width: 768px) {
  .forPlayer a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .forPlayer a {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .forPlayer a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .forPlayer a {
    font-size: 5vw;
    margin: 0 auto 8vw;
  }
}
.forPlayer a:hover {
  color: #fff;
  background: url(../img/shared/bg_inazuma-orange.svg) no-repeat center center/auto 100%, url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.7em, -webkit-gradient(linear, left top, right top, from(#ffc000), to(#ff3f3a));
  background: url(../img/shared/bg_inazuma-orange.svg) no-repeat center center/auto 100%, url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.7em, linear-gradient(90deg, #ffc000 0%, #ff3f3a 100%);
}

.infoArea {
  background: url(../img/shared/bg_soccer_pat.png), linear-gradient(60deg, rgb(125, 204, 243) 0%, rgb(0, 184, 238) 36%, rgb(0, 77, 182) 70%, rgb(24, 0, 143) 100%);
  background-size: 88px, auto;
}
@media screen and (min-width: 768px) {
  .infoArea {
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .infoArea {
    padding: 10vw 0;
  }
}
.infoArea .updateBtn {
  margin-bottom: 2em;
}
.infoArea .topicsBug {
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  border: solid 2px #fff;
  background: #e8303e;
  padding: 1em 1.5em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .infoArea .topicsBug {
    width: min(96%, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .topicsBug {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .topicsBug {
    width: 90%;
  }
}
.infoArea .topicsBug ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em 0;
}
.infoArea .topicsBug ul li dl dd {
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat top 0.4em left/0.8em;
  padding-left: 1.4em;
}
.infoArea .topicsBug ul li dl dd a {
  color: #fff;
  text-decoration: underline;
}
.infoArea .updateSchedule {
  line-height: 1.3;
  border-radius: 10px;
  border: 2px solid #000;
  background: #ffde00 url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.8em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .infoArea .updateSchedule {
    font-size: 24px;
    width: min(96%, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .updateSchedule {
    font-size: 1.2vw;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .updateSchedule {
    font-size: 4vw;
    width: 90%;
  }
}
.infoArea .updateSchedule a {
  display: block;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .infoArea .updateSchedule a {
    padding: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .updateSchedule a {
    padding: 1em 0.5em;
  }
}
.infoArea .updateSchedule a .topNone {
  display: none;
}
.infoArea .btnInfo {
  margin: 0 auto 3em;
}
@media screen and (min-width: 768px) {
  .infoArea .btnInfo {
    font-size: 20px;
    width: min(80%, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .btnInfo {
    font-size: 1.2vw;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .btnInfo {
    width: 90%;
  }
}
.infoArea .btnInfo a {
  display: block;
  color: #fff;
  border: solid 2px #fff;
  background: #e60012 url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 1em/1em;
  padding: 1em 2em;
  border-radius: 10px;
  font-weight: 700;
  padding: 1.5em 3em;
}
.infoArea #forPlayer {
  padding-top: 1em;
}
.infoArea #forPlayer .updateBtn {
  margin-top: 2em;
}
.infoArea .bnrTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrTopBox {
    width: min(96%, 1240px);
    margin: 60px auto;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .bnrTopBox {
    width: 70%;
    margin: 3vw auto 4vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .bnrTopBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 90%;
    margin: 6vw auto 12vw;
  }
}
.infoArea .bnrTopBox:not(:lang(ja)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infoArea .bnrTopBox .bnrEve {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrTopBox .bnrEve {
    width: 58%;
  }
}
.infoArea .bnrTopBox .bnrEve:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.infoArea .bnrTopBox .bnrCensus {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrTopBox .bnrCensus {
    width: 40.4%;
  }
}
.infoArea .bnrTopBox .bnrCensus:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .infoArea .movieArea {
    width: min(96%, 1900px);
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .movieArea {
    width: 70%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .movieArea {
    margin-bottom: 12vw;
  }
}
.infoArea .movieArea h1 {
  -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .infoArea .movieArea h1 {
    height: 54px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .movieArea h1 {
    height: 3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea .movieArea h1 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .movieArea h1 {
    height: 8vw;
    margin-bottom: 6vw;
  }
}
.infoArea .movieArea h1 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  :lang(es) .infoArea .movieArea h1 {
    height: 72px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(es) .infoArea .movieArea h1 {
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .infoArea .movieArea h1 {
    height: 10.8vw;
  }
}
.infoArea .movieArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .infoArea .movieArea ul {
    gap: 0 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .movieArea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    margin-bottom: 8vw;
  }
}
.infoArea .movieArea ul li {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 20px;
  padding: 4px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .infoArea .movieArea ul li {
    width: 80%;
  }
}
.infoArea .movieArea ul li a {
  display: block;
}
.infoArea .movieArea ul li a figure {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}
.infoArea .movieArea ul li a p {
  color: #006836;
  font-weight: 700;
  text-align: center;
  padding: 1.5em 1em;
  min-height: 6em;
  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 0.5em;
}
.infoArea .movieArea ul li a p:before {
  display: block;
  content: "";
  background: url(../img/shared/icn_play.png) no-repeat center center/100%;
  width: 2em;
  height: 2em;
}
.infoArea .movieArea ul li:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.infoArea .movieArea ul li:hover p {
  color: #fff;
}
.infoArea .movieArea .btn {
  font-weight: 700;
  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 0.5em;
  color: #006836;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .infoArea .movieArea .btn {
    width: 320px;
    margin-top: 2em;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .movieArea .btn {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .movieArea .btn {
    width: 70%;
  }
}
.infoArea .movieArea .btn:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.infoArea .movieArea .btn:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.infoArea h1 {
  -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .infoArea h1 {
    height: 54px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea h1 {
    height: 3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea h1 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea h1 {
    height: 8vw;
    margin-bottom: 6vw;
  }
}
.infoArea h1 img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  :lang(fr) .infoArea h1.topicsTit, :lang(it) .infoArea h1.topicsTit {
    height: 72px;
  }
}
@media screen and (min-width: 1921px) {
  :lang(fr) .infoArea h1.topicsTit, :lang(it) .infoArea h1.topicsTit {
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .infoArea h1.topicsTit, :lang(it) .infoArea h1.topicsTit {
    height: 10.8vw;
  }
}
.infoArea .slideTopics {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics {
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.pb0 {
    padding-bottom: 0 !important;
  }
}
.infoArea .slideTopics.swiper-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container {
    padding: 20px 40px 70px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container {
    padding: 1vw 4vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container {
    padding: 2vw 10vw 10vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper {
    margin-left: -4vw;
  }
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.7);
  height: auto;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide {
    width: 280px;
    padding-top: 24px;
    margin: 0 min(1vw, 15px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide {
    width: 16vw;
    padding-top: 0.6vw;
    margin: 0 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 4vw;
    margin: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -8px !important;
  }
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a:before {
  display: none;
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img figure, .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img_webp figure {
  position: relative;
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img figure:before, .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img_webp figure:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: url(../img/shared/icn_mg.png) no-repeat center top/100%;
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img figure:before, .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img_webp figure:before {
    width: 34px;
    bottom: 4px;
    right: 4px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img figure:before, .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img_webp figure:before {
    width: 1.5vw;
    bottom: 0.3vw;
    right: 0.3vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img figure:before, .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide a.modal_img_webp figure:before {
    width: 6vw;
    bottom: 0.3vw;
    right: 0.3vw;
  }
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: 12px;
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide.new:before {
    top: -2vw;
  }
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide dl {
  text-align: left;
  font-weight: 700;
  padding: 1em;
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide dl dt {
  color: #fff;
  margin-bottom: 0.4em;
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide dl dd {
  color: #ffe900;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat top 0.1em left/1em;
  padding-left: 1.6em;
  overflow-wrap: break-word;
}
.infoArea .slideTopics.swiper-container .swiper-wrapper .swiper-slide dl dd a {
  color: #ffe900;
  text-decoration: underline;
}
.infoArea .slideTopics.swiper-container .swiper-scrollbar {
  display: block;
  position: relative;
  background: #1d4277;
  margin: 0 auto;
  left: auto;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-scrollbar {
    top: 40px;
    width: 580px;
    height: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-scrollbar {
    top: 3vw;
    width: 40%;
    height: 0.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea .slideTopics.swiper-container .swiper-scrollbar {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-scrollbar {
    top: 6vw;
    width: 60%;
    height: 2.6vw;
  }
}
.infoArea .slideTopics.swiper-container .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#024fb9), to(#01c9fd));
  background: linear-gradient(90deg, #024fb9 0%, #01c9fd 100%);
  cursor: pointer;
}
.infoArea .slideTopics.swiper-container .swiper-button-prev,
.infoArea .slideTopics.swiper-container .swiper-button-next {
  display: block;
  top: auto;
  aspect-ratio: 41/42;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-button-next {
    width: 41px;
    bottom: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-button-next {
    width: 1.8vw;
    height: 2vw;
    bottom: 0.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-button-next {
    width: 31px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-button-next {
    width: 8vw;
    bottom: -1vw;
  }
}
.infoArea .slideTopics.swiper-container .swiper-button-prev:after,
.infoArea .slideTopics.swiper-container .swiper-button-next:after {
  display: none;
}
.infoArea .slideTopics.swiper-container .swiper-button-prev,
.infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-next {
  background: url(../img/shared/bg_slide_arrow_l.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 350px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 21vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-button-prev,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-next {
    left: 14%;
  }
}
.infoArea .slideTopics.swiper-container .swiper-button-next,
.infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-prev {
  background: url(../img/shared/bg_slide_arrow_r.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .infoArea .slideTopics.swiper-container .swiper-button-next,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 350px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .slideTopics.swiper-container .swiper-button-next,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 21vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .infoArea .slideTopics.swiper-container .swiper-button-next,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .infoArea .slideTopics.swiper-container .swiper-button-next,
  .infoArea .slideTopics.swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 14%;
  }
}
.infoArea .btnList {
  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 0.5em;
  color: #006836;
  font-weight: 700;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
  margin: 0 auto 4em;
}
@media screen and (min-width: 768px) {
  .infoArea .btnList {
    width: 340px;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .btnList {
    width: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .btnList {
    width: 70%;
  }
}
.infoArea .btnList:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.infoArea .btnList:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.infoArea .bnrBox {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1240px);
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .bnrBox {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .infoArea .bnrBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8vw 0;
    width: 90%;
  }
}
.infoArea .bnrBox .bnrBoxIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrBox .bnrBoxIn {
    width: 54%;
  }
}
.infoArea .bnrBox .slider {
  background: linear-gradient(60deg, #eeff12, #7cff85);
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .infoArea .bnrBox .slider {
    width: 42%;
  }
}
@media screen and (min-width: 1921px) {
  .infoArea .bnrBox .slider {
    padding: 0.3vw;
  }
}
.infoArea .bnrBox .slider:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.infoArea .bnrBox .slider .slick-arrow {
  display: none !important;
}
.infoArea .bnrBox .slider .slick-dots {
  bottom: -1.5em;
  text-align: right;
}
.infoArea .bnrBox .slider .slick-dots li {
  width: 16%;
  height: auto;
  aspect-ratio: 6/1;
}
@media screen and (min-width: 1921px) {
  .infoArea .bnrBox .slider .slick-dots li {
    margin: 0 0.2vw;
  }
}
.infoArea .bnrBox .slider .slick-dots li button {
  background: #ada07a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.infoArea .bnrBox .slider .slick-dots li button:before {
  display: none;
}
.infoArea .bnrBox .slider .slick-dots li.slick-active button {
  background: #ffe900;
}

@media screen and (max-width: 767px) {
  .content {
    background: #1b2f41;
  }
}
.content .bgMovie {
  background-color: #1b2f41;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content .bgMovie {
    position: absolute;
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .content .bgMovie {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .content .bgMovie .video-js {
    position: absolute;
    top: 0;
    width: 1920px;
    aspect-ratio: 16/9;
    left: calc(50% - 960px);
  }
}
@media screen and (min-width: 1921px) {
  .content .bgMovie .video-js {
    width: 100%;
    left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .bgMovie .video-js {
    top: -40px;
    left: calc(50% - 1080px);
  }
}
@media screen and (max-width: 767px) {
  .content .bgMovie .video-js {
    width: 100%;
    aspect-ratio: 1284/1390;
  }
}
.content .bgMovie:before {
  content: "";
  display: block;
  background: url(../img/shared/bg_dot_rep.png) repeat 0 0/1em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content .inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1920px);
    height: 100vh;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .inner {
    text-align: left;
    padding: 4vw 0 6vw;
  }
}
.content .inner h1 {
  display: inline-block;
  text-align: left;
  background: #fff url(../img/top/bg_white-blue.jpg) no-repeat right center/cover;
  border-radius: 0 16px 16px 0;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .content .inner h1 {
    top: 60px;
    padding: 30px 48px 20px 40px;
  }
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .content .inner h1 {
    top: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner h1 {
    top: 2vw;
    padding: 1vw 2vw 1vw 1.5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content .inner h1 {
    top: 4vw;
    z-index: 1;
    padding: 3vw 4vw 2vw;
  }
}
@media screen and (min-width: 768px) {
  .content .inner h1:not(:lang(ja)), .content .inner h1:not(:lang(zh-cmn-Hant)), .content .inner h1:not(.zh-cmn-Hant), .content .inner h1:not(:lang(zh-cmn-Hans)), .content .inner h1:not(.zh-cmn-Hans) {
    padding: 30px 48px 30px 40px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner h1:not(:lang(ja)), .content .inner h1:not(:lang(zh-cmn-Hant)), .content .inner h1:not(.zh-cmn-Hant), .content .inner h1:not(:lang(zh-cmn-Hans)), .content .inner h1:not(.zh-cmn-Hans) {
    padding: 1.6vw 2vw 1.6vw 1.5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content .inner h1:not(:lang(ja)), .content .inner h1:not(:lang(zh-cmn-Hant)), .content .inner h1:not(.zh-cmn-Hant), .content .inner h1:not(:lang(zh-cmn-Hans)), .content .inner h1:not(.zh-cmn-Hans) {
    padding: 3vw 4vw;
  }
}
.content .inner h1 .enTxt {
  display: block;
}
@media screen and (min-width: 768px) {
  .content .inner h1 .enTxt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner h1 .enTxt {
    height: 3vw;
    margin-bottom: 0.4vw !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner h1 .enTxt {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner h1 .enTxt {
    height: 7vw;
    margin-bottom: 1vw;
  }
}
:lang(en) .content .inner h1 .enTxt, :lang(fr) .content .inner h1 .enTxt, :lang(it) .content .inner h1 .enTxt, :lang(de) .content .inner h1 .enTxt, :lang(es) .content .inner h1 .enTxt, :lang(pt-BR) .content .inner h1 .enTxt, .pt-br .content .inner h1 .enTxt {
  margin-bottom: 0 !important;
}
.content .inner h1 .enTxt img {
  width: auto;
  height: 100%;
}
.content .inner h1 .jaTxt {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content .inner h1 .jaTxt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner h1 .jaTxt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in {
    width: 100%;
  }
}
.content .inner .in .infoBox {
  font-weight: 700;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .content .inner .in .infoBox {
    position: absolute;
    bottom: 80px;
    left: 40px;
    width: 420px;
    padding: 32px;
  }
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .content .inner .in .infoBox {
    bottom: 20px;
    width: 500px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner .in .infoBox {
    bottom: 1.5vw;
    left: 1.5vw;
    width: 24vw;
    padding: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content .inner .in .infoBox {
    left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner .in .infoBox {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in .infoBox {
    width: 90%;
    padding: 6vw;
    margin-inline: auto;
  }
}
.content .inner .in .infoBox dl dt {
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content .inner .in .infoBox dl dt {
    font-size: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner .in .infoBox dl dt {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner .in .infoBox dl dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in .infoBox dl dt {
    font-size: 5.6vw;
  }
}
.content .inner .in .infoBox dl dd p {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner .in .infoBox dl dd p {
    font-size: 15px;
  }
}
.content .inner .in .infoBox dl dd p:last-of-type {
  margin-bottom: 0;
}
.content .inner .in .infoBox .btn {
  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 0.5em;
  color: #006836;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
  margin: 1.5em auto 0;
}
@media screen and (min-width: 768px) {
  .content .inner .in .infoBox .btn {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner .in .infoBox .btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in .infoBox .btn {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) .content .inner .in .infoBox .btn {
    width: 90%;
  }
}
.content .inner .in .infoBox .btn:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.content .inner .in .infoBox .btn:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.content .inner .in .imgBox {
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .content .inner .in .imgBox {
    position: absolute;
    bottom: 130px;
    right: 20px;
    gap: 0 20px;
  }
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .content .inner .in .imgBox {
    bottom: 100px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner .in .imgBox {
    bottom: 6vw;
    right: 1.5vw;
    gap: 0 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content .inner .in .imgBox {
    width: 44%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content .inner .in .imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px 0;
    right: 2%;
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in .imgBox {
    width: 90%;
    margin: 4vw auto 0;
  }
}
.content .inner .in .imgBox li {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 10px;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .content .inner .in .imgBox li {
    width: 360px;
  }
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .content .inner .in .imgBox li {
    width: 280px;
  }
}
@media screen and (min-width: 1921px) {
  .content .inner .in .imgBox li {
    width: 20vw;
    padding: 0.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content .inner .in .imgBox li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content .inner .in .imgBox li {
    width: 48%;
  }
}
.content .inner .in .imgBox li:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.content .inner .in .imgBox li img {
  border-radius: 6px;
  overflow: hidden;
}
.content .secArea {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content .secArea {
    position: sticky;
    top: 0;
    height: 150vh;
  }
}
@media screen and (max-width: 767px) {
  .content .secArea {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .content #storyArea .inner h1:lang(it), .content #storyArea .inner h1:lang(pt-BR), .pt-br .content #storyArea .inner h1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #storyArea .inner h1:lang(it), .content #storyArea .inner h1:lang(pt-BR), .pt-br .content #storyArea .inner h1 {
    padding-top: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #storyArea .inner h1:lang(it), .content #storyArea .inner h1:lang(pt-BR), .pt-br .content #storyArea .inner h1 {
    padding-top: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #storyArea .inner h1 .enTxt:lang(it), .content #storyArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #storyArea .inner h1 .enTxt {
    height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #storyArea .inner h1 .enTxt:lang(it), .content #storyArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #storyArea .inner h1 .enTxt {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .content #storyArea .inner h1 .enTxt:lang(it), .content #storyArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #storyArea .inner h1 .enTxt {
    height: 9vw;
  }
}
.content #storyArea .inner h1 .jaTxt {
  color: #0bfaf9;
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .content #storyArea .inner .infoBox {
    width: 620px;
  }
}
.content #mappa {
  position: relative;
  background-color: #0f131e;
  background-image: url(../img/top/bg_mappa.jpg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .content #mappa {
    background-position: left calc(50% + 160px) center;
    background-size: auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1921px) {
  .content #mappa {
    background-position: left calc(50% + 12vw) center;
    height: 18vw;
    padding: 3.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .content #mappa {
    background-position: center top;
    background-size: 100%;
    padding: 58vw 0 8vw;
  }
}
.content #mappa .info {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content #mappa .info {
    width: min(96%, 700px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1921px) {
  .content #mappa .info {
    width: 42vw;
  }
}
@media screen and (max-width: 767px) {
  .content #mappa .info {
    padding: 0 16%;
  }
}
@media screen and (min-width: 768px) {
  .content #mappa .info:lang(en) {
    width: min(96%, 1200px);
  }
}
@media screen and (min-width: 768px) {
  .content #mappa .info:lang(de) {
    width: min(96%, 1010px);
  }
}
@media screen and (min-width: 768px) {
  .content #mappa .info:lang(pt-BR), .pt-br .content #mappa .info {
    width: min(96%, 1120px);
  }
}
.content #mappa .info dl {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .content #mappa .info dl {
    width: 48%;
  }
}
@media screen and (min-width: 1921px) {
  .content #mappa .info dl {
    width: 18vw;
  }
}
.content #mappa .info dl dt {
  color: #ffea00;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content #mappa .info dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .content #mappa .info dl dt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .content #mappa .info dl dt {
    font-size: 4vw;
  }
}
.content #mappa .info dl dd {
  color: #cecece;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .content #chronicleArea .inner h1:lang(it), .content #chronicleArea .inner h1:lang(es), .content #chronicleArea .inner h1:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #chronicleArea .inner h1:lang(it), .content #chronicleArea .inner h1:lang(es), .content #chronicleArea .inner h1:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 {
    padding-top: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #chronicleArea .inner h1:lang(it), .content #chronicleArea .inner h1:lang(es), .content #chronicleArea .inner h1:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 {
    padding-top: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #chronicleArea .inner h1 .enTxt:lang(it), .content #chronicleArea .inner h1 .enTxt:lang(es), .content #chronicleArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 .enTxt {
    height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #chronicleArea .inner h1 .enTxt:lang(it), .content #chronicleArea .inner h1 .enTxt:lang(es), .content #chronicleArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 .enTxt {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .content #chronicleArea .inner h1 .enTxt:lang(it), .content #chronicleArea .inner h1 .enTxt:lang(es), .content #chronicleArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #chronicleArea .inner h1 .enTxt {
    height: 9vw;
  }
}
.content #chronicleArea .inner h1 .jaTxt {
  color: #b64bee;
}
@media screen and (min-width: 768px) {
  .content #competitionArea.slideVer {
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  .content #competitionArea .inner h1:lang(fr), .content #competitionArea .inner h1:lang(es) {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .inner h1:lang(fr), .content #competitionArea .inner h1:lang(es) {
    padding-top: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .inner h1:lang(fr), .content #competitionArea .inner h1:lang(es) {
    padding-top: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .content #competitionArea .inner h1:lang(pt-BR), .pt-br .content #competitionArea .inner h1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .inner h1:lang(pt-BR), .pt-br .content #competitionArea .inner h1 {
    padding-top: 0.4vw !important;
    padding-bottom: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .inner h1:lang(pt-BR), .pt-br .content #competitionArea .inner h1 {
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .inner h1 .enTxt:lang(fr), .content #competitionArea .inner h1 .enTxt:lang(es) {
    height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #competitionArea .inner h1 .enTxt:lang(fr), .content #competitionArea .inner h1 .enTxt:lang(es) {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .inner h1 .enTxt:lang(fr), .content #competitionArea .inner h1 .enTxt:lang(es) {
    height: 9vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #competitionArea .inner h1 .enTxt {
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #competitionArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #competitionArea .inner h1 .enTxt {
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #competitionArea .inner h1 .enTxt {
    height: 11vw;
  }
}
.content #competitionArea .inner h1 .jaTxt {
  color: #fe7901;
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .content #competitionArea .inner .infoBox {
    bottom: 40px;
  }
}
.content #competitionArea .slideImg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content #competitionArea .slideImg {
    position: absolute;
    top: 30px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg {
    position: relative;
  }
}
.content #competitionArea .slideImg .slideIn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content #competitionArea .slideImg .slideIn {
    gap: 0 10px;
    height: calc(50vh - 35px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .slideImg .slideIn {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn {
    gap: 0 2vw;
    height: 34vw;
    margin-bottom: 2vw;
  }
}
.content #competitionArea .slideImg .slideIn ul {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10000%;
  min-width: 50%;
}
@media screen and (min-width: 768px) {
  .content #competitionArea .slideImg .slideIn ul {
    -webkit-animation: 100s linear infinite;
            animation: 100s linear infinite;
    gap: 0 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #competitionArea .slideImg .slideIn ul {
    gap: 0 0.5vw;
    padding-right: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn ul {
    gap: 0 2vw;
    padding-right: 2vw;
  }
}
.content #competitionArea .slideImg .slideIn ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.content #competitionArea .slideImg .slideIn ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@-webkit-keyframes slideStart {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.99999% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideStart {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.99999% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideEnd {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideEnd {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.content #competitionArea .slideImg .slideIn ul li {
  width: auto;
}
@media screen and (min-width: 768px) {
  .content #competitionArea .slideImg .slideIn ul li {
    height: calc(50vh - 35px);
  }
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn ul li {
    height: 34vw;
  }
}
.content #competitionArea .slideImg .slideIn ul li img,
.content #competitionArea .slideImg .slideIn ul li video {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn.slideSpA ul {
    -webkit-animation: 100s linear infinite;
            animation: 100s linear infinite;
  }
}
.content #competitionArea .slideImg .slideIn.slideSpA ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.content #competitionArea .slideImg .slideIn.slideSpA ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn.slideSpB ul {
    -webkit-animation: 74.8s linear infinite;
            animation: 74.8s linear infinite;
  }
}
.content #competitionArea .slideImg .slideIn.slideSpB ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.content #competitionArea .slideImg .slideIn.slideSpB ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
@media screen and (max-width: 767px) {
  .content #competitionArea .slideImg .slideIn.slideSpC ul {
    -webkit-animation: 50s linear infinite;
            animation: 50s linear infinite;
  }
}
.content #competitionArea .slideImg .slideIn.slideSpC ul:first-child {
  -webkit-animation-name: slideStart;
          animation-name: slideStart;
}
.content #competitionArea .slideImg .slideIn.slideSpC ul:last-child {
  -webkit-animation-name: slideEnd;
          animation-name: slideEnd;
}
.content #competitionArea .slideImg:before {
  content: "";
  display: block;
  background: url(../img/shared/bg_dot_rep.png) repeat 0 0/1em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content #kizunaArea .inner h1:lang(es) {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #kizunaArea .inner h1:lang(es) {
    padding-top: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #kizunaArea .inner h1:lang(es) {
    padding-top: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .content #kizunaArea .inner h1:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .content #kizunaArea .inner h1:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 {
    padding-top: 0.4vw !important;
    padding-bottom: 0.4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content #kizunaArea .inner h1:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 {
    padding: 2vw 4vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #kizunaArea .inner h1 .enTxt:lang(es) {
    height: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #kizunaArea .inner h1 .enTxt:lang(es) {
    height: 54px;
  }
}
@media screen and (max-width: 767px) {
  .content #kizunaArea .inner h1 .enTxt:lang(es) {
    height: 9vw;
  }
}
@media screen and (min-width: 1921px) {
  .content #kizunaArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 .enTxt {
    height: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #kizunaArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 .enTxt {
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .content #kizunaArea .inner h1 .enTxt:lang(pt-BR), .pt-br .content #kizunaArea .inner h1 .enTxt {
    height: 11vw;
  }
}
.content #kizunaArea .inner h1 .jaTxt {
  color: #fe94e9;
}
.content #characterArea {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .content #characterArea {
    background-image: url(../img/character/bg_character_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea {
    background-image: url(../img/character/bg_character_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner {
    height: 680px;
  }
}
@media screen and (min-width: 1921px) {
  .content #characterArea .inner {
    height: 44vw;
  }
}
.content #characterArea .inner h1 .jaTxt {
  color: #0182f7;
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in {
    padding-top: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea {
    position: absolute;
    top: 60px;
    right: calc(50% - 630px);
    width: 720px;
  }
}
@media screen and (min-width: 1921px) {
  .content #characterArea .inner .in .slideArea {
    top: 6vw;
    right: calc(50% - 38vw);
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content #characterArea .inner .in .slideArea {
    right: 2%;
    width: 46vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .content #characterArea .inner .in .slideArea {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea {
    width: 90%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea:lang(en), .content #characterArea .inner .in .slideArea:lang(fr), .content #characterArea .inner .in .slideArea:lang(it), .content #characterArea .inner .in .slideArea:lang(de), .content #characterArea .inner .in .slideArea:lang(es), .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hant), .content #characterArea .inner .in .slideArea.zh-cmn-Hant, .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hans), .content #characterArea .inner .in .slideArea.zh-cmn-Hans, .content #characterArea .inner .in .slideArea:lang(pt-BR), .pt-br .content #characterArea .inner .in .slideArea {
    width: 680px;
  }
}
@media screen and (min-width: 1921px) {
  .content #characterArea .inner .in .slideArea:lang(en), .content #characterArea .inner .in .slideArea:lang(fr), .content #characterArea .inner .in .slideArea:lang(it), .content #characterArea .inner .in .slideArea:lang(de), .content #characterArea .inner .in .slideArea:lang(es), .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hant), .content #characterArea .inner .in .slideArea.zh-cmn-Hant, .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hans), .content #characterArea .inner .in .slideArea.zh-cmn-Hans, .content #characterArea .inner .in .slideArea:lang(pt-BR), .pt-br .content #characterArea .inner .in .slideArea {
    top: 6vw;
    right: calc(50% - 38vw);
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content #characterArea .inner .in .slideArea:lang(en), .content #characterArea .inner .in .slideArea:lang(fr), .content #characterArea .inner .in .slideArea:lang(it), .content #characterArea .inner .in .slideArea:lang(de), .content #characterArea .inner .in .slideArea:lang(es), .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hant), .content #characterArea .inner .in .slideArea.zh-cmn-Hant, .content #characterArea .inner .in .slideArea:lang(zh-cmn-Hans), .content #characterArea .inner .in .slideArea.zh-cmn-Hans, .content #characterArea .inner .in .slideArea:lang(pt-BR), .pt-br .content #characterArea .inner .in .slideArea {
    width: 42vw;
    top: 236px;
  }
}
.content #characterArea .inner .in .slideArea .slider-for figure {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-for figure {
    margin-bottom: 16px;
  }
}
.content #characterArea .inner .in .slideArea .slider-for figure img {
  outline: solid 4px #fff;
  outline-offset: -4px;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-for figure .modal_img:before {
    bottom: 8px;
    right: 8px;
  }
}
.content #characterArea .inner .in .slideArea .slider-nav {
  margin: 0.4em auto 0;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-nav {
    width: min(50vw, 660px);
  }
}
@media screen and (min-width: 1921px) {
  .content #characterArea .inner .in .slideArea .slider-nav {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .content #characterArea .inner .in .slideArea .slider-nav {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea .slider-nav {
    width: 70%;
  }
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-slide {
  cursor: pointer;
  position: relative;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 10px;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-slide {
    margin: 0 6px;
  }
}
@media screen and (min-width: 1921px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-slide {
    margin: 0 0.3vw;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-slide {
    margin: 0 1vw;
  }
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-slide img {
  border-radius: 10px;
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-slide:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-slide.slick-current {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-prev,
  .content #characterArea .inner .in .slideArea .slider-nav .slick-next {
    width: 25px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-prev,
  .content #characterArea .inner .in .slideArea .slider-nav .slick-next {
    width: 5vw;
    height: 8vw;
  }
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-prev:before,
.content #characterArea .inner .in .slideArea .slider-nav .slick-next:before {
  display: none;
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-prev {
  background: url(../img/shared/btn_arrow_next.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-prev {
    left: -34px;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-prev {
    left: -7vw;
  }
}
.content #characterArea .inner .in .slideArea .slider-nav .slick-next {
  background: url(../img/shared/btn_arrow_prev.png) no-repeat 0 0/100%;
}
@media screen and (min-width: 768px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-next {
    right: -34px;
  }
}
@media screen and (max-width: 767px) {
  .content #characterArea .inner .in .slideArea .slider-nav .slick-next {
    right: -7vw;
  }
}

#productArea {
  background: #2f1616 url(../img/top/bg_black-orange.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  #productArea {
    position: relative;
    padding: 120px 0 140px;
    margin-top: calc(-150vh + 680px);
  }
}
@media screen and (min-width: 1921px) {
  #productArea {
    padding: 4vw 0;
    margin-top: calc(-150vh + 44vw);
  }
}
@media screen and (max-width: 767px) {
  #productArea {
    padding: 12vw 0 14vw;
  }
}
@media screen and (min-width: 768px) {
  #productArea h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #productArea h1 {
    margin-bottom: 6vw;
  }
}
#productArea h1 .enTxt {
  display: block;
}
@media screen and (min-width: 768px) {
  #productArea h1 .enTxt {
    height: 54px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea h1 .enTxt {
    height: 3vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea h1 .enTxt {
    height: 6.2vw;
    margin-bottom: 1vw;
  }
}
#productArea h1 .enTxt img {
  width: auto;
  height: 100%;
}
#productArea h1 .jaTxt {
  display: block;
  color: #fb0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #productArea h1 .jaTxt {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea h1 .jaTxt {
    font-size: 1.1vw;
  }
}
#productArea p {
  font-weight: 900;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  #productArea p {
    font-size: 36px;
    width: min(96%, 1240px);
  }
}
@media screen and (min-width: 1921px) {
  #productArea p {
    font-size: 1.9vw;
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #productArea p {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #productArea p {
    font-size: 5.6vw;
    width: 90%;
  }
}
#productArea .productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #productArea .productList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: min(96%, 1240px);
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList {
    width: 60%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6vw 0;
    width: 90%;
    margin-bottom: 10vw;
  }
}
#productArea .productList > li {
  position: relative;
  background: #fff url(../img/top/bg_white-orange.jpg) no-repeat center top/cover;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li {
    width: 48%;
    padding: 24px 0;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li {
    padding: 1vw 0;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li {
    padding: 4vw 0;
  }
}
#productArea .productList > li h3 {
  color: #000;
  font-weight: 700;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
  padding: 0.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li h3 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #productArea .productList > li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li h3 {
    font-size: 4.4vw;
  }
}
#productArea .productList > li figure {
  border: solid 5px #000;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li figure {
    width: min(80%, 430px);
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li figure {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li figure {
    width: 80%;
    margin: 0 auto 4vw;
  }
}
#productArea .productList > li .detailList {
  color: #000;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.4em 0;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li .detailList {
    width: min(80%, 430px);
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li .detailList {
    width: 74%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #productArea .productList > li .detailList {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li .detailList {
    width: 80%;
  }
}
#productArea .productList > li .detailList li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#productArea .productList > li .detailList li:lang(en), #productArea .productList > li .detailList li:lang(fr), #productArea .productList > li .detailList li:lang(it), #productArea .productList > li .detailList li:lang(de), #productArea .productList > li .detailList li:lang(es), #productArea .productList > li .detailList li:lang(pt-BR), .pt-br #productArea .productList > li .detailList li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
#productArea .productList > li .btn {
  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 0.5em;
  color: #006836;
  font-weight: 700;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li .btn {
    width: 320px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li .btn {
    width: 16vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #productArea .productList > li .btn {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li .btn {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  :lang(fr) #productArea .productList > li .btn {
    width: 80%;
  }
}
#productArea .productList > li .btn:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
#productArea .productList > li .btn:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
#productArea .productList > li .anoTxt {
  color: #000;
  font-weight: 700;
  text-align: left;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li .anoTxt {
    width: min(80%, 430px);
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li .anoTxt {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li .anoTxt {
    width: 80%;
  }
}
#productArea .productList > li .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #productArea .productList > li .anoTxt li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .productList > li .anoTxt li {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea .productList > li .anoTxt li {
    font-size: 3vw;
  }
}
#productArea .productList > li .anoTxt li:lang(en), #productArea .productList > li .anoTxt li:lang(it), #productArea .productList > li .anoTxt li:lang(de), #productArea .productList > li .anoTxt li:lang(es), #productArea .productList > li .anoTxt li:lang(pt-BR), .pt-br #productArea .productList > li .anoTxt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#productArea .productList > li .anoTxt li:lang(fr) {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
#productArea .bnrBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #productArea .bnrBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: min(96%, 960px);
    gap: 30px 0;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .bnrBox {
    width: 60%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea .bnrBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 90%;
    margin-bottom: 10vw;
  }
}
#productArea .bnrBox li {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #productArea .bnrBox li {
    width: 48.5%;
  }
}
#productArea .bnrBox li:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
#productArea .otherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #productArea .otherList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(96%, 1240px);
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .otherList {
    width: 60%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea .otherList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8vw 0;
    width: 90%;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  #productArea .otherList li {
    width: 48%;
  }
}
#productArea .otherList li figure {
  background: linear-gradient(60deg, #7cff85, #eaff00);
  border-radius: 10px;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #productArea .otherList li figure {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #productArea .otherList li figure {
    margin-bottom: 2vw;
  }
}
#productArea .otherList li figure:hover {
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
#productArea .otherList li figure img {
  border-radius: 6px;
  overflow: hidden;
}
#productArea .otherList li dl {
  font-weight: 700;
  text-align: center;
}
#productArea .otherList li dl dt {
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  #productArea .otherList li dl dt {
    font-size: 32px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .otherList li dl dt {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #productArea .otherList li dl dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #productArea .otherList li dl dt {
    font-size: 4.6vw;
  }
}
#productArea .otherList li dl dd span {
  display: block;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0.5em;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  #productArea .otherList li dl dd span {
    width: min(100%, 330px);
  }
}
@media screen and (min-width: 1921px) {
  #productArea .otherList li dl dd span {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #productArea .otherList li dl dd span {
    width: 80%;
  }
}
#productArea .noteBox {
  border-radius: 10px;
  text-align: left;
  background: #212121;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #productArea .noteBox {
    width: min(96%, 800px);
    padding: 1em 4em;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .noteBox {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #productArea .noteBox {
    width: 90%;
    padding: 1em;
  }
}
#productArea .noteBox li {
  color: #999;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  #productArea .noteBox li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  #productArea .noteBox li {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  #productArea .noteBox li {
    font-size: 3vw;
  }
}
#productArea .noteBox li:lang(en), #productArea .noteBox li:lang(it), #productArea .noteBox li:lang(de), #productArea .noteBox li:lang(es), #productArea .noteBox li:lang(pt-BR), .pt-br #productArea .noteBox li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#productArea .noteBox li:lang(fr) {
  padding-left: 0.8em;
  text-indent: -0.8em;
}