@charset "UTF-8";
font {
  white-space: nowrap;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #555; /* 好みで色を変えてください */
  border-right: solid 1px #555; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
}

figure.test img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
===============================================================================
Body
===============================================================================
*/
* {
  font-family: "BIZ UDGothic", sans-serif;
}

textarea,
input,
select {
  font-family: "BIZ UDGothic", sans-serif;
}

html {
  margin: 0;
  color: #141414;
  font-size: clamp(14px, 0.960960961vw, 16px);
  line-height: 1.5;
  overflow: auto;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 横スクロールさせたいなら scroll、基本は hidden 推奨 */
  html, body {
    overflow-x: scroll;
  }
  body {
    width: 1024px;
    margin: 0 auto;
  }
}
.sp {
  display: none !important;
}

a {
  color: #333;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

/*
===============================================================================
Header
===============================================================================
*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1.5%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
header #site_name {
  width: 16%;
  max-width: 300px;
  min-width: 150px;
  margin-right: 17px;
}
header #site_name img {
  display: block;
  width: 100%;
  height: auto;
}

header #header-actions {
  width: 83%;
  max-width: 1240px;
}
header #header-actions #header-contents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem 0 0.8rem;
}
header #header-actions #header-contents ul.sns {
  margin-right: 15px;
}
header #header-actions #header-contents ul.sns li {
  width: 2vw;
  height: 2vw;
  max-width: 2.3rem;
  max-height: 2.3rem;
  max-width: 45px;
  max-height: 45px;
}
header #header-actions #header-contents ul.sns li img {
  display: block;
  width: 100%;
  height: auto;
}
header #header-actions #header-contents #search-box form {
  display: flex;
  align-items: center;
}
header #header-actions #header-contents #search-box input[type=text] {
  padding: 0.5rem 0.2em;
  border: none;
  border-bottom: #666666 solid 1px;
  font-size: 0.875rem;
}
header #header-actions #header-contents #search-box button {
  width: 15px;
  height: 15px;
  background: none;
  border: none;
}
header #header-actions #header-contents #search-box button img {
  display: block;
  width: 100%;
  height: auto;
}

/*
@media screen and (max-width:1545px) {
#header.top{
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  #header-actions{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;

    #header-contents{
      padding: 0;
    }
  }
  #global-nav #nav-content{
    padding: 0;
  }
  #global-nav #nav-content > ul > li > a:before{
    width: 1.5em;
    height: 1.5em;
  }
}
}*/
/*
===============================================================================
Navigation
===============================================================================
*/
#global-nav #nav-open {
  display: none;
}

#global-nav #nav-content {
  display: block !important;
  padding-bottom: 1.5rem;
}

#global-nav #nav-content > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
  padding: 5px 0;
}

#global-nav #nav-content > ul > li {
  padding: 0 0.4em;
  position: relative;
}
#global-nav #nav-content > ul > li > a {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  font-size: clamp(0.8rem, 1.13vw, 1.0625rem);
  line-height: 1.4;
}
#global-nav #nav-content > ul > li > a:before {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  max-width: 2.5em;
  max-height: 2.5em;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.3rem;
}

#global-nav #nav-content > ul > li.event a:before {
  background-image: url(../image/icon-event.webp);
}
#global-nav #nav-content > ul > li.staff-blog a:before {
  background-image: url(../image/icon-staff-blog.webp);
}
#global-nav #nav-content > ul > li.school a:before {
  background-image: url(../image/icon-school.webp);
}
#global-nav #nav-content > ul > li.group a:before {
  background-image: url(../image/icon-group.webp);
}
#global-nav #nav-content > ul > li.fan-club a:before {
  background-image: url(../image/icon-fan-club.webp);
}
#global-nav #nav-content > ul > li.member a:before {
  background-image: url(../image/icon-member.webp);
}

#global-nav .accordion {
  position: relative;
}
#global-nav .accordion.accordion > a {
  display: flex;
  align-items: center;
}
#global-nav .accordion.accordion > a::after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border: 0;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  margin: auto;
  margin-left: 0.5em;
}

#global-nav .accordion ul.sub-menu {
  overflow: hidden;
  width: 9em;
  max-height: 0;
  transition: max-height 0.3s ease;
  position: absolute;
  background-color: #fff;
  top: 3em;
  left: 50%;
  margin-left: -4.5em;
  z-index: 99999;
  color: #FFF;
}
#global-nav .accordion ul.sub-menu.sub-menu.is-open {
  max-height: 100vh;
  border-radius: 10px;
  border: #c5de57 solid 1px;
}
#global-nav .accordion ul.sub-menu li a {
  display: block;
  padding: 0.5em 1em;
  padding-right: 3rem;
  white-space: nowrap;
  position: relative;
}
#global-nav .accordion ul.sub-menu li a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -5px;
  border-top: solid 1px #c5de57;
  border-right: solid 1px #c5de57;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
}
#global-nav .accordion ul.sub-menu li a:hover {
  background: rgba(38, 100, 66, 0.1);
}

/*
===============================================================================
#header.fixed
===============================================================================
*/
#header.fixed {
  width: 100%;
  padding: 10px 1.5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header.fixed #site_name {
  width: 15%;
  margin-right: 10px;
}
#header.fixed #header-actions {
  width: 85%;
}
#header.fixed #header-contents {
  padding-top: 0;
  padding-bottom: 0.4em;
}
#header.fixed #header-contents ul.sns {
  margin-right: 5px;
}
#header.fixed #header-contents ul.sns li {
  width: 1.8rem;
  height: 1.8rem;
}
#header.fixed #header-contents #search-box input[type=text] {
  width: 10em;
  padding: 0.3em 0.2em;
}
@media (max-width: 1400px) {
  #header.fixed #header-contents #search-box input[type=text] {
    font-size: 0.75rem;
  }
}
#header.fixed #global-nav #nav-content {
  padding: 0;
}
#header.fixed #global-nav #nav-content ul li a {
  font-size: clamp(0.7rem, 0.9vw, 1.0625rem);
}

/*
===============================================================================
header (max-width)
===============================================================================
*/
/*
===============================================================================
Footer
===============================================================================
*/
footer {
  background-color: #f7f7f7;
  padding-top: 90px;
  margin-top: 120px;
}
footer #footer-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
footer #footer-inner #footer_logo {
  width: 30%;
  max-width: 340px;
}
footer #footer-inner #footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer #footer-inner .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65%;
  padding-bottom: 30px;
}
footer #footer-inner .footer-nav ul.nav-list {
  font-size: 1.0625rem;
}
footer #footer-inner .footer-nav ul.nav-list:not(:last-child) {
  margin-right: 2em;
}
footer #footer-inner .footer-nav ul.nav-list > li {
  display: block;
  margin-bottom: 1em;
}
footer #footer-inner .footer-nav ul.nav-list > li a:hover {
  text-decoration: underline;
}
footer #footer-inner .footer-nav ul.nav-list > li > a {
  font-weight: bold;
}
footer #footer-inner .footer-nav ul.nav-list > li .sub {
  padding-left: 1rem;
}
footer #footer-inner .footer-nav ul.nav-list > li .sub li {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
footer #footer-inner .footer-nav ul.nav-list > li .sub li a {
  font-size: 0.9375rem;
}
footer #footer-inner .footer-nav ul.nav-list > li .sub li::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #141414;
  margin-right: 0.5rem;
}
footer #footer-inner .footer-nav a[rel=noopener] {
  display: flex;
  align-items: center;
}
footer #footer-inner .footer-nav a[rel=noopener]::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../image/icon-blank.webp) no-repeat center/100%;
  margin-left: 0.3rem;
}
footer #footer-inner a.insta {
  display: block;
  width: 100px;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-align: center;
}
footer #footer-inner a.insta p img {
  display: block;
  width: 100%;
  margin: 0 auto 0.3rem;
}
footer #footer-inner a.insta > img {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: auto;
}

footer #footer-bottom {
  background-color: #c5de57;
  padding: 1.5rem 0;
}
footer #footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
footer #footer-bottom .inner .page-nav {
  display: flex;
  font-size: 0.875rem;
  line-height: 100%;
}
footer #footer-bottom .inner .page-nav li {
  padding: 0 1em;
  border-left: #141414 solid 1px;
}
footer #footer-bottom .inner .page-nav li:last-child {
  border-right: #141414 solid 1px;
}
footer #footer-bottom .inner .page-nav li a:hover {
  text-decoration: underline;
}
footer #footer-bottom .inner .copy {
  display: block;
  line-height: 100%;
  font-size: 0.6875rem;
}

/*
===============================================================================
page top
===============================================================================
*/
.page-top {
  display: none;
}

.page-top p {
  position: fixed;
  right: 16px;
  bottom: 16px;
}

.page-top .move-page-top {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: #FFF solid 1px;
  border-radius: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top .move-page-top img {
  display: block;
  width: 100%;
  height: auto;
}