@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* line 60, ../scss/_variables-site.scss */
#spogomi #feature .block, #spogomi #challengers .block, #spogomi #howto .block {
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px; }
  @media only screen and (max-width: 767px) {
    /* line 60, ../scss/_variables-site.scss */
    #spogomi #feature .block, #spogomi #challengers .block, #spogomi #howto .block {
      padding: 60px 20px; } }

@media only screen and (max-width: 1024px) {
  /* line 5, ../scss/page.scss */
  #spogomi-container .l-content {
    padding: 0; } }
@media only screen and (max-width: 960px) {
  /* line 5, ../scss/page.scss */
  #spogomi-container .l-content {
    margin-top: 40px; } }
/* line 13, ../scss/page.scss */
#spogomi-container .pcnone {
  display: none; }
  @media only screen and (max-width: 1024px) {
    /* line 13, ../scss/page.scss */
    #spogomi-container .pcnone {
      display: block; } }
@media only screen and (max-width: 767px) {
  /* line 19, ../scss/page.scss */
  #spogomi-container br.spnone {
    display: none; } }

/* line 25, ../scss/page.scss */
#spogomi {
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff; }
  @media only screen and (max-width: 1024px) {
    /* line 25, ../scss/page.scss */
    #spogomi {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    /* line 25, ../scss/page.scss */
    #spogomi {
      font-size: 1.5rem; } }
  /* line 35, ../scss/page.scss */
  #spogomi .ttl-section {
    text-align: center; }
    /* line 37, ../scss/page.scss */
    #spogomi .ttl-section h2 {
      font-size: clamp(18px, 4.2vw, 26px);
      color: #459FE1;
      margin-bottom: 4rem !important; }
      /* line 41, ../scss/page.scss */
      #spogomi .ttl-section h2 span {
        font-family: 'Roboto', sans-serif;
        font-size: clamp(36px, 9.2vw, 62px);
        line-height: 1;
        margin-bottom: 2rem;
        color: #0034AF;
        display: block; }
  /* line 52, ../scss/page.scss */
  #spogomi #kv {
    text-align: center; }
    /* line 55, ../scss/page.scss */
    #spogomi #kv .kv-img .kv-date {
      max-width: 90%;
      padding: 25px 0; }
  /* line 61, ../scss/page.scss */
  #spogomi #feature {
    background: #FCD902; }
    @media only screen and (min-width: 1025px) {
      /* line 63, ../scss/page.scss */
      #spogomi #feature .block {
        padding-left: 8rem;
        padding-right: 8rem; } }
    /* line 69, ../scss/page.scss */
    #spogomi #feature .block .feature-ttl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 6rem; }
      /* line 73, ../scss/page.scss */
      #spogomi #feature .block .feature-ttl .feature-ttl-text {
        width: 65%; }
        /* line 75, ../scss/page.scss */
        #spogomi #feature .block .feature-ttl .feature-ttl-text h2 {
          font-size: clamp(24px, 4.6vw, 30px);
          border-bottom: 4px solid #fff;
          padding-bottom: 0.5rem;
          margin-bottom: 3rem !important; }
          /* line 80, ../scss/page.scss */
          #spogomi #feature .block .feature-ttl .feature-ttl-text h2 span {
            display: inline-block; }
        /* line 84, ../scss/page.scss */
        #spogomi #feature .block .feature-ttl .feature-ttl-text p {
          font-size: clamp(16px, 4vw, 20px);
          font-weight: bold; }
      /* line 89, ../scss/page.scss */
      #spogomi #feature .block .feature-ttl .feature-ttl-img {
        width: 30%; }
      @media only screen and (max-width: 1024px) {
        /* line 69, ../scss/page.scss */
        #spogomi #feature .block .feature-ttl {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
          /* line 95, ../scss/page.scss */
          #spogomi #feature .block .feature-ttl .feature-ttl-text {
            width: 100%; }
            /* line 98, ../scss/page.scss */
            #spogomi #feature .block .feature-ttl .feature-ttl-text p br {
              display: none; }
          /* line 103, ../scss/page.scss */
          #spogomi #feature .block .feature-ttl .feature-ttl-img {
            width: 100%;
            margin-bottom: 4rem;
            text-align: center; }
            /* line 107, ../scss/page.scss */
            #spogomi #feature .block .feature-ttl .feature-ttl-img img {
              max-width: 45%; } }
  /* line 115, ../scss/page.scss */
  #spogomi #about {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67.393279%;
    background: url("../img/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    /* line 124, ../scss/page.scss */
    #spogomi #about .block {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.92);
      width: 60%;
      padding: 6rem 8rem;
      text-align: center; }
    @media only screen and (max-width: 1024px) {
      /* line 137, ../scss/page.scss */
      #spogomi #about .block {
        width: 70%;
        padding: 4rem; } }
    @media only screen and (max-width: 767px) {
      /* line 115, ../scss/page.scss */
      #spogomi #about {
        padding-top: 135.6%;
        background: url("../img/about-bg_sp.jpg"); }
        /* line 145, ../scss/page.scss */
        #spogomi #about .block {
          width: 90%;
          padding: 4rem 2rem; } }
  @media only screen and (max-width: 1024px) {
    /* line 152, ../scss/page.scss */
    #spogomi #challengers .block {
      padding: 80px 20px; } }
  @media only screen and (max-width: 767px) {
    /* line 152, ../scss/page.scss */
    #spogomi #challengers .block {
      padding-left: 0;
      padding-right: 0; } }
  /* line 162, ../scss/page.scss */
  #spogomi #challengers .ttl-section {
    margin-bottom: 6rem;
    padding-left: 20px;
    padding-right: 20px; }
  /* line 167, ../scss/page.scss */
  #spogomi #challengers .map-block {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #D1D1D1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #D1D1D1 calc(100% - 1px));
    background-size: 48px 48px;
    background-repeat: repeat;
    background-position: center center;
    border: 1px solid #D1D1D1;
    border-radius: 8px; }
    /* line 175, ../scss/page.scss */
    #spogomi #challengers .map-block .map-block-inner {
      padding: 4rem;
      text-align: center; }
      /* line 179, ../scss/page.scss */
      #spogomi #challengers .map-block .map-block-inner h3 {
        color: #459FE1;
        font-size: clamp(18px, 2.8vw, 26px);
        margin-bottom: 4rem; }
        /* line 183, ../scss/page.scss */
        #spogomi #challengers .map-block .map-block-inner h3 br {
          display: none; }
    @media only screen and (max-width: 1024px) {
      /* line 189, ../scss/page.scss */
      #spogomi #challengers .map-block .map-block-inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 767px) {
      /* line 167, ../scss/page.scss */
      #spogomi #challengers .map-block {
        background-size: 30px 30px;
        border: none; }
        /* line 196, ../scss/page.scss */
        #spogomi #challengers .map-block .map-block-inner {
          padding-left: 20px;
          padding-right: 20px;
          position: relative; }
          /* line 200, ../scss/page.scss */
          #spogomi #challengers .map-block .map-block-inner h3 {
            position: absolute;
            left: 7%;
            top: 3%; }
            /* line 205, ../scss/page.scss */
            #spogomi #challengers .map-block .map-block-inner h3 br {
              display: block; } }
  /* line 213, ../scss/page.scss */
  #spogomi #challengers .map .area-hokkaido li a {
    background: #0034AF; }
  /* line 214, ../scss/page.scss */
  #spogomi #challengers .map .area-kanto li a {
    background: #019BAF; }
  /* line 215, ../scss/page.scss */
  #spogomi #challengers .map .area-hokuriku li a {
    background: #AA66D5; }
  /* line 216, ../scss/page.scss */
  #spogomi #challengers .map .area-kinki li a {
    background: #DE6E6E; }
  /* line 217, ../scss/page.scss */
  #spogomi #challengers .map .area-chugoku li a {
    background: #F28C1A; }
  /* line 218, ../scss/page.scss */
  #spogomi #challengers .map .area-shikoku li a {
    background: #CC3700; }
  /* line 219, ../scss/page.scss */
  #spogomi #challengers .map .area-kyusyu li a {
    background: #EFB518; }
  /* line 221, ../scss/page.scss */
  #spogomi #challengers .map ul li {
    font-weight: bold; }
    /* line 223, ../scss/page.scss */
    #spogomi #challengers .map ul li a {
      display: block;
      color: #fff;
      border-radius: 4px;
      position: relative;
      cursor: pointer; }
      /* line 229, ../scss/page.scss */
      #spogomi #challengers .map ul li a::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 5px;
        height: 5px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
  @media only screen and (max-width: 767px) {
    /* line 246, ../scss/page.scss */
    #spogomi #challengers .map {
      background: url("../img/challengers-map.png") no-repeat top center;
      background-size: 90%;
      padding-top: 74.6%; }
      /* line 251, ../scss/page.scss */
      #spogomi #challengers .map ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        /* line 255, ../scss/page.scss */
        #spogomi #challengers .map ul:after {
          content: "";
          width: 32%; }
        /* line 259, ../scss/page.scss */
        #spogomi #challengers .map ul li {
          width: 32%;
          margin-bottom: 1rem; }
          /* line 262, ../scss/page.scss */
          #spogomi #challengers .map ul li a {
            padding: 10px; } }
  @media only screen and (min-width: 768px) {
    /* line 246, ../scss/page.scss */
    #spogomi #challengers .map {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      column-gap: 1rem;
      row-gap: 1rem;
      background: url("../img/challengers-map.png") no-repeat top 15% center;
      background-size: 60%; }
      /* line 275, ../scss/page.scss */
      #spogomi #challengers .map ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        /* line 279, ../scss/page.scss */
        #spogomi #challengers .map ul li {
          padding: 2px; }
          /* line 281, ../scss/page.scss */
          #spogomi #challengers .map ul li a {
            padding: 4px; }
      /* line 286, ../scss/page.scss */
      #spogomi #challengers .map .area-hokkaido {
        grid-column: 8 / 9;
        grid-row: 1 / 8; }
        /* line 289, ../scss/page.scss */
        #spogomi #challengers .map .area-hokkaido li {
          width: 100%; }
      /* line 293, ../scss/page.scss */
      #spogomi #challengers .map .area-kanto {
        grid-column: 7/ 9;
        grid-row: 9 / 13; }
        /* line 296, ../scss/page.scss */
        #spogomi #challengers .map .area-kanto li {
          width: 50%; }
      /* line 300, ../scss/page.scss */
      #spogomi #challengers .map .area-hokuriku {
        grid-column: 4/ 7;
        grid-row: 10 / 13; }
        /* line 303, ../scss/page.scss */
        #spogomi #challengers .map .area-hokuriku li {
          width: 33.3333333333334%; }
      /* line 307, ../scss/page.scss */
      #spogomi #challengers .map .area-kinki {
        grid-column: 4/ 6;
        grid-row: 1 / 5; }
        /* line 310, ../scss/page.scss */
        #spogomi #challengers .map .area-kinki li {
          width: 50%; }
      /* line 314, ../scss/page.scss */
      #spogomi #challengers .map .area-chugoku {
        grid-column: 2/ 4;
        grid-row: 1 / 4; }
        /* line 317, ../scss/page.scss */
        #spogomi #challengers .map .area-chugoku li {
          width: 50%; }
      /* line 321, ../scss/page.scss */
      #spogomi #challengers .map .area-shikoku {
        grid-column: 2/ 4;
        grid-row: 11 / 13; }
        /* line 324, ../scss/page.scss */
        #spogomi #challengers .map .area-shikoku li {
          width: 50%; }
      /* line 328, ../scss/page.scss */
      #spogomi #challengers .map .area-kyusyu {
        grid-column: 1/ 2;
        grid-row: 5 / 13; }
        /* line 331, ../scss/page.scss */
        #spogomi #challengers .map .area-kyusyu li {
          width: 100%; } }
  @media only screen and (min-width: 1025px) {
    /* line 338, ../scss/page.scss */
    #spogomi #challengers .map ul li {
      padding: 5px; } }
  /* line 349, ../scss/page.scss */
  #spogomi #howto {
    background: url("../img/howto-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    /* line 355, ../scss/page.scss */
    #spogomi #howto .ttl-section h2, #spogomi #howto .ttl-section h2 span {
      color: #fff; }
    /* line 362, ../scss/page.scss */
    #spogomi #howto .howto-step {
      margin-bottom: 4rem; }
      /* line 364, ../scss/page.scss */
      #spogomi #howto .howto-step .step-item {
        border-radius: 12px;
        background: #fff;
        padding: 4rem 2rem;
        position: relative; }
        /* line 369, ../scss/page.scss */
        #spogomi #howto .howto-step .step-item:nth-child(-n+2):after {
          content: "";
          position: absolute;
          top: 50%;
          right: -50px;
          transform: translate(0, -50%);
          border: 22px solid transparent;
          border-left: 17px solid #AEC7DD; }
        /* line 379, ../scss/page.scss */
        #spogomi #howto .howto-step .step-item .step-item-text strong {
          color: #0C68B3; }
      @media only screen and (min-width: 768px) {
        /* line 362, ../scss/page.scss */
        #spogomi #howto .howto-step {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          /* line 387, ../scss/page.scss */
          #spogomi #howto .howto-step .step-item {
            width: 30%;
            position: relative;
            display: flex;
            /*子要素に追加*/
            flex-direction: column;
            /*子要素に追加*/ }
            /* line 392, ../scss/page.scss */
            #spogomi #howto .howto-step .step-item .step-item-img {
              margin-bottom: 4rem;
              text-align: center; }
              /* line 395, ../scss/page.scss */
              #spogomi #howto .howto-step .step-item .step-item-img img {
                max-width: 55%; }
            /* line 399, ../scss/page.scss */
            #spogomi #howto .howto-step .step-item .step-item-text {
              font-size: 110%; } }
      @media only screen and (max-width: 767px) {
        /* line 405, ../scss/page.scss */
        #spogomi #howto .howto-step .step-item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          /* line 408, ../scss/page.scss */
          #spogomi #howto .howto-step .step-item:nth-child(-n+2):after {
            content: "";
            position: absolute;
            top: auto;
            bottom: -50px;
            right: auto;
            left: 50%;
            transform: translate(-50%, 0) rotate(90deg);
            border: 22px solid transparent;
            border-left: 17px solid #AEC7DD; }
          /* line 419, ../scss/page.scss */
          #spogomi #howto .howto-step .step-item:nth-child(-n+2) {
            margin-bottom: 4rem; }
          /* line 422, ../scss/page.scss */
          #spogomi #howto .howto-step .step-item .step-item-img {
            width: 22%;
            padding-top: 5px; }
          /* line 426, ../scss/page.scss */
          #spogomi #howto .howto-step .step-item .step-item-text {
            width: 73%; } }
    /* line 432, ../scss/page.scss */
    #spogomi #howto .howto-tag {
      margin-top: 1rem; }
      /* line 434, ../scss/page.scss */
      #spogomi #howto .howto-tag li {
        background: #E8E8E8;
        color: #0C68B3;
        font-weight: bold;
        padding: 3px 10px; }
        /* line 439, ../scss/page.scss */
        #spogomi #howto .howto-tag li:first-child {
          margin-bottom: 0.8rem; }
    /* line 444, ../scss/page.scss */
    #spogomi #howto .requirement {
      border-radius: 12px;
      padding: 6rem;
      background: #fff; }
      /* line 448, ../scss/page.scss */
      #spogomi #howto .requirement h3 {
        text-align: center;
        font-size: clamp(17px, 4vw, 24px);
        color: #0C68B3;
        font-weight: bold;
        margin-bottom: 2rem; }
      /* line 455, ../scss/page.scss */
      #spogomi #howto .requirement p {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 4rem; }
      /* line 460, ../scss/page.scss */
      #spogomi #howto .requirement .requirement-text {
        border: 1px solid #CCBEBE;
        border-radius: 12px;
        overflow: auto;
        height: 430px;
        padding: 4rem;
        border-radius: 12px; }
        /* line 467, ../scss/page.scss */
        #spogomi #howto .requirement .requirement-text::-webkit-scrollbar {
          width: 9px;
          height: 0;
          border-radius: 8px; }
        /* line 472, ../scss/page.scss */
        #spogomi #howto .requirement .requirement-text::-webkit-scrollbar-thumb {
          background-color: #C6C6C6;
          border-radius: 8px; }
        /* line 480, ../scss/page.scss */
        #spogomi #howto .requirement .requirement-text .requirement-text-inner {
          list-style-type: disc; }
      @media only screen and (max-width: 767px) {
        /* line 444, ../scss/page.scss */
        #spogomi #howto .requirement {
          padding: 4rem 2rem; }
          /* line 486, ../scss/page.scss */
          #spogomi #howto .requirement .requirement-text {
            padding: 2rem 2rem 2rem 4rem;
            font-size: 1.4rem; } }

/* line 494, ../scss/page.scss */
.spogomi-footer-banner {
  text-align: center;
  margin-top: 6rem; }
  /* line 497, ../scss/page.scss */
  .spogomi-footer-banner img {
    max-width: 80%; }

/* line 502, ../scss/page.scss */
.remodal-wrapper {
  padding: 0 10px 10px;
  top: 10px; }

/* line 507, ../scss/page.scss */
.area-profile {
  max-width: 900px;
  background: #EAEAEA;
  padding: 0;
  text-align: left;
  border-radius: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    /* line 507, ../scss/page.scss */
    .area-profile {
      font-size: 1.5rem; } }
  /* line 518, ../scss/page.scss */
  .area-profile h2 {
    padding: 2rem 6%;
    margin-bottom: 0 !important;
    font-size: clamp(14px, 3.8vw, 22px);
    background: #fff;
    border-radius: 16px 16px 0 0;
    color: #0034AF;
    line-height: 1.8; }
    /* line 526, ../scss/page.scss */
    .area-profile h2 span {
      font-size: clamp(15px, 3.5vw, 18px);
      background: #0034AF;
      border-radius: 4px;
      color: #fff;
      padding: 0.5rem 2rem;
      margin-right: 0.5em; }
  /* line 535, ../scss/page.scss */
  .area-profile .inner {
    padding: 4rem 6%; }
    /* line 537, ../scss/page.scss */
    .area-profile .inner img {
      margin-bottom: 1rem; }
    /* line 540, ../scss/page.scss */
    .area-profile .inner p {
      font-size: 1.4rem;
      margin-bottom: 4rem; }
    /* line 544, ../scss/page.scss */
    .area-profile .inner dl {
      margin-bottom: 4rem; }
      /* line 546, ../scss/page.scss */
      .area-profile .inner dl dt {
        display: inline-block;
        background: #FCD902;
        padding: 1rem 2rem;
        font-weight: bold; }
      /* line 552, ../scss/page.scss */
      .area-profile .inner dl dd {
        background: #fff;
        padding: 2rem;
        margin-bottom: 2rem; }
    /* line 558, ../scss/page.scss */
    .area-profile .inner.soon {
      text-align: center; }
      /* line 560, ../scss/page.scss */
      .area-profile .inner.soon p {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vh;
        font-family: 'Roboto', sans-serif;
        font-size: clamp(24px, 5.2vw, 62px);
        color: #999; }
  /* line 572, ../scss/page.scss */
  .area-profile .link a {
    color: #000;
    padding-right: 2em;
    position: relative; }
    /* line 576, ../scss/page.scss */
    .area-profile .link a::after {
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(45deg); }
  /* line 592, ../scss/page.scss */
  .area-profile .remodal-cancel {
    color: #000;
    background: rgba(255, 255, 255, 0);
    width: 100%; }
    /* line 599, ../scss/page.scss */
    .area-profile .remodal-cancel .icon-close {
      position: relative;
      width: 20px;
      height: 20px;
      padding-right: 30px; }
      /* line 604, ../scss/page.scss */
      .area-profile .remodal-cancel .icon-close::before, .area-profile .remodal-cancel .icon-close::after {
        /* 共通設定 */
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        /* 棒の幅（太さ） */
        height: 20px;
        /* 棒の高さ */
        background: #333; }
      /* line 613, ../scss/page.scss */
      .area-profile .remodal-cancel .icon-close::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      /* line 617, ../scss/page.scss */
      .area-profile .remodal-cancel .icon-close::after {
        transform: translate(-50%, -50%) rotate(-45deg); }

/* line 625, ../scss/page.scss */
.kv-img {
  background: rgba(255, 0, 0, 0.8); }
  /* line 627, ../scss/page.scss */
  .kv-img p {
    font-size: clamp(18px, 4.4vw, 48px);
    color: #fff;
    font-weight: bold;
    padding: 2rem 0; }

/*# sourceMappingURL=page.css.map */
