@charset "utf-8";

.main {
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
}

@media only screen and (min-width: 961px) {
  .sp-only {
    display: none;
  }
}

/*==================================================
    common
==================================================*/
:root {
  --fontJost: "Jost", sans-serif;
  --fontNoto: "Noto Sans JP", sans-serif;
}

body {
  color: #3c3c3c;
  font-family: var(--fontNoto);
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1000px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.for-sp {
  display: none;
}

.is-center {
  text-align: center;
}

/* タイトル */
.heading {
  position: relative;
}

.heading__title--ja {
  font-size: 32px;
}

@media (max-width: 767px) {
  .heading__title--ja {
    font-size: 24px;
  }
}

/* リスト */
.itemList--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.itemList--title.is-darkOrange {
  color: #a0a0a0;
}

.itemList__item {
  font-size: 18px;
  line-height: 1.77;
  padding-left: 20px;
  position: relative;
}

.itemList__item::before {
  border-radius: 999px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.itemList.is-darkOrange .itemList__item::before {
  background: #a0a0a0;
}

.itemList__item .is-indent {
  display: block;
  text-indent: -20px;
}

.itemList + .itemList--title {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .itemList--title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .itemList__item {
    font-size: 14px;
  }

  .itemList__item::before {
    height: 13px;
    top: 7px;
    width: 13px;
  }
}

@media (max-width: 767px) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}

.languageButton {
  cursor: pointer;
  position: absolute;
  right: 2.08%;
  top: 2.08%;
}

.languageButton__title {
  align-items: center;
  background: #f6f6f6;
  border-radius: 10px;
  color: #505050;
  column-gap: 16px;
  cursor: pointer;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  grid-template-columns: 1fr auto 1fr;
  height: 46px;
  justify-items: center;
  padding-inline: 20px 10px;
  position: relative;
  width: min(100%, 190px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .languageButton__title {
    column-gap: 12px;
    font-size: 13px;
    height: 35px;
    min-width: unset;
    padding-inline: 12px 8px;
  }
}

.languageButton__globe {
  height: 29px;
  width: 29px;
}

@media screen and (max-width: 767px) {
  .languageButton__globe {
    height: 15px;
    width: 15px;
  }
}

.languageButton__arrow {
  transform: translateY(2px);
}

@media screen and (max-width: 767px) {
  .languageButton__arrow {
    height: 6px;
    width: 8px;
  }
}

.languageButton[open] .languageButton__arrow {
  transform: rotate(180deg);
}

.languageButton__title::webkit-details-marker {
  display: none;
}

.languageButton__panel {
  display: grid;
  margin-top: -2px;
  transition: grid-template-rows 0.3s;
}

.languageButton__panelInner {
  overflow: hidden;
  padding-inline: 8px;
}

@media screen and (max-width: 767px) {
  .languageButton__panelInner {
    padding-inline: 4px;
  }
}

.languageButton__list {
  background: #252525;
}

.languageButton__item {
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .languageButton__item {
    font-size: 12px;
    padding: 12px 10px;
  }
}

.languageButton__item + .languageButton__item {
  border-top: 1px solid;
}

.languageButton__item a {
  color: #fff;
}

.hero {
  height: calc(100vh + 51px); /* fallback */
  height: calc(100svh + 51px);
  min-height: 880px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: 0px;
  }
}

.heroBg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.heroLogo {
  left: 6.94%;
  position: absolute;
  top: 2.7vw;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .heroLogo {
    left: 1%;
    max-width: 194px;
    top: 2%;
    width: 25.8vw;
  }
}

.heroContent {
  max-height: 78%;
  margin-top: 40px;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 1.8%;
  transform: translateX(-50%);
  width: 59vw;
}

@media screen and (max-width: 767px) {
  .heroContent {
    max-height: none;
    height: 81.4%;
    inset: auto;
    left: 0;
    right: 0;
    top: 6%;
    transform: none;
    width: 100%;
  }
}

.news {
  margin-inline: auto;
  max-width: 1200px;
  padding: 25px 50px 0;
  position: relative;
}

.waveWrapper--newsBottom {
  left: -10vw;
  position: absolute;
  top: -1px;
  transform: rotate(180deg);
  width: 112vw;
}

.waveWrapper--newsBottom::before {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 0px 20px;
    padding-top: 36px;
  }
}

.wave {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.waveWrapper::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.news__title {
  color: #e99532;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .news__title {
    font-size: 20px;
  }
}

.news__container {
  background: #f2f2f2;
  border-radius: 20px;
  display: grid;
  margin: 24px auto;
  padding: 60px 80px;
  position: relative;
  width: min(100%, 1000px);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .news__container {
    margin-top: 30px;
    max-width: 650px;
    padding: 40px 25px;
  }
}

@media screen and (max-width: 575px) {
  .news__container {
    aspect-ratio: 1;
  }
}

.news__item {
  border-bottom: 1px solid #dcdcdc;
  column-gap: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 30px;
}

.news__item + .news__item {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .news__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .news__item {
    padding-bottom: 60px;
  }
}

.news__item p {
  line-height: 1.625;
}

.news__time {
  font-weight: 500;
}

.news__list {
  overflow-y: auto;
}

.news__illust {
  position: absolute;
}

.news__illust01 {
  left: -20px;
  top: -76px;
}

@media screen and (max-width: 767px) {
  .news__illust01 {
    width: 75px;
    height: auto;
    left: -10px;
    top: -40px;
  }
}

.news__illust02 {
  right: 105px;
  top: -140px;
}

@media screen and (max-width: 767px) {
  .news__illust02 {
    left: auto;
    right: -3px;
    top: -64px;
    width: 90px;
    height: auto;
  }
}

.news__illust03 {
  right: -80px;
  top: -80px;
}

@media (max-width: 1300px) {
  .news__illust03 {
    display: none;
  }
}

.news__illustChildren {
  display: none;
}

@media screen and (max-width: 767px) {
  .news__illustChildren {
    display: block;
    right: 9vw;
    top: -26vw;
    width: 29.2vw;
  }
}

.prize {
  display: grid;
  padding-bottom: 115px;
  padding-inline: 40px;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .prize {
    padding-bottom: 125px;
  }
}

/*==================================================
    hero
==================================================*/
.getDisplay {
  background: #1a2767;
  box-sizing: border-box;
  overflow: hidden;
  padding: 245px 20px 100px;
  position: relative;
  /* transform: translateY(-15vw); */
  margin-top: -240px;
  margin-bottom: 140px;
  z-index: -1;
}

.getDisplay__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 25vw;
  position: relative;
  z-index: 1;
}

.getDisplay__title {
  bottom: -5.5vw;
  position: relative;
  z-index: 2;
}

.getDisplay__title h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.77vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.getDisplay__title p {
  color: #e99532;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.65vw;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 23px;
  text-align: center;
}

.getDisplay__title p span {
  font-size: 5.9vw;
}

.getDisplay__main {
  position: relative;
}

.getDisplay__mainImage {
  height: auto;
  margin: 0 auto;
  max-width: 583px;
  width: 40.48vw;
}

.getDisplay__sideImage {
  max-width: 400px;
  position: absolute;
  width: 32.2vw;
  z-index: 2;
}

.getDisplay__sideImage img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.getDisplay__sideImage--text {
  align-items: center;
  /* background: #ccc; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
}

.getDisplay__fireworks {
  position: absolute;
}

.getDisplay__notice {
  align-items: center;
  background: #fff609;
  border-radius: 50%;
  display: flex;
  height: 10.38vw;
  justify-content: center;
  right: -2%;
  max-height: 164px;
  max-width: 164px;
  position: absolute;
  text-align: center;
  top: 19%;
  width: 10.38vw;
  z-index: 5;
}



.getDisplay__notice p {
  color: #e69138;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.01vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: -4px;
}

.getDisplay__sideImage--text p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}

.sideImage1 {
  right: 56%;
  bottom: -33%;
}

.sideImage1 .getDisplay__sideImage--text {
  height: auto;
  max-height: none;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -40px;
  width: auto;
  z-index: 2;
}

.sideImage1 .getDisplay__sideImage--text p {
  margin-top: -12%;
}

.sideImage2 {
  left: 56%;
  bottom: -33%;
}

.sideImage2 .getDisplay__sideImage--text {
  height: auto;
  max-height: none;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: -40px;
  width: auto;
  z-index: 2;
}

.sideImage2 .getDisplay__sideImage--text p {
}

.sideImage3 {
  left: 20.2%;
  top: 94%;
}

.sideImage3 .getDisplay__sideImage--text {
  height: 8.54vw;
  max-height: 120px;
  max-width: 120px;
  right: 31%;
  top: 86%;
  width: 8.54vw;
}

.sideImage3 .getDisplay__sideImage--text p {
  margin-top: -25%;
}

.sideImage4 {
  right: 72%;
  top: 70%;
}

.sideImage4 .getDisplay__sideImage--text {
  height: 11.11vw;
  max-height: 160px;
  max-width: 160px;
  right: 67%;
  top: 71%;
  width: 11.11vw;
}

.sideImage4 .getDisplay__sideImage--text p {
  margin-top: -7%;
}

.sideImage5 {
  right: 95%;
  top: 21%;
}

.sideImage5 .getDisplay__sideImage--text {
  height: 8.33vw;
  max-height: 120px;
  max-width: 120px;
  right: 62%;
  top: 69.7%;
  width: 8.33vw;
}

.sideImage5 .getDisplay__sideImage--text p {
  margin-top: -15%;
}

.getDisplay__fireworks.left {
  left: -53%;
  max-width: 312px;
  top: -38%;
  width: 21.3vw;
  z-index: 1;
}

.getDisplay__fireworks.right {
  max-width: 308px;
  right: -50%;
  top: -36%;
  width: 21.3vw;
  z-index: 1;
}

.getDisplay__message {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.getDisplay__message--disclaimer {
  font-size: 14px;
  margin-top: 12px;
}

.getDisplayNotice {
  background: #223491;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 55px;
  max-width: 1000px;
  padding: 40px 20px 60px;
}

.getDisplayNotice__title {
  color: #e99532;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
}

.getDisplayNotice__list {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 25px auto 0;
  max-width: 720px;
}

.getDisplayNotice__item {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1440px) {
  .getDisplay__block {
    padding-bottom: 300px;
  }

  .getDisplay__title h3 {
    font-size: 40px;
  }

  .getDisplay__notice p {
    font-size: 29px;
  }

  .getDisplay__title p {
    font-size: 67px;
  }

  .getDisplay__title p span {
    font-size: 88px;
  }
}

@media screen and (max-width: 750px) {
  .getDisplay {
    margin-top: -100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .getDisplay {
    padding-bottom: 60px;
    padding-top: 90px;
  }

  .getDisplay__title {
    bottom: -3vw;
    font-size: 5.33vw;
  }

  .getDisplay__title h3 {
    font-size: 20px;
  }

  .getDisplay__title p {
    font-size: 8.9vw;
    margin-top: 14px;
  }
  .getDisplay__title p span {
    font-size: 10.1vw;
  }
  .getDisplay__mainImage {
    width: 78.6vw;
  }
  .getDisplay__sideImage {
    height: 42vw;
    width: 42vw;
  }
  .getDisplay__fireworks.left,
  .getDisplay__fireworks.right {
    max-width: 314px;
    width: 41.8vw;
  }
  .getDisplay__sideImage--text p {
    font-size: 3vw;
  }
  .getDisplay__fireworks.left {
    left: -33%;
    top: -27%;
    z-index: -1;
  }
  .getDisplay__fireworks.right {
    right: -25%;
    top: -8%;
    z-index: -1;
  }
  .getDisplay__sideImage--text {
    background: transparent;
    height: auto !important;
    max-height: 250px !important;
    max-width: 250px !important;
    width: 30vw !important;
  }
  .getDisplay__sideImage::before {
    background: url(https://www.mplf.net/trip-around-joso-2024-summer/assets.en/css/images/icon-text_filter_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 5.1%;
    content: "";
    height: 20vw;
    left: 50.7%;
    position: absolute;
    transform: translateX(-50%);
    width: 38vw;
  }
  .sideImage1 {
    right: 50%;
    top: 76%;
  }
  .sideImage1 .getDisplay__sideImage--text {
    left: 0;
    right: 0;
    top: auto;
    bottom : 15px;
    height: auto;
  }
  .sideImage5 {
    left: -8%;
    right: auto;
    top: 76%;
  }
  .sideImage5 .getDisplay__sideImage--text {
    right: 12%;
    top: 53.7%;
  }
  .sideImage4 {
    right: 22%;
    top: 120%;
  }
  .sideImage4 .getDisplay__sideImage--text {
    max-width: 190px;
    right: 17%;
    top: 60%;
  }
  .sideImage4 .getDisplay__sideImage--text p {
    line-height: 1.6;
  }
  .sideImage4.getDisplay__sideImage::before {
    bottom: 0;
    height: 21vw;
    left: 47%;
    width: 36vw;
  }
  .sideImage4 .getDisplay__sideImage--text .for-pc {
    display: none;
  }
  .sideImage2 {
    left: 50%;
    top: 76%;
  }
  .sideImage2.getDisplay__sideImage::before {
    bottom: 3.9%;
    height: 20.4vw;
    left: 50.9%;
    width: 36.6vw;
  }
  .sideImage2 .getDisplay__sideImage--text {
    left: 0;
    right: 0;
    top: auto;
    bottom : 15px;
    height: auto;
  }
  .sideImage3 {
    left: -8%;
    top: 170%;
  }
  .sideImage3.getDisplay__sideImage::before {
    bottom: 3.9%;
    height: 20.4vw;
    left: 50.9%;
    width: 36.6vw;
  }
  .sideImage3 .getDisplay__sideImage--text {
    right: 14%;
    top: 55%;
  }
  .getDisplay__block {
    padding-bottom: 30vw;
  }
  .getDisplay__message {
    font-size: 4vw;
    text-align: start;
  }
  .getDisplay__message--disclaimer {
    font-size: 1.52vw;
  }
  .getDisplayNotice {
    margin-top: 40px;
    padding: 50px;
  }
  .getDisplayNotice__item {
    display: grid;
    font-size: 3.73vw;
    grid-template-columns: 4.6vw auto;
  }
  .getDisplay__notice {
    height: 21.86vw;
    left: -1%;
    top: 6%;
    width: 21.86vw;
  }
  .getDisplay__notice p {
    font-size: 3.85vw;
  }
}

@media screen and (max-width: 550px) {
  .getDisplay__message {
    font-size: 14px;
  }
  .getDisplay__message--disclaimer {
    font-size: 12px;
  }
  .getDisplayNotice {
    padding: 30px 20px;
  }
  .getDisplayNotice__item {
    display: grid;
    font-size: 14px;
    grid-template-columns: 20px auto;
  }
  .getDisplayNotice__title {
    font-size: 18px;
  }
}

/*==================================================
    howToPlay
==================================================*/
.howToPlay {
  background: #fff;
  padding: 0 0 150px;
  position: relative;
}

.howToPlay .container {
  max-width: 1200px;
}

.howToPlay .heading {
  z-index: 20;
}

.howToPlay .heading__title--en {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 88.6%;
  padding-bottom: 16px;
}

.howToPlay .heading__title--en img {
  max-width: 929px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.howToPlay .heading__title--ja {
  color: #e99532;
  font-size: 40px;
  font-weight: 700;
  left: 50%;
  position: relative;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  z-index: 1;
}

.howToPlay .heading__title--ja img {
  max-width: 39px;
  width: 100%;
}

.howToPlayContent {
  background: #f2f2f2;
  border-radius: 30px;
  margin-top: -45px;
  padding: 46px 60px 60px;
  position: relative;
}

/* .howToPlayContent::before {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 0;
    width: calc(50% - 50px);
}

.howToPlayContent::after {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: 0;
    width: calc(50% - 50px);
} */

/* .howToPlay .itemTriangle.is-bottomLeft {
  background: #fff;
  bottom: -8px;
  height: 85px;
  left: -8px;
  position: absolute;
  width: 85px;
  z-index: 10;
} */
/* 
.howToPlay .itemTriangle.is-topRight {
    background: #fff;
    height: 70px;
    position: absolute;
    right: -8px;
    top: -8px;
    width: 65px;
    z-index: 10;
} */

/* .howToPlay .itemBorder.is-bottomLeft {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    bottom: 35px;
    height: 8px;
    left: -54px;
    position: absolute;
    transform: rotate(45deg);
    width: 180px;
    z-index: 20;
} */

/* .howToPlay .itemBorder.is-topRight {
    border-radius: 999px;
    border-top: 8px solid #3c3c3c;
    height: 8px;
    position: absolute;
    right: -64px;
    top: 30px;
    transform: rotate(45deg);
    width: 180px;
    z-index: 20;
} */

.howToPlayContent__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.howToPlayBox {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}

.howToPlayBox__item {
  display: grid;
  max-width: 240px;
  place-items: center;
  row-gap: 16px;
  width: 100%;
}

.howToPlayBox__item--img {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  text-align: center;
  width: 180px;
}

.howToPlayBox__item--title {
  align-items: center;
  color: #e99532;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1.6;
  margin-top: 0px;
  min-height: 64px;
  text-align: center;
}

.howToPlayBox__item--title span {
  display: inline-block;
}

.howToPlayBox__item--text {
  line-height: 1.75;
  margin-top: 12px;
  padding-inline: 8px;
  text-align: justify;
}

@media (max-width: 960px) {
  .howToPlayBox {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .howToPlayBox__item {
    max-width: 100%;
  }

  .howToPlay .heading__title--ja img {
    max-width: 4.5vw;
  }
}

@media (max-width: 767px) {
  .howToPlay {
    padding: 40px 0 60px;
  }

  .howToPlay .container {
    padding: 0 25px;
  }

  .howToPlay .heading__title--en img {
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: -64px;
    transform: translateX(-50%);
  }

  .howToPlay .heading__title--ja {
    font-size: 40px;
    top: -18px;
  }

  .howToPlay .heading__title--ja img {
    max-width: 23px;
  }

  .howToPlayContent {
    border-radius: 20px;
    border-width: 4px;
    margin-top: -48px;
    padding: 32px 0 20px;
  }

  /* .howToPlayContent::before {
    border-width: 4px;
    height: 4px;
    left: -2px;
    width: 40%;
  }

  .howToPlayContent::after {
    border-width: 4px;
    height: 4px;
    right: -2px;
    width: 40%;
  } */

  .howToPlayContent__title {
    font-size: 15px;
    line-height: 25px;
    position: relative;
    z-index: 20;
  }

  .howToPlayBox {
    gap: 20px;
    grid-template-columns: 100%;
    margin-top: 25px;
  }

  .howToPlayBox__item {
    column-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    margin-inline: auto;
    max-width: 85%;
    padding-block: 0 24px;
    width: auto;
  }

  .howToPlayBox__item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .howToPlayBox__item--img {
    height: auto;
    width: auto;
  }

  .howToPlayBox__item--img--1 {
    width: 25.4vw;
  }

  .howToPlayBox__item--img--2 {
    width: 14.67vw;
  }

  .howToPlayBox__item--img--3 {
    width: 24.6vw;
  }

  .howToPlayBox__item--img--4 {
    width: 16.1vw;
  }

  .howToPlayBox__item--title {
    align-items: center;
    font-size: 18px;
    justify-content: flex-start;
    justify-self: start;
    line-height: calc(46px / 2);
    margin-top: 0;
    text-align: left;
    white-space: nowrap;
  }

  .howToPlayBox__item--text {
    font-size: 15px;
    grid-column: 1/4;
    line-height: calc(45px / 2);
    margin-top: 0;
    position: relative;
    z-index: 20;
  }

  .howToPlay .itemTriangle.is-bottomLeft {
    height: 65px;
    width: 65px;
  }

  .howToPlay .itemTriangle.is-topRight {
    height: 80px;
    width: 75px;
  }

  .howToPlay .itemBorder.is-bottomLeft {
    border-width: 4px;
    bottom: 27px;
    height: 4px;
    left: -39px;
    width: 130px;
  }

  .howToPlay .itemBorder.is-topRight {
    border-width: 4px;
    height: 4px;
    right: -34px;
    top: 34px;
    width: 135px;
  }
}

@media (max-width: 567px) {
  .howToPlay .heading__title--ja {
    font-size: 20px;
  }
}

.movie {
  background: url("../images/bg_movie.png") no-repeat center bottom/cover;
  margin-bottom: 220px;
  padding-top: 90px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 960px) {
  .movie {
    background: url("../images/bg_movie_sp.png") no-repeat center bottom/cover;
    padding-top: 50px;
    padding-bottom: 90px;
    margin-bottom: 120px;
  }
}
.movie .heading {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .movie .heading {
    margin-bottom: 30px;
  }
}
.movie .heading__title--en {
  width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .movie .heading__title--en {
    width: 170px;
  }
}
.movie .heading__title--ja {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-top: -10px;
}
@media only screen and (max-width: 960px) {
  .movie .heading__title--ja {
    font-size: 20px;
    margin-top: -2px;
  }
}

.movie-list-item {
  width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .movie-list-item {
    width: 100%;
    max-width: 600px;
  }
}
.movie-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .movie-list-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.movie-list-item > a {
  position: relative;
  display: block;
}
.movie-list-item > a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  background: url("../images/icon_play_movie.png") no-repeat center center/contain;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .movie-list-item > a::after {
    width: 40px;
    height: 40px;
  }
}

.movie-list-item-tit {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 960px) {
  .movie-list-item-tit {
    font-size: 14px;
    margin-top: 16px;
  }
}

/*==================================================
    photo
==================================================*/
.photo {
  background: #fffcf3;
  padding: 1px 0 110px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .photo {
    padding: 1px 0 60px;
  }
}

.photo .container {
  position: relative;
  max-width: 1640px;
}
@media only screen and (max-width: 960px) {
  .photo .container {
  }
}

.photoImg {
  margin: 0 -120px 0 -50px;
}

.photo .heading {
  margin-top: -70px;
}

@media only screen and (max-width: 960px) {
  .photo .heading {
    margin-top: -40px;
  }
}

.photo .heading__title--illust {
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
}

.photo .heading__title--illust img {
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .photo .heading__title--illust img {
    max-width: 80px;
  }
}

.photo .heading__title--en {
  text-align: center;
}

.photo .heading__title--en img {
  max-width: 483px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .photo .heading__title--en img {
    max-width: 240px;
  }
}

.photo .heading__title--ja {
  font-size: 25px;
  top: auto;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .photo .heading__title--ja {
    font-size: 18px;
    margin-top: -6px;
  }
}

.photo .heading__title--ja img {
  max-width: 152px;
  width: 100%;
}

.photo-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .photo-heading {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.photo-heading-tit {
  font-size: 40px;
  color: #e99532;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .photo-heading-tit {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.photo-heading-tit > span {
  position: relative;
  z-index: 3;
  background-color: #fffcf3;
  padding: 0px 50px;
}
@media only screen and (max-width: 960px) {
  .photo-heading-tit > span {
    padding: 0px 20px;
  }
}
.photo-heading-tit::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 16px;
  border-top: 1px solid #ef6c00;
  border-bottom: 1px solid #ef6c00;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
@media only screen and (max-width: 960px) {
  .photo-heading-tit::after {
    height: 8px;
  }
}

.photo-heading-period {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .photo-heading-period {
    font-size: 13px;
  }
}
.photo-heading-period .u-label {
  font-size: 15px;
  margin-right: 10px;
}
@media only screen and (max-width: 960px) {
  .photo-heading-period .u-label {
    font-size: 13px;
  }
}
.photo-heading-period .u-val {
  font-size: 22px;
}
@media only screen and (max-width: 960px) {
  .photo-heading-period .u-val {
    font-size: 16px;
  }
}

.photo-grand {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.photo-grand .photo-item-img {
  padding: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .photo-grand .photo-item-img {
    padding: 0px;
    margin-bottom: 16px;
    box-shadow: none;
  }
}
.photo-grand .photo-item-name {
  font-size: 16px;
  padding-left: 130px;
}
@media only screen and (max-width: 960px) {
  .photo-grand .photo-item-name {
    font-size: 16px;
    padding-left: 16px;
  }
}
.photo-grand .photo-item-name-main {
  font-size: 25px;
}
@media only screen and (max-width: 960px) {
  .photo-grand .photo-item-name-main {
    font-size: 15px;
  }
}
.photo-grand .photo-item-name-suf {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .photo-grand .photo-item-name-suf {
    font-size: 13px;
  }
}

.photo-item {
  position: relative;
  z-index: 1;
}

.photo-item-img {
  position: relative;
  padding: 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
}
.photo-item-img img {
  width: 100%;
}

.photo-item-label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 80px;
  height: 128px;
  background: url("../images/photo_icon_bg_grand.png") no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: -50px;
}
@media only screen and (max-width: 960px) {
  .photo-item-label {
    font-size: 16px;
    width: 40px;
    height: 64px;
    left: auto;
    right: 0;
    bottom: -40px;
  }
}
.photo-item-bg-img {
  position: absolute;
  z-index: -2;
  right: -30px;
  bottom: -25px;
  width: 423px;
}
@media only screen and (max-width: 960px) {
  .photo-item-bg-img {
    width: 210px;
    right: auto;
    left: 0;
    bottom: -30px;
  }
}

.photo-gold {
  position: relative;
  border-radius: 30px;
  padding: 0px 20px;

  margin: 0 calc(50% - 50vw);
  width: 100vw;
  @media only screen and (max-width: 960px) {
    /* margin: 0 calc(50% - 620px); */
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .photo-gold {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 0px;
    left: 20px;
  }
}
.photo-gold::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  /* border-radius: 30px; */
}
@media only screen and (max-width: 960px) {
  .photo-gold::before {
    border-radius: 15px;
    width: 100dvw;
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.photo-gold::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -0px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #c4b075;
  border-bottom: 2px solid #c4b075;
  /* border-radius: 30px; */
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .photo-gold::after {
    width: 100dvw;
    border-radius: 15px;
    border: 1px solid #c4b075;
    border-radius: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.photo-gold-inner {
  position: relative;
  padding: 150px 0px 60px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .photo-gold-inner {
    padding: 180px 0px 50px;
    padding-top: 50dvw;
  }
}

.photo-gold-bg-img {
  width: 270px;
  position: absolute;
  z-index: 2;
  top: 45px;
  left: 110px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-bg-img {
    width: 110px;
    top: 45px;
    left: 0px;
  }
}

.photo-gold-label {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 80px;
  height: 128px;
  background: url("../images/photo_icon_bg_gold.png") no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 0px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-label {
    font-size: 16px;
    width: 40px;
    height: 64px;
    left: 20px;
  }
}
.photo-gold-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px 24px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list {
    flex-flow: row wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 25px 16px;
  }
}
.photo-gold-list .photo-item {
  flex: 1 1 200px;
  max-width: 200px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.photo-gold-list .photo-item-img {
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item-img {
    margin-bottom: 8px;
  }
}
.photo-gold-list .photo-item-img img {
  max-height: 220px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item-img img {
    max-height: none;
  }
}
.photo-gold-list .photo-item--w {
  flex: 1 1 290px;
  max-width: 290px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item--w {
    flex: 1;
    width: 100%;
    max-width: calc(100dvw - 200px);
    position: absolute;
    z-index: 2;
    top: -30px;
    right: 0px;
  }
  .photo-gold-list .photo-item--w img {
    height: 34dvw;
  }
}
.photo-gold-list .photo-item-name {
  font-size: 18px;
}
.photo-gold-list .photo-item-name {
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item-name {
    font-size: 14px;
  }
}
.photo-gold-list .photo-item-name-suf {
  font-size: 13px;
}
@media only screen and (max-width: 960px) {
  .photo-gold-list .photo-item-name-suf {
    font-size: 11px;
  }
}

/*==================================================
    contact
==================================================*/
.contact {
  position: relative;
}

.contact__wave img {
  position: absolute;
  width: 100%;
}

.contact__heading {
  display: grid;
  margin-inline: auto;
  max-width: 650px;
  place-items: center;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 992px) {
  .contact__heading {
    width: 73%;
  }
}

.contact__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 992px) {
  .contact__list {
    grid-template-columns: 1fr;
  }
}

.contact__listTitle {
  font-size: 30px;
}

@media screen and (max-width: 776px) {
  .contact__listTitle {
    font-size: 20px;
  }
}

.contactIvent__title {
  color: #ff8282;
}

.contact__company {
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
}

.contactContent__box--tel {
  text-align: center;
}

.contactContent__box--detail {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 30px;
}

@media screen and (max-width: 776px) {
  .contactContent__box--detail {
    font-size: 13px;
    margin-top: 15px;
  }
}

.contactContent__box--tel a {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.contactContent__box--tel span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}

.contactIvent__tel {
  color: #ff8282;
}

.contactApp__tel {
  color: #2e8dc4;
}

.contact__item {
  align-items: start;
  display: grid;
  justify-items: center;
  padding-block: 130px 60px;
  row-gap: 24px;
}

@media screen and (max-width: 992px) {
  .contact__item {
    padding: 40px 25px 30px;
    row-gap: 16px;
  }
}

.contactIvent {
  background: url("../images/img-bg_contact_event.png");
}

.contactApp {
  background: url("../images/img-bg_contact_app.png");
}

.contactApp__title {
  color: #2e8dc4;
}

.contactApp__button {
  background: #fff;
  border-radius: 27px;
  color: #2e8dc4;
  display: grid;
  font-size: 18px;
  font-weight: 400;
  height: 54px;
  place-items: center;
  width: min(100%, 300px);
}

@media screen and (max-width: 767px) {
  .contactApp__button {
    font-size: 15px;
  }
}

.footer {
  background-image: url(../images/img-bg_footer.jpg);
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  padding-block: 30px;
}

.contactAttention {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 20px;
  text-align: center;
}

.contactAttention span {
  display: inline-block;
}

@media screen and (max-width: 776px) {
  .footer {
    padding-block: 30px 84px;
  }

  .contactAttention {
    text-align: left;
  }

  .contactAttention span {
    display: inline;
  }
}

/*==================================================
    howToJoin
==================================================*/
.howToJoin {
  background-image: url(../images/img-bg_howtojoin.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 200px;
  position: relative;
  z-index: 20;
}

.howToJoin .heading__title--en img {
  max-width: 902px;
  width: 100%;
}

.howToJoin .heading__title--ja {
  bottom: 40px;
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.howToJoinBox {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  margin-top: 30px;
  padding: 60px 100px 75px;
}

.howToJoinBox:first-child {
  margin-top: 30px;
  padding-top: 0;
}

.howToJoinBox__heading {
  align-items: center;
  display: flex;
  gap: 20px;
}

.howToJoinBox__heading--number {
  color: #e99532;
  font-family: var(--fontJost);
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.howToJoinBox__heading--title {
  border-bottom: 2px solid #3c3c3c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
}

.itemDownload {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  padding-top: 60px;
}

.itemDownload__img {
  margin-right: 40px;
  text-align: center;
}

.itemDownload__img img {
  max-width: 214px;
  width: 100%;
}

.itemDownload__content--logo {
  margin-top: 30px;
}

.itemDownload__content--logo img {
  max-width: 140px;
  width: 100%;
}

.itemDownload__content--text {
  font-size: 18px;
  line-height: 1.77;
  margin-top: 15px;
}

.itemQr {
  margin: 45px auto 0;
  max-width: 750px;
  position: relative;
}

.itemQr::before {
  background: repeating-linear-gradient(
  -45deg,
  #f8f8f8,
  #f8f8f8 2px,
  #8d8d8d 0,
  #8d8d8d 3px
  );
  content: "";
  height: calc(100% + 10px);
  left: -5px;
  position: absolute;
  top: -5px;
  width: calc(100% + 10px);
}


.itemQrBox {
  flex: 0 0  100%;
  max-width: 100%;

  align-items: center;
  background: #fff;
  display: flex;
  gap: 40px;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.itemQrBox__qrCode img {
  max-width: 100px;
  width: 100%;
}
.itemQrBox__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
}

.itemQrBox__logo {
  display: block;
  max-width: 170px;
}

.itemEntryFlow {
  margin-top: 20px;
}

.itemEntryFlow .itemList__item .is-indent {
  display: block;
  text-indent: -20px;
}

.itemEntryDetail {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}

.itemEntryDetail__box {
  text-align: center;
}

.itemEntryDetail__box--img img {
  max-width: 145px;
  width: 100%;
}

.itemEntryDetail__box--text {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 10px;
  min-height: 55px;
}

.itemHowToBtns {
  margin-top: 25px;
}
a.itemHowToBtns__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;

  font-size: 18px;
  color: #fff;
  background-color: #e99532;
  border-radius: 50px;
  padding: 16px 20px;
  gap: 0 10px;
}
a.itemHowToBtns__btn::before {
  content: "";
  z-index: 2;
  flex: 0 0  20px;
  max-width: 20px;
  height: 20px;
  background: url("../images/icon_arrow.png") no-repeat center center / contain;
}

.itemPlayDetail__box {
  background: #f4f4f4;
  border-radius: 20px;
  margin-top: 50px;
  padding: 80px 40px 40px;
  position: relative;
}

.itemPlayDetail__box:first-child {
  margin-top: 30px;
}

.itemPlayDetail__box--label {
  align-items: center;
  background: #3b3b3b;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 63px;
  justify-content: center;
  left: -10px;
  min-width: 120px;
  padding: 20px;
  position: absolute;
  top: -10px;
}

.itemPlayDetail__box .itemList__item {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.itemPlayDetail__box .itemList__item + .itemList__item {
  margin-top: 6px;
}

.itemPlayDetail__box .itemList__item::before {
  top: 8px;
}

.howToJoinBox__attention {
  margin-top: 60px;
}

.howToJoinBox__attention--title {
  color: #e99532;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.howToJoinBox__attention .itemList__item {
  font-size: 16px;
}

.howToJoinBox__attention .itemList__item::before {
  height: 13px;
  top: 8px;
  width: 13px;
}

@media (max-width: 960px) {
  .howToJoin {
    padding: 110px 0 20vw;
  }

  .howToJoinBox {
    padding: 60px 6.94vw;
  }

  .itemDownload {
    position: relative;
    gap: 20px;
    grid-template-columns: 18vw auto;
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .howToJoin {
    padding: 50px 0 33vw;
  }

  .howToJoin .heading__title--en img {
    max-width: 173px;
    margin: 0 auto;
  }

  .howToJoin .heading__title--ja {
    bottom: 0px;
    font-size: 16px;
  }

  .howToJoinBox {
    padding: 40px 30px 30px;
  }

  .howToJoinBox:first-child {
    margin-top: 30px;
  }

  .howToJoinBox__heading {
    gap: 10px;
  }
  .howToJoinBox-01 .howToJoinBox__heading {
    padding-left: 120px;
    display: block;
  }

  .howToJoinBox__heading--number {
    font-size: 30px;
  }
  .howToJoinBox-01  .howToJoinBox__heading--number {
    display: block;
    margin-bottom: 10px;
  }

  .howToJoinBox__heading--title {
    border-width: 1px;
    font-size: 20px;
    padding-bottom: 7px;
  }
  .howToJoinBox-01  .howToJoinBox__heading--title {
    line-height: 1.2;
    display: block;
  }

  .itemDownload {
    gap: 30px;
    grid-template-columns: 100%;
    margin-top: -20px;
  }

  .howToJoinBox-01  .itemDownload {
    padding-top: 48px;
  }

  .itemDownload__img {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    margin: 0px;
    max-width: 100px;
  }
  .itemDownload__img img {
    max-width: 100%;
  }

  .itemDownload__content--logo {
    padding-left: 120px;
    margin-top: 20px;
  }
  .itemDownload__content--logo img {
    max-width: 100px;
  }

  .itemDownload__content--text {
    font-size: 14px;
    line-height: 1.5;
  }

  .itemQr {
    gap: 20px;
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .itemQr::before {
    height: calc(100% + 6px);
    left: -3px;
    position: absolute;
    top: -3px;
    width: calc(100% + 6px);
  }

  .itemQr::after {
    /* content: none; */
  }

  .itemQrBox {
    gap: 30px;
    justify-content: center;
    padding: 15px 15px;
  }
  .itemQrBox__logos {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: column wrap;
    gap: 10px;
  }

  .itemQrBox__qrCode img {
    max-width: 100px;
  }

  .itemEntryDetail {
    gap: 0 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .itemEntryDetail__box--img img {
    max-width: 110px;
  }

  .itemEntryDetail__box--text {
    font-size: 15px;
    margin-top: 5px;
  }

  .itemHowToBtns {
    margin-top: 15px;
  }
  a.itemHowToBtns__btn {
    font-size: 14px;
    line-height: 1.25;
    border-radius: 10px;
    padding: 8px 10px;
    gap: 0 8px;
  }
  a.itemHowToBtns__btn::before {
    flex: 0 0  16px;
    max-width: 16px;
  }

  .itemPlayDetail__box {
    padding: 60px 20px 30px;
  }

  .itemPlayDetail__box--label {
    font-size: 18px;
    height: 45px;
    min-width: 100px;
  }

  .itemPlayDetail__box .itemList__item {
    font-size: 14px;
    padding-left: 17px;
  }

  .howToJoinBox__attention--title {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .howToJoin {
    padding-bottom: 43vw;
  }
}

/*==================================================
    faq
==================================================*/
.faq {
  background: #f3f3f3;
  background-image: url(https://www.mplf.net/trip-around-joso-2024-summer/assets.en/images/img-bg_faq.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -9vw;
  padding: 110px 0 13vw;
  position: relative;
  z-index: 10;
}

.faq .heading__title--en img {
  max-width: 278px;
  width: 100%;
}

.faq .heading__title--ja {
  bottom: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.faqContent {
  margin-top: 45px;
}

.faqContent__box {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  padding: 19px 24px;
}

.faqContent__box:nth-child(n + 2) {
  margin-top: 10px;
}

.faqContent__box--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 30px 0 45px;
  position: relative;
  text-align: justify;
}

.faqContent__box--title::before {
  color: #253897;
  content: "Q";
  font-family: var(--fontJost);
  font-size: 26px;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
}

.faqContent__box--title::after {
  background-image: url(../images/img-faq_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 21px;
  transition: all 100ms  ease-out 0ms;
}

.faqContent__box--text {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 24px 0 44px;
  text-align: justify;
}

.js-accordionMenu {
  display: none;
}

.aboutMaplife {
  margin-top: 100px;
}

.otherAttention {
  margin-top: 130px;
}

.eventRules {
  margin-top: 130px;
}

.faqAttention--title {
  font-size: 32px;
  position: relative;
  text-align: center;
  z-index: 10;
}

.faqAttention--title.is-orange {
  color: #253897;
}

.faqAttention--title.is-green {
  color: #253897;
}

.faqAttention--title.is-small {
  font-size: 26px;
}

.faqAttention--subTitle {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.faqAttentionBox {
  background: #fff;
  margin-top: 20px;
}

.aboutMaplife .faqAttentionBox {
  padding: 35px 20px 35px 60px;
}

.otherAttention .faqAttentionBox {
  padding: 35px 80px 35px 60px;
}

.eventRules .faqAttentionBox {
  padding: 35px 20px 35px 50px;
}

.aboutMaplife .is-scroll {
  height: 270px;
}

.faqAttentionBox--title {
  font-size: 15px;
  line-height: 1.86;
  max-width: calc(100% - 30px);
}

.itemAboutMaplife {
  margin-top: 30px;
  max-width: calc(100% - 30px);
}

.itemAboutMaplife--title {
  border-bottom: 2px solid #ececec;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  padding-bottom: 5px;
}

.itemAboutMaplife--text {
  font-size: 15px;
  line-height: 1.86;
  margin-top: 10px;
}

.faqAttentionBox.is-dot .faqAttentionBox__item {
  font-size: 15px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}

.faqAttentionBox.is-dot .faqAttentionBox__item::before {
  background: #a0a0a0;
  border-radius: 999px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.faqAttentionBox.is-dot .faqAttentionBox__item + .faqAttentionBox__item {
  margin-top: 5px;
}

.eventRules .is-scroll {
  height: 315px;
}

.faqAttentionBox.is-number .faqAttentionBox__item {
  font-size: 15px;
  line-height: 1.86;
  max-width: calc(100% - 30px);
  padding-left: 50px;
  position: relative;
}

.faqAttentionBox.is-number .faqAttentionBox__item:nth-child(n + 2) {
  margin-top: 16px;
}

.faqAttentionBox.is-number .faqAttentionBox__item--number {
  color: #253897;
  font-family: var(--fontJost);
  font-size: 24px;
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 3px;
}

.faqAttentionBox__item--title {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 960px) {
  .faq {
    margin-top: -17vw;
    padding: 20vw 0 25vw;
  }
}

@media (max-width: 767px) {
  .faq {
    background-image: url(https://www.mplf.net/trip-around-joso-2024-summer/assets.en/images/img-bg_faq_sp.png);
    margin-top: -200px;
    padding: 40vw 0 35vw;
  }

  .faq .heading__title--en img {
    max-width: 180px;
  }

  .faq .heading__title--ja {
    bottom: 15px;
  }

  .faqContent {
    margin-top: 27px;
  }

  .faqContent__box {
    padding: 14px;
  }

  .faqContent__box--title {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 25px 0 34px;
  }

  .faqContent__box--title::before {
    font-size: 24px;
  }

  .faqContent__box--title::after {
    height: 10px;
    width: 14px;
  }

  .faqContent__box--text {
    font-size: 15px;
    margin: 10px 25px 0 36px;
  }

  .faqAttention {
    margin-top: 65px;
  }

  .faqAttention--title {
    font-size: 26px;
  }

  .faqAttention--title.is-small {
    font-size: 22px;
  }

  .faqAttention--subTitle {
    font-size: 16px;
    margin-top: 15px;
  }

  .aboutMaplife .faqAttentionBox {
    padding: 25px 15px 25px 30px;
  }

  .otherAttention .faqAttentionBox {
    padding: 25px 30px;
  }

  .eventRules .faqAttentionBox {
    padding: 25px 15px 25px 30px;
  }

  .faqAttentionBox.is-dot .faqAttentionBox__item::before {
    height: 13px;
    width: 13px;
  }

  .faqAttentionBox.is-number .faqAttentionBox__item {
    padding-left: 40px;
  }

  .faqAttentionBox.is-number .faqAttentionBox__item--number {
    font-size: 22px;
  }
}

/*==================================================
    追従ボタン
==================================================*/
.itemFixed {
  align-items: center;
  background: #f9f227;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 6px 0 rgb(98 98 98 / 50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 15px;
  position: fixed;
  right: 0;
  top: 245px;
  z-index: 9999;
}

.itemFixed--text {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  position: relative;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  z-index: 10;
}

.itemFixed--price {
  color: #ff4646;
  font-family: var(--fontJost);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .itemFixed {
    border-radius: 8px 8px 0 0;
    bottom: 0;
    flex-direction: unset;
    left: 50%;
    padding: 10px 30px;
    right: auto;
    top: auto;
    transform: translateX(-50%);
  }

  .itemFixed--text {
    font-size: 15px;
    -ms-writing-mode: unset;
        writing-mode: unset;
  }

  .itemFixed--price {
    font-size: 25px;
  }
}

.faqContent__box--title.is-open::after {
  transform: rotate(180deg);
}
