@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Poiret+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html,
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #121212;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-top: 62px;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}
body > * {
  width: 100%;
}
body > *.main {
  flex: 1;
}
body.has-members-info .header {
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #121212;
}

a:hover,
a:active,
button:hover,
button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.is-poiret {
  font-family: "Poiret One", sans-serif !important;
  line-height: 1;
}

.is-limelight {
  font-family: "Limelight", sans-serif !important;
  line-height: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 62px;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  max-width: 132.8px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    max-width: 166px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.header__nav {
  display: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
}
.header__nav a {
  padding: 5px 0;
}
.header__nav a.selected {
  border-bottom: 1px solid;
}
.header__btns {
  display: none;
}
@media (min-width: 769px) {
  .header__btns {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.footer {
  background-color: #F5F0EB;
  padding: 4rem 0 2rem;
}
@media (min-width: 561px) {
  .footer {
    padding: 6.4rem 0 2rem;
  }
}
.footer__content {
  margin-bottom: 6rem;
}
@media (min-width: 561px) {
  .footer__content {
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer__links {
  display: flex;
  flex: 1;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .footer__links {
    margin-bottom: 0;
    gap: 6rem;
  }
}
@media (min-width: 769px) {
  .footer__links {
    gap: 14rem;
  }
}
.footer__links div {
  width: 50%;
  max-width: 182px;
}
.footer__links div p {
  font-size: 1.2rem;
  color: #8D8D8D;
  margin-bottom: 2rem;
}
.footer__links div ul li {
  margin-bottom: 2rem;
}
.footer__links div ul li:last-child {
  margin-bottom: 0;
}
.footer__nav .sns {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
.footer__nav .sns a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 12px;
}
.footer__nav .nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__copy p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
.footer__copy h2 {
  font-size: 16.5vw;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1441px) {
  .footer__copy h2 {
    font-size: 12.5vw;
  }
}

.sidebar {
  position: fixed;
  right: -100dvw;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  width: 100dvw;
  max-width: 822px;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  transition: right 0.3s;
}
@media (min-width: 561px) {
  .sidebar {
    width: 60dvw;
  }
}
.sidebar.is-open {
  right: 0;
}
.sidebar__head {
  padding: 3rem 2rem 2rem;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  .sidebar__head {
    padding: 3rem 4rem 2rem;
  }
}
.sidebar h2 {
  font-size: 9vw;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .sidebar h2 {
    padding-left: 4rem;
  }
}
@media (min-width: 1441px) {
  .sidebar h2 {
    font-size: 6.2vw;
  }
}
.sidebar__content {
  padding: 0 2rem 4rem;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .sidebar__content {
    padding: 0 4rem 4rem;
  }
}
.sidebar__links {
  display: flex;
}
.sidebar__links > div {
  width: 50%;
}
.sidebar__links > div > p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .sidebar__links > div > p {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.sidebar__links > div ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 561px) {
  .sidebar__links > div ul {
    gap: 3rem;
  }
}
.sidebar__links > div ul li a p {
  font-size: 2.4rem;
}
.sidebar__links > div ul li a p:last-child {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.sidebar__foot {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #f8f8f8;
  padding: 2rem 0;
}
.sidebar__foot .btn {
  width: 26rem;
  height: 4.8rem;
  border-radius: 2.4rem;
}

.wrapper {
  width: 100%;
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .wrapper {
    padding: 0 4rem;
  }
}
.wrapper.is-med {
  max-width: 1440px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.4rem !important;
}
.btn:hover {
  opacity: 0.9;
}
.btn-login {
  background-color: #fff;
  line-height: 1;
  height: 4rem;
  width: 14rem;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  color: #F58A75 !important;
  border-radius: 2rem;
  border: 1px solid;
}
.btn-entry {
  color: #fff !important;
  line-height: 1;
  height: 4rem;
  width: 14rem;
  letter-spacing: 0.1em;
  padding: 0 2rem;
  background-color: #F58A75 !important;
  border-radius: 2rem;
}
.btn-form {
  width: 100%;
  height: 4.8rem;
  border: 2px solid;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  background-color: #f58a75;
  border-color: #f58a75;
  color: #fff;
}
.btn-form.entry {
  border-color: #FD1A28;
  background-color: #fff;
  color: #FD1A28;
}
.btn-news-back {
  width: 16rem;
  height: 4rem;
  font-size: 1.2rem;
  border: 1px solid;
  line-height: 1;
  font-weight: 300;
  position: relative;
}
.btn-news-back::before {
  content: "←";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-news-more {
  width: 100%;
  max-width: 390px;
  height: 4.4rem;
  font-weight: 300;
  font-size: 1.4rem;
  border: 1px solid;
  line-height: 1;
  position: relative;
  margin: 0 auto;
}
.btn-news-more::before {
  content: "→";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.overlay {
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  left: -100dvw;
  transition: opacity 0.3s;
}
.overlay.is-open {
  opacity: 1;
  left: 0;
}

.js-ham {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 2.4rem;
  cursor: pointer;
}
.js-ham span {
  background-color: #000;
  height: 1px;
}
.js-ham-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.88rem;
  height: 1.6rem;
  cursor: pointer;
}
.js-ham-close span {
  background-color: #000;
  height: 1px;
  transform: rotate(-30deg);
  transform-origin: center;
}
.js-ham-close span:last-child {
  margin-top: -1px;
  transform: rotate(30deg);
  transform-origin: center;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
  gap: 1rem;
}
@media (min-width: 561px) {
  .pagination {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 561px) {
  .pagination {
    width: calc(100% - 8rem);
  }
}
.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Limelight", sans-serif;
  line-height: 1;
  color: #f58a75;
  background-color: #fff;
  border-radius: 1.6rem;
  font-size: 1.4rem;
}
.pagination a.current, .pagination span.current {
  background-color: #f58a75;
  color: #fff;
}

.members_info {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #f58a75;
  padding: 1rem 0;
}
@media (min-width: 769px) {
  .members_info .pconly {
    display: inline-block;
  }
}
.members_info > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .members_info > div {
    padding: 0 4rem;
  }
}
.members_info > div .announcement {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 0;
}
.members_info > div .announcement img {
  border-radius: 12px;
}
.members_info > div .announcement a {
  text-decoration: underline;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 561px) {
  .members_info > div .announcement a {
    width: 250px;
  }
}
@media (min-width: 769px) {
  .members_info > div .announcement a {
    width: 500px;
    font-size: 1.6rem;
  }
}
.members_info > div .detail {
  display: flex;
  align-items: center;
  max-width: 100%;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .members_info > div .detail {
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail {
    border-left: 1px solid #fff;
    padding-left: 1.6rem;
    gap: 1rem 4rem;
  }
}
.members_info > div .detail .name {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 561px) {
  .members_info > div .detail .name {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail .name {
    font-size: 1.6rem;
  }
}
.members_info > div .detail .name img {
  border-radius: 12px;
}
.members_info > div .detail p {
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .members_info > div .detail p {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .members_info > div .detail p {
    font-size: 1.6rem;
  }
}

.biography .wrapper {
  margin: 0 auto;
}
.biography .wrapper .sec01 {
  max-width: calc(1372px + 14rem);
  margin: 0 auto;
  padding: 5.9rem 0 12rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 {
    padding: 5.9rem 4rem 12rem 10rem;
  }
}
.biography .wrapper .sec01 h1 img {
  width: 33.2rem;
  max-width: 50%;
}
.biography .wrapper .sec01 .flex {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 8.4rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8.8rem;
  }
}
.biography .wrapper .sec01 .flex h2 {
  position: absolute;
  top: 0.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 919px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex h2 {
    top: -50px;
    right: 0;
    left: auto;
    transform: none;
    max-width: 66%;
  }
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-left {
    min-width: 48%;
  }
}
.biography .wrapper .sec01 .flex-left img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right {
    margin-top: 14.8rem;
  }
}
.biography .wrapper .sec01 .flex-right .flex02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right .flex02 {
    justify-content: space-between;
  }
}
.biography .wrapper .sec01 .flex-right .flex02-left {
  min-width: 110px;
}
.biography .wrapper .sec01 .flex-right .flex02-left h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right .flex02-left h3 {
    font-size: 2.4rem;
  }
}
.biography .wrapper .sec01 .flex-right .flex02-left p {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right .flex02-left p {
    margin-top: 5.5rem;
  }
}
.biography .wrapper .sec01 .flex-right .flex02-left ul {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right .flex02-left ul {
    margin-top: 2.4rem;
  }
}
.biography .wrapper .sec01 .flex-right .flex02-left ul li {
  width: 2.4rem;
}
.biography .wrapper .sec01 .flex-right .texts {
  display: flex;
  flex-direction: column;
}
.biography .wrapper .sec01 .flex-right .texts p {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec01 .flex-right .texts p {
    max-width: 570px;
    margin: 4.8rem auto;
  }
}
.biography .wrapper .sec2 {
  max-width: 1512px;
  margin: 0 auto;
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 {
    padding-bottom: 16rem;
  }
}
.biography .wrapper .sec2 .grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid {
    display: grid;
    grid-template-columns: 26.06% 1fr;
    gap: 0;
    align-items: initial;
  }
}
.biography .wrapper .sec2 .grid-left {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-left {
    display: block;
    background: none;
  }
}
.biography .wrapper .sec2 .grid-left img {
  max-width: 100%;
  height: auto;
}
.biography .wrapper .sec2 .grid-right-top {
  background: #000;
  padding: 2.5rem 4.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right-top {
    padding: 5rem 8.8rem;
  }
}
.biography .wrapper .sec2 .grid-right-top img {
  max-width: 75%;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right-top img {
    width: 471px;
    max-width: 65%;
  }
}
.biography .wrapper .sec2 .grid-right-top img:last-of-type {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  max-width: 25%;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right-top img:last-of-type {
    width: 387px;
    right: 24px;
    max-width: 35%;
  }
}
.biography .wrapper .sec2 .grid-right .timeline {
  margin-top: 3.2rem;
  max-height: 432px;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right .timeline {
    margin-top: 6.4rem;
    margin-left: 6.4rem;
    max-height: 864px;
  }
}
.biography .wrapper .sec2 .grid-right .timeline .timeline-year {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right .timeline .timeline-year {
    flex-direction: row;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.biography .wrapper .sec2 .grid-right .timeline .timeline-year:first-of-type {
  margin-top: 0;
}
.biography .wrapper .sec2 .grid-right .timeline .timeline-year dt {
  border-bottom: 0.8px solid #959595;
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right .timeline .timeline-year dt {
    font-size: 2.4rem;
    border-bottom: none;
    border-right: 0.8px solid #959595;
    padding-bottom: 0;
    padding-right: 2.6rem;
  }
}
.biography .wrapper .sec2 .grid-right .timeline .timeline-year dd {
  padding: 0 0.8rem;
}
@media screen and (min-width: 769px) {
  .biography .wrapper .sec2 .grid-right .timeline .timeline-year dd {
    padding: 0.8rem 0;
  }
}
.biography .wrapper .sec2 .grid-right .timeline .timeline-year dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

.fanclub .wrapper {
  padding-left: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper {
    padding-right: 8rem;
  }
}
.fanclub .wrapper .sec01 {
  max-width: calc(100% + 8rem);
  padding-right: 0;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 {
    padding-bottom: 205px;
  }
}
.fanclub .wrapper .sec01 .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex {
    flex-direction: row;
    gap: 0;
    justify-content: unset;
  }
}
@media screen and (min-width: 1513px) {
  .fanclub .wrapper .sec01 .flex {
    justify-content: center;
  }
}
.fanclub .wrapper .sec01 .flex-left {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex-left {
    max-width: 958px;
    width: 100%;
  }
}
.fanclub .wrapper .sec01 .flex-right {
  padding-left: 2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex-right {
    margin-left: -160px;
    padding-left: 0;
    min-width: 63.2rem;
  }
}
.fanclub .wrapper .sec01 .flex-right h2 {
  width: 100%;
  max-width: 276px;
}
.fanclub .wrapper .sec01 .flex-right h3 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex-right h3 {
    display: block;
    position: absolute;
    top: -53px;
    right: -1.5rem;
    height: 100%;
  }
}
.fanclub .wrapper .sec01 .flex-right h3 img {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex-right h3 img {
    height: unset;
  }
}
.fanclub .wrapper .sec01 .flex-right p {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 3.6rem;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .flex-right p {
    margin-top: 7.1rem;
  }
}
.fanclub .wrapper .sec01 .btn {
  margin: 2.8rem auto 0;
}
@media screen and (min-width: 769px) {
  .fanclub .wrapper .sec01 .btn {
    margin-top: 5.6rem;
  }
}
.fanclub .sec02 {
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 {
    padding-bottom: 16rem;
  }
}
.fanclub .sec02 .wrapper {
  padding-right: calc(2rem + 32px);
  padding-left: calc(2rem + 28px);
  max-width: calc(1160px + 8rem);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper {
    padding-right: calc(4rem + 28px);
    padding-left: calc(4rem + 32px);
  }
}
.fanclub .sec02 .wrapper:last-of-type h2 {
  left: 2.2rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper:last-of-type h2 {
    left: 4.2rem;
  }
}
.fanclub .sec02 .wrapper h2 {
  position: absolute;
  top: 10px;
  left: 2.5rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h2 {
    left: 4.2rem;
    top: 40px;
  }
}
.fanclub .sec02 .wrapper h2 img {
  width: 158px;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h2 img {
    width: 100%;
  }
}
.fanclub .sec02 .wrapper h3 {
  position: absolute;
  top: -38px;
  right: 5rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h3 {
    right: 12.1rem;
  }
}
.fanclub .sec02 .wrapper h3 img {
  width: 100px;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h3 img {
    width: 100%;
  }
}
.fanclub .sec02 .wrapper h5 {
  position: absolute;
  top: 0;
  right: 2.5rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h5 {
    right: 2.8rem;
  }
}
.fanclub .sec02 .wrapper h5 img {
  width: 21px;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper h5 img {
    width: 100%;
  }
}
.fanclub .sec02 .wrapper .box01 {
  padding: 64px 16px 16px;
  background: #f5f0eb;
  border-radius: 20px;
  max-width: calc(1100px + 8rem);
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box01 {
    padding: 128px 48px 64px;
  }
}
.fanclub .sec02 .wrapper .box01 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
}
@media screen and (min-width: 561px) {
  .fanclub .sec02 .wrapper .box01 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box01 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fanclub .sec02 .wrapper .box01 ul li {
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box01 ul li {
    gap: 2.4rem;
    padding: 2rem 2rem 4rem;
  }
}
.fanclub .sec02 .wrapper .box01 ul li img {
  width: 100%;
  height: auto;
}
.fanclub .sec02 .wrapper .box01 ul li h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box01 ul li h4 {
    font-size: 1.8rem;
  }
}
.fanclub .sec02 .wrapper .box01 ul li p {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box01 ul li p {
    font-size: 15px;
  }
}
.fanclub .sec02 .wrapper .box2 {
  margin-top: 36px;
  padding: 64px 16px 16px;
  background: #f5f0eb;
  border-radius: 20px;
  max-width: calc(1100px + 8rem);
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box2 {
    padding: 128px 48px 64px;
    margin-top: 72px;
  }
}
.fanclub .sec02 .wrapper .box2 dl {
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box2 dl {
    padding: 56px;
  }
}
.fanclub .sec02 .wrapper .box2 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box2 dl dt {
    font-size: 2rem;
  }
}
.fanclub .sec02 .wrapper .box2 dl dt:last-of-type {
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box2 dl dt:last-of-type {
    margin-top: 4.8rem;
  }
}
.fanclub .sec02 .wrapper .box2 dl dd {
  margin-top: 1.2rem;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .wrapper .box2 dl dd {
    font-size: 1.5rem;
    margin-top: 1.2rem;
  }
}
.fanclub .sec02 .btn {
  margin: 4rem auto;
}
@media screen and (min-width: 769px) {
  .fanclub .sec02 .btn {
    margin-top: 8rem;
  }
}
.fanclub .btn {
  background: #000;
  height: 56px;
  width: 219px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.fanclub .pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .fanclub .pc-only {
    display: block;
  }
}
.fanclub .sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .fanclub .sp-only {
    display: none;
  }
}

.form {
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #f58a75;
  padding: 32px 0 64px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .form {
    padding: 64px 0 136px;
    font-size: 16px;
  }
}
.form .wrapper {
  max-width: calc(1155px + 8rem);
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) {
  .form .wrapper {
    padding: 0 4rem;
  }
}
.form form {
  background: #fff;
  padding: 16px 16px 25px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .form form {
    padding: 64px 100px 100px;
    border-radius: 40px;
  }
}
.form h2 {
  font-size: 2rem;
  color: #f58a75;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .form h2 {
    font-size: 2.4rem;
  }
}
.form .subtitle {
  font-size: 16px;
  color: #f58a75;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
  .form .subtitle {
    font-size: 2rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.form h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .form h3 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.form .member-info {
  background: #f5f5f5;
  padding: 12px 16px 16px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .form .member-info {
    margin-bottom: 4rem;
    padding: 12px 16px 16px;
    padding: 24px 32px 32px;
  }
}
.form .member-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 0.4px solid #000;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.02em;
}
.form .member-info h4 .icon {
  width: 18px;
}
@media screen and (min-width: 769px) {
  .form .member-info h4 {
    margin-bottom: 16px;
    gap: 8px;
  }
  .form .member-info h4 .icon {
    width: 24px;
  }
}
.form .member-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .form .member-info dl {
    gap: 16px;
    font-size: 16px;
  }
}
.form .member-info dl dt {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.form .member-info dl dd {
  font-weight: 500;
}
.form .dot-note {
  font-size: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  .form .dot-note {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.form .form-group {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .form .form-group {
    margin-bottom: 40px;
  }
}
.form .form-group > label {
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .form .form-group > label {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.form .date-item {
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .form .date-item {
    margin-bottom: 24px;
  }
}
.form .date-item:last-child {
  margin-bottom: 0;
}
.form .date-item .date-header label {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
  gap: 8px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-header label {
    gap: 15px;
    font-size: 16px;
  }
}
.form .date-item .date-header label:hover {
  background: #fafafa;
}
.form .date-item .date-header label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("../images/form/icon_check.svg");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-header label input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
}
.form .date-item .date-header label input[type=checkbox]:checked {
  background-image: url("../images/form/icon_check_active.svg");
}
.form .date-item .date-header label span {
  flex: 1;
  font-size: 14px;
  min-width: 157px;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-header label span {
    font-size: 16px;
    min-width: 209px;
  }
}
.form .date-item .data-body {
  background: #fff;
  padding: 12px;
  margin-bottom: 20px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .form .date-item .data-body {
    padding: 24px;
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.form .date-item .data-body .form-row {
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .form .date-item .data-body .form-row {
    margin-bottom: 16px;
    flex-direction: row;
  }
}
.form .date-item .data-body .form-row:last-child {
  margin-bottom: 0;
}
.form .date-item .data-body .form-row label {
  display: block;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.form .date-item .data-body input[type=text],
.form .date-item .data-body input[type=email],
.form .date-item .data-body input[type=tel],
.form .date-item .data-body select {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  background: #fff;
}
.form .date-item .data-body input[type=text]::placeholder,
.form .date-item .data-body input[type=email]::placeholder,
.form .date-item .data-body input[type=tel]::placeholder,
.form .date-item .data-body select::placeholder {
  color: #999;
}
.form .date-item .data-body select {
  cursor: pointer;
  padding: 12px 14px;
  width: 100%;
  background: #f6f6f6;
  color: #9c9c9c;
  background-image: url("../images/form/icon_arw02.svg") !important;
  background-size: 13px !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
@media screen and (min-width: 769px) {
  .form .date-item .data-body select {
    width: 291px;
  }
}
.form .date-item.active .date-details {
  display: block;
}
.form .date-item .date-details {
  display: none;
  background: #fafafa;
  padding: 20px 24px;
  margin-top: 10px;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-details {
    padding: 40px 48px;
  }
}
.form .date-item .date-details .companion-section {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
}
.form .date-item .date-details .companion-section h5 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-details .companion-section h5 {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.form .date-item .date-details .companion-section input[type=text] {
  max-width: 400px;
}
.form .date-item .date-details .companion-section label {
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .form .date-item .date-details .companion-section label {
    font-size: 16px;
  }
}
.form .form-bottom input[type=text],
.form .form-bottom input[type=email],
.form .form-bottom input[type=tel],
.form .form-bottom select {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  background: #f6f6f6;
  border: none;
}
.form .form-bottom input[type=text]::placeholder,
.form .form-bottom input[type=email]::placeholder,
.form .form-bottom input[type=tel]::placeholder,
.form .form-bottom select::placeholder {
  color: #9c9c9c;
}
@media screen and (min-width: 769px) {
  .form .form-bottom input[type=text],
  .form .form-bottom input[type=email],
  .form .form-bottom input[type=tel],
  .form .form-bottom select {
    font-size: 16px;
    padding: 32px;
  }
}
.form .form-bottom .name-inputs,
.form .form-bottom .contact-inputs {
  width: 100%;
}
.form .name-inputs,
.form .contact-inputs {
  display: grid;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form .name-inputs,
  .form .contact-inputs {
    grid-template-columns: 1fr 1fr;
    width: 400px;
  }
}
.form .notes {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .form .notes {
    font-size: 14px;
  }
}
.form .notes a {
  color: #4f27d9;
  text-decoration: underline;
}
.form .notes a:hover {
  text-decoration: none;
}
.form .submit-btn {
  display: block;
  width: 100%;
  width: 240px;
  margin: 28px auto 0;
  height: 56px;
  background: #fff;
  color: #f58a75;
  border: 1px solid #f58a75;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .form .submit-btn {
    margin: 56px auto 0;
  }
}
.form .submit-btn img {
  width: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.form .dot {
  width: 6px;
  height: 6px;
  background: #f58a75;
  border-radius: 50%;
  display: inline-block;
}

/*# sourceMappingURL=style2.css.map */
