@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;800;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media screen and (max-width: 1024px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .drawer-nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/logo_ssp.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: 9999;
  }
  .drawer-nav a {
    color: var(--black-color);
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    list-style: none;
    position: relative;
    z-index: 99999;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 12.5px;
    right: 2rem;
    display: block;
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    outline: 0;
    padding: 0;
    background: #fff;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 60%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: var(--main-col);
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  /*! open */
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .drawer-hamburger {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
:root {
  --main-col: #00B12E;
  --transition: .8s;
  --mx-w: 1240px;
  --pc-w: 62.5%;
}

html {
  font-size: 10px;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3, h4 {
  font-weight: 800;
  line-height: 1;
}

h2 {
  font-size: clamp(5rem, 5vw, 9rem);
  font-weight: 900;
  line-height: 1;
}

img {
  width: 100%;
  display: block;
}

.btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.link-btn {
  border: 1px solid var(--main-col);
  color: var(--main-col);
  padding: 1em;
  max-width: 300px;
  text-align: center;
  display: block;
  margin: 4rem auto 0;
  font-weight: 700;
}
.link-btn::after {
  margin-left: 1em;
}
.link-btn:hover {
  background: var(--main-col);
  color: #fff;
  transition: var(--transition);
}

.link-youtube-channel {
  margin: 6rem auto 0;
  max-width: 300px;
  display: block;
}

.sp-sns {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-sns {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
  .sp-sns li {
    width: 60px;
    margin: 0 3%;
  }
}
.no-event {
  pointer-events: none;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 2rem;
  position: relative;
}
header h1 {
  width: 240px;
}
header h1 img {
  max-width: 200px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 240px);
}
nav .navigation, nav .sns {
  display: flex;
  justify-content: center;
}
nav .navigation {
  margin: 0 auto;
}
nav .navigation li {
  margin: 0 8%;
  font-weight: 700;
}
nav .navigation li.active a {
  color: var(--main-col);
  position: relative;
}
nav .navigation li.active a::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 30px;
  border: 2px solid var(--main-col);
}
nav .navigation li a {
  display: block;
}
nav .navigation li a:hover {
  color: var(--main-col);
  transition: var(--transition);
  position: relative;
}
nav .navigation li a:hover::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 30px;
  border: 2px solid var(--main-col);
  transition: var(--transition);
}
nav .sns {
  width: 240px;
  justify-content: flex-end;
}
nav .sns li {
  width: 40px;
  margin: 0 4%;
}
nav .sns li a img {
  opacity: 1;
  transition: var(--transition);
}
nav .sns li a:hover img {
  opacity: 0.8;
  transition: var(--transition);
}

@media screen and (max-width: 1024px) {
  header nav {
    flex-direction: column;
    justify-content: center;
  }
  header nav .navigation, header nav .sns {
    display: flex;
    justify-content: center;
  }
  header nav .navigation {
    flex-direction: column;
  }
  header nav .navigation li {
    margin: 0 0 4rem;
  }
  header nav .navigation li.active a::after {
    bottom: -0.2em;
    width: 40px;
  }
  header nav .navigation li a {
    text-align: center;
    font-size: clamp(3rem, 5vw, 4rem);
  }
  header nav .navigation li a:hover {
    color: #000;
  }
  header nav .navigation li a:hover::after {
    content: none;
  }
  header nav .sns {
    margin: 3rem auto 0;
    z-index: 99999;
    justify-content: center;
    position: relative;
  }
  header nav .sns li {
    width: 80px;
    margin: 0 8%;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 0;
  }
  header h1 {
    display: none;
  }
  header nav .navigation li {
    margin: 0 0 3rem;
  }
  header nav .navigation li a {
    font-size: 2.4rem;
  }
  header nav .sns li {
    width: 60px;
  }
}
main {
  margin: 0 auto;
}

.block {
  padding: 8rem 2rem;
  max-width: var(--mx-w);
  width: var(--pc-w);
}

@media screen and (max-width: 1024px) {
  .block {
    padding: 8rem 6rem;
  }
}
@media screen and (max-width: 640px) {
  .block {
    padding: 6rem 2rem;
  }
}
.under main {
  margin: 0 auto;
}
.under main .title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  .under main {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .under h1 {
    display: block;
    padding: 1em 0;
    max-width: 150px;
  }
  .under main .title h2 {
    text-align: center;
  }
}
footer {
  padding: 6rem 0;
  border-top: 2px solid #eee;
}
footer .inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
footer .inner .first-block .footer-logo {
  max-width: 150px;
}
footer .inner .first-block .logo-sammy {
  width: 100%;
  margin: 0 auto 1em;
}
footer .inner .first-block .copy {
  font-size: 12px;
  text-align: center;
}
footer .inner .last-block a {
  display: block;
  max-width: 150px;
}
footer .inner .last-block a:nth-of-type(2) {
  margin: 1em 0;
}
footer .inner .last-block a img {
  opacity: 1;
  transition: var(--transition);
}
footer .inner .last-block a:hover img {
  opacity: 0.8;
  transition: var(--transition);
}
footer .sammy-contents-bnr {
  max-width: 1240px;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2rem;
}
footer .sammy-contents-bnr li {
  margin-top: 2rem;
  width: 10%;
}
footer .sammy-contents-bnr li a.mobile-link {
  display: none;
}

@media screen and (max-width: 1024px) {
  footer .inner {
    flex-direction: column-reverse;
  }
  footer .inner nav {
    margin: 6rem auto;
  }
  footer .inner .last-block {
    display: flex;
    justify-content: space-between;
  }
  footer .inner .last-block a {
    width: 30%;
  }
  footer .inner .last-block a:nth-of-type(2) {
    margin: 0;
  }
  footer .sammy-contents-bnr {
    padding: 0 6rem;
  }
  footer .sammy-contents-bnr li a.pc-link {
    display: none;
  }
  footer .sammy-contents-bnr li a.mobile-link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .sammy-contents-bnr li {
    width: 22%;
  }
}
@media screen and (max-width: 640px) {
  footer .inner .first-block {
    margin-top: 4rem;
  }
  footer .inner nav {
    display: none;
  }
  footer .inner .last-block {
    flex-direction: column;
  }
  footer .inner .last-block a {
    width: 100%;
    margin: 0 auto;
  }
  footer .inner .last-block a:nth-of-type(2) {
    margin: 2rem auto;
  }
  footer .sammy-contents-bnr {
    padding: 0 2rem;
  }
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0c0c0c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading .spinner {
  position: absolute;
  width: min(500px, 80%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: blink 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.artist-icon {
  overflow: hidden;
  border-radius: 50%;
}
.artist-icon.ico-subaru {
  background: #009995;
}
.artist-icon.ico-elena {
  background: #D60F55;
}
.artist-icon.ico-fiona {
  background: #FFADBD;
}
.artist-icon.ico-eagle {
  background: #ff763a;
}
.artist-icon.ico-astrel {
  background: #0092CA;
}
.artist-icon img {
  transition: var(--transition);
}

.swiper .swiper-slide a div {
  overflow: hidden;
}
.swiper .swiper-slide a div img {
  transition: var(--transition);
}
.swiper .swiper-slide a span {
  display: block;
}
.swiper .swiper-slide a span:first-of-type {
  margin-top: 0.5em;
}
.swiper .swiper-slide a:hover img {
  transform: scale(1.2, 1.2);
  transition: var(--transition);
}

.swiper-button-next, .swiper-button-prev {
  background: var(--main-col);
  color: #fff;
  width: 40px;
  height: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.6rem;
}

.swiper-button-next::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.swiper-button-prev::after {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
}
.news h2 {
  font-size: 3rem;
}
.news div {
  padding: 0 6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.news div a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news div a:hover {
  color: var(--main-col);
  transition: 0.8s;
}
.news div a span {
  width: 6em;
  margin-right: 1em;
}
.news div a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-decoration: underline;
}
.news .link-btn {
  font-size: 1.4rem;
  padding: 0.2em 0;
  width: 8em;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .news {
    flex-direction: column;
  }
  .news div {
    margin: 3rem auto;
  }
  .news .link-btn {
    width: 9em;
  }
}
@media screen and (max-width: 640px) {
  .news h2 {
    font-size: 4rem;
  }
  .news div {
    padding: 0;
  }
  .news div a span {
    display: block;
    margin: 0;
    width: 100%;
  }
  .news .link-btn {
    padding: 1em;
  }
}
.new-movie {
  background: #eee;
  position: relative;
}
.new-movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_contents-right.png) top right no-repeat, url(../img/bg_contents-left.png) bottom left no-repeat;
  background-size: 80%;
  position: absolute;
}
.new-movie__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.new-movie__content .movie {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.new-movie__content .movie .heading {
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: 0;
  left: -10px;
}
.new-movie__content .movie .heading div {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.new-movie__content .movie .heading div span {
  font-size: 1.5em;
}
.new-movie__content .movie .heading h2 {
  font-size: clamp(7.2rem, 6vw, 12rem);
  background: var(--main-col);
  color: #fff;
  padding: 0 0.1em;
  text-align: center;
}
.new-movie__content .movie .pv {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.new-movie__content .movie .pv iframe {
  width: 100%;
  height: 100%;
}
.new-movie__content .movie-title {
  margin: 0.5em auto 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
}
.new-movie__content .movie-title span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.2em;
}
.new-movie__content .related-artists {
  margin: 6rem auto 0;
}
.new-movie__content .related-artists h3 {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.new-movie__content .related-artists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 0;
}
.new-movie__content .related-artists ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.new-movie__content .related-artists ul::after {
  content: "";
  display: block;
  width: 23%;
}
.new-movie__content .related-artists ul li {
  width: 23%;
}
.new-movie__content .related-artists ul li a div {
  overflow: hidden;
}
.new-movie__content .related-artists ul li a div img {
  transition: var(--transition);
}
.new-movie__content .related-artists ul li a span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
.new-movie__content .related-artists ul li a:hover div img {
  transform: scale(1.2, 1.2);
  transition: var(--transition);
}

@media screen and (max-width: 1024px) {
  .new-movie::before {
    background-size: 150%;
  }
  .new-movie__content {
    width: 100%;
  }
  .new-movie__content .movie {
    flex-direction: column;
  }
  .new-movie__content .movie .heading {
    transform: rotate(0deg);
    position: initial;
    top: 0;
    left: 0;
    text-align: center;
  }
  .new-movie__content .movie .heading h2 {
    margin: 0 auto;
    width: auto;
    padding: 0 0.2em;
  }
  .new-movie__content .movie .pv {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .new-movie::before {
    background: url(../img/bg_contents-right.png) top right no-repeat, url(../img/bg_contents-left.png) bottom left no-repeat;
    background-size: 200%;
  }
  .new-movie__content .movie .heading div {
    font-size: 1.6rem;
  }
  .new-movie__content .movie .heading h2 {
    font-size: 4.8rem;
    padding: 0.2em;
  }
  .new-movie__content .movie-title {
    font-size: 2.4rem;
  }
  .new-movie__content .related-artists h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .new-movie__content .related-artists ul {
    margin: 1rem 0 0;
  }
  .new-movie__content .related-artists ul li {
    width: 48%;
    margin: 2rem 0 0;
  }
}
.discography {
  overflow: hidden;
  max-width: none;
  width: 100%;
}
.discography h2 {
  max-width: car(--mx-w);
  width: var(--pc-w);
  margin: 0 auto;
}
.discography .swiper {
  width: var(--pc-w);
  margin: 3.2rem auto 0;
  overflow: visible;
}
.discography .swiper .swiper-slide {
  overflow: hidden;
}
.discography .swiper .swiper-slide:not(.swiper-slide-visible) a {
  pointer-events: none;
  opacity: 0.3;
}
.discography .swiper .swiper-button-next, .discography .swiper .swiper-button-prev {
  top: 43%;
}
.discography .swiper .swiper-button-next {
  right: -56.5px;
}
.discography .swiper .swiper-button-prev {
  left: -56.5px;
}

@media screen and (max-width: 1024px) {
  .discography h2 {
    width: 100%;
  }
  .discography .swiper {
    width: 100%;
  }
  .discography .swiper .swiper-button-next {
    right: 0;
  }
  .discography .swiper .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .discography h2 {
    text-align: center;
  }
  .discography .swiper .swiper-wrapper {
    display: block;
  }
  .discography .swiper .swiper-slide {
    margin: 3rem auto 0;
  }
  .discography .swiper .swiper-slide:not(.swiper-slide-visible) a {
    pointer-events: initial;
    opacity: 1;
  }
  .discography .swiper .swiper-slide:nth-of-type(n+6) {
    display: none;
  }
  .discography .swiper .swiper-button-next {
    display: none;
  }
  .discography .swiper .swiper-button-prev {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */