@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp_sub_menu {
  display: none;
}

.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: flex !important;
  }
}

.pc-only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
  color: #707070;
  line-height: 1.7;
}

h1 {
  font-size: clamp(32px, 5vw, 75px);
  transition: font-size 0.2s ease;
  font-weight: 900;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  h1 {
    font-size: clamp(44px, 5vw, 44px);
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 80px;
  line-height: 40px;
  color: #707070;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
h2 .jp-title {
  font-size: 14px;
}

/*h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h3 .jp-title {
  font-size: 12px;
}
*/

footer {
  background-color: #fff;
  color: #242424;
  position: relative;
  z-index: 2;
  padding: 46px 20px 34px;
}
@media (max-width: 768px) {
  footer {
    padding: 52px 20px 32px;
  }
}
footer .inner {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 0 0 38px !important;
  padding: 0;
}
@media (max-width: 768px) {
  footer ul {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 44px !important;
  }
}
footer li {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 768px) {
  footer li {
    font-size: 13px;
  }
}
footer .copyright {
  color: #707070;
  text-align: center;
  font-size: 12px;
  margin: 0;
}

footer a:link, footer a:visited {
  color: #242424;
  text-decoration: none;
}

.btn-wrap {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .btn-wrap {
    width: 100%;
  }
}

a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 54px 0 0 auto;
  color: #707070;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  font-weight: 400;
}
a.more-btn .arrow-right {
  width: 52px;
}
@media (max-width: 768px) {
  a.more-btn {
    justify-content: flex-end;
    margin-top: 46px;
    margin-right: 20px;
    width: 100%;
    font-size: 16px;
  }
}
a.more-btn:hover {
  opacity: 0.5;
}

.pageTop {
  display: none;
}
.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #222;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #222;
  border: 1px solid #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 8;
}
@media (max-width: 768px) {
  .pageTop a {
    right: 10px;
    bottom: 20px;
  }
}
.pageTop a img {
  width: 40px;
  height: 40px;
}
.pageTop a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}

header {
  background-color: #fff;
  color: #707070;
  width: 100%;
  position: fixed;
  padding: 0;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 10;
}
@media (max-width: 768px) {
  header {
    z-index: 9;
    height: 80px;
  }
}
header .inner {
  max-width: 1200px !important;
  margin: auto !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
}
header .inner:after, header .inner:before {
  display: none;
}
@media (max-width: 1200px) {
  header .inner {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  header .inner {
    width: 100%;
    margin: 0 10px;
  }
}
header .inner .header_main {
  margin-right: 0;
  padding-right: 0;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  header .inner .header_main {
    margin-right: auto;
  }
}
header .inner .header_main .siteHeading {
  padding-right: 0;
}
header .inner .header_main .siteHeading a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-weight: 300;
  color: #707070;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-family: "Quicksand", "Noto Sans JP", sans-serif;
}
header .inner .header_main .siteHeading a .fanclub-name {
  display: inline-block;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
}
header .inner .header_main .siteHeading a:visited {
  color: #707070;
}
header .inner .header_main .siteHeading a:hover {
  opacity: 0.5;
}
header .inner .header_main .forSp a {
  letter-spacing: 1px;
  font-size: 14px;
}
header .inner .header_main .forSp a .fanclub-name {
  font-size: 28px;
}
@media (max-width: 425px) {
  header .inner .header_main .forSp a {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  header .inner .header_main .forSp a .fanclub-name {
    font-size: 18px;
  }
}
header .inner .user-wrap {
  display: flex;
  gap: 8px;
  width: auto !important;
  background-color: transparent;
  margin-left: 10px;
  height: 40px;
  padding: 0;
  right: 0;
  top: 15px;
}
header .inner .user-wrap p {
  margin-right: 10px !important;
  width: 128px;
  transition: 0.3s ease-in-out;
  height: 31px;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: 300;
}
@media (max-width: 390px) {
  header .inner .user-wrap p {
    width: 50px;
  }
}
header .inner .user-wrap p a {
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background-color: #fff;
  transition: 0.3s;
  font-weight: 300;
  color: #707070;
  border: 1px solid #707070;
}
header .inner .user-wrap p a:hover {
  background-color: #707070;
  color: #fff !important;
}
header .inner .user-wrap p a:visited {
  color: #707070;
}
@media (max-width: 768px) {
  header .inner .user-wrap p a {
    font-weight: 400;
    font-size: 10px;
  }
}

#mainNav {
  background-color: #fff;
  padding: 0;
  top: 60px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
#mainNav .inner {
  display: flex;
  max-width: 1240px;
  gap: 32px;
  flex-direction: row;
  justify-content: center;
}
#mainNav .inner li {
  margin-right: 0;
}
@media (max-width: 768px) {
  #mainNav .inner li {
    height: auto;
    overflow: visible;
    margin-left: 0;
  }
}
#mainNav .inner li a {
  color: #707070;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  #mainNav .inner li a {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  #mainNav .inner li a {
    border-top: unset;
    padding: 0;
  }
}
#mainNav .inner li a:hover {
  opacity: 0.5;
}
#mainNav .inner span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #222;
}

@media (min-width: 1060px) {
  header {
    background-image: none !important;
  }
  header:before,
  header:after,
  header .forSp:before,
  header .forSp:after,
  header .header_main:after {
    content: none !important;
    display: none !important;
  }
}
@media (max-width: 1059px) {
  header #header_user.pc-only.user-wrap {
    position: fixed;
    top: 10px;
    right: 62px;
    z-index: 10003;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    width: auto !important;
    height: auto;
    margin: 0 !important;
    padding: 0;
    background-color: transparent;
  }
  header #header_user.pc-only.user-wrap p {
    width: 76px;
    height: 25px;
    margin: 0 !important;
  }
  header #header_user.pc-only.user-wrap p a {
    font-size: 11px;
    line-height: 1;
  }
  #navSwitcher {
    display: block !important;
    position: fixed;
    top: 24px;
    right: 10px;
    background-color: transparent;
    border-color: #242424;
    padding: 0;
    z-index: 12;
  }
  #navSwitcher a {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    border-color: #242424;
    border-style: solid;
    border-width: 3px 0;
  }
  #navSwitcher span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #242424;
  }
  /* メニュー非表示時 */
  #mainNav {
    position: fixed;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    transform: translateY(10px);
    z-index: 11;
    top: 80px;
    bottom: 0;
    flex-direction: column;
    height: auto;
    padding: 48px 0 0;
    background: url("//img-fan.pia.jp/main/image/k4k5maov/995760xt.png") no-repeat right 42px top 24px/118px auto, url("//img-fan.pia.jp/main/image/k4k5maov/hvq3h7j8.png") no-repeat left 18px top 285px/126px auto, linear-gradient(135deg, #5acdd8 0%, #9ee9d9 100%);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  #mainNav:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("//img-fan.pia.jp/main/image/k4k5maov/ugvfhk30.png");
    background-repeat: no-repeat;
    background-position: left calc(50% + 95px) top 350px;
    background-size: min(63vw, 268px) auto;
    opacity: 0.98;
    pointer-events: none;
  }
  #mainNav .inner {
    gap: 18px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
  }
  #mainNav ul {
    width: 100vw !important;
    padding-top: 0;
    position: static;
    margin: 0 !important;
  }
  #mainNav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (max-width: 1059px) and (max-height: 700px) {
  #mainNav {
    padding-top: 34px;
    background-position: right 42px top 16px, left 18px top 240px, 0 0;
  }
  #mainNav .inner {
    gap: 14px;
  }
  #mainNav ul li a:after {
    font-size: 16px;
  }
  #mainNav:before {
    background-position: left calc(50% + 95px) top 300px;
  }
}
@media (max-width: 1059px) {
  /* メニュー表示時 */
  .menuOpen #mainNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    touch-action: pan-y;
    transform: translateY(0px);
  }
  .menuOpen #mainNav ul {
    background-color: transparent;
  }
  .menuOpen #mainNav .inner span {
    display: none;
  }
  .menuOpen #navSwitcher a {
    height: 22px;
    border: none;
  }
  .menuOpen #navSwitcher .l {
    transform: rotate(-45deg);
  }
  .menuOpen #navSwitcher .r {
    transform: rotate(45deg);
  }
  .menuOpen {
    overflow: hidden;
  }
  .menuOpen #wrapper {
    overflow: visible;
  }
}
body {
  position: relative;
}

#top {
  inset: 0;
  margin-top: 400px;
  z-index: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 20%, #e9fbfb 38%, #b9f0f3 70%, #5bd0dc 100%);
}
@media (max-width: 768px) {
  #top {
    margin-top: 400px;
    background: linear-gradient(145deg, #e9fbfb 0%, #b9f0f3 50%, #5bd0dc 100%);
  }
}
@media (max-width: 375px) {
  #top {
    margin-top: 300px;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#wrapper .fv {
  padding: 98px 40px 0;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 1200px) {
  #wrapper .fv {
    min-height: 660px;
    padding-inline: 28px;
  }
}
@media (max-width: 768px) {
  #wrapper .fv {
    min-height: auto;
    height: auto;
    padding: 80px 9px 0;
    margin-bottom: 0;
  }
}
#wrapper .fv .fv-wrap {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #wrapper .fv .fv-wrap {
    width: 100%;
  }
}
#wrapper .fv .fv-wrap .bg01 {
  position: absolute;
  width: 54.2%;
  max-width: 650px;
  height: auto;
  bottom: -90%;
  right: -12.5%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  #wrapper .fv .fv-wrap .bg01 {
    display: none;
  }
}
#wrapper .fv .fv-wrap .fv-img {
  display: block;
  margin: 0 auto;
  height: 100%;
  aspect-ratio: 8/5;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
#wrapper .fv .fv-wrap .fv-img02 {
  width: 100%;
}
#wrapper .news {
  position: relative;
 /* padding: 200px 0 0px; */
  z-index: 2;
}
@media (max-width: 768px) {
  #wrapper .news {
    padding: 0 8px 62px;
  }
}
#wrapper .news .bg03 {
  position: absolute;
  width: 300px;
  top: unset;
  bottom: -120px;
  right: -9vw;
  opacity: 0.88;
}
#wrapper .news .news-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 510px);
  max-width: 1300px;
  min-height: 585px;
  padding: 196px 105px 82px calc((100vw - 1200px) / 2);
  box-sizing: border-box;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0 38px 38px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1400px) {
  #wrapper .news .news-wrap {
    width: calc(100% - 310px);
    padding-left: 10px;
    padding-right: 70px;
  }
}
@media (max-width: 1200px) {
  #wrapper .news .news-wrap {
    width: calc(100% - 250px);
    padding-left: 10px;
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  #wrapper .news .news-wrap {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  #wrapper .news .news-wrap {
    width: 100%;
    min-height: auto;
    padding: 76px 16px 46px;
    border-radius: 17px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  }
}
#wrapper .news .news-wrap .news-content {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: start;
  gap: 48px;
  max-width: 840px;
}
@media (max-width: 1024px) {
  #wrapper .news .news-wrap .news-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#wrapper .news .news-wrap .news-content .news-h2 {
  margin: 12px 0 0;
  width: auto;
  text-align: left;
  color: #707070;
  font-size: 39px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #wrapper .news .news-wrap .news-content .news-h2 {
    margin: 0 0 24px;
    font-size: 31px;
  }
}
#wrapper .news .news-wrap .news-content .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap {
  display: flex;
  flex-direction: column;
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #d7d7d7;
  margin: 0;
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 28px;
  padding: 21px 0;
  transition: 0.3s;
  text-decoration: none;
  color: #707070;
  white-space: normal !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  #wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item {
    display: block;
    padding: 19px 0;
  }
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item:active {
  color: unset;
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item:hover {
  background-color: #f5f5f5;
  opacity: 0.7;
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item .date {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  white-space: normal !important;
}
@media (max-width: 768px) {
  #wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item .date {
    margin-bottom: 7px;
    font-size: 13px;
  }
}
#wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item .article {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-all;
}
@media (max-width: 768px) {
  #wrapper .news .news-wrap .news-content .container .news-item-wrap .news-item .article {
    font-size: 13px;
    display: block;
    max-width: 100%;
    white-space: normal !important;
    word-break: break-all;
  }
}
#wrapper .sns-sec {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin: -16px auto 0;
  padding: 118px 0 76px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #wrapper .sns-sec {
    min-height: 356px;
    margin-top: -18px;
    padding: 156px 0 58px;
  }
}
@media (max-width: 425px) {
  #wrapper .sns-sec {
    padding: 156px 0 0px;
  }
}
#wrapper .sns-sec .sns-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  max-width: 1200px;
  margin-bottom: 0;
}
@media (max-width: 1059px) {
  #wrapper .sns-sec .sns-bg.pc-only {
    display: none !important;
  }
  #wrapper .sns-sec .sns-bg.sp-only {
    display: block !important;
    max-width: 500px;
    inset: 0;
    margin: auto;
    margin-bottom: 0;
  }
}
#wrapper .sns-sec .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 42px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
@media (max-width: 768px) {
  #wrapper .sns-sec .wrapper {
    gap: 28px;
  }
}
#wrapper .sns-sec .wrapper a {
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #wrapper .sns-sec .wrapper a {
    width: 38px;
    height: 38px;
  }
}
#wrapper .sns-sec .wrapper a img {
  max-height: 31px;
  max-width: 31px;
}
@media (max-width: 768px) {
  #wrapper .sns-sec .wrapper a img {
    width: 27px;
    height: 27px;
  }
}
#wrapper .sns-sec .wrapper a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */