/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.page-template-page-fanclub .sectionSubTitle,
.page-template-page-fanclub .breadcrumbs {
  display: none; }

@media screen and (min-width: 769px) {
  .u-display-sp {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .u-display-pc {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .fanclub {
    padding-top: 60px; } }
.fanclub__main {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .fanclub__main {
      margin: 20px auto 0;
      width: 960px; } }
  @media screen and (max-width: 768px) {
    .fanclub__main {
      position: relative; } }
  .fanclub__main img {
    width: 100%; }
@media screen and (min-width: 769px) {
  .fanclub__intro {
    margin-top: 20px;
    padding-bottom: 20px; } }
@media screen and (max-width: 768px) {
  .fanclub__intro {
    padding: 0 15px; } }
.fanclub__intro-title {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2; }
  @media screen and (min-width: 769px) {
    .fanclub__intro-title {
      font-size: 42px;
      color: #593c1b; } }
  @media screen and (max-width: 768px) {
    .fanclub__intro-title {
      font-size: 20px;
      letter-spacing: -1px;
      color: #fff;
      position: absolute;
      width: 100%;
      text-align: center;
      top: 30px;
      left: 0; } }
  .fanclub__intro-title strong {
    color: #cc8f2c;
    font-weight: bold; }
.fanclub__intro-text {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .fanclub__intro-text {
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .fanclub__intro-text {
      margin-top: 15px;
      padding: 0 15px;
      font-weight: 600; } }
.fanclub__intro-gear {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  gap: 15px; }
  .fanclub__intro-gear img {
    width: 32px; }
  .fanclub__intro-gear::before, .fanclub__intro-gear::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #a57834; }
@media screen and (min-width: 769px) {
  .fanclub__feature {
    margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .fanclub__feature {
    margin: 60px 15px 0;
    padding-bottom: 10px; } }
@media screen and (max-width: 768px) {
  .fanclub__feature-wrapper {
    border: 2px solid #c69a4b;
    padding: 15px 18px 20px;
    background: #fff;
    border-radius: 10px; } }
.fanclub__feature-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #593c1b;
  font-family: "Noto Serif JP", serif; }
  @media screen and (min-width: 769px) {
    .fanclub__feature-title {
      font-size: 36px;
      letter-spacing: 6px; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-title {
      font-size: 20px;
      padding-bottom: 5px;
      letter-spacing: 3px;
      border-bottom: 2px solid #593c1b;
      font-weight: 900; } }
  @media screen and (min-width: 769px) {
    .fanclub__feature-title strong {
      font-size: 48px; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-title strong {
      font-size: 30px; } }
  @media screen and (min-width: 769px) {
    .fanclub__feature-title::before, .fanclub__feature-title::after {
      content: "";
      flex: 1;
      height: 1px;
      background: #c69a4c; } }
.fanclub__feature-contents {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .fanclub__feature-contents {
      max-width: 1200px;
      margin: 60px auto 0;
      gap: 10px; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-contents {
      flex-direction: column;
      margin: 25px auto 0;
      gap: 20px; } }
.fanclub__feature-box {
  position: relative;
  flex: 1; }
  @media screen and (min-width: 769px) {
    .fanclub__feature-box {
      filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2)); } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-box:not(:last-child) {
      border-bottom: 1px dotted #c69a4c;
      padding-bottom: 20px; } }
  .fanclub__feature-box-inner {
    position: relative; }
    @media screen and (min-width: 769px) {
      .fanclub__feature-box-inner {
        background: #fff;
        border: 2px solid #d9b56b;
        border-radius: 10px;
        padding: 0px 20px 20px;
        z-index: 1;
        height: 100%; } }
    @media screen and (max-width: 768px) {
      .fanclub__feature-box-inner {
        display: flex; } }
    @media screen and (min-width: 769px) {
      .fanclub__feature-box-inner::before {
        content: "";
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 40px;
        background: #fff;
        border: 2px solid #d9b56b;
        border-bottom: none;
        border-radius: 200px 200px 0 0; } }
  @media screen and (min-width: 769px) {
    .fanclub__feature-box-num {
      width: 50px;
      margin: -25px auto 0;
      position: relative;
      z-index: 1; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-box-num {
      width: 30px;
      position: absolute;
      left: 0px;
      top: -10px; } }
  .fanclub__feature-box-num img {
    width: 100%; }
  @media screen and (min-width: 769px) {
    .fanclub__feature-box-img {
      height: 80px;
      width: auto;
      margin: 20px auto 0;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-box-img {
      width: 100px;
      flex-shrink: 0;
      padding: 15px 20px 0 15px;
      border-right: 1px dotted #c69a4c; } }
  @media screen and (min-width: 769px) {
    .fanclub__feature-box-img img {
      height: 100%;
      width: auto; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-box-img img {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .fanclub__feature-box-detail {
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .fanclub__feature-box-detail {
      padding-left: 20px; } }
  .fanclub__feature-box-detail-sub {
    font-weight: bold;
    color: #177f3a;
    font-size: 14px; }
    @media screen and (min-width: 769px) {
      .fanclub__feature-box-detail-sub {
        text-align: center; } }
  .fanclub__feature-box-detail-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 1.6; }
    @media screen and (min-width: 769px) {
      .fanclub__feature-box-detail-title {
        text-align: center;
        font-size: 18px;
        margin-top: 5px; } }
    @media screen and (max-width: 768px) {
      .fanclub__feature-box-detail-title {
        font-size: 16px; } }
@media screen and (min-width: 769px) {
  .fanclub__line {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .fanclub__line {
    margin-top: 50px; } }
.fanclub__line-contents {
  display: flex;
  font-family: "Noto Sans JP", sans-serif; }
  @media screen and (min-width: 769px) {
    .fanclub__line-contents {
      justify-content: center;
      align-items: center;
      gap: 60px;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 10px;
      padding: 40px; } }
  @media screen and (max-width: 768px) {
    .fanclub__line-contents {
      flex-direction: column-reverse;
      align-items: center;
      gap: 25px; } }
.fanclub__line-detail {
  color: #593c1a; }
  @media screen and (min-width: 769px) {
    .fanclub__line-detail {
      border-right: 2px solid #c69a4b;
      padding-right: 60px; } }
  @media screen and (max-width: 768px) {
    .fanclub__line-detail {
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      padding: 25px; } }
  .fanclub__line-detail-title {
    display: flex;
    gap: 20px; }
    .fanclub__line-detail-title-img {
      background: #33b157;
      display: flex;
      border-radius: 10px; }
      @media screen and (min-width: 769px) {
        .fanclub__line-detail-title-img {
          width: 62px;
          height: 62px;
          padding: 10px; } }
      @media screen and (max-width: 768px) {
        .fanclub__line-detail-title-img {
          width: 52px;
          height: 52px;
          padding: 10px; } }
      .fanclub__line-detail-title-img svg {
        fill: #fff; }
    .fanclub__line-detail-title-text {
      font-weight: 900;
      line-height: 1.4;
      letter-spacing: 2px;
      position: relative; }
      @media screen and (min-width: 769px) {
        .fanclub__line-detail-title-text {
          font-size: 26px;
          top: -5px; } }
      @media screen and (max-width: 768px) {
        .fanclub__line-detail-title-text {
          font-size: 20px;
          top: -3px; } }
  .fanclub__line-detail-text {
    margin-top: 15px;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .fanclub__line-detail-text {
        font-weight: 500; } }
    @media screen and (max-width: 768px) {
      .fanclub__line-detail-text {
        font-weight: 600; } }
.fanclub__line-price {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 5px;
  color: #593c1b;
  font-weight: bold; }
  .fanclub__line-price-month {
    padding-bottom: 10px;
    font-weight: bold;
    background-color: #593c1b;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    padding: 3px 15px;
    line-height: 1.2;
    position: relative;
    top: -3px;
    display: inline-block; }
    @media screen and (min-width: 769px) {
      .fanclub__line-price-month {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .fanclub__line-price-month {
        font-size: 16px; } }
  .fanclub__line-price-text {
    position: relative;
    border-bottom: 2px solid #593c1b;
    padding: 0 0 5px 10px;
    font-size: 24px;
    font-weight: bold; }
    .fanclub__line-price-text strong {
      font-family: "Noto Serif JP", serif;
      line-height: 1;
      margin-right: 10px; }
      @media screen and (min-width: 769px) {
        .fanclub__line-price-text strong {
          font-size: 58px;
          letter-spacing: 1px; } }
      @media screen and (max-width: 768px) {
        .fanclub__line-price-text strong {
          font-size: 54px; } }
    .fanclub__line-price-text::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      border-bottom: 2px solid #593c1b; }
@media screen and (min-width: 769px) {
  .fanclub__line-btn {
    margin-top: 40px; } }
@media screen and (max-width: 768px) {
  .fanclub__line-btn {
    margin-top: 30px;
    padding: 0 0; } }
.fanclub__line-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aa8434;
  font-weight: 800;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s; }
  @media screen and (min-width: 769px) {
    .fanclub__line-btn a {
      font-size: 32px;
      padding: 15px 0;
      letter-spacing: 3px;
      gap: 20px; } }
  @media screen and (max-width: 768px) {
    .fanclub__line-btn a {
      font-size: 20px;
      padding: 13px 0;
      letter-spacing: 2px;
      gap: 10px; } }
  .fanclub__line-btn a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg); }
  .fanclub__line-btn a:hover {
    background-color: #fff;
    color: #aa8434; }
