html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #fff;
  color: #070A1B;
  width: 100vw;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 667px) {
  * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  *:-webkit-scrollbar {
    display: none;
  }
}

*:root {
  scroll-padding: 96px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 667px) {
  *:root {
    scroll-padding: 72px;
  }
}

a {
  color: #070A1B;
  background: none;
}

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

.text-link__top {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 56px;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #6C89C8;
}
@media screen and (max-width: 667px) {
  .text-link__top {
    margin-top: 40px;
  }
}

.btn {
  margin: auto;
  width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  background: #E0E5EF;
  color: #4867AB;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.btn span:after {
  content: "";
  display: block;
  width: 16px;
  height: 5.4px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='6' viewBox='0 0 18 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5H0.5V6H1V5.5V5ZM17 5.5V6L17.3166 5.11302L17 5.5ZM1 5.5V6H17V5.5V5H1V5.5ZM17 5.5L17.3166 5.11302L11.8166 0.613021L11.5 1L11.1834 1.38698L16.6834 5.88698L17 5.5Z' fill='%234867AB'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  right: 26px;
}
@media screen and (max-width: 667px) {
  .btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    width: 272px;
    height: 56px;
  }
  .btn span:after {
    top: 24px;
    right: 24px;
  }
}

.fv {
  background: #070A1B;
  width: 100vw;
  height: 320px;
  margin: 80px auto 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 667px) {
  .fv {
    height: 200px;
    margin: 56px auto 0;
  }
}
.fv img {
  display: block;
  max-width: 300px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 667px) {
  .fv img {
    max-width: 243px;
    height: auto;
  }
}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
}
@media screen and (max-width: 667px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.content h2 {
  margin-bottom: 24px;
}
.content .btn {
  margin-top: 32px;
}
.content__next-live {
  padding: 16px 4px 32px;
  border-top: 0.5px solid #070A1B;
  border-bottom: 0.5px solid #070A1B;
}
.content__next-live h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.content__next-live ol li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content__next-live ol li ol {
  display: flex;
  gap: 16px;
}
.content__next-live ol li ol li {
  font-size: 16px;
  line-height: 22px;
}
.content__next-live .btn {
  margin-top: 32px;
}
.content__next-live .btn img {
  width: 28px;
  height: auto;
  margin-left: 12px;
}
@media screen and (max-width: 667px) {
  .content__next-live {
    padding: 16px 4px 24px;
  }
  .content__next-live h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .content__next-live ol li ol {
    flex-direction: column;
    gap: 2px;
  }
  .content__next-live ol li ol li {
    font-size: 15px;
  }
  .content__next-live .btn {
    margin-top: 20px;
  }
  .content__next-live .btn img {
    width: 24px;
    height: auto;
  }
}
.content__about img {
  width: 100%;
  max-width: 680px;
  height: auto;
}
.content__music--jacket {
  display: flex;
  justify-content: space-between;
}
.content__music--jacket a img {
  max-width: 196px;
  height: auto;
}
@media screen and (min-width: 820px) {
  .content__music--jacket a:last-child {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .content__music--jacket {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .content__music--jacket a {
    width: calc((100% - 16px) / 2);
    height: auto;
  }
  .content__music--jacket a img {
    width: 100%;
    height: 100%;
  }
}
.content__music-video .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.content__music-video .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content__online-shop--item {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
}
.content__online-shop--item a img {
  width: auto;
  height: 196px;
}
@media screen and (max-width: 667px) {
  .content__online-shop--item {
    display: flex;
    gap: 0;
  }
  .content__online-shop--item a img {
    max-width: 100%;
    height: auto;
  }
  .content__online-shop--item a:last-child {
    display: none;
  }
}
.content__contact p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .content__contact p {
    font-size: 15px;
    line-height: 26px;
  }
}
.content__contact .sns ul {
  display: flex;
  gap: 56px;
  justify-content: center;
  margin: 28px 0 4px;
}
.content__contact .sns ul img {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 667px) {
  .content__contact .sns ul {
    gap: 48px;
  }
  .content__contact .sns ul img {
    width: 42px;
    height: 42px;
  }
}
.content__contact .btn img {
  width: 20px;
  height: auto;
  margin-left: 12px;
}
.content__contact .btn .btn img {
  width: 18px;
  height: auto;
}

footer {
  width: 100%;
  height: 80px;
  position: relative;
}
footer p {
  position: absolute;
  padding: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 667px) {
  footer {
    width: 100%;
    height: 72px;
  }
  footer p {
    padding: 26px;
  }
}

.IsScrollAllowed {
  overflow: hidden;
}

.header {
  margin: auto;
  width: 100vw;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.header__inner {
  width: 100%;
  max-width: 680px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  margin: auto 0;
}
.header__logo h1 img {
  width: 48px;
  height: auto;
  margin: auto 0;
}
.header__menu--pc {
  display: flex;
  gap: 20px;
  text-align: right;
  margin: auto 0;
}
.header__menu--pc ul {
  display: flex;
  gap: 20px;
}
.header__menu--pc ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #4867AB;
}
.header__menu--pc .sns li img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 667px) {
  .header__menu--pc {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .header__menu--sp {
    display: none;
  }
}

@media screen and (max-width: 667px) {
  .header {
    margin: auto;
    width: 100vw;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
  }
  .header__inner {
    width: 100vw;
    height: 56px;
    margin: 0;
    padding: 10px 20px;
    position: fixed;
  }
  .header__menu--sp {
    margin: auto 0;
    display: flex;
    gap: 24px;
  }
  .header__menu--sp .sns ul {
    display: flex;
    gap: 20px;
  }
  .header__menu--sp .sns ul li {
    width: 28px;
    height: auto;
  }
  .header__menu--sp .sns ul li img {
    width: 100%;
    height: 100%;
  }
  .header__menu--sp .hamburger {
    width: 26px;
    cursor: pointer;
    z-index: 20;
  }
  .header__menu--sp .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #6C89C8;
    margin: 5.5px 0;
    transition: 0.2s;
  }
  .header__menu--sp .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .header__menu--sp .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header__menu--sp .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .header__menu--sp-list {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: #F4F7F8;
    color: #6C89C8;
    transition: right 0.1s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  .header__menu--sp-list.open {
    left: 0;
    position: fixed;
    height: 100vh;
  }
  .header__menu--sp-list-logo {
    display: inline-block;
    margin-top: 56px;
  }
  .header__menu--sp-list-logo img {
    width: 48px;
    height: auto;
  }
  .header__menu--sp-list ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 28px;
  }
  .header__menu--sp-list ul li {
    text-align: center;
    padding: 0 !important;
  }
  .header__menu--sp-list ul li a {
    color: #6C89C8;
    text-decoration: none;
    display: block;
    font-weight: 500;
  }
  .header__menu--sp-list .sns {
    margin-top: 32px;
  }
  .header__menu--sp-list .sns ul {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin: auto;
  }
  .header__menu--sp-list .sns ul li {
    width: 36px;
    height: 36px;
  }
  .header__menu--sp-list .sns ul li img {
    width: 100%;
    height: 100%;
  }
  .header__menu--sp-list .btn {
    margin-top: 32px;
  }
  .header__menu--sp-list .btn img {
    width: 18px;
    height: auto;
    margin-left: 12px;
  }
}
.select-language {
  text-align: right;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 667px) {
  .select-language {
    margin-bottom: 24px;
  }
}
.select-language::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L6.5 10L12 4' stroke='%236C89C8'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  right: 12px;
}
.select-language.active::before {
  display: none;
}
.select-language.active::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L6.5 10L12 4' stroke='%236C89C8'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 12px;
  transform: rotateX(180deg);
  transition: 0.2s;
}
.select-language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: base-select;
  box-sizing: border-box;
  width: 138px;
  height: 32px;
  padding-left: 16px;
  padding-right: 12px;
  border: 1px solid #6C89C8;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  color: #4867AB;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 22px;
}
.select-language select::picker(select) {
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
  border: 1px solid #6C89C8;
  border-radius: 4px;
}
.select-language select::picker-icon {
  display: none;
}
.select-language select option {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  padding: 4px;
  gap: 4px;
  width: 136px;
  transition: 0.3s;
  color: #4867AB;
}
.select-language select option:first-child {
  color: rgba(72, 103, 171, 0.6);
}
.select-language select option:hover, .select-language select option:focus {
  background: #F4F7F8;
}

.wrapper {
  width: 100%;
}
.wrapper__inner {
  max-width: 680px;
  margin: auto;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 667px) {
  .wrapper__inner {
    padding: 24px 20px;
    gap: 56px;
  }
}/*# sourceMappingURL=style.css.map */