/*
css
　 ├ style.css--------：WEB 1,400px以上
　 ├ pc.css-----------：WEB 1,399px以下、1,025以上
　 ├ tablet.css-------：WEB 1,024以下、601px以上
　 └ smart.css--------：WEB 767px以下
*/

/* css記載順序
01. 共通
02. トップページ
03. 下層ページ contact

 */
@media screen and (max-width: 767px) {
  /*************************** 01. 共通 *******************/
  body {
    font-family: "Noto Sans JP";
    line-height: 1;
    background: #292929;
    color: #fff;
  }

  .section__head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding-bottom: 20px;
    margin-top: 0;
    padding-left: 20px;
    &::after {
      content: "";
      width: 80%;
      height: 1px;
      background-color: #6a829c;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }

  .section-title {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 6rem;
  }

  .section__content {
    padding-inline: 2rem;
  }

  .btn {
    max-width: 28rem;
    padding-block: 2rem;
    gap: 1.5rem;
  }
  .btn-text {
    font-size: 1.8rem;
  }
  .btn-icon {
    max-width: 8px;
  }

  .u-sp {
    display: block;
  }

  .u-pc {
    display: none;
  }
  /*************************** 02. トップページ*******************/

  .header {
    padding-block: 2rem;
  }
  .header__inner {
    padding-inline: 2rem;
  }
  .header__content {
  }
  .header__btn {
    max-width: 27px;
    gap: 10px;
  }
  .header__btn-bar {
    height: 2px;
  }
  .header__btn-bar:nth-child(2) {
  }
  .header__btn-bar:nth-child(3) {
  }
  .header__sns-list {
    gap: 10px;
  }
  .header__sns-item {
    max-width: 22px;
  }

  .drawer__content {
    padding-block: 25px;
  }
  .drawer__list {
    gap: 10px;
  }
  .draewr__item {
  }
  .drawer__link {
    font-size: 18px;
  }
  /* 　fvはtablet幅と同じ */
  .about {
    padding-block: 8rem 0rem;
  }

  .about__head {
    &::after {
      content: none;
    }
  }
  .about__profile-head {
    padding-bottom: 2.5rem;
  }
  .about__profile-title {
    max-width: 20rem;
  }

  .about__text {
    font-size: 1.6rem;
  }

  .about__content {
    margin-top: -4rem;
    padding-block: 5rem 10rem;
  }

  .about__content-inner {
    padding-inline: 2rem 1rem;
  }

  .about__profile-body {
    margin-top: 5rem;
  }

  .about__profile-item {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .about__profile-name {
    font-size: 2.5rem;
  }

  .about__profile-list {
    margin-top: 5rem;
    gap: 3rem;
  }

  .news {
    padding-block: 16rem 8rem;
  }

  .news__section-head {
    padding-top: 2rem;
    padding-right: 2rem;
    &::after {
      left: auto;
      right: 0;
    }
  }
  .news__content {
  }

  .news__list {
  }
  .news__item {
  }
  .news__item-link {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 1rem;
    gap: 1rem;
  }
  .news__item-head {
  }
  .news__item-time {
    font-size: 1.8rem;
  }
  .news__item-category {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
  .news__item-text {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .page-news {
    padding-block: 8rem;
  }
  .page-news__content {
    margin-top: 4rem;
  }
  .page-news__pagination {
    margin-top: 3rem;
    padding-top: 2.4rem;
  }
  .page-news__pagination .nav-links {
    gap: 0.8rem 1rem;
  }
  .page-news__pagination .page-numbers {
    min-width: 3.6rem;
    height: 3.6rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .page-news__pagination .prev.page-numbers,
  .page-news__pagination .next.page-numbers {
    min-width: 8rem;
    padding-inline: 1.6rem;
    font-size: 1.4rem;
  }
  .news-detail {
    gap: 2.4rem;
  }
  .news-detail__head {
    gap: 1.6rem;
    padding-bottom: 2rem;
  }
  .news-detail__meta {
    gap: 1rem;
  }
  .news-detail__title {
    font-size: 2.4rem;
  }
  .news-detail__body {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .news-detail__body h2 {
    margin-block: 2.4rem 1.2rem;
    font-size: 2rem;
  }
  .news-detail__body h3 {
    margin-block: 2rem 1rem;
    font-size: 1.8rem;
  }
  .news-detail__footer {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
  .news-detail__back {
    max-width: 28rem;
    padding-block: 1.6rem;
  }
  .news-detail__back .btn-text {
    font-size: 1.6rem;
  }

  .page-privacy {
    padding-block: 4rem 8rem;
  }
  .privacy__content {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .privacy__content h2 {
    margin-block: 2.4rem 1.2rem;
    font-size: 2rem;
  }
  .privacy__content h3 {
    margin-block: 2rem 1rem;
    font-size: 1.8rem;
  }

  .funclub {
    padding-bottom: 4rem;
  }
  .funclub__bg {
    height: 100px;
  }
  .funclub__inner {
  }
  .section__head {
  }
  .funclub__section-head {
    margin-top: -30px;
  }
  .funclub__content {
  }
  .section__content {
    margin-top: 5rem;
  }
  .funclub__plan {
  }
  .funclub__text {
    line-height: 2;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .funclub__plan-image {
    max-width: 500px;
    margin-inline: auto;
    width: 100%;
  }
  .funclub__plan-text {
    font-size: 1.4rem;
  }
  .funclub__btn .btn .btn-text {
    font-size: 1.8rem;
  }
  .funclub__special {
    margin-top: 4rem;
  }
  .funclub__special-title {
    font-size: 3rem;
  }
  .funclub__special-title-small {
    font-size: 2rem;
  }
  .funclub__special-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
    gap: 4rem;
  }
  .funclub__special-item {
    max-width: 30rem;
  }
  .shop {
    padding-block: 4rem;
  }
  .shop__inner {
  }

  .shop__section-head {
    padding-top: 2rem;
    padding-right: 2rem;
    &::after {
      left: auto;
      right: 0;
    }
  }

  .shop__content {
  }
  .shop__list {
    padding: 4rem 2rem;
    gap: 2rem;
  }
  .shop__item {
    gap: 2.5rem;
  }
  .shop__item-head {
  }
  .shop__item-body {
  }
  .shop__item-title {
    font-size: 1.8rem;
  }
  .shop__item-price {
    font-size: 1.6rem;
  }
  .shop__btn {
    margin-top: 4rem;
  }

  .sponsor {
    padding-block: 4rem;
    &::after {
      content: "";
      background: url(../../img/sponsors-sp.webp) no-repeat top left / cover;
    }
  }
  .sponsor__inner {
  }

  .sponsor__section-head {
    padding-right: 2rem;
    &::after {
      left: auto;
      right: 0;
      width: 20rem;
    }
  }

  .sponsor__contents {
    margin-top: 5rem;
    width: 100%;
    padding-inline: 2rem;
  }

  .p-blogParts .post_content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .personal-sponsor .swell-block-columns__inner .swell-block-column,
  .supplier .swell-block-columns__inner .swell-block-column {
    max-width: 160px;
    aspect-radio: 22/9;
  }

  .contact {
    padding-block: 8rem;
  }

  .contact__content {
    margin-top: 5rem;
    max-width: 600px;
    width: 100%;
  }
  .contact__disc {
    text-align: left;
    font-size: 1.6rem;
  }
  .contact__form-wrap {
    margin-top: 5rem;
    gap: 2rem;
  }
  .contact__submit {
    input {
      font-size: 1.8rem;
    }
  }

  /* thanksページ */
  .contact__thanks-contents {
    max-width: 375px;
  }

  .contact__thanks-check {
    max-width: 60px;
  }

  .contact__thanks-title {
    font-size: 3rem;
  }

  .contact__thanks-text {
    text-align: left;
  }

  .contact__thanks-btn {
    margin-top: 8rem;
  }

  /* footer */
  .l-footer {
    padding: 0;
  }
}
