@charset "utf-8";

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.5em;
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", "sans-serif";
  color: #000;
}

main {
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
}

img {
  width: 100%;
}

.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: center;
  border-left: 5px solid #003e91;
  border-right: 5px solid #003e91;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5,
.sec6,
.sec7,
.sec8,
.sec9,
.sec10,
.sec11,
.sec-assets {
}
.sec1 img,
.sec2 img,
.sec3 img,
.sec4 img,
.sec5 img,
.sec6 img,
.sec7 img,
.sec8 img,
.sec9 img,
.sec10 img,
.sec11 img,
.sec-assets img {
  max-width: 1080px;
}
.sec-assets .sec-movie {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: clamp(1.25rem, 5vw, 3em) auto clamp(1rem, 3.5vw, 2em);
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  line-height: 0;
  background: #e6e6e6;
}
.sec-assets .sec-movie__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.sec1 img:nth-child(2) {
  clip-path: inset(4px 0 0 0);
  margin-top: -4px;
}
.sec1 img:nth-child(4) {
  margin-top: -4px;
}
.sec-assets img[src*="asset3.png"] {
  margin-top: -8px;
}

.sec-assets .container {
  container-type: inline-size;
}
.sec-assets .sec-assets-text {
  background: #fff;
  width: 100%;
  max-width: 1080px;
  padding: 1.5em 4%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.sec-assets .sec-assets-text__body {
  margin: 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
  /* 意図した改行を保ったまま、コンテナ幅に合わせて等比で縮小 */
  font-size: min(40px, 4.2cqi);
}
.sec-assets .sec-assets-notes {
  list-style: none;
  margin: 0;
  padding: 0.75em 5% 1.25em;
  padding-left: calc(5% + 1em);
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
}
.sec-assets .sec-assets-notes .note {
  list-style-type: none;
  font-size: clamp(15px, calc(15px + (100vw - 768px) * 7 / 672), 22px);
  line-height: 1.68;
  padding-left: 1em;
  text-indent: -1em;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.sec-assets .sec-assets-notes .nobr {
  white-space: nowrap;
}
.br-min-911 {
  display: none;
}
@media screen and (min-width: 911px) {
  .br-min-911 {
    display: block;
  }
}
.sec-assets .sec-assets-btn-wrap {
  margin: 0;
  padding: 0.5em 8% 1.5em;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  text-align: center;
}
.sec-assets .sec-assets-btn {
  display: block;
  width: 100%;
  background: #052275;
  color: #fff;
  font-weight: bold;
  font-size: clamp(15px, 3.2vw, 38px);
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 2em;
  border-radius: 999px;
  box-sizing: border-box;
  border: 2px solid #052275;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec-assets .sec-assets-btn:hover {
    background: #fff;
    color: #052275;
  }
}

.sec7 {
  margin: 0 auto;
  padding: 0;
  color: #000;
  box-sizing: border-box;
}
.sec7 .container {
  padding: 40px 5%;
  background: #e6e6e6;
  box-sizing: border-box;
  line-height: 1.5;
}
.sec7 .text_16 {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 0.85em;
}
.sec7.sec7-notes-part1 > .container {
  padding-block: 10px;
}
.sec7 hr.sec7-dotted-rule {
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0.65em 0;
  height: 0;
  box-sizing: border-box;
}
.sec7 .container > .sec7-dotted-rule:first-child {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.sec7 hr.sec7-dotted-rule--before-assets {
  margin-top: 1em;
  margin-bottom: 0;
}
.sec7 .sec7-ticket-subhead {
  margin: 1.1em 0 0;
  padding: 0;
  padding-left: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.68;
  font-size: 16px;
}
.sec7 .text_40 {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
.sec7 .text_20 {
  color: #003e91;
  font-weight: bold;
  padding-bottom: 0;
}
.sec7 .text_20.text_20_lg {
  font-size: 24px;
}
.sec7 .text_20 + ul {
  padding-top: 0;
}
.text_40 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 50px;
  letter-spacing: 0.2em;
}
.text_20 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
.text_20:nth-child(7) {
  padding-bottom: 5px;
}
.text_20:nth-child(9) {
  padding-bottom: 5px;
}
.text_16 {
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
  background: #ea6d93;
  color: #fff;
  border-radius: 100px;
  width: 300px;
  font-weight: bold;
}
.text_yellow {
  color: black;
}
.sec7 ul {
  padding: 0.4em 0 0.75em 1em;
}
.sec7 li {
  text-align: left;
  list-style-type: none;
  font-size: 16px;
  padding-bottom: 0;
}
.sec7 li.note:not(.note-plain) {
  padding-left: 1em;
  text-indent: -1em;
  box-sizing: border-box;
}
.sec7 li.note.note-plain {
  padding-left: 0;
  text-indent: 0;
}
.sec7 li.note.note-wrap1 {
  padding-left: 1em;
  text-indent: -1em;
  box-sizing: border-box;
}
.sec7 li:not(.note) {
  margin-left: -1em;
}
.sec7 li a {
  color: #000;
  text-decoration: underline;
}
.floating {
  position: fixed;
  left: 25%;
  bottom: 100px;
  width: 50%;
  z-index: 3;
}
.floating a {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 4px 27px -9px rgba(0, 0, 0, 0.6);
  color: #e48000;
  background: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 54px;
  border: 2px solid #e48000;
  line-height: 100px;
  display: block;
  text-align: center;
  max-width: 960px;
  margin: auto;
  height: 100px;
  width: 80%;
  letter-spacing: 0.2em;
}
.floating :hover {
  background: #e48000;
  color: #fff;
}

.copyright {
  background: #000;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  padding: 10px 0;
}

/*PC==============================================*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .floating {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1080px;
    box-sizing: border-box;
  }
  .floating a {
    width: 92%;
    max-width: 960px;
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
    letter-spacing: 0.1em;
  }
  .sec7 .text_40 {
    font-size: clamp(24px, 1.8vw + 16px, 34px);
    padding-bottom: 18px;
  }
  .sec7 .text_20 {
    font-size: 16px;
  }
  .sec7 .text_20.text_20_lg {
    font-size: 22px;
  }
  .text_16 {
    font-size: 20px;
  }
  .sec7 .text_16 {
    font-size: clamp(18px, 0.9vw + 14px, 27px);
  }
  .sec7 li,
  .sec7 .sec7-ticket-subhead {
    font-size: clamp(15px, calc(15px + (100vw - 768px) * 7 / 672), 22px);
  }
}
@media screen and (min-width: 981px) {
  .sec7 li.note.note-nowrap-pc {
    white-space: nowrap;
  }
}

/*PC wide==============================================*/
@media screen and (min-width: 1440px) {
  .sec7 .text_40 {
    font-size: clamp(26px, 1.5vw + 17px, 40px);
    padding-bottom: 22px;
  }
  .sec7 .text_20 {
    font-size: 18px;
  }
  .sec7 .text_20.text_20_lg {
    font-size: 24px;
  }
  .sec7 .text_16 {
    font-size: clamp(19px, 0.75vw + 15px, 28px);
  }
}

/*SP=========================================*/
/*SP=========================================*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .container {
    width: 94%;
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sec1 .container,
  .sec2 .container,
  .sec3 .container,
  .sec4 .container,
  .sec5 .container,
  .sec6 .container,
  .sec-assets .container,
  .sec8 .container,
  .sec9 .container,
  .sec10 .container,
  .sec11 .container {
    width: 100%;
  }
  .sec7 {
    width: 100%;
  }
  .sec7 .container {
    width: 100%;
  }
  .text_40 {
    text-align: center;
    font-size: 160%;
    padding-bottom: 1em;
    letter-spacing: 0.2em;
  }
  .text_20 {
    text-align: left;
    font-size: 110%;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  .text_20:nth-child(7) {
    padding-bottom: 5px;
  }
  .text_20:nth-child(9) {
    padding-bottom: 5px;
  }
  .sec7 .text_20.text_20_lg {
    font-size: 130%;
  }
  .text_16 {
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    background: #fff;
    color: #003e91;
    border-radius: 100px;
    width: 100%;
    font-weight: bold;
  }
  .sec7 .text_16 {
    background: #ea6d93;
    color: #fff;
    text-align: left;
  }
  .text_yellow {
    color: black;
  }
  .floating {
    position: fixed;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 3;
  }
  .floating a {
    width: 92%;
    font-size: 1.7rem;
    border-radius: 5vw;
    height: 22vw;
    line-height: 22vw;
    letter-spacing: 0em;
  }

  /* SP: 注意事項・本文の読みやすさ */
  .sec-assets .sec-assets-notes {
    padding: 0.75em clamp(0.85rem, 4vw, 1.15rem) 1.25em;
    padding-left: calc(
      clamp(0.85rem, 4vw, 1.15rem) + clamp(0.15rem, 1.5vw, 0.35rem)
    );
  }
  .sec-assets .sec-assets-notes .note {
    font-size: max(15px, 3.5vw);
  }
  .sec-assets .sec-assets-btn-wrap {
    padding: 0.35em 8% 1.25em;
  }
  .sec-assets .sec-assets-btn {
    font-size: max(14px, 3.8vw);
    padding: 10px 1.5em;
  }
  .sec7 .container {
    padding: 1.75rem clamp(0.85rem, 4vw, 1.15rem) 2rem;
    line-height: 1.72;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .sec7.sec7-notes-part1 .container {
    padding-top: 0.45rem;
  }
  .sec7 .text_40 {
    font-size: clamp(19px, 5.5vw, 26px);
    line-height: 1.35;
    letter-spacing: 0.04em;
    padding-bottom: 0.55em;
    color: #000;
  }
  .sec7 .text_16 {
    padding: 0.65rem 0.85rem;
    font-size: clamp(17px, 4.15vw, 20px);
    line-height: 1.5;
  }
  .sec7 .text_20.text_20_lg {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.55;
    padding-bottom: 0.35em;
    margin-top: 0.05em;
  }
  .sec7 ul {
    padding: 0.25em 0 0.45em;
    padding-left: clamp(0.15rem, 1.5vw, 0.35rem);
  }
  .sec7 li {
    font-size: max(15px, 3.5vw);
    line-height: 1.68;
    padding-bottom: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    list-style-type: none;
    text-align: left;
  }
  .sec7 .sec7-ticket-subhead {
    font-size: max(15px, 3.5vw);
    font-weight: 600;
    padding-left: clamp(0.15rem, 1.5vw, 0.35rem);
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .sec7 li.note:not(.note-plain) {
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
  }
  .sec7 li.note.note-plain {
    padding-left: 0;
    text-indent: 0;
  }
  .sec7 li.note.note-wrap1 {
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
  }
  .sec7 li:not(.note) {
    margin-left: 0;
  }
  .sec7 li a {
    color: #000;
    text-decoration: underline;
    word-break: break-all;
  }
}
