@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Lato", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #00afcc; }

.sp {
  display: none !important; }

a:active {
  color: unset; }

a:visited {
  color: unset; }

a:focus {
  outline: none; }

a {
  text-decoration: none; }

p {
  line-height: 1.8rem;
  font-weight: 600; }

li {
  font-weight: 600; }

main {
  position: relative; }
  main .floating-button {
    width: 8%;
    max-width: 100px;
    height: auto;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1001;
    transition: .2s; }
    main .floating-button:hover {
      opacity: 0.8; }
  main #mv {
    position: relative;
    padding-top: 50px;
    z-index: -1; }
    main #mv img.mv {
      width: 100%; }
    main #mv img.label {
      position: absolute;
      bottom: 10%;
      left: 2.5%;
      width: 20%;
      max-width: 320px; }
    main #mv img.label-2 {
      left: unset;
      right: 2.5%;
      width: 20%;
      max-width: 150px; }
  main #nav.page-nav {
    position: sticky;
    z-index: 1000;
    top: 80px; }
    main #nav.page-nav ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      max-width: 1000px;
      padding: 1em 3em;
      margin: 0 auto;
      list-style: none;
      background-color: #fff;
      border-radius: 999px; }
      main #nav.page-nav ul li {
        text-align: center; }
        main #nav.page-nav ul li a {
          display: block;
          font-weight: bold;
          line-height: 1.3em;
          color: #000;
          transition: .2s; }
          main #nav.page-nav ul li a.active {
            color: #00afcc; }
            main #nav.page-nav ul li a.active:hover {
              color: #a8e4ee; }
          main #nav.page-nav ul li a:hover {
            color: #00afcc; }
  main .read {
    width: 90%;
    max-width: 800px;
    margin: 80px auto;
    text-align: center;
    color: #fff;
    border-radius: 10px; }
  main .main-logo {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto; }
  main section.block, main section.block-1 {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    main section.block .bg-before, main section.block-1 .bg-before {
      background-color: #00afcc; }
    main section.block .arrows, main section.block-1 .arrows {
      position: absolute;
      z-index: 0;
      width: 30%;
      max-width: 320px;
      right: -5px;
      top: 50px; }
      main section.block .arrows.left, main section.block-1 .arrows.left {
        right: unset;
        left: -5px;
        top: 400px; }
    main section.block .contents, main section.block-1 .contents {
      position: relative;
      z-index: 1;
      width: 90%;
      max-width: 1000px;
      margin: 50px auto; }
      main section.block .contents h2, main section.block-1 .contents h2 {
        text-align: center;
        color: #ea545d;
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 1em; }
      main section.block .contents .box, main section.block-1 .contents .box {
        display: flex;
        align-items: center;
        gap: 3%;
        margin-bottom: 50px; }
        main section.block .contents .box .illust, main section.block-1 .contents .box .illust {
          flex: 1;
          display: block;
          object-fit: contain;
          max-width: 350px;
          max-height: 300px; }
        main section.block .contents .box .inner-box, main section.block-1 .contents .box .inner-box {
          flex: 2; }
          main section.block .contents .box .inner-box > p, main section.block-1 .contents .box .inner-box > p {
            text-align: justify;
            margin-bottom: 40px;
            font-weight: 500; }
            main section.block .contents .box .inner-box > p span, main section.block-1 .contents .box .inner-box > p span {
              font-weight: 700;
              color: #ea545d; }
          main section.block .contents .box .inner-box h3, main section.block-1 .contents .box .inner-box h3 {
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
            color: #ea545d; }
          main section.block .contents .box .inner-box .list-container, main section.block-1 .contents .box .inner-box .list-container {
            display: flex;
            justify-content: center;
            background-color: #f9d1cb;
            box-shadow: 5px 5px 0 #e08688;
            padding: 15px;
            gap: 10px;
            border-radius: 10px; }
            main section.block .contents .box .inner-box .list-container ul, main section.block-1 .contents .box .inner-box .list-container ul {
              list-style: none;
              margin: 0;
              padding: 0;
              flex: 1; }
              main section.block .contents .box .inner-box .list-container ul:first-child, main section.block-1 .contents .box .inner-box .list-container ul:first-child {
                border-right: 3px dotted #fff;
                padding-right: 10px; }
              main section.block .contents .box .inner-box .list-container ul:last-child, main section.block-1 .contents .box .inner-box .list-container ul:last-child {
                border-right: none; }
              main section.block .contents .box .inner-box .list-container ul li, main section.block-1 .contents .box .inner-box .list-container ul li {
                font-size: 14px;
                margin-bottom: 5px;
                text-indent: -1em;
                padding-left: 1em; }
                main section.block .contents .box .inner-box .list-container ul li::before, main section.block-1 .contents .box .inner-box .list-container ul li::before {
                  content: "• "; }
      main section.block .contents button, main section.block-1 .contents button {
        position: relative;
        width: 100%;
        font-size: 32px;
        font-weight: 700;
        border-radius: 20px 20px 0 0;
        background-color: #ea545d;
        color: #fff;
        border: none;
        padding: 1em 50px 1em 15px;
        cursor: pointer; }
        main section.block .contents button:hover, main section.block-1 .contents button:hover {
          background-color: #e42732; }
        main section.block .contents button .icon, main section.block-1 .contents button .icon {
          position: absolute;
          width: 24px;
          height: 24px;
          right: 24px;
          top: 50%;
          transform: translateY(-50%); }
          main section.block .contents button .icon::before, main section.block .contents button .icon::after, main section.block-1 .contents button .icon::before, main section.block-1 .contents button .icon::after {
            content: "";
            position: absolute;
            background-color: #fff;
            transition: transform 0.3s ease;
            height: 4px;
            width: 100%;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          main section.block .contents button .icon::before, main section.block-1 .contents button .icon::before {
            transform: rotate(90deg);
            /* 横線 */ }
          main section.block .contents button .icon::after, main section.block-1 .contents button .icon::after {
            transform: rotate(0deg);
            /* 縦線 */ }
        main section.block .contents button.open .icon::after, main section.block-1 .contents button.open .icon::after {
          transform: rotate(180deg); }
        main section.block .contents button.open .icon::before, main section.block-1 .contents button.open .icon::before {
          transform: rotate(180deg); }
      main section.block .contents .accordion-content, main section.block-1 .contents .accordion-content {
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: .3s ease;
        background-color: #fff5e0;
        display: grid;
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 5%; }
        main section.block .contents .accordion-content .card, main section.block-1 .contents .accordion-content .card {
          position: relative;
          background-color: #fff;
          padding: 20px;
          padding-bottom: 80px;
          border-radius: 20px; }
          main section.block .contents .accordion-content .card:last-child, main section.block-1 .contents .accordion-content .card:last-child {
            border-bottom: none; }
          main section.block .contents .accordion-content .card > img, main section.block-1 .contents .accordion-content .card > img {
            margin-bottom: 20px;
            aspect-ratio: 4/3;
            object-fit: cover; }
          main section.block .contents .accordion-content .card h3, main section.block-1 .contents .accordion-content .card h3 {
            font-size: 20px;
            font-weight: 700;
            color: #ea545d;
            border-bottom: #ea545d 5px dotted;
            padding-bottom: 5px;
            margin-bottom: 20px; }
          main section.block .contents .accordion-content .card .card-text, main section.block-1 .contents .accordion-content .card .card-text {
            margin-bottom: 20px; }
            main section.block .contents .accordion-content .card .card-text h4, main section.block-1 .contents .accordion-content .card .card-text h4 {
              font-size: 18px;
              font-weight: 700;
              margin-bottom: 10px;
              color: #ea545d; }
            main section.block .contents .accordion-content .card .card-text p, main section.block-1 .contents .accordion-content .card .card-text p {
              text-align: justify;
              color: #000;
              font-weight: 500; }
          main section.block .contents .accordion-content .card a, main section.block-1 .contents .accordion-content .card a {
            position: absolute;
            border: solid 2px #ea545d;
            background-color: #ea545d;
            display: block;
            text-align: center;
            width: calc(100% - 40px);
            border-radius: 999px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            padding: 10px 1em;
            bottom: 20px;
            transition: .2s; }
            main section.block .contents .accordion-content .card a:hover, main section.block-1 .contents .accordion-content .card a:hover {
              background-color: #fff;
              color: #ea545d; }
        main section.block .contents .accordion-content > a, main section.block-1 .contents .accordion-content > a {
          display: block;
          position: absolute;
          width: 90%;
          max-width: 500px;
          margin: 0 auto;
          background-color: #fff;
          border: solid 2px #ea545d;
          color: #ea545d;
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          bottom: 25px;
          left: 50%;
          transform: translateX(-50%);
          padding: 12px 1.5em;
          border-radius: 999px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }
          main section.block .contents .accordion-content > a:hover, main section.block-1 .contents .accordion-content > a:hover {
            background-color: #ea545d;
            color: #fff;
            transform: translateX(-50%) scale(1.1);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }
  main section.block-2 {
    background-color: #cce8f7; }
    main section.block-2 .contents h2 {
      color: #0099d9; }
    main section.block-2 .contents .box {
      flex-direction: row-reverse; }
      main section.block-2 .contents .box .inner-box {
        margin-bottom: 50px; }
        main section.block-2 .contents .box .inner-box > p span {
          color: #004ea2; }
        main section.block-2 .contents .box .inner-box h3 {
          color: #004ea2; }
        main section.block-2 .contents .box .inner-box .list-container {
          background-color: #fff;
          box-shadow: 5px 5px 0 #0099d9bb; }
          main section.block-2 .contents .box .inner-box .list-container ul:first-child {
            border-right: 3px dotted #0099d9;
            padding-right: 10px; }
    main section.block-2 .contents button {
      background-color: #0099d9; }
      main section.block-2 .contents button:hover {
        background-color: #0075a6; }
    main section.block-2 .contents .accordion-content .card h3 {
      color: #0099d9;
      border-bottom: #0099d9 5px dotted; }
    main section.block-2 .contents .accordion-content .card .card-text h4 {
      color: #0099d9; }
    main section.block-2 .contents .accordion-content .card a {
      border: solid 2px #0099d9;
      background-color: #0099d9; }
      main section.block-2 .contents .accordion-content .card a:hover {
        background-color: #fff;
        color: #0099d9; }
    main section.block-2 .contents .accordion-content > a {
      border: solid 2px #0099d9;
      color: #0099d9; }
      main section.block-2 .contents .accordion-content > a:hover {
        background-color: #0099d9; }
  main section.block-3 {
    background-color: #f4f2f1; }
    main section.block-3 .contents h2 {
      color: #4d9778; }
    main section.block-3 .contents .box .inner-box {
      margin-bottom: 50px; }
      main section.block-3 .contents .box .inner-box > p span {
        color: #4d9778; }
      main section.block-3 .contents .box .inner-box h3 {
        color: #4d9778; }
      main section.block-3 .contents .box .inner-box .list-container {
        background-color: #d5e3d4;
        box-shadow: 5px 5px 0 #4d9778bb; }
        main section.block-3 .contents .box .inner-box .list-container ul:first-child {
          border-right: 3px dotted #fff; }
    main section.block-3 .contents button {
      background-color: #4d9778; }
      main section.block-3 .contents button:hover {
        background-color: #3c755d; }
    main section.block-3 .contents .accordion-content .card h3 {
      color: #4d9778;
      border-bottom: #4d9778 5px dotted; }
    main section.block-3 .contents .accordion-content .card .card-text h4 {
      color: #4d9778; }
    main section.block-3 .contents .accordion-content .card a {
      border: solid 2px #4d9778;
      background-color: #4d9778; }
      main section.block-3 .contents .accordion-content .card a:hover {
        background-color: #fff;
        color: #4d9778; }
    main section.block-3 .contents .accordion-content > a {
      color: #4d9778;
      border: solid 2px #4d9778; }
      main section.block-3 .contents .accordion-content > a:hover {
        background-color: #4d9778; }
  main section.block-4 {
    background-color: #f9d9c8; }
    main section.block-4 .snow-icon {
      position: absolute;
      top: 100px;
      left: 10px;
      width: 80px; }
    main section.block-4 .contents {
      margin: 0 auto 50px auto; }
      main section.block-4 .contents h2 {
        color: #ea5532; }
      main section.block-4 .contents .box {
        flex-direction: row-reverse; }
        main section.block-4 .contents .box .inner-box > p span {
          color: #ea5532; }
        main section.block-4 .contents .box .inner-box h3 {
          color: #ea5532; }
        main section.block-4 .contents .box .inner-box .list-container {
          background-color: #fef7f2;
          box-shadow: 5px 5px 0 #ea5532bb; }
          main section.block-4 .contents .box .inner-box .list-container ul:first-child {
            border-right: 3px dotted #ea5532; }
      main section.block-4 .contents button {
        background-color: #ea5532; }
        main section.block-4 .contents button:hover {
          background-color: #d33a16; }
      main section.block-4 .contents .accordion-content .card h3 {
        color: #ea5532;
        border-bottom: #ea5532 5px dotted; }
      main section.block-4 .contents .accordion-content .card .card-text h4 {
        color: #ea5532; }
      main section.block-4 .contents .accordion-content .card a {
        border: solid 2px #ea5532;
        background-color: #ea5532; }
        main section.block-4 .contents .accordion-content .card a:hover {
          background-color: #fff;
          color: #ea5532; }
      main section.block-4 .contents .accordion-content > a {
        color: #ea5532;
        border: solid 2px #ea5532; }
        main section.block-4 .contents .accordion-content > a:hover {
          background-color: #ea5532; }
  main section.block-5 {
    background-color: unset;
    background-image: url("../../assets/img/block-5-bg.svg");
    background-size: 106px 88px;
    background-repeat: repeat;
    background-position: center; }
    main section.block-5 .contents {
      margin: 0 auto 50px auto; }
      main section.block-5 .contents h2 {
        padding-top: 50px;
        color: #fff; }
      main section.block-5 .contents p {
        color: #fff; }
      main section.block-5 .contents .box {
        flex-direction: row-reverse; }
        main section.block-5 .contents .box .inner-box h3 {
          color: #fff; }
        main section.block-5 .contents .box .inner-box .list-container {
          background-color: #eaf6fd;
          box-shadow: 5px 5px 0 #51739dbb; }
          main section.block-5 .contents .box .inner-box .list-container ul:first-child {
            border-right: 5px dotted #00afcc; }
      main section.block-5 .contents button {
        color: #00afcc;
        background-color: #f5d31f; }
        main section.block-5 .contents button:hover {
          background-color: #d7b70a; }
        main section.block-5 .contents button .icon::before, main section.block-5 .contents button .icon::after {
          background-color: #0099d9; }
      main section.block-5 .contents .accordion-content .card h3 {
        color: #00afcc;
        border-bottom: #00afcc 5px dotted; }
      main section.block-5 .contents .accordion-content .card .card-text h4 {
        color: #00afcc; }
      main section.block-5 .contents .accordion-content .card a {
        border: solid 2px #00afcc;
        background-color: #00afcc; }
        main section.block-5 .contents .accordion-content .card a:hover {
          background-color: #fff;
          color: #00afcc; }
      main section.block-5 .contents .lineup {
        background-color: #00afcccc;
        border-top: solid 1px #fff;
        margin-top: 100px;
        padding: 50px 0; }
        main section.block-5 .contents .lineup > button {
          background-color: #0099d9;
          text-align: center;
          color: #fff; }
          main section.block-5 .contents .lineup > button.lineup-ttl {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1em;
            margin-top: 2em; }
            main section.block-5 .contents .lineup > button.lineup-ttl::before, main section.block-5 .contents .lineup > button.lineup-ttl::after {
              content: "";
              display: block;
              width: 50px;
              height: 5px;
              border-top: dotted 5px #fff; }
          main section.block-5 .contents .lineup > button span::before, main section.block-5 .contents .lineup > button span::after {
            background-color: #fff; }
          main section.block-5 .contents .lineup > button:hover {
            background-color: #0075a6; }
        main section.block-5 .contents .lineup > p {
          color: #fff;
          text-align: center; }
        main section.block-5 .contents .lineup .lineup-cards {
          display: grid;
          gap: 25px;
          grid-template-columns: repeat(2, 1fr); }
          main section.block-5 .contents .lineup .lineup-cards .lineup-card {
            position: relative;
            background-color: #fff;
            padding: 20px;
            padding-bottom: 80px;
            border-radius: 20px;
            text-align: center; }
            main section.block-5 .contents .lineup .lineup-cards .lineup-card h4 {
              font-size: 24px;
              margin-bottom: 12px;
              font-weight: 700;
              color: #61c1be; }
              main section.block-5 .contents .lineup .lineup-cards .lineup-card h4.ski-field {
                font-size: 20px;
                margin: 15px 0 10px 0;
                text-align: left; }
            main section.block-5 .contents .lineup .lineup-cards .lineup-card table {
              width: 100%;
              margin: 0 0 20px 0;
              border-collapse: collapse;
              text-align: left; }
              main section.block-5 .contents .lineup .lineup-cards .lineup-card table td {
                padding: 10px;
                font-weight: 700;
                border-top: solid 1px #61c1be;
                border-bottom: solid 1px #61c1be; }
                main section.block-5 .contents .lineup .lineup-cards .lineup-card table td.school-name {
                  color: #61c1be;
                  font-size: 18px;
                  padding: 10px 0; }
                main section.block-5 .contents .lineup .lineup-cards .lineup-card table td.lineup-ttl {
                  font-size: 14px;
                  width: 15%; }
                main section.block-5 .contents .lineup .lineup-cards .lineup-card table td span {
                  font-size: 14px; }
            main section.block-5 .contents .lineup .lineup-cards .lineup-card > a {
              position: absolute;
              display: block;
              width: calc(100% - 40px);
              border-radius: 999px;
              border: solid 2px #61c1be;
              background-color: #61c1be;
              color: #fff;
              font-size: 18px;
              font-weight: 700;
              padding: 10px 1em;
              bottom: 20px;
              transition: .2s; }
              main section.block-5 .contents .lineup .lineup-cards .lineup-card > a:hover {
                background-color: #fff;
                color: #61c1be; }
        main section.block-5 .contents .lineup.badge-test > a {
          position: relative;
          display: block;
          text-align: center;
          max-width: 450px;
          margin: 50px auto;
          padding: 15px 1em;
          font-size: 24px;
          font-weight: 700;
          border: solid 2px #000;
          color: #000;
          overflow: hidden;
          z-index: 1;
          transition: color 0.3s ease; }
          main section.block-5 .contents .lineup.badge-test > a::before, main section.block-5 .contents .lineup.badge-test > a::after {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            z-index: -1;
            transition: transform 0.3s ease;
            transform: translateX(0); }
          main section.block-5 .contents .lineup.badge-test > a::before {
            left: 0;
            background: linear-gradient(315deg, black 4%, #f5d31f 4%); }
          main section.block-5 .contents .lineup.badge-test > a::after {
            background: linear-gradient(315deg, #f5d31f 4%, black 4%); }
          main section.block-5 .contents .lineup.badge-test > a:hover {
            color: #f5d31f; }
          main section.block-5 .contents .lineup.badge-test > a:hover::before {
            transform: translateX(100%); }
          main section.block-5 .contents .lineup.badge-test > a:hover::after {
            transform: translateX(100%); }
        main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card h4 {
          color: #f08d72; }
        main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card table td {
          border-top: solid 1px #f08d72;
          border-bottom: solid 1px #f08d72; }
          main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card table td.school-name {
            color: #f08d72; }
        main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card > a {
          border: solid 2px #f08d72;
          background-color: #f08d72; }
          main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card > a:hover {
            background-color: #fff;
            color: #f08d72; }
        main section.block-5 .contents .lineup.badge-test .lineup-cards .lineup-card.no-bottom-padding {
          padding-bottom: 0; }

footer {
  position: relative;
  background-color: #fff; }
  footer > .bg {
    background-color: #00afcc; }
  footer > .illust {
    position: absolute;
    width: 30%;
    max-width: 200px; }
    footer > .illust.illust-1 {
      top: 0;
      right: 5%; }
    footer > .illust.illust-2 {
      top: 50%;
      left: 5%; }
  footer .contents {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 0; }
    footer .contents .box {
      padding-bottom: 50px;
      text-align: center; }
      footer .contents .box h2 {
        color: #00afcc;
        text-align: center;
        font-size: 35px;
        margin-bottom: 0.5em; }
      footer .contents .box h3 {
        margin-bottom: 0.5em; }
      footer .contents .box a {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        transition: .2s; }
        footer .contents .box a:hover {
          opacity: 0.6; }
      footer .contents .box .inner-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px; }

@media screen and (max-width: 979px) {
  main #nav.page-nav {
    top: 75px; }
    main #nav.page-nav ul {
      background-color: unset;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-radius: 0;
      width: 100%;
      padding: 0 5px;
      gap: 5px; }
      main #nav.page-nav ul li {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px; }
        main #nav.page-nav ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          width: 100%;
          height: 100%;
          font-size: 13px;
          box-shadow: 0px 0px 5px #ccc;
          transition: .2s; }
          main #nav.page-nav ul li a:hover {
            background-color: #f0f0f0; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block !important; }

  p {
    font-size: 14px; }

  main {
    position: relative; }
    main .floating-button.sp {
      display: block !important;
      width: 100%;
      max-width: unset;
      height: 60px;
      position: fixed;
      top: unset;
      bottom: 0;
      background-color: #eb6123;
      padding: 10px;
      z-index: 1001; }
      main .floating-button.sp img {
        display: block;
        height: 100%;
        object-fit: contain;
        width: auto;
        margin: 0 auto; }
    main #mv {
      margin-top: 50px;
      padding-bottom: 60px; }
      main #mv img.label {
        width: 25%; }
      main #mv img.label-2 {
        width: 17%; }
    main .read {
      font-size: 14px; }
    main section.block .arrows, main section.block-1 .arrows {
      width: 45%;
      top: 30px; }
    main section.block .contents, main section.block-1 .contents {
      width: 90%; }
      main section.block .contents h2, main section.block-1 .contents h2 {
        font-size: 24px; }
      main section.block .contents .box, main section.block-1 .contents .box {
        flex-direction: column;
        row-gap: 30px; }
        main section.block .contents .box .inner-box > p, main section.block-1 .contents .box .inner-box > p {
          text-align: justify;
          margin-bottom: 1em; }
          main section.block .contents .box .inner-box > p span, main section.block-1 .contents .box .inner-box > p span {
            font-weight: 700; }
        main section.block .contents .box .inner-box h3, main section.block-1 .contents .box .inner-box h3 {
          font-size: 18px; }
        main section.block .contents .box .inner-box .list-container, main section.block-1 .contents .box .inner-box .list-container {
          flex-direction: column;
          gap: 0; }
          main section.block .contents .box .inner-box .list-container ul, main section.block-1 .contents .box .inner-box .list-container ul {
            list-style: none;
            margin: 0;
            padding: 0;
            flex: 1; }
            main section.block .contents .box .inner-box .list-container ul:first-child, main section.block-1 .contents .box .inner-box .list-container ul:first-child {
              border-right: none;
              padding-right: 0; }
            main section.block .contents .box .inner-box .list-container ul li, main section.block-1 .contents .box .inner-box .list-container ul li {
              font-size: 14px;
              margin-bottom: 5px;
              text-indent: -1em;
              padding-left: 1em; }
              main section.block .contents .box .inner-box .list-container ul li::before, main section.block-1 .contents .box .inner-box .list-container ul li::before {
                content: "• "; }
      main section.block .contents button, main section.block-1 .contents button {
        font-size: 20px; }
      main section.block .contents .accordion-content, main section.block-1 .contents .accordion-content {
        grid-template-columns: repeat(1, 1fr); }
        main section.block .contents .accordion-content .card a, main section.block-1 .contents .accordion-content .card a {
          font-size: 18px;
          padding: 0.5em; }
    main section.block-2 .contents .box {
      flex-direction: column; }
    main section.block-4 .contents .box {
      flex-direction: column; }
    main section.block-5 {
      background-size: 60px 47px; }
      main section.block-5 .contents .box {
        flex-direction: column; }
      main section.block-5 .contents .lineup h3 {
        font-size: 24px; }
        main section.block-5 .contents .lineup h3.lineup-ttl {
          font-size: 24px; }
      main section.block-5 .contents .lineup .lineup-cards {
        grid-template-columns: repeat(1, 1fr);
        width: 100%; }
        main section.block-5 .contents .lineup .lineup-cards .lineup-card table td.lineup-ttl {
          width: 20%; }
      main section.block-5 .contents .lineup.badge-test > a {
        font-size: 20px; }

  footer {
    padding-bottom: 30px; }
    footer > .illust {
      z-index: 0;
      position: absolute;
      width: 18%;
      max-width: 150px;
      top: -30px; }
    footer .contents {
      position: relative;
      z-index: 1; }
      footer .contents .box h2 {
        font-size: 24px; }
      footer .contents .box h3 {
        font-size: 18px; }
      footer .contents .box .inner-box {
        flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
