/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #FFF;
  color: #212121;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
  vertical-align: bottom;
}

.svg-symbol {
  display: none !important;
}

svg {
  fill: #212121;
}

::-moz-selection {
  background-color: #212121;
  color: #FFF;
}

::selection {
  background-color: #212121;
  color: #FFF;
}

::-moz-selection {
  background-color: #212121;
  color: #FFF;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus,
textarea:focus,
[tabindex="0"]:focus {
  outline: none;
}

a:focus:focus-visible,
button:focus:focus-visible,
label:focus:focus-visible,
input:focus:focus-visible,
iframe:focus:focus-visible,
textarea:focus:focus-visible,
[tabindex="0"]:focus:focus-visible {
  box-shadow: 0 0 0 2px #0866ff;
  border-color: #0866ff;
  border-radius: 5px;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -2;
  background-image: linear-gradient(0deg, #C5F4F8, #F4FAC4);
}

@keyframes btnBg {
  0% {
    background-image: linear-gradient(0, #FFFFA7, #C1FFFC);
  }
  100% {
    background-image: linear-gradient(360deg, #FFFFA7, #C1FFFC);
  }
}
.swiper {
  overflow: visible;
}
.swiper li {
  height: auto;
}
.swiper li a {
  height: 100%;
}

.swiper-button-wrap .swiper-button-prev::after,
.swiper-button-wrap .swiper-button-next::after {
  display: none;
}

section:not(.section--hero) .swiper-button-wrap {
  display: flex;
  gap: 1em;
  position: absolute;
  top: calc(100% + 2em);
  left: -1em;
}
section:not(.section--hero) .swiper-button-wrap .swiper-button-prev,
section:not(.section--hero) .swiper-button-wrap .swiper-button-next {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: auto;
  width: 4em;
  height: 3em;
  transition: opacity 0.3s, transform 0.3s;
}
section:not(.section--hero) .swiper-button-wrap .swiper-button-prev::before,
section:not(.section--hero) .swiper-button-wrap .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(0, #FFFFA7, #C1FFFC);
  border-radius: 999px;
  filter: blur(15px);
  animation: btnBg 3s infinite;
  opacity: 0;
}
section:not(.section--hero) .swiper-button-wrap .swiper-button-prev svg,
section:not(.section--hero) .swiper-button-wrap .swiper-button-next svg {
  width: 2em;
  height: 1em;
  z-index: 10;
}
section:not(.section--hero) .swiper-button-wrap .swiper-button-next svg {
  transform: scale(-1, 1);
}

.date {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
}

.category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 1.2rem;
}

.list--disco .category {
  padding: 0.2em 0.5em;
  margin: 5px 0;
  border: 1px solid #212121;
  font-weight: 600;
}

.list--schedule .category,
.list--latest .category {
  padding: 0.2em 0.5em;
  margin-left: 10px;
  border-radius: 3px;
  background: #212121;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.thumb img {
  height: 100%;
}

.list--disco .thumb {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .list--disco .thumb {
    position: relative;
    height: 0;
    padding-top: 100%;
  }
  .list--disco .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.list--video,
.list--latest {
  overflow: visible;
}
.list--video .thumb,
.list--latest .thumb {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .list--video .thumb,
  .list--latest .thumb {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
  .list--video .thumb img,
  .list--latest .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.kawaiilab .icon {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/KAWAII_ico.png);
}

.fruitszipper .icon {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/FZ_ico.png);
}

.candytune .icon {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/CT_ico.png);
}

.sweetsteady .icon {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/SS_ico.png);
}

.cutiestreet .icon {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/CS_ico.png);
}

section [class^=list--] li {
  margin-bottom: 20px;
}
section [class^=list--] li:last-child {
  margin-bottom: 0;
}
section [class^=list--] li.nodata .tit {
  font-size: 1.3rem;
}
section [class^=list--] li a {
  display: block;
  position: relative;
  padding: 20px 25px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.2);
}
section [class^=list--] li a:not(.iconL) .icon {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
section [class^=list--] li a.iconL {
  padding-left: 50px;
}
section [class^=list--] li a.iconL .icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.2);
}

section .list--schedule .date {
  font-size: 2.4rem;
}
section .list--schedule .date .week {
  margin-left: 0.5em;
  font-size: 1.4rem;
}
section .list--schedule .date,
section .list--schedule .category {
  display: inline-block;
  vertical-align: middle;
}

section .list--disco,
section .list--video {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section .list--disco li,
section .list--video li {
  margin-bottom: 0;
}
section .list--disco li a,
section .list--video li a {
  padding: 0;
  overflow: hidden;
}
section .list--disco li a .block--txt,
section .list--video li a .block--txt {
  padding: 20px 25px;
}

section .list--latest li a .thumb {
  border-radius: 3px;
  overflow: hidden;
}
section .list--latest li a .thumb.membersOnly {
  position: relative;
}
section .list--latest li a .thumb.membersOnly::before, section .list--latest li a .thumb.membersOnly::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section .list--latest li a .thumb.membersOnly::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(33, 33, 33, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
section .list--latest li a .thumb.membersOnly::after {
  content: "MEMBERS ONLY";
  display: block;
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  text-align: center;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: min(13vw, 80px);
}

.drawer__btn {
  position: fixed;
  width: 3.6em;
  z-index: 1001;
  text-align: center;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.drawer__btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 0.8em;
  margin-bottom: 0.8em;
}
.drawer__btn span::before, .drawer__btn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #212121;
}
.drawer__btn span::before {
  top: 0;
}
.drawer__btn span::after {
  top: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
}
.footer .copyright {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 1.2rem;
}

.bg {
  position: fixed;
  left: 0;
  z-index: -1;
  width: 100vw;
}
.bg .loop--txt {
  display: flex;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 23vw;
  transition: opacity 0.4s, filter 0.4s;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
}
.bg .loop--txt span {
  transform: translateY(-50%);
  padding-right: 5vw;
  color: #FFF;
  white-space: nowrap;
}
.bg .loop--txt.blur {
  filter: blur(25px);
  opacity: 0.8;
}

body.modal-is-visible {
  overflow-y: hidden;
}

.modal__open {
  cursor: pointer;
}

.modal__close {
  cursor: pointer;
  padding: 0.5em 1em;
  margin-top: 20px;
  border-radius: 999px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.2);
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 1.6rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  position: relative;
  width: 90vw;
  max-width: 400px;
  max-height: 80vh;
  background-image: linear-gradient(0, #FFFFA7, #C1FFFC);
  border: 10px solid #FFF;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.2);
}
.modal__content .question {
  position: absolute;
  bottom: calc(100% - 0.7em);
  left: 50%;
  transform: translateX(-50%);
  font-size: 6rem;
}
.modal__content .modal__inner {
  height: 100%;
  padding: 40px min(30px, 5vw);
  overflow-y: auto;
}
.modal__content .modal__inner .tit {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1em;
  font-weight: 800;
  line-height: 1.3;
}
.modal__content .modal__inner .tit .en {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  font-size: 1.125em;
}
.modal__content .modal__inner .txt--lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

.page--home .btn_float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.page--home .btn_float.scroll {
  opacity: 0;
  pointer-events: none;
}
.page--home .btn_float.scroll a {
  pointer-events: none;
}
.page--home .btn_float a,
.page--home .btn_float .modal__open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 8.5em;
  border-radius: 999px;
  background-image: linear-gradient(0, #FFFFA7, #C1FFFC);
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.2);
  font-weight: 800;
}
.page--home .btn_float a .en,
.page--home .btn_float .modal__open .en {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 1.125em;
  letter-spacing: -0.03em;
}
.page--home .btn_float a .en:first-child,
.page--home .btn_float .modal__open .en:first-child {
  margin-top: 0.3em;
}
.page--home section {
  position: relative;
}
.page--home section .section-tit {
  margin-bottom: 20px;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
}
.page--home .section--hero {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page--home .section--hero li {
  margin: 0;
}
.page--home .section--hero li .thumb {
  width: 100%;
  height: 100%;
}
.page--home .section--hero li .thumb img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page--home .section--hero .swiper {
  position: relative;
  overflow: visible;
  aspect-ratio: 3/2;
  width: 100%;
}
.page--home .section--hero #listArtistPh {
  position: relative;
}
.page--home .section--hero #listArtistPh .swiper-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home .section--hero #listArtistPh .swiper-button-wrap .swiper-button-prev {
  display: none;
}
.page--home .section--hero #listArtistPh .swiper-button-wrap .swiper-button-next {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--home .section--hero .list--artist_ph li {
  position: absolute;
  opacity: 0;
  left: 0;
  overflow: visible;
  aspect-ratio: 3/2;
  transform-origin: center;
}
.page--home .section--hero .list--artist_ph li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  width: min(15%, 60px);
  height: 0;
  padding-top: min(15%, 60px);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.page--home .section--hero .list--artist_ph li.kawaiilab::before {
  display: none;
}
.page--home .section--hero .list--artist_ph li.fruitszipper::before {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/FZ_ico.png);
}
.page--home .section--hero .list--artist_ph li.candytune::before {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/CT_ico.png);
}
.page--home .section--hero .list--artist_ph li.sweetsteady::before {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/SS_ico.png);
}
.page--home .section--hero .list--artist_ph li.cutiestreet::before {
  background-image: url(/static/fcopen/fanplakit/artist/kawaiilab_portal_LarCITWMFx/img/CS_ico.png);
}
.page--home .section--hero .list--artist_ph li.swiper-slide-active::before, .page--home .section--hero .list--artist_ph li.swiper-slide-duplicate-active::before {
  opacity: 1;
}
.page--home .section--hero .list--artist_ph li.swiper-slide-active, .page--home .section--hero .list--artist_ph li.swiper-slide-next, .page--home .section--hero .list--artist_ph li.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.page--home .section--hero .list--artist_ph li .thumb {
  border: 1px solid #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(33, 33, 33, 0.05);
}
.page--home .section--hero .list--artist_ph li .thumb img {
  height: 100%;
}
@supports not (aspect-ratio: 3/2) {
  .page--home .section--hero .list--artist_ph li .thumb {
    position: relative;
    height: 0;
    padding-top: 66.6666666667%;
  }
  .page--home .section--hero .list--artist_ph li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page--home .section--hero .list--artist {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 10;
}
.page--home .section--hero .list--artist li a {
  display: block;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 0 6px rgba(33, 33, 33, 0.2);
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .text {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  section:not(.section--hero) .swiper-button-wrap .swiper-button-prev::before,
  section:not(.section--hero) .swiper-button-wrap .swiper-button-next::before {
    transition: opacity 0.3s;
  }
  section:not(.section--hero) .swiper-button-wrap .swiper-button-prev:hover,
  section:not(.section--hero) .swiper-button-wrap .swiper-button-next:hover {
    transform: scale(1.15, 1);
    opacity: 1;
  }
  section:not(.section--hero) .swiper-button-wrap .swiper-button-prev:hover::before,
  section:not(.section--hero) .swiper-button-wrap .swiper-button-next:hover::before {
    opacity: 1;
  }
  section:not(.section--hero) .swiper-button-wrap .swiper-button-prev {
    transform-origin: right;
  }
  section:not(.section--hero) .swiper-button-wrap .swiper-button-next {
    transform-origin: left;
  }
  section .list--disco li a,
  section .list--video li a {
    transform-origin: bottom;
    transition: 0.2s ease-in-out;
  }
  section .list--disco li a:hover,
  section .list--video li a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
    z-index: 10;
  }
  section .list--info li a,
  section .list--schedule li a,
  section .list--latest li a {
    transform-origin: right;
    transition: 0.2s ease-in-out;
  }
  section .list--info li a:hover,
  section .list--schedule li a:hover,
  section .list--latest li a:hover {
    transform: scale(1.03);
    box-shadow: 0 0 6px rgba(33, 33, 33, 0.15);
    z-index: 10;
  }
  section .list--latest li.thumbItem a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section .list--latest li.thumbItem a .thumb {
    width: calc(50% - 20px);
  }
  section .list--latest li.thumbItem a .block--txt {
    width: 50%;
  }
  .drawer__btn {
    top: 40px;
    right: 40px;
    font-size: 1.4rem;
  }
  .footer {
    height: 100vh;
  }
  .bg {
    top: 0;
    height: 100vh;
  }
  .modal__close {
    transition: 0.3s;
  }
  .modal__close:hover {
    background: #FFF;
    color: #212121;
  }
  .page--home .btn_float {
    bottom: 20px;
    right: 20px;
  }
  .page--home .btn_float .modal__open,
  .page--home .btn_float a {
    transform-origin: bottom;
    transition: transform 0.3s;
  }
  .page--home .btn_float .modal__open .question,
  .page--home .btn_float a .question {
    transform-origin: left bottom;
    transition: transform 0.1s ease-in;
  }
  .page--home .btn_float .modal__open:hover,
  .page--home .btn_float a:hover {
    transform: scale(1.05);
  }
  .page--home .btn_float .modal__open:hover .question,
  .page--home .btn_float a:hover .question {
    transform: rotate(8deg) translateX(-50%);
  }
  .page--home section {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 200px;
  }
  .page--home section:last-child {
    margin-bottom: 0;
  }
  .page--home section .section-tit {
    font-size: min(3.8vw, 5.5rem);
  }
  .page--home section .list__more {
    margin: 20px 0 0 auto;
  }
  .page--home .section--hero {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
  }
  .page--home .section--hero #listArtistPh {
    width: 60vw;
  }
  .page--home .section--hero .list--artist {
    row-gap: 20px;
    top: 50vh;
    transform: translateY(-50%);
    right: 40px;
  }
  .page--home .section--hero .list--artist li a {
    width: 70px;
    height: 70px;
    transform: rotate(0deg) scale(1);
    transition: transform 0.6s ease-in-out;
  }
  .page--home .section--hero .list--artist li a:hover {
    transform: rotate(360deg) scale(1.1);
  }
  .page--home .section--info,
  .page--home .section--schedule,
  .page--home .section--latest {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  .page--home .section--info .section-tit,
  .page--home .section--schedule .section-tit,
  .page--home .section--latest .section-tit {
    width: 37%;
  }
  .page--home .section--info ul,
  .page--home .section--schedule ul,
  .page--home .section--latest ul {
    width: 60%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  section #listDisco,
  section #listVideo {
    padding: 0 30px;
  }
  section .list--latest .thumb {
    margin-bottom: 20px;
  }
  .drawer__btn {
    top: 30px;
    right: 20px;
    font-size: 1.2rem;
  }
  .footer {
    height: 40vh;
  }
  .bg {
    bottom: 0;
    height: 45vh;
  }
  .page--home .btn_float {
    bottom: 30px;
    right: 10px;
  }
  .page--home section {
    width: 90%;
    margin: 0 auto 140px;
  }
  .page--home section:last-child {
    margin-bottom: 0;
  }
  .page--home section .section-tit {
    font-size: 9vw;
  }
  .page--home section .list__more {
    margin: 30px auto 0;
  }
  .page--home .section--hero {
    width: 100%;
    padding: min(30vw, 180px) 25% 0 5%;
    margin-bottom: 60px;
  }
  .page--home .section--hero #listArtistPh {
    width: 100%;
  }
  .page--home .section--hero .list--artist {
    row-gap: max(10px, 3vw);
    top: 20px;
    right: 20px;
  }
  .page--home .section--hero .list--artist li a {
    width: 13vw;
    height: 13vw;
  }
  body.body--app .section--hero {
    padding: min(30vw, 120px) 5% 0;
  }
}
/* ----------------------------
tablet
------------------------------ */