@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.en-primaryB {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.en-primaryM {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en-secondary {
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #cd182f;
  z-index: 1005;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
}
.lp-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .lp-header .inner {
    padding-left: 32px;
  }
}
.lp-header .inner .site-logo {
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .lp-header .inner .site-logo {
    width: 55px;
    height: 55px;
  }
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 75px);
  -webkit-box-flex: calc(100% - 75px);
      -ms-flex: calc(100% - 75px);
          flex: calc(100% - 75px);
  padding-right: 80px;
}
.lp-header .header-nav {
  display: none;
}
.lp-header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 56px);
  background-color: #cd182f;
  padding: 10px 30px 70px;
  position: fixed;
  top: 56px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.lp-header .drawer-nav .nav-list .list-item {
  margin-right: 10px;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  display: none;
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  width: 73px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-contact {
  position: fixed;
  top: 10px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cd182f;
  z-index: 1010;
}
.lp-contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.lp-contact .contact-btn span {
  display: none;
}

@media (min-width: 769px) {
  .lp-contact {
    bottom: auto;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 178px;
    height: 70px;
  }
  .lp-contact .contact-btn {
    padding: 0;
    font-size: 14px;
  }
  .lp-contact .contact-btn span {
    display: block;
    font-size: 12px;
  }
}
/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
body {
  margin: 0;
}

.wrap {
  padding-top: 70px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 52px;
    padding-bottom: 70px;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

/* modal CSS
-----------------------------------------------------*/
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal#modal-init .modal__container {
  max-width: 996px;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal__container {
    width: 92%;
    padding: 60px 13px 30px 27px;
  }
}
.modal#modal-init .modal__content {
  padding: 0 60px 40px 0;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal__content {
    padding: 0 12px 40px 0;
  }
}
.modal#modal-init .modal-init-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-title {
    font-size: 16px;
    line-height: 1.45;
  }
}
.modal#modal-init .modal-init-lead {
  margin-top: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-lead {
    margin-top: 24px;
  }
}
.modal#modal-init .modal-init-change-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-change-lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.modal#modal-init .modal-init-change-lists .modal-init-change-list {
  padding: 24px 30px 30px;
  background: #f9f8f3;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-change-lists .modal-init-change-list {
    padding: 24px 25px 30px;
  }
}
.modal#modal-init .modal-init-change-lists .modal-init-change-list h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.modal#modal-init .modal-init-change-lists .modal-init-change-list p {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
.modal#modal-init .modal-init-change-map {
  display: block;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-change-map {
    margin-top: 40px;
    padding: 0 10px;
  }
}
.modal#modal-init .modal-init-message {
  margin-top: 55px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .modal#modal-init .modal-init-message {
    margin-top: 40px;
    padding: 0;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(205, 24, 47, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.modal__container {
  position: relative;
  background-color: #fff;
  padding: 80px 40px 30px 80px;
  width: calc(92% - 160px);
  max-width: 840px;
  max-height: 80vh;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: calc(100% - 84px);
    padding: 60px 13px 30px 25px;
  }
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 16px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 10px;
    right: 10px;
    width: 30px;
  }
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  position: relative;
  max-height: calc(80vh - 120px);
  padding: 0 20px 40px 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.modal__content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal__content::-webkit-scrollbar-track {
  background-color: #cccccc;
}
.modal__content::-webkit-scrollbar-thumb {
  border-radius: 0.4em;
  background-color: #444444;
}
.modal__content::-webkit-scrollbar-corner {
  background-color: #cccccc;
}
.modal__content .modal-bonus-introduction-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 40px;
}
.modal__content .modal-bonus-introduction-label li {
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modal__content .modal-bonus-introduction-label li {
    padding: 2px 3px;
    font-size: 9px;
  }
}
.modal__content .modal-bonus-introduction-label li.label-premium {
  background: #808080;
  color: #fff;
}
.modal__content .modal-bonus-introduction-label li.label-standard {
  background: #e4ddc8;
  color: #84630c;
}
.modal__content .modal-bonus-introduction-label li.label-light {
  background: #f3c5cb;
  color: #cd182f;
}
.modal__content .modal-bonus-introduction-label li.label-youth {
  background: #ffefb2;
  color: #92760c;
}
.modal__content .modal-bonus-introduction-label li.label-mail-magazine {
  background: #e7e6e6;
  color: #5a5a5a;
}
.modal__content .modal-title {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .modal__content .modal-title {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .modal__content .modal-title {
    margin-top: 8px;
  }
}
.modal__content .modal-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-top: 25px;
  color: #b7a55c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.modal__content .modal-sub-title:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #b7a55c;
  border-radius: 50%;
}
.modal__content .modal-sub-title + p {
  margin-top: 10px;
}
.modal__content p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
.modal__content a {
  border-bottom: 1px solid #000;
  word-wrap: break-word;
}

.modal__prev {
  position: absolute;
  top: 50%;
  left: -80px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal__prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .modal__prev {
    left: -40px;
    width: 15px;
    padding: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .modal__prev svg {
    width: 100%;
    height: auto;
  }
}

.modal__next {
  position: absolute;
  top: 50%;
  right: -80px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal__next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .modal__next {
    right: -40px;
    width: 15px;
    padding: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .modal__next svg {
    width: 100%;
    height: auto;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.4s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.4s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal-kv {
  display: block;
  width: 90%;
  max-width: 588px;
  margin: 0 auto;
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-main {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000;
}
.lp-main svg {
  max-width: 100%;
  height: auto;
}
.lp-main .btn-join-fc {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 146px;
}
@media screen and (max-width: 768px) {
  .lp-main .btn-join-fc {
    right: 15px;
    bottom: 15px;
    width: 85px;
  }
}
.lp-main .btn-join-fc a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main .btn-join-fc a:hover {
  opacity: 0.7;
}
.lp-main .-border {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-main .-border {
    padding-bottom: 16px;
  }
}
.lp-main .-border:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #cd182f;
}
@media screen and (max-width: 768px) {
  .lp-main .-border:after {
    width: 60px;
  }
}
.lp-main .-border.-b-black:after {
  background: #000;
}
.lp-main .kv-main picture img {
  width: 100%;
  height: auto;
}
.lp-main #fc-grade {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 128px 0 120px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-grade {
    width: 92%;
    padding: 60px 0;
  }
}
.lp-main #fc-grade .title-fc-grade {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-grade .title-fc-grade {
    height: 26px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lp-main #fc-grade .title-fc-grade svg {
    height: 100%;
  }
}
.lp-main #fc-grade .fc-grade-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-grade .fc-grade-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-grade .fc-grade-list li {
    width: calc((100% - 20px) / 3);
  }
}
.lp-main #fc-bonus {
  padding: 120px 0 98px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus {
    padding: 60px 0;
  }
}
.lp-main #fc-bonus .title-fc-bonus {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus .title-fc-bonus {
    height: 26px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lp-main #fc-bonus .title-fc-bonus svg {
    height: 100%;
  }
}
.lp-main #fc-bonus .fc-bonus-img {
  width: 90%;
  max-width: 1044px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus .fc-bonus-img {
    width: 92%;
    margin: 36px auto 0;
  }
}
.lp-main #fc-bonus .fc-bonus-img picture {
  display: block;
  width: 100%;
  height: auto;
}
.lp-main #fc-bonus .fc-bonus-img .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus .fc-bonus-img .attention {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    margin-top: 12px;
    font-size: 12px;
  }
}
.lp-main #fc-bonus .fc-bonus-img .attention:before {
  content: "※";
}
.lp-main #fc-bonus-introduction {
  padding: 120px 0 20px;
  background: #cd182f url("/files/user/common/2025-26/fanclub/bg_bonus.webp") no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction {
    padding: 80px 0 10px;
  }
}
.lp-main #fc-bonus-introduction .title-fc-bonus-introduction {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .title-fc-bonus-introduction {
    height: 26px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lp-main #fc-bonus-introduction .title-fc-bonus-introduction svg {
    height: 100%;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list {
  cursor: pointer;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 8px 8px 18px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a {
    padding: 4px 4px 8px;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 10px 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info {
    padding: 10px 6px 0;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li {
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li {
    padding: 2px 3px;
    font-size: 9px;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li.label-premium {
  background: #808080;
  color: #fff;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li.label-standard {
  background: #e4ddc8;
  color: #84630c;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li.label-light {
  background: #f3c5cb;
  color: #cd182f;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li.label-youth {
  background: #ffefb2;
  color: #92760c;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-label li.label-mail-magazine {
  background: #e7e6e6;
  color: #5a5a5a;
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info h3 {
  margin-top: 28px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info h3 {
    margin-top: 12px;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-readme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
  margin-top: auto;
  color: #cd182f;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-readme {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-lists .fc-bonus-introduction-list a .fc-bonus-introduction-info .fc-bonus-introduction-readme svg {
    width: 22px;
  }
}
.lp-main #fc-bonus-introduction .fc-bonus-introduction-attention {
  width: 90%;
  max-width: 1200px;
  margin: 480px auto 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  -webkit-filter: drop-shadow(0px 0px 10px #000000);
          filter: drop-shadow(0px 0px 10px #000000);
}
@media screen and (max-width: 768px) {
  .lp-main #fc-bonus-introduction .fc-bonus-introduction-attention {
    margin: 92px auto 0;
    font-size: 11px;
  }
}
.lp-main #fc-how-to-join {
  padding: 130px 0 140px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join {
    padding: 60px 0;
  }
}
.lp-main #fc-how-to-join .title-fc-how-to-join {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .title-fc-how-to-join {
    height: 26px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lp-main #fc-how-to-join .title-fc-how-to-join svg {
    height: 100%;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule {
  width: 90%;
  max-width: 1044px;
  margin: 80px auto 0;
  padding: 80px 126px;
  background: #cd182f;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule {
    width: 92%;
    margin: 40px auto 0;
    padding: 40px 26px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .title-fc-how-to-join-schedule {
    width: 40%;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists {
  display: -ms-grid;
  display: grid;
  gap: 22px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists {
    gap: 36px;
    margin: 28px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list:last-child dl:after {
    display: none;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list:last-child dl dt:after {
  display: none;
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-columns: 242px 1fr;
  grid-template-columns: 242px 1fr;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl {
    position: relative;
    gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl:after {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl dt {
  position: relative;
  padding: 3px 30px 5px;
  background: #000000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl dt {
    font-size: 16px;
    line-height: 1.45;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl dt:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 14px 16px 0 16px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl dt:after {
    display: none;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-schedule .fc-how-to-join-schedule-lists .fc-how-to-join-schedule-list dl dd {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade {
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade {
    width: 92%;
    margin: 60px auto 0;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area .tab-btn {
  padding: 20px 0;
  background: #cd182f;
  color: #fff;
  opacity: 0.3;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area .tab-btn {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area .tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 16px;
    font-size: 14px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area .tab-btn.btn-current {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-btn-area .tab-btn:not(.btn-current):hover {
  opacity: 0.5;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area {
  margin-top: 10px;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp {
  padding: 60px 102px 100px;
  background: #f9f8f3;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp {
    padding: 24px 25px 48px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp p a {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp .text-r {
  color: #cd182f;
  font-weight: 700;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp .red-finish {
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
  color: red;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-warp .red-finish {
    padding: 15px 0;
    font-size: 17px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box {
    margin-top: 32px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box:first-child {
  margin-top: 0;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box + .tab-box {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box + .tab-box {
    margin-top: 80px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .btn {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .btn {
    -ms-grid-column-align: center;
        justify-self: center;
    width: 250px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #cd182f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .btn a {
    font-size: 14px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 22px;
  padding: 20px 40px;
  background: #f1eace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box h3 {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box h3 {
    gap: 10px;
    padding: 15px 20px 20px 10px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box h3:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #b7a55c;
  border-radius: 50%;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 306px) 1fr;
  grid-template-columns: minmax(auto, 306px) 1fr;
  gap: 50px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col + .tab-col {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col + .tab-col {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col > picture {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info {
    width: 92%;
    margin: 0 auto;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .btn {
  width: 234px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .btn {
    -ms-grid-column-align: center;
        justify-self: center;
    width: 86%;
    margin-top: 20px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .btn a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: #cd182f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .sub-title:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #b7a55c;
  border-radius: 50%;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .sub-title + picture {
  display: block;
  margin-top: 24px;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group {
    margin-top: 20px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group + div {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group + div {
    margin-top: 30px;
  }
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group h4 {
  color: #cd182f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group p {
  margin-top: 12px;
}
.lp-main #fc-how-to-join .fc-how-to-join-grade .tab-warp-area .tab-box .tab-col .info .group a {
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.lp-main #fc-faq {
  padding: 130px 0 140px;
  background: #cd182f;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq {
    padding: 60px 0;
  }
}
.lp-main #fc-faq .title-faq {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .title-faq {
    height: 26px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .lp-main #fc-faq .title-faq svg {
    height: 100%;
  }
}
.lp-main #fc-faq .faq-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 1040px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists {
    margin: 40px auto 0;
  }
}
.lp-main #fc-faq .faq-lists .faq-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 94px;
  grid-template-columns: 1fr 94px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 48px;
  padding: 28px 10px 28px 56px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list {
    -ms-grid-columns: 1fr 50px;
    grid-template-columns: 1fr 50px;
    padding: 20px 10px 20px 20px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list.open .faq-a {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.lp-main #fc-faq .faq-lists .faq-list.open .status svg path:last-child {
  opacity: 0;
}
.lp-main #fc-faq .faq-lists .faq-list .faq-q,
.lp-main #fc-faq .faq-lists .faq-list .faq-a-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46px 1fr;
  grid-template-columns: 46px 1fr;
  gap: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-q,
  .lp-main #fc-faq .faq-lists .faq-list .faq-a-group {
    -ms-grid-columns: 30px 1fr;
    grid-template-columns: 30px 1fr;
    gap: 0 12px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-q {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-q svg {
    width: 30px;
    height: 30px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-a {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-right: 10px;
  }
  .lp-main #fc-faq .faq-lists .faq-list .faq-a svg {
    width: 30px;
    height: 30px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-inr {
  overflow: hidden;
}
.lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-group {
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-group {
    padding-top: 20px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-group p {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-group p {
    padding-top: 0;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-a .faq-a-group a {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
.lp-main #fc-faq .faq-lists .faq-list h3 {
  margin: 0;
}
.lp-main #fc-faq .faq-lists .faq-list .status-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  border-left: 1px solid #f0bac1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .status-wrap {
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 10px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .status {
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .status svg {
    width: 20px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .status svg path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-text {
    width: 68%;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .faq-goods {
  margin: 20px 0 0;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-faq .faq-lists .faq-list .faq-goods {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 20px;
    padding-bottom: 15px;
    width: 100%;
  }
  .lp-main #fc-faq .faq-lists .faq-list .faq-goods img {
    display: block;
    max-width: none;
    width: 357px;
    height: 407px;
  }
}
.lp-main #fc-faq .faq-lists .faq-list .scroll-hint-icon {
  right: auto;
  top: 39%;
  left: 21%;
}
.lp-main #fc-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-terms {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.lp-main #fc-terms .btn-fc-terms a {
  display: block;
  padding: 16px 95px;
  border: 2px solid #000000;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-main #fc-terms .btn-fc-terms a {
    font-size: 16px;
  }
}

/*
* color
* --------------------------------------------------*/
#sns {
  padding: 113px 0 148px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  #sns {
    padding: 57px 0 96px;
  }
}
#sns h2 {
  margin: 0 auto;
  width: 18.5%;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  #sns h2 {
    width: 136px;
    max-width: none;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .sns-list {
    margin: 0 21px;
    padding-top: 42px;
  }
}

.sns-list .sns-btn {
  max-width: 20%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #eee;
  display: block;
  height: 0;
  padding-bottom: 13%;
  position: relative;
}

.sns-list .sns-btn .img {
  position: absolute;
  max-width: 100px;
  width: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-list .sns-twi {
  background-color: #000;
}

.sns-list .sns-inst {
  background-image: url("https://nagoya-dolphins.jp/files/user/common/2021-22/game/sns-inst-bg.png");
  background-size: cover;
  background-position: center;
}

.sns-list .sns-youtube {
  background-color: #ff0000;
}

.sns-list .sns-tictok {
  background-color: #000;
}

.sns-list .sns-line {
  background-color: #06c755;
}

@media (max-width: 767px) {
  .sns-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sns-list .sns-btn {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-bottom: 120px;
  }
  .sns-list .sns-line {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}