@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --max-width-size: 1600px;
  --color-green: #70a529;
  --color-orange: #ed6937;
  --color-black: #303030;
  --color-black_08: rgba(48, 48, 48, 0.8);
  --color-navy: #0c294a;
  --color-navy_08: rgba(12, 41, 74,0.8);
  --color-navy-taiko: #131f5c;
}

.c__fill-w {
  fill: #fff;
}

#container .c__col-w {
  color: #fff !important;
}
#container .c__col-b {
  color: var(--color-black) !important;
}
#container .c__fz-12 {
  font-size: 0.75rem !important;
}
#container .c__fz-18 {
  font-size: 1.125rem !important;
}
#container .c__fz-24 {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-24 {
    font-size: 1.5rem !important;
  }
}
#container .c__fw-b {
  font-weight: bold !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__tetal-l {
  text-align: left !important;
}
#container .c__w-100 {
  width: 100% !important;
}
#container .c__mt-0 {
  margin-top: 0 !important;
}
#container .c__mt-40 {
  margin-top: 40px !important;
}
#container .c__mt-60 {
  margin-top: 60px !important;
}
#container .c__mt-80 {
  margin-top: 80px !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container .parts__ico-tamago {
  background: var(--color-green);
  padding: 4px 8px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .parts__ico-tamago {
    font-size: 1rem;
  }
}
#container .parts__ico-marathon {
  background: var(--color-orange);
  padding: 4px 8px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .parts__ico-marathon {
    font-size: 1rem;
  }
}
#container .parts__ico-taiko {
  background: var(--color-navy-taiko);
  padding: 4px 8px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .parts__ico-taiko {
    font-size: 1rem;
  }
}
#container .parts__ico-bk {
  background: var(--color-black);
  padding: 6px;
  line-height: 1;
  font-size: 0.75rem;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container .parts__ico-bk {
    padding: 8px;
    font-size: 0.875rem;
  }
}
#container [class^=parts__btn] {
  margin: 40px 0 0;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0 0;
    gap: 20px;
    text-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#container [class^=parts__btn].is-taiko .parts__btn__a::before {
  background: var(--color-navy-taiko);
  opacity: 0.3;
}
#container [class^=parts__btn].is-marathon .parts__btn__a::before {
  background: var(--color-orange);
  opacity: 0.4;
}
#container [class^=parts__btn].is-tamago .parts__btn__a::before {
  background: var(--color-green);
  opacity: 0.4;
}
#container [class^=parts__btn] .parts__btn__a {
  margin: 0;
  padding: 0 24px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-black) !important;
  border-bottom: solid 1px var(--color-black);
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a {
    padding: 0 48px 0 8px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container [class^=parts__btn] .parts__btn__a {
    min-width: auto;
  }
}
#container [class^=parts__btn] .parts__btn__a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/img/ico_arrow.svg) no-repeat;
  background-size: auto 12px;
  background-position: center right;
  position: absolute;
  bottom: -1px;
  right: 0;
  display: inline-block;
  margin: 0;
  z-index: 0;
}
#container [class^=parts__btn] .parts__btn__a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  background: var(--color-navy);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
@media screen and (max-width: 819px) {
  #container [class^=parts__btn] .parts__btn__a::before {
    width: calc(100% - 4px - 16px);
  }
}
#container [class^=parts__btn] .parts__btn__a:focus-within, #container [class^=parts__btn] .parts__btn__a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:focus-within, #container [class^=parts__btn] .parts__btn__a:hover {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
@media screen and (min-width: 820px) {
  #container [class^=parts__btn] .parts__btn__a:focus-within::before, #container [class^=parts__btn] .parts__btn__a:hover::before {
    width: calc(100% - 4px - 8px);
  }
}
#container [class^=parts__btn] .parts__btn__a:link, #container [class^=parts__btn] .parts__btn__a:visited {
  color: var(--color-black);
}
#container [class^=parts__btn] .parts__btn__a .parts__btn__input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1px;
  color: transparent;
}
#container .parts__link {
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  padding: 0 calc(6em + 20px) 0.4em 0;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  font-size: 1rem;
  margin: 30px 0 0 auto;
}
@media screen and (min-width: 820px) {
  #container .parts__link {
    font-size: 1.25rem;
    max-width: 300px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .parts__link {
    padding: 0 20px 0.4em 0;
    font-size: 1rem;
  }
}
#container .parts__link::after {
  content: "";
  background: var(--color-red);
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 4px;
  width: calc(100% - 4px);
  height: 1px;
}
#container .parts__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20px;
  height: 12px;
  background: var(--color-red);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#container .parts__link .c__fs-Luxurious {
  position: absolute;
  color: var(--color-black_06);
  display: block;
  bottom: 0.5em;
  right: 30px;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .parts__link .c__fs-Luxurious {
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .parts__link .c__fs-Luxurious {
    display: none;
  }
}
#container .parts__cap {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}
#container .parts__pc-only {
  display: none !important;
}
@media screen and (min-width: 820px) {
  #container .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 820px) {
  #container .parts__sp-only {
    display: none !important;
  }
}

#container {
  color: var(--color-black);
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "YuMincho", serif, "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "YuGothic", sans-serif, "MS PGothic";
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
@media screen and (min-width: 820px) {
  #container {
    font-size: 0.875rem;
  }
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container::before {
  content: "";
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/img/back_sp.webp);
  background-size: cover;
}
@media screen and (min-width: 820px) {
  #container::before {
    background: url(/img/back_pc.webp);
    background-size: cover;
  }
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-black);
}
#container .all-content__svg-box {
  display: none !important;
}
@media screen and (min-width: 820px) {
  #container.is-taiko #header_parts .head .head__menu ul li.is-taiko {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-taiko #header_parts .head .head__menu ul li.is-taiko a {
    background: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container.is-taiko #header_parts .head .head__menu ul li.is-taiko a:link, #container.is-taiko #header_parts .head .head__menu ul li.is-taiko a:visited {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-marathon #header_parts .head .head__menu ul li.is-marathon {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-marathon #header_parts .head .head__menu ul li.is-marathon a {
    background: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container.is-marathon #header_parts .head .head__menu ul li.is-marathon a:link, #container.is-marathon #header_parts .head .head__menu ul li.is-marathon a:visited {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-tamago #header_parts .head .head__menu ul li.is-tamago {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-tamago #header_parts .head .head__menu ul li.is-tamago a {
    background: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container.is-tamago #header_parts .head .head__menu ul li.is-tamago a:link, #container.is-tamago #header_parts .head .head__menu ul li.is-tamago a:visited {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-contact #header_parts .head .head__menu ul li.is-contact {
    color: var(--color-navy);
  }
}
@media screen and (min-width: 820px) {
  #container.is-contact #header_parts .head .head__menu ul li.is-contact a {
    background: #fff;
  }
}
@media screen and (min-width: 820px) {
  #container.is-contact #header_parts .head .head__menu ul li.is-contact a:link, #container.is-contact #header_parts .head .head__menu ul li.is-contact a:visited {
    color: var(--color-navy);
  }
}
#container #header_parts {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: url(/img/back_sp.webp);
  background-size: cover;
}
@media screen and (min-width: 820px) {
  #container #header_parts {
    background: url(/img/back_pc.webp);
    background-size: cover;
  }
}
@media screen and (max-width: 819px) {
  #container #header_parts.is-opened .head * {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  #container #header_parts.is-opened .head .head__head {
    z-index: 100;
  }
  #container #header_parts.is-opened .head .head__head * {
    color: #fff;
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico__l {
    position: relative;
    background: transparent;
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico__l span {
    background: #fff;
    width: 40px;
    top: 30px;
    -webkit-transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
            transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico__l span:nth-child(2) {
    opacity: 0;
  }
  #container #header_parts.is-opened .head .head__head .head__head__ico__l span:nth-child(3) {
    top: 30px;
    -webkit-transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
            transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
  }
  #container #header_parts.is-opened .head .head__head__ttl {
    color: #fff;
  }
  #container #header_parts.is-opened .head .head__head__ttl:link, #container #header_parts.is-opened .head .head__head__ttl:visited {
    color: #fff;
  }
  #container #header_parts.is-opened .head .head__menu {
    height: 100%;
    padding: 87px 36px 20px;
  }
  #container #header_parts.is-opened .head .head__menu * {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #container #header_parts.is-opened .head .head__menu {
    opacity: 1;
    z-index: 90;
  }
  #container #header_parts.is-opened .head .head__menu ul {
    opacity: 1;
  }
}
#container #header_parts .head {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head {
    padding: 0;
  }
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head a:link, #container #header_parts .head a:visited {
  color: #fff;
}
#container #header_parts .head .head__head {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  line-height: 1;
  gap: 12px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head {
    gap: 0;
    width: auto;
    padding: 0 190px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#container #header_parts .head .head__head h1 {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  text-align: center;
  margin: 0 auto 0 0;
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head h1 {
    margin: 0 auto;
    font-size: 2.25rem;
  }
}
#container #header_parts .head .head__head__ttl {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0;
  padding: 20px 12px;
  min-height: 60px;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl {
    padding: 24px 40px;
  }
}
#container #header_parts .head .head__head__ttl:link, #container #header_parts .head .head__head__ttl:visited {
  color: #fff;
}
#container #header_parts .head .head__head__ttl .head__logo,
#container #header_parts .head .head__head__ttl .head__logo * {
  width: 68px;
  height: auto;
  fill: var(--color-navy);
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl .head__logo,
  #container #header_parts .head .head__head__ttl .head__logo * {
    width: 110px;
  }
}
#container #header_parts .head .head__head__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico {
    display: none;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__l {
  background: #04060b;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#container #header_parts .head .head__head__ico .head__head__ico__l span {
  font-size: 0;
  line-height: 0;
  background: #fff;
  width: 40px;
  height: 2px;
  left: 50%;
  top: 20px;
  -webkit-transform: translate(-50%, 0) scaleY(0.5);
          transform: translate(-50%, 0) scaleY(0.5);
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts .head .head__head__ico .head__head__ico__l span:nth-child(2) {
  top: 30px;
}
#container #header_parts .head .head__head__ico .head__head__ico__l span:nth-child(3) {
  top: 40px;
}
#container #header_parts .head .head__menu {
  background: #04060b;
  width: 100%;
  height: 0;
  padding: 0 40px;
  color: #fff;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  overflow-y: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 819px) {
  #container #header_parts .head .head__menu {
    z-index: -100;
  }
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu {
    background: #04060b;
    width: auto;
    height: auto;
    padding: 0;
    min-width: calc(100% - 150px);
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.4s ease 0s, background-color 0s ease 0s;
    transition: all 0.4s ease 0s, background-color 0s ease 0s;
  }
}
#container #header_parts .head .head__menu ul {
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu ul {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
#container #header_parts .head .head__menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu li {
    padding: 0;
    border-bottom: none;
  }
}
#container #header_parts .head .head__menu a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu a {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
#container #header_parts .head .head__menu a:link, #container #header_parts .head .head__menu a:visited {
  color: #fff;
}
#container .foot {
  background: #04060b;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .foot {
    padding: 20px 40px;
  }
}
#container .foot .foot__logo,
#container .foot .foot__logo path {
  width: 56px;
  height: auto;
  fill: #fff;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__logo,
  #container .foot .foot__logo path {
    width: 80px;
  }
}
#container .foot .foot__head__ttl {
  line-height: 1;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__head__ttl {
    gap: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#container .foot .foot__head__ttl p {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__head__ttl p {
    font-size: 1.125rem;
  }
}
#container .foot .foot__copyright {
  margin: 12px auto 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__copyright {
    margin: 40px auto 0;
    font-size: 0.625rem;
  }
}
#container .content {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  margin: 60px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content {
    margin: calc(97px + 2em) auto 0;
  }
}
#container .content h2,
#container .content .content__h2 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 80px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content h2,
  #container .content .content__h2 {
    font-size: 1.75rem;
  }
}
#container .content h3,
#container .content .content__h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 80px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content h3,
  #container .content .content__h3 {
    font-size: 1.75rem;
  }
}
#container .content .content__img {
  width: 100%;
  height: auto;
}
#container .content .content__head {
  max-width: 1600px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
  display: grid;
  place-items: center;
}
#container .content .content__head h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content .content__head h2 {
    font-size: 3.75rem;
  }
}
#container .content .content__section {
  background: #fff;
  overflow: visible;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media screen and (min-width: 820px) {
  #container .content .content__section {
    padding-bottom: 100px;
  }
}
#container .content .content__section .content__section__cap {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 80px;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__cap {
    text-align: center;
    padding: 0;
    margin: 0 auto 60px;
    font-size: 1rem;
  }
}
#container .content .content__section .content__section__wrap {
  max-width: 1600px;
  padding: 40px 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    padding: 80px 40px 0;
  }
}
#container .content.page-top .content__head {
  width: 100%;
  display: block;
}
#container .content.page-top .content__head .content__head__MV {
  width: 100%;
  padding: 100% 0 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__MV {
    padding: 37.5% 0 0;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__MV:hover .content__img {
    -webkit-filter: brightness(0.4) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
            filter: brightness(0.4) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
  }
}
#container .content.page-top .content__head .content__head__MV .content__a {
  position: absolute;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__MV .content__a:hover {
    opacity: 1;
    z-index: 2;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__head .content__head__MV .content__a:hover .content__img {
    -webkit-filter: brightness(1) drop-shadow(12px 12px 0px rgba(0, 0, 0, 0.4));
            filter: brightness(1) drop-shadow(12px 12px 0px rgba(0, 0, 0, 0.4));
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
#container .content.page-top .content__head .content__head__MV .content__a.is-taiko {
  top: 0;
  left: 0;
}
#container .content.page-top .content__head .content__head__MV .content__a.is-marathon {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
#container .content.page-top .content__head .content__head__MV .content__a.is-tamago {
  top: 0;
  right: 0;
}
#container .content.page-top .content__head .content__head__MV .content__pic {
  position: relative;
  height: 100%;
  display: block;
}
#container .content.page-top .content__head .content__head__MV .content__img {
  height: 100%;
  width: auto;
}
#container .content.page-top .content__section .content__section__cap {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin: 20px auto 80px;
  padding: 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .content__section__cap {
    padding: 0;
    font-size: 1.25rem;
    margin: 20px auto 80px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .content__section__cap {
    font-size: 1rem;
  }
}
#container .content.page-top .content__section .page-top__oshirase {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__oshirase {
    margin: 20px auto 0;
  }
}
#container .content.page-top .content__section .page-top__oshirase__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px var(--color-black);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__oshirase__dl {
    padding: 20px;
    gap: 40px;
  }
}
#container .content.page-top .content__section .page-top__oshirase__dl dt {
  min-width: 9em;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: 8px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__oshirase__dl dt {
    min-width: calc(16em + 24px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.875rem;
  }
}
#container .content.page-top .content__section .page-top__oshirase__dl dt [class^=parts__ico] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#container .content.page-top .content__section .page-top__oshirase__dl dd {
  font-size: 0.8125rem;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__oshirase__dl dd {
    font-size: 1rem;
  }
}
#container .content.page-top .content__section .page-top__club {
  display: block;
  margin: 60px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club {
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
}
#container .content.page-top .content__section .page-top__club.is-animated .page-top__club__MV .content__pic.is-02 {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: page-top__club__mv 24s infinite 0s linear both;
          animation: page-top__club__mv 24s infinite 0s linear both;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-animated .page-top__club__MV .content__pic.is-02 {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content.page-top .content__section .page-top__club.is-animated .page-top__club__MV .content__pic.is-01 {
  -webkit-filter: drop-shadow(12px 12px 0px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(12px 12px 0px rgba(0, 0, 0, 0.4));
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 174.358974359% 0 0;
  position: relative;
  display: block;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV {
    width: calc(100% + 80px);
    padding: 52.6315789474% 0 0;
    min-height: 600px;
    margin: 0 -40px;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV h3 {
  font-size: 2.5rem;
  font-weight: 500;
  position: absolute;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  display: inline-block;
  padding: 0 8px;
  margin: 0;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV h3 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV h3 {
    font-size: 5rem;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV h3 .content__span {
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-block;
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV h3::before {
  content: "";
  background: var(--color-black);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  inset: 0;
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding: 8px;
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV p {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    font-size: 2rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV p {
    font-size: 1.125rem;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV .content__pic {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 100%;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV .content__pic {
    width: 100%;
    height: 100%;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV .content__pic.is-01 {
  top: -40px;
  height: 44.1176470588%;
  display: inline-block;
  width: auto;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__MV .content__pic.is-01 {
    height: 75%;
    width: auto;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV .content__pic.is-01 .content__img {
  height: 100%;
  width: auto;
  -o-object-fit: fill;
     object-fit: fill;
  max-width: none;
}
#container .content.page-top .content__section .page-top__club .page-top__club__MV .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content.page-top .content__section .page-top__club .page-top__club__pc-img {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__pc-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    line-height: 1;
    max-width: 790px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt {
  overflow: visible;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__txt {
    padding: 40px 0;
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 40px;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt p {
  line-height: 2.4;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__txt p {
    line-height: 2;
    font-size: 1.125rem;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt p .content__strong {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  margin: 0 auto 32px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__txt p .content__strong {
    display: none;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt .content__img {
  max-width: 550px;
  margin: 80px auto 0;
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__txt .content__img {
    display: block;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt .content__slide {
  margin: 60px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__txt .content__slide {
    display: none;
  }
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt .content__slide .content__img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto;
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt .content__slide .content__slide__swiper-pagination {
  position: relative;
  margin: 12px auto 0;
}
#container .content.page-top .content__section .page-top__club .page-top__club__txt .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#container .content.page-top .content__section .page-top__club .page-top__club__back {
  width: 10em;
  opacity: 0.2;
  letter-spacing: -0.1em;
  font-size: 5.625rem;
  line-height: 1.1;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club .page-top__club__back {
    font-size: 11.25rem;
  }
}
#container .content.page-top .content__section .page-top__club.is-taiko {
  margin-top: 20px;
}
#container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV h3 {
  top: 16%;
  left: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: calc(6.3em + 16px);
  padding: 8px 0;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV h3 {
    top: -20px;
    left: 10px;
  }
}
#container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV h3::before {
  background: var(--color-navy-taiko);
}
#container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV p {
  top: auto;
  left: auto;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV p {
    top: -20px;
    left: 30%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__MV p {
    left: 400px;
  }
}
#container .content.page-top .content__section .page-top__club.is-taiko .page-top__club__back {
  position: absolute;
  top: -0.5em;
  right: -0.45em;
  height: 8em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#container .content.page-top .content__section .page-top__club.is-taiko .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet {
  background: var(--color-navy-taiko);
  opacity: 0.4;
}
#container .content.page-top .content__section .page-top__club.is-taiko .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV .content__pic.is-01 {
  top: auto;
  bottom: 20px;
  left: 4%;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV .content__pic.is-01 {
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV h3 {
  top: -40px;
  right: 10px;
  padding: 0 calc(0.1em + 8px) 0 8px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV h3 {
    top: auto;
    bottom: 80px;
    right: 20px;
  }
}
#container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV h3::before {
  background: var(--color-orange);
}
#container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV h3 .content__span {
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV p {
    top: 20px;
    right: 8%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__MV p {
    right: 40px;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__pc-img {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__txt {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-right: 40px;
  }
}
#container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__back {
  position: absolute;
  top: -0.5em;
  right: -0.2em;
  text-align: right;
  width: 6em;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-marathon .page-top__club__back {
    top: auto;
    bottom: -1.5em;
    right: auto;
    left: -0.5em;
  }
}
#container .content.page-top .content__section .page-top__club.is-marathon .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet {
  background: var(--color-orange);
  opacity: 0.4;
}
#container .content.page-top .content__section .page-top__club.is-marathon .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 819px) {
  #container .content.page-top .content__section .page-top__club.is-tamago {
    padding-top: 20px;
  }
}
#container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV .content__pic.is-01 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 30px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV .content__pic.is-01 {
    top: -40px;
    bottom: auto;
    right: 0;
  }
}
#container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV h3 {
  top: -20px;
  bottom: auto;
  left: 20px;
  padding: 0 calc(0.1em + 8px) 0 8px;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV h3 {
    top: auto;
    bottom: 120px;
    right: 20px;
    left: auto;
  }
}
#container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV h3::before {
  background: var(--color-green);
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV p {
    top: 20px;
    left: 4%;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  #container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__MV p {
    left: 40px;
  }
}
#container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__back {
  position: absolute;
  bottom: -1em;
  left: -0.2em;
  width: 3em;
}
@media screen and (min-width: 820px) {
  #container .content.page-top .content__section .page-top__club.is-tamago .page-top__club__back {
    bottom: -0.2em;
    left: auto;
    right: -0.5em;
    width: 6em;
  }
}
#container .content.page-top .content__section .page-top__club.is-tamago .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet {
  background: var(--color-green);
  opacity: 0.4;
}
#container .content.page-top .content__section .page-top__club.is-tamago .content__slide .content__slide__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#container .content.page-contact {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#container .content .content__form {
  max-width: 1200px;
  margin: 0 auto;
}
#container .content .content__form .content__form__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 40px auto 0;
  gap: 20px;
}
@media screen and (min-width: 820px) {
  #container .content .content__form .content__form__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container .content .content__form .content__form__box h3 {
  width: calc(10em + 24px + 12px);
  font-size: 1rem;
  margin: 0;
  text-align: left;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__form .content__form__box h3 {
    font-size: 1.25rem;
  }
}
#container .content .content__form .content__form__box .parts__ico-bk {
  margin-right: 8px;
}
@media screen and (min-width: 820px) {
  #container .content .content__form .content__form__box .parts__ico-bk {
    margin-right: 12px;
  }
}
#container .content .content__form__select {
  width: 100%;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__select {
    max-width: 350px;
  }
}
#container .content .content__form__select::after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: url(/img/base_arrow.svg);
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#container .content .content__form__select select {
  width: 100%;
  background: #fff;
  border: 1px solid var(--color-black);
  padding: 10px 45px 10px 15px;
  width: 100%;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__select select {
    font-size: 1.125rem;
  }
}
#container .content .content__form__input {
  width: 100%;
  background: #fff;
  border: 1px solid var(--color-black);
  border-radius: 0;
  margin: 0;
  padding: 8px 12px;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__input {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}
#container .content .content__form__input::-webkit-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__input::-moz-placeholder {
  opacity: 0.4;
}
#container .content .content__form__input:-ms-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__input::-ms-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__input::placeholder {
  opacity: 0.4;
}
#container .content .content__form__textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--color-black);
  border-radius: 0;
  margin: 0;
  padding: 8px 12px;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__textarea {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}
#container .content .content__form__textarea::-webkit-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__textarea::-moz-placeholder {
  opacity: 0.4;
}
#container .content .content__form__textarea:-ms-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__textarea::-ms-input-placeholder {
  opacity: 0.4;
}
#container .content .content__form__textarea::placeholder {
  opacity: 0.4;
}
#container .content .content__form__k {
  background: rgba(255, 255, 255, 0.4);
  min-height: calc(1.8em + 20px);
  margin: 0;
  padding: 8px 12px;
  width: 100%;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__k {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}
#container .content .content__form__radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__radio-box {
    gap: 20px 20px;
  }
}
#container .content .content__form__radio {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__radio {
    font-size: 1.125rem;
  }
}
#container .content .content__form__radio input {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 4px 0 0;
}
#container .content .content__form__radio input::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .content__form__radio input::after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .content .content__form__radio input:checked::before {
  opacity: 1;
}
#container .content .content__form__p {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__p {
    font-size: 0.875rem;
  }
}
#container .content .content__form__me-success {
  color: var(--color-navy);
  font-size: 0.75rem;
  text-align: left;
  display: none;
  margin: 8px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__me-success {
    font-size: 0.875rem;
    padding-left: calc(16em + 24px + 12px);
  }
}
#container .content .content__form__me-error {
  color: #ff0000;
  font-size: 0.75rem;
  text-align: left;
  display: none;
  margin: 8px auto 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__me-error {
    font-size: 0.875rem;
    padding-left: calc(16em + 24px + 12px);
  }
}
#container .content .content__form__cap {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .content .content__form__cap {
    margin: 40px auto 0;
  }
}
#container .content .content__form__recap {
  display: table;
  margin: 30px auto 0;
}
#container .content .is-notrequired .c__col-green {
  display: none;
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes page-top__club__mv {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  4% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes page-top__club__mv {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  4% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}