@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.sp_sub_menu {
  display: none;
}

body {
  background-color: #18216E;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}

/*---------------------------------
 TOPにのみ反映させる 
---------------------------------*/

#wrapper .contents , .top_update .news{
h1 {
  font-size: clamp(32px, 5vw, 80px);
  transition: font-size 0.2s ease;
  font-weight: 900;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

}

.bg-shape {
  position: absolute;
  width: auto;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
footer .inner nav ul li a {
  font-family: "Playfair Display", serif;
}

.circle {
  position: absolute;
  z-index: -1;
}

.circle01 {
  top: 5%;
  left: 20%;
}
@media (max-width: 1023px) {
  .circle01 {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .circle01 {
    width: 70px;
    height: 70px;
  }
}

.circle02 {
  bottom: 0;
  right: 15%;
}
@media (max-width: 1023px) {
  .circle02 {
    bottom: -10%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .circle02 {
    width: 80px;
    height: 80px;
  }
}

.circle03 {
  top: 10%;
  left: 10%;
}
@media (max-width: 1023px) {
  .circle03 {
    top: 5%;
    transform: rotate(60deg);
    right: 5%;
  }
}

.circle04 {
  bottom: 2%;
  right: 10%;
}
@media (max-width: 1023px) {
  .circle04 {
    bottom: -2%;
  }
}

.circle05 {
  top: 3%;
  right: 20%;
}

.circle06 {
  bottom: 5%;
  left: 10px;
}
@media (max-width: 767px) {
  .circle06 {
    bottom: -10%;
    left: -10%;
  }
}

.circle07 {
  bottom: 20%;
  right: 10px;
}

.primary-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin: 80px auto 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  background-color: #F47F49;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none !important;
}
.primary-btn:hover {
  background-color: #fff;
  color: #F47F49 !important;
}
@media (max-width: 1023px) {
  .primary-btn {
    font-size: 18px;
    height: 60px;
    max-width: 400px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    width: auto;
  }
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 50px auto 0;
  color: #fff !important;
  background-color: #F47F49;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  text-decoration: none !important;
}
.more-btn p {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .more-btn p {
    font-size: 16px;
  }
}
.more-btn:hover {
  background-color: #fff;
  color: #F47F49!important;
}

.pageTop {
  margin: 0 !important;
}
.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #F47F49;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  .pageTop a {
    right: 5px;
    bottom: 10px;
  }
}
.pageTop a img {
  width: 40px;
  height: 40px;
}
.pageTop a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pageTop a:hover {
    opacity: 1;
  }
}
.pageTop a:hover svg path {
  fill: #F47F49;
}

header {
  background-color: #F47F49;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  position: fixed;
  height: 90px;
}
@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 9;
    background-color: #18216E;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .inner {
  padding: 0 100px;
  display: flex;
  max-width: none;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  header .inner {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  header .inner {
    padding: 0 10px;
    align-items: center;
    width: 100%;
  }
}
header .inner .header_main {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  header .inner .header_main {
    margin-right: auto;
    padding: 0;
  }
}
header .inner .header_main .siteHeading {
  padding-right: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}
header .inner .header_main .siteHeading a {
  font-size: clamp(16px, 3vw, 40px);
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  header .inner .header_main .siteHeading a {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  header .inner .header_main .siteHeading a {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  header .inner .header_main .siteHeading a {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
header .inner .header_main .siteHeading a:hover {
  opacity: 0.5;
}
header .inner .header_main .forSp {
  width: -moz-fit-content;
  width: fit-content;
}
header .inner .header_main .forSp a {
  letter-spacing: 1px;
}
header .inner #header_user {
  padding-top: 5px;
  display: flex;
  gap: 10px;
  width: 250px;
  background-color: transparent;
  margin-left: auto;
  height: 40px;
}
@media (max-width: 767px) {
  header .inner #header_user {
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    gap: 0;
    padding: 0;
    align-self: end;
  }
}
header .inner #header_user p {
  margin-right: 0;
  width: 120px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  height: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  header .inner #header_user p {
    width: 80px;
    height: 25px;
  }
  header .inner #header_user p:nth-child(1) {
    margin-right: 5px;
  }
}
@media (max-width: 410px) {
  header .inner #header_user p {
    width: 55px;
    height: 25px;
  }
}
header .inner #header_user p a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  header .inner #header_user p a {
    font-size: 13px;
  }
}
header .inner #header_user p:hover {
  background-color: #fff;
}
header .inner #header_user p:hover a {
  color: #F47F49;
}

#mainNav {
  background-color: transparent;
  justify-content: right;
  padding: 0 100px;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  position: fixed;
  top: 70px;
  right: 0;
}
@media (max-width: 1023px) {
  #mainNav {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  #mainNav {
    padding: 0;
  }
}
#mainNav .inner {
  max-width: none;
  margin: 0;
  display: flex;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  #mainNav .inner {
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
  }
}
#mainNav .inner li {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 1200px) {
  #mainNav .inner li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #mainNav .inner li {
    height: auto;
    overflow: visible;
  }
}
#mainNav .inner li a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  padding: 0;
}
#mainNav .inner li a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  #mainNav .inner li a {
    border-top: unset;
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* ハンバーガーの初期状態 */
  #navSwitcher {
    position: fixed;
    top: 8px;
    right: 10px;
    background-color: transparent;
    border-radius: 100px;
    border-color: #fff;
    padding: 0;
    z-index: 12;
  }
  #navSwitcher span {
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #fff;
    height: 3px;
  }
  #navSwitcher a {
    border-color: #fff;
    border-width: 3px;
  }
  /* メニュー非表示時 */
  #mainNav {
    position: fixed;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #18216E;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    transform: translateY(10px);
    z-index: 11;
    top: 0;
  }
  #mainNav .inner {
    gap: 20px;
  }
  #mainNav .inner li {
    margin: 0;
  }
  #mainNav .inner .menu-logo {
    height: auto !important;
    margin-bottom: 20px;
  }
  #mainNav .inner .menu-logo a {
    line-height: 32px;
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  /* メニュー表示時 */
  .menuOpen #mainNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh;
    transform: translateY(0px);
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#wrapper .fv {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#wrapper .fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//img-fan.pia.jp/main/image/lwjx1r9h/nhvxb8tl.png");
  background-repeat: repeat;
  background-size: 315px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 767px) {
  #wrapper .fv {
    height: 92vh;
  }
}
#wrapper .fv .fv-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap {
    padding-top: 0px;
  }
}
#wrapper .fv .fv-wrap .fv-bg {
  top: 80px;
  width: 550px;
  right: 0;
}
#wrapper .fv .fv-wrap .bg01 {
  width: 120px;
  top: 130px;
  right: 38%;
}
#wrapper .fv .fv-wrap .bg02 {
  width: 120px;
  bottom: 100px;
  right: 5%;
}
#wrapper .fv .fv-wrap .bg03 {
  width: 120px;
  bottom: 60px;
  right: 30%;
}
#wrapper .fv .fv-wrap .fv-img {
  width: auto;
  z-index: 1;
  background-image: url("//img-fan.pia.jp/main/image/lwjx1r9h/fs82ddh1.jpeg");
  background-position: 30% center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 800px;
  height: 85vmin;
  width: 85vmin;
  left: -15%;
  right: 0;
  margin: auto;
  border-radius: 800px;
  aspect-ratio: 1/1;
  position: relative;
}

@media (max-width: 767px) {
#wrapper .fv .fv-wrap .fv-img {
  width: auto;
  z-index: 1;
  background-image: url("//img-fan.pia.jp/main/image/lwjx1r9h/iyklyd78.jpeg");
  background-position: 30% center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 800px;
  height: 85vmin;
  width: 85vmin;
  left: -15%;
  right: 0;
  margin: auto;
  border-radius: 800px;
  aspect-ratio: 1/1;
  position: relative;
}
}

@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-img {
    border-radius: 0px;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-position: 54% 29px;
  }
}
#wrapper .fv .fv-wrap .fv-img .title {
  position: absolute;
  z-index: 2;
  right: -45%;
  top: 140px;
  width: 50vmin;
  height: 50vmin;
  max-height: 500px;
  background-image: url("//img-fan.pia.jp/main/image/lwjx1r9h/kbog691o.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 950px) {
  #wrapper .fv .fv-wrap .fv-img .title {
    right: -30%;
  }
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-img .title {
    top: unset;
    bottom: 80px;
    right: 12px;
    width: 170px;
    height: 170px;
  }
}
#wrapper .fv .fv-wrap .fv-img .title h1 {
  font-size: 44px;
  line-height: 50px;
  line-height: 1.25;
  font-size: 5vmin;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-img .title h1 {
    font-size: 16px;
    line-height: 25px;
  }
}
#wrapper .fv .fv-wrap .fv-img .title h1 .name {
  font-weight: bold;
  font-size: 10vmin;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap .fv-img .title h1 .name {
    font-size: 33px;
  }
}
#wrapper .news {
  padding: 200px 100px;
  position: relative;
  margin: 0;
  color: #fff;
}
@media (max-width: 1023px) {
  #wrapper .news {
    padding: 150px 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .news {
    padding: 80px 10px;
  }
}
#wrapper .news .bg04 {
  width: 120px;
  top: 100px;
  left: 20px;
}
@media (max-width: 767px) {
  #wrapper .news .bg04 {
    width: 65px;
    left: 0;
    top: 20px;
  }
}
#wrapper .news .bg05 {
  width: 120px;
  bottom: 10px;
  right: 40px;
}
@media (max-width: 767px) {
  #wrapper .news .bg05 {
    right: 15px;
    width: 50px;
    bottom: -30px;
  }
}
#wrapper .news .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrapper .news .container {
    gap: 0px;
  }
}
#wrapper .news .container hr {
  margin: 0;
}
#wrapper .news .container .news-item {
  display: flex;
  padding: 20px 10px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #wrapper .news .container .news-item {
    padding: 20px 0px;
  }
}
#wrapper .news .container .news-item:active {
  color: unset;
}
#wrapper .news .container .news-item:hover {
  opacity: 0.5;
}
#wrapper .news .container .news-item .date {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #wrapper .news .container .news-item .date {
    font-size: 14px;
  }
}
#wrapper .news .container .news-item .article {
  font-size: 16px;
}
@media (max-width: 767px) {
  #wrapper .news .container .news-item .article {
    font-size: 14px;
  }
}
#wrapper .contents {
  padding: 100px 0 200px;
  background: #18216E;
  color: #fff;
}
@media (max-width: 1023px) {
  #wrapper .contents {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .contents {
    padding: 80px 10px;
  }
}
#wrapper .contents .container .contents-menu {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#wrapper .contents .container .contents-menu .contents-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: 210px;
  width: 100%;
  height: 210px;
  text-decoration: none;
  color: #F47F49;
  transition: 0.3s ease-in-out;
  min-width: 100px;
  border-radius: 200px;
}
#wrapper .contents .container .contents-menu .contents-item .sp-only {
  display: none;
}
@media (max-width: 450px) {
  #wrapper .contents .container .contents-menu .contents-item .sp-only {
    display: block;
  }
}
#wrapper .contents .container .contents-menu .contents-item h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #wrapper .contents .container .contents-menu .contents-item h3 {
    padding: 0 5px;
  }
}
#wrapper .contents .container .contents-menu .contents-item img {
  width: 100px;
}
#wrapper .contents .container .contents-menu .contents-item .contents-img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper .contents .container .contents-menu .contents-item:hover {
  opacity: 0.9;
  transform: translateY(-10px);
}
#wrapper .contents .container .secondary-btn {
  margin-top: 50px;
}
#wrapper .fanclub {
  padding: 200px 100px;
  text-align: center;
  position: relative;
  color: #fff;
}
#wrapper .fanclub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//img-fan.pia.jp/main/image/lwjx1r9h/nhvxb8tl.png");
  background-repeat: repeat;
  background-size: 315px;
  opacity: 0.5; /* ←背景だけ透明に */
  z-index: -1;
}
@media (max-width: 1023px) {
  #wrapper .fanclub {
    padding: 150px 50px;
  }
}
@media (max-width: 767px) {
  #wrapper .fanclub {
    padding: 100px 10px 150px;
  }
}
#wrapper .fanclub .bg06 {
  width: 120px;
  top: 100px;
  right: 20px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .bg06 {
    width: 90px;
    top: 40px;
    right: -10px;
  }
}
#wrapper .fanclub .bg07 {
  width: 120px;
  bottom: 0;
  top: 0;
  margin: auto;
  left: -20px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .bg07 {
    top: unset;
    width: 75px;
    bottom: 60px;
    left: -10px;
  }
}
#wrapper .fanclub .bg08 {
  width: 120px;
  bottom: 30px;
  right: 50px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .bg08 {
    width: 65px;
    right: -5px;
  }
}
#wrapper .fanclub .container .fanclub-text p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-text p {
    font-size: 20px;
  }
}
#wrapper .fanclub .container .fanclub-text .bold {
  font-weight: bold;
  font-size: 46px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-text .bold {
    font-size: 32px;
  }
}
#wrapper .fanclub .container .fanclub-btn {
  display: flex;
  gap: 40px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-btn {
    flex-direction: column;
    gap: 30px;
  }
}
#wrapper .fanclub .container .fanclub-btn a {
  background-color: #F47F49;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  text-decoration: none;
  font-size: 32px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
#wrapper .fanclub .container .fanclub-btn a:hover {
  background-color: #fff;
  color: #F47F49;
}
@media (max-width: 767px) {
  #wrapper .fanclub .container .fanclub-btn a {
    height: 50px;
    font-size: 20px;
  }
}
#wrapper .sns-sec {
  display: flex;
  gap: 40px;
  height: 120px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #wrapper .sns-sec {
    height: 100px;
    gap: 30px;
  }
}
#wrapper .sns-sec a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #wrapper .sns-sec a {
    max-height: 25px;
    max-width: 25px;
  }
}
#wrapper .sns-sec a img {
  max-height: 28px;
  max-width: 28px;
}
@media (max-width: 767px) {
  #wrapper .sns-sec a img {
    width: 100%;
    height: 100%;
  }
}
#wrapper .sns-sec a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */
