@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1100px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  @keyframes hurueru {
    0% {
      transform: translate(0px, 0px) rotateZ(0deg);
    }
    25% {
      transform: translate(2px, 2px) rotateZ(1deg);
    }
    50% {
      transform: translate(0px, 2px) rotateZ(0deg);
    }
    75% {
      transform: translate(2px, 0px) rotateZ(-1deg);
    }
    100% {
      transform: translate(0px, 0px) rotateZ(0deg);
    }
  }
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 0;
    width: 100%;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 15px;
  }
  .modal .modal-content .modal-content__wrap {
    display: block;
  }
  .modal .modal-content .modal-content__wrap .modal--text {
    width: auto;
    margin-top: 25px;
  }
  .modal .modal-content .modal-content__wrap .modal--text p {
    padding: 0;
  }
  .modal .modal-content .modal-content__wrap .modal--text dl dt {
    width: 80%;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
  }
  .menu-content ul {
    width: auto;
  }
  header .header__inner {
    width: auto;
  }
  header .header__inner .header_logo {
    z-index: 1;
  }
  .sp {
    display: block;
  }
  .sp .header_logo__wrap {
    width: 125px;
  }
  .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  .show .sp {
    display: block;
  }
  .show .sp .header_logo__wrap {
    width: 125px;
    margin-left: 0;
  }
  .show .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .show .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  .hamburger-menu .sns__nav {
    width: 100px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 15px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .section__title {
    width: auto;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section__title h2 {
    padding: 15px 0;
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .section__title h2 img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .mainvisual .mainvisual__inner {
    width: auto;
    display: block;
    padding-bottom: 0;
  }
  .mainvisual .mainvisual__inner .mainvisual__title {
    width: 100%;
  }
  .mainvisual .mainvisual__inner .mainvisual__title img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          イントロ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .introduction {
    padding-top: 0;
  }
  .introduction .introduction__top {
    background-size: 60%, 60%;
  }
  .introduction .introduction__top p {
    padding: 80px 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .introduction ul {
    display: flex;
  }
  .introduction ul li {
    width: 45%;
    margin-top: 30px;
  }
  .introduction ul li a {
    text-decoration: none;
  }
  .introduction ul li a .introduction__txt .ribbon__wrap {
    position: absolute;
    width: auto;
    left: calc(50% - 50px);
    top: -12px;
  }
  .introduction ul li a .introduction__txt .ribbon__wrap .ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
  }
  .introduction ul li a .introduction__txt .ribbon__wrap .ribbon::before, .introduction ul li a .introduction__txt .ribbon__wrap .ribbon::after {
    display: none;
  }
  .introduction ul li a .introduction__txt .ribbon__wrap .ribbon h3 {
    padding: 0 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 5px;
    width: 90px;
  }
  .introduction ul li a .introduction__txt .ribbon__wrap .ribbon h3::before, .introduction ul li a .introduction__txt .ribbon__wrap .ribbon h3::after {
    display: none;
  }
  .introduction ul li a .introduction__txt p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          概要
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .overview .back__sub .overview__sub {
    padding: 30px;
  }
  .overview .back__sub .overview__sub p {
    font-size: 24px;
    line-height: 30px;
  }
  .overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .overview .overview__top {
    background-image: none;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    padding-right: 0;
  }
  .overview .overview__top h3 {
    padding: 15px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .overview .overview__sub {
    padding: 25px;
    margin-top: 25px;
  }
  .overview .overview__sub p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .overview .overview__detail {
    margin-top: 25px;
  }
  .overview .overview__detail p {
    padding: 15px 0;
    font-size: 18px;
    line-height: 30px;
  }
  .overview .overview__detail p span {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
  .overview .overview__link {
    margin-top: 25px;
  }
  .overview .overview__link ul {
    display: block;
  }
  .overview .overview__link ul li a {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    width: 200px;
  }
  .overview table {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .overview table tr {
    padding: 15px;
  }
  .overview table tr th {
    display: block;
    width: auto;
    padding: 15px;
  }
  .overview table tr td {
    display: block;
    padding: 15px;
    width: auto;
    font-size: 18px;
  }
  .overview table tr td dl dt {
    display: block;
    background-image: none;
    padding: 15px;
    font-size: 18px;
  }
  .overview table tr td dl dd {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .overview table tr td dl dd strong {
    font-size: 20px;
  }
  .overview table tr td span {
    font-size: 14px;
    line-height: 24px;
  }
  .overview table tr td span a {
    display: block;
  }
  .overview .overview__list__wrap {
    display: block;
    padding-bottom: 25px;
  }
  .overview .overview__list__wrap li {
    width: auto;
    margin-top: 60px;
  }
  .overview .overview__list__wrap li .overview__list {
    border-radius: 15px;
  }
  .overview .overview__list__wrap li .overview__list a {
    display: block;
    padding: 30px 5%;
    padding-top: 0;
    padding-bottom: 120px;
    margin-top: 80px;
    text-decoration: none;
  }
  .overview .overview__list__wrap li .overview__list a h4 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  .overview .overview__list__wrap li .overview__list a .overview__more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
  .overview .overview__list__wrap li .overview__list a .overview__more p {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
  }
  .overview .overview__list__wrap li .overview__list a .overview__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -50px;
    left: -10px;
  }
  .overview .overview__list__wrap li .overview__list a .overview__icon p {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    line-height: 89px;
    text-shadow: none;
    color: #c52922;
    padding: 0;
  }
  .overview .overview__list__second {
    display: block;
    margin-top: 25px;
  }
  .overview .overview__list__second .second__detail {
    margin: 15px 0;
    width: auto;
  }
  .overview .overview__apply {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 20%, 20%;
    background-image: none;
  }
  .overview .overview__apply h3 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
    color: #b09453;
    text-align: center;
    margin-bottom: 25px;
    font-family: "Dela Gothic One", sans-serif;
  }
  .overview .overview__apply a.btn--yellow {
    font-size: 24px;
    line-height: 60px;
    width: auto;
    height: auto;
  }
  .overview .overview__apply a.btn--yellow::before {
    right: 20px;
  }
  .overview .overview__apply dl {
    width: auto;
    margin: 0 auto;
    border: 1px solid #b09453;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
  }
  .overview .overview__apply dl dt {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    background-color: #b09453;
    padding: 0 15px;
  }
  .overview .overview__apply dl dd {
    margin-top: 15px;
    display: block;
    margin-left: 10px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    line-height: 24px;
  }
  .campaign04 p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin-top: 25px;
  }
  .campaign04 ul {
    display: block;
  }
  .campaign04 ul li {
    width: auto;
  }
  .campaign04 ul li .campaign04__link {
    width: 80%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .campaign04 ul li .campaign04__link a {
    display: block;
    padding: 25px 0;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #b09453;
    border-radius: 15px;
  }
  .campaign04 ul li .campaign04__link a:hover {
    background-color: #c52922;
  }
  .campaign04 ul li dl dt {
    font-size: 24px;
    line-height: 30px;
    margin-top: 25px;
  }
  .campaign04 ul li dl dd {
    font-size: 18px;
    line-height: 24px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer .ponsorship__wrap {
    padding: 30px;
    padding-bottom: 100px;
  }
  .footer .ponsorship__wrap .section__wrap {
    width: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
  }
  .footer .ponsorship__wrap .section__wrap ul {
    margin: 0 auto;
    display: block;
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li {
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li a p {
    color: #000;
    font-size: 3.5vw;
    text-align: center;
  }
  .app__area__wrap {
    width: auto;
    margin: 0 auto;
  }
  .app__area__wrap h2 {
    width: auto;
    display: block;
    font-size: 24px;
    color: #DB4A12;
    text-align: center;
    width: auto;
    margin: 0 auto;
    font-weight: bold;
  }
  .app__area__wrap h2 span {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .app__area__wrap h2 span img {
    width: 100%;
    height: auto;
  }
  .app__area__wrap .app__area {
    margin-top: 47px;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: flex-end;
  }
  .app__area__wrap .app__area .icon--app {
    width: 50px;
  }
  .app__area__wrap .app__area .icon--app img {
    width: 100%;
    height: auto;
  }
  .app__area__wrap .app__area ul {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
  .app__area__wrap .app__area ul li {
    width: 90px;
  }
  .app__area__wrap .app__area ul li img {
    width: 100%;
    height: auto;
  }
  .app__area__wrap .app__area ul li p {
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
  }
  .app__area__wrap .app__area ul li a img {
    width: 100%;
    height: auto;
  }
  .app__area__wrap .app__area ul li:nth-child(2) {
    width: 134px;
  }
  .overview .back__sub .overview__detail {
    width: 90%;
  }
}/*# sourceMappingURL=sp.css.map */