@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  white-space: nowrap;
}

.c-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 11px;
  height: 100%;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  width: 100%;
  height: 10px;
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  border-radius: 10px;
  background-color: black;
  width: 7px;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.3;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  word-break: break-all;
}

body {
  background-color: #000000;
}

body.is-modal-open, body.is-menu-open {
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #ffffff;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-1 {
  margin-top: 1px;
}

.u-mb-1 {
  margin-bottom: 1px;
}

.u-mt-2 {
  margin-top: 2px;
}

.u-mb-2 {
  margin-bottom: 2px;
}

.u-mt-3 {
  margin-top: 3px;
}

.u-mb-3 {
  margin-bottom: 3px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mt-6 {
  margin-top: 6px;
}

.u-mb-6 {
  margin-bottom: 6px;
}

.u-mt-7 {
  margin-top: 7px;
}

.u-mb-7 {
  margin-bottom: 7px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mt-9 {
  margin-top: 9px;
}

.u-mb-9 {
  margin-bottom: 9px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mt-11 {
  margin-top: 11px;
}

.u-mb-11 {
  margin-bottom: 11px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-mt-13 {
  margin-top: 13px;
}

.u-mb-13 {
  margin-bottom: 13px;
}

.u-mt-14 {
  margin-top: 14px;
}

.u-mb-14 {
  margin-bottom: 14px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mt-17 {
  margin-top: 17px;
}

.u-mb-17 {
  margin-bottom: 17px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mb-18 {
  margin-bottom: 18px;
}

.u-mt-19 {
  margin-top: 19px;
}

.u-mb-19 {
  margin-bottom: 19px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mt-21 {
  margin-top: 21px;
}

.u-mb-21 {
  margin-bottom: 21px;
}

.u-mt-22 {
  margin-top: 22px;
}

.u-mb-22 {
  margin-bottom: 22px;
}

.u-mt-23 {
  margin-top: 23px;
}

.u-mb-23 {
  margin-bottom: 23px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mt-26 {
  margin-top: 26px;
}

.u-mb-26 {
  margin-bottom: 26px;
}

.u-mt-27 {
  margin-top: 27px;
}

.u-mb-27 {
  margin-bottom: 27px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mb-28 {
  margin-bottom: 28px;
}

.u-mt-29 {
  margin-top: 29px;
}

.u-mb-29 {
  margin-bottom: 29px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-31 {
  margin-top: 31px;
}

.u-mb-31 {
  margin-bottom: 31px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mb-33 {
  margin-bottom: 33px;
}

.u-mt-34 {
  margin-top: 34px;
}

.u-mb-34 {
  margin-bottom: 34px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mb-35 {
  margin-bottom: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mb-36 {
  margin-bottom: 36px;
}

.u-mt-37 {
  margin-top: 37px;
}

.u-mb-37 {
  margin-bottom: 37px;
}

.u-mt-38 {
  margin-top: 38px;
}

.u-mb-38 {
  margin-bottom: 38px;
}

.u-mt-39 {
  margin-top: 39px;
}

.u-mb-39 {
  margin-bottom: 39px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-41 {
  margin-top: 41px;
}

.u-mb-41 {
  margin-bottom: 41px;
}

.u-mt-42 {
  margin-top: 42px;
}

.u-mb-42 {
  margin-bottom: 42px;
}

.u-mt-43 {
  margin-top: 43px;
}

.u-mb-43 {
  margin-bottom: 43px;
}

.u-mt-44 {
  margin-top: 44px;
}

.u-mb-44 {
  margin-bottom: 44px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

.u-mt-46 {
  margin-top: 46px;
}

.u-mb-46 {
  margin-bottom: 46px;
}

.u-mt-47 {
  margin-top: 47px;
}

.u-mb-47 {
  margin-bottom: 47px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mt-49 {
  margin-top: 49px;
}

.u-mb-49 {
  margin-bottom: 49px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-hover-alpha {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.l-container {
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.is-ready .l-container {
  opacity: 1;
}

.l-container__inner {
  position: relative;
  min-height: 99vh;
  overflow: hidden;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 30% 30%;
  transform-origin: 30% 30%;
  -webkit-transition: cubic-bezier(0.5, 1, 0.89, 1) 0.9s transform;
  transition: cubic-bezier(0.5, 1, 0.89, 1) 0.9s transform;
  width: 100%;
  height: 100%;
}

.l-bg__img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/main/bg_sp.jpg) no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.is-scroll .l-bg__img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.l-bg__layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
}

.is-scroll .l-bg__layer {
  opacity: 1;
  -webkit-transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.l-bg__layer.is-in {
  opacity: 1;
  -webkit-transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

.l-bg__layer::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.l-bg__layer::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, #181418 1px, #181418 2px);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.l-main {
  position: relative;
  opacity: 0;
  margin-top: 300vh;
}

.is-scroll .l-main {
  opacity: 1;
}

/*============================
  header
============================*/
.l-hamburger {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 100;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  padding: 0;
  width: 64px;
  height: 58px;
}

.l-hamburger:focus:not(:focus-visible) {
  outline: 0;
}

.l-hamburger__bg {
  display: block;
}

.l-hamburger__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 19px 15px;
  width: 100%;
}

.l-hamburger__bar {
  display: block;
  position: relative;
}

.l-hamburger__bar-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  width: 20px;
  height: 2px;
  overflow: hidden;
}

.l-hamburger__bar-item:nth-of-type(1) {
  top: 0px;
  width: 20px;
}

.l-hamburger__bar-item:nth-of-type(2) {
  top: 5px;
  width: 18px;
}

.l-hamburger__bar-item:nth-of-type(3) {
  top: 10px;
  width: 16px;
}

.l-hamburger__bar-item::before, .l-hamburger__bar-item::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #000000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.l-hamburger__bar-item::after {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg);
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(1)::before {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(1)::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-hamburger__bar-item:nth-of-type(2) {
  -webkit-transition: opacity .3s .1s;
  transition: opacity .3s .1s;
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(2) {
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
  transform: translateY(-5px) rotate(-30deg);
  width: 20px;
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(3)::before {
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}

.is-menu-open .l-hamburger__bar-item:nth-of-type(3)::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-nav {
  position: relative;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
  pointer-events: none;
}

.is-menu-open .l-nav {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  pointer-events: auto;
}

.l-nav__layer {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.l-nav__hidden {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  width: 90.6%;
  height: 100%;
}

.is-menu-open .l-nav__hidden {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.l-nav__inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgba(66, 0, 100, 0.8);
  width: 90.6%;
  height: 100%;
}

.is-menu-open .l-nav__bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.l-nav__menu {
  padding: 99px 10px 40px 13.5%;
}

.l-nav__menu-item {
  position: relative;
}

.l-nav__menu-item + .l-nav__menu-item {
  margin-top: 26.5px;
}

.l-nav__menu-inner {
  display: block;
  font-weight: 700;
  font-size: 26px;
  font-size: clamp(20px, 6.93vw, 26px);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  text-decoration: none;
}

/*============================
section
============================*/
.l-section {
  position: relative;
}

/*============================
footer
============================*/
.l-footer {
  position: relative;
  padding: 25px 0 55px;
  text-align: center;
}

.l-footer__inner {
  position: relative;
}

.l-footer__sns-head {
  margin-bottom: 12px;
  font-size: 30px;
  letter-spacing: 0.04em;
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__sns-list-item {
  margin: 0 7px;
  width: 24%;
  max-width: 90px;
}

.l-footer__sns-list-item a {
  display: block;
}

.l-footer__official {
  margin: 38px auto 0;
  width: 109px;
}

.l-footer__official a {
  display: block;
}

.l-footer__copy {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.03em;
}

/*============================
  section
============================*/
.l-section {
  position: relative;
  margin-top: 18px;
  padding: 30px 0;
}

.l-section__ttl {
  position: relative;
  margin-bottom: 12px;
  line-height: 0.87;
  text-align: center;
}

.l-section__ttl.-left {
  text-align: left;
}

.l-section__ttl.-right {
  text-align: right;
}

.l-section__ttl.-hidden {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}

.l-section__ttl-en {
  position: relative;
  overflow: hidden;
  font-weight: 800;
  font-size: 50px;
  font-size: clamp(45px, 13.3vw, 70px);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  text-shadow: 0 0 7px #e31375, 0 0 6px #e31375;
}

.-shadow_purple .l-section__ttl-en {
  text-shadow: 0 0 7px #9a03cb, 0 0 6px #9a03cb;
}

.l-section__ttl-en span {
  display: inline-block;
  vertical-align: baseline;
}

.l-section__ttl-ja {
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
  pointer-events: none;
  color: #ff3192;
  font-weight: 400;
  font-size: 50px;
  font-size: clamp(45px, 13.3vw, 70px);
  line-height: 1.1;
  font-family: vdl-linegr, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.l-section__ttl-ja span {
  display: inline-block;
  vertical-align: baseline;
}

.l-section__cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.l-section__cap-line {
  opacity: 0.7;
  -webkit-mask: url(../img/news/bg_cap.png) repeat-x 0 50%;
  mask: url(../img/news/bg_cap.png) repeat-x 0 50%;
  -webkit-mask-size: auto 70px;
  mask-size: auto 70px;
  -webkit-animation: scrollText_news_sp 8s linear infinite;
  animation: scrollText_news_sp 8s linear infinite;
  -webkit-transition: -webkit-mask-position 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-mask-position 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: mask-position 1.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  background: -webkit-gradient(linear, left top, right top, from(#9a03cb), to(#ff3192));
  background: linear-gradient(to right, #9a03cb, #ff3192);
  width: 100%;
  height: 100%;
}

.l-section__inner {
  position: relative;
}

/*============================
  modal
============================*/
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.l-modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.l-modal__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
}

.l-modal__main {
  width: 100%;
}

.l-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  width: 40px;
  height: 40px;
}

.l-modal__close::before, .l-modal__close::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background-color: #ffffff;
  width: 5px;
  height: 100%;
  content: '';
}

.l-modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-modal__close:focus:not(:focus-visible) {
  outline: 0;
}

.l-loading__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 2px;
  overflow: hidden;
}

.l-loading__bar::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  background-color: #3538e2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.is-show .l-loading__bar::before {
  -webkit-animation: loadingBar 1.2s infinite cubic-bezier(0.83, 0, 0.17, 1);
  animation: loadingBar 1.2s infinite cubic-bezier(0.83, 0, 0.17, 1);
}

section.m-modal .m-modal__close-btn {
  position: fixed;
  top: 16px;
  right: 16px;
}

section.m-modal .m-modal__close-btn::before, section.m-modal .m-modal__close-btn::after {
  margin-left: -3px;
  height: 100%;
}

.m-artist__top {
  background: #e73b8c url(../img/common/bg_pink.jpg) repeat 0 0;
  padding: 40px 0 37px;
  color: #000000;
}

.m-artist__thumb {
  width: 60%;
}

.m-artist__thumb-tile {
  border: 1px solid #a60564;
  -o-border-image: linear-gradient(to bottom, #a60564, #2b2fa3);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#a60564), to(#2b2fa3));
  border-image: linear-gradient(to bottom, #a60564, #2b2fa3);
  border-image-slice: 1;
  background-color: rgba(66, 0, 100, 0.7);
  padding: 4px;
}

.m-artist__thumb-inner {
  position: relative;
  padding-top: 100%;
}

.m-artist__thumb-inner figure {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.m-artist__info {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.m-artist__info-name {
  font-size: 30px;
  letter-spacing: 0.17em;
}

.m-artist__info-release {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.05em;
}

.m-artist__info-block {
  position: relative;
  margin-top: 16px;
  color: #ffffff;
}

.m-artist__info-block-ttl {
  position: absolute;
  top: 5px;
  left: -9.7%;
  min-height: 52px;
  font-size: 10px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.m-artist__info-block-desc {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.12em;
}

.m-artist__sns {
  position: relative;
  margin-top: 13px;
  font-size: 0;
  letter-spacing: -0.4em;
}

.m-artist__sns > * {
  font-size: 11.9px;
  letter-spacing: normal;
}

.m-artist__sns-list {
  display: inline-block;
  width: 29px;
}

.m-artist__sns-list + .m-artist__sns-list {
  margin-left: 30px;
}

.m-artist__sns-list a {
  display: block;
}

.m-artist__snsAdd {
  margin-top: 13px;
}

.m-artist__snsAdd-list {
  display: inline-block;
  width: 29px;
}

.m-artist__snsAdd-list + .m-artist__snsAdd-list {
  margin-left: 30px;
}

.m-artist__snsAdd-list a {
  display: block;
}

.m-artist__btm {
  background: #70008d url(../img/common/bg_purple.jpg) repeat 0 0;
  padding: 32px 0 52px;
}

.m-artist__interview-ttl {
  margin-bottom: 14px;
  color: #450057;
  font-size: 50px;
  line-height: 1.1;
}

.m-artist__interview-desc {
  font-weight: 700;
}

.m-artist__interview-item {
  font-size: 14px;
  line-height: 1.64;
}

.m-artist__interview-item + .m-artist__interview-item {
  margin-top: 17px;
}

.m-artist__interview-item dt {
  position: relative;
  padding: 5px 0 0 30px;
  color: #ff3192;
}

.m-artist__interview-item dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-weight: 800;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.m-artist__interview-item dd {
  position: relative;
  padding: 6px 0 0 30px;
  letter-spacing: 0.12em;
}

.m-artist__interview-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-weight: 800;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: normal;
}

.m-artist__free {
  padding: 30px 0 0;
  font-weight: 500;
  font-size: 13.3px;
  line-height: 1.64;
  letter-spacing: 0.12em;
}

.m-news__head {
  background-color: #70008d;
}

.m-news__head-inner {
  padding: 20px 0;
}

.m-news__date {
  color: #ff3192;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.m-news__ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.m-news__desc {
  margin-top: 5px;
  background-color: #70008d;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.m-news__desc-inner {
  padding: 20px 0;
}

.m-news__desc-inner a {
  color: #ff3192;
}

.m-news__desc-inner img {
  max-width: 100%;
  height: auto !important;
}

.m-news__desc-inner iframe {
  max-width: 100%;
}

.modal-enter {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0;
}

.modal-enter-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.45s, -webkit-transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s, -webkit-transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-leave-to {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0;
}

.modal-leave-active {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-font-en {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.c-font-kana {
  font-weight: 400;
  font-family: vdl-linegr, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.c-txshadow-pink {
  text-shadow: 0 0 7px #e31375, 0 0 6px #e31375;
}

.c-txshadow-purple {
  text-shadow: 0 0 7px #9a03cb, 0 0 6px #9a03cb;
}

.c-btn {
  display: block;
  position: relative;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
}

.c-btn.is-disabled {
  background-color: #b6b6b6;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
}

.c-btn.is-disabled::after {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.c-btn--pink {
  background-color: #ff3192;
  color: #000000;
}

.c-btn--pink.c-btn--arrow::after {
  background-image: url(../img/common/icon_arrow_b.svg);
}

.c-btn--arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/icon_arrow.svg) no-repeat right center;
  background-size: contain;
  width: 64px;
  height: 100%;
  content: '';
}

.c-btn--arrow--pink::after {
  background-image: url(../img/common/icon_arrow_p.svg);
}

.c-btn.-ja {
  font-weight: 700;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

.c-btn__text {
  position: relative;
}

.c-note-indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-scrollbar_thumb {
  background-color: #ffffff;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@-webkit-keyframes loadingBar {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes loadingBar {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes goods_bar {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  70% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes goods_bar {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  70% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes scrollText_news_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -334px 50%;
    mask-position: -334px 50%;
  }
}

@keyframes scrollText_news_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -334px 50%;
    mask-position: -334px 50%;
  }
}

@-webkit-keyframes scrollText_news_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -669px 50%;
    mask-position: -669px 50%;
  }
}

@keyframes scrollText_news_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -669px 50%;
    mask-position: -669px 50%;
  }
}

@-webkit-keyframes scrollText_artist_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -952px 50%;
    mask-position: -952px 50%;
  }
}

@keyframes scrollText_artist_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -952px 50%;
    mask-position: -952px 50%;
  }
}

@-webkit-keyframes scrollText_artist_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -1903px 50%;
    mask-position: -1903px 50%;
  }
}

@keyframes scrollText_artist_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -1903px 50%;
    mask-position: -1903px 50%;
  }
}

@-webkit-keyframes scrollText_wanted_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -511px 50%;
    mask-position: -511px 50%;
  }
}

@keyframes scrollText_wanted_sp {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -511px 50%;
    mask-position: -511px 50%;
  }
}

@-webkit-keyframes scrollText_wanted_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -1023px 50%;
    mask-position: -1023px 50%;
  }
}

@keyframes scrollText_wanted_pc {
  0% {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
  }
  100% {
    -webkit-mask-position: -1023px 50%;
    mask-position: -1023px 50%;
  }
}

@-webkit-keyframes textFlash {
  0% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ff3192;
  }
  16% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #ff3192;
  }
  33% {
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: rgba(83, 83, 83, 0.8);
  }
  45% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: #ff3192;
  }
  66% {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: rgba(83, 83, 83, 0.8);
  }
  83% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #ff3192;
  }
  100% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ff3192;
  }
}

@keyframes textFlash {
  0% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ff3192;
  }
  16% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #ff3192;
  }
  33% {
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: rgba(83, 83, 83, 0.8);
  }
  45% {
    -webkit-text-stroke-width: 0;
    opacity: 1;
    color: #ff3192;
  }
  66% {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: rgba(83, 83, 83, 0.8);
  }
  83% {
    -webkit-text-stroke-width: 0;
    opacity: 0.5;
    color: #ff3192;
  }
  100% {
    -webkit-text-stroke-width: 0;
    opacity: 0;
    color: #ff3192;
  }
}

@-webkit-keyframes textFlashOn {
  0% {
    opacity: 0;
    color: #ffffff;
  }
  16% {
    opacity: 0.5;
  }
  33% {
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: #9a03cb;
  }
  45% {
    opacity: 0.5;
    color: #ffffff;
  }
  66% {
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: #9a03cb;
  }
  83% {
    opacity: 0.5;
    color: #ffffff;
  }
  100% {
    opacity: 1;
    color: #ffffff;
  }
}

@keyframes textFlashOn {
  0% {
    opacity: 0;
    color: #ffffff;
  }
  16% {
    opacity: 0.5;
  }
  33% {
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: #9a03cb;
  }
  45% {
    opacity: 0.5;
    color: #ffffff;
  }
  66% {
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 1;
    color: #9a03cb;
  }
  83% {
    opacity: 0.5;
    color: #ffffff;
  }
  100% {
    opacity: 1;
    color: #ffffff;
  }
}

@-webkit-keyframes test {
  0% {
    color: #ff3192;
  }
  50% {
    color: #3538e2;
  }
  100% {
    color: #ffffff;
  }
}

@keyframes test {
  0% {
    color: #ff3192;
  }
  50% {
    color: #3538e2;
  }
  100% {
    color: #ffffff;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
  }
}

@-webkit-keyframes scrollText2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}

@keyframes scrollText2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
}

@-webkit-keyframes light {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes light {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes heroLogoOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    opacity: 0;
  }
}

@keyframes heroLogoOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    opacity: 0;
  }
}

@-webkit-keyframes heroLogoIn {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes heroLogoIn {
  0% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes swim {
  0% {
    -webkit-transform: translateX(66.2%) rotateY(0deg);
    transform: translateX(66.2%) rotateY(0deg);
  }
  8% {
    -webkit-transform: translateX(66.2%) rotateY(180deg);
    transform: translateX(66.2%) rotateY(180deg);
  }
  50% {
    -webkit-transform: translateX(-66.2%) rotateY(180deg);
    transform: translateX(-66.2%) rotateY(180deg);
  }
  58% {
    -webkit-transform: translateX(-66.2%) rotateY(0deg);
    transform: translateX(-66.2%) rotateY(0deg);
  }
  100% {
    -webkit-transform: translateX(66.2%) rotateY(0deg);
    transform: translateX(66.2%) rotateY(0deg);
  }
}

@keyframes swim {
  0% {
    -webkit-transform: translateX(66.2%) rotateY(0deg);
    transform: translateX(66.2%) rotateY(0deg);
  }
  8% {
    -webkit-transform: translateX(66.2%) rotateY(180deg);
    transform: translateX(66.2%) rotateY(180deg);
  }
  50% {
    -webkit-transform: translateX(-66.2%) rotateY(180deg);
    transform: translateX(-66.2%) rotateY(180deg);
  }
  58% {
    -webkit-transform: translateX(-66.2%) rotateY(0deg);
    transform: translateX(-66.2%) rotateY(0deg);
  }
  100% {
    -webkit-transform: translateX(66.2%) rotateY(0deg);
    transform: translateX(66.2%) rotateY(0deg);
  }
}

@-webkit-keyframes pukapuka {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-3deg);
    transform: translateY(-20px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-20px) rotate(-3deg);
    transform: translateY(-20px) rotate(-3deg);
  }
}

@keyframes pukapuka {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0) rotate(1deg);
    transform: translateY(0) rotate(1deg);
  }
  25% {
    -webkit-transform: translateY(-20px) rotate(-3deg);
    transform: translateY(-20px) rotate(-3deg);
  }
  75% {
    -webkit-transform: translateY(-20px) rotate(-3deg);
    transform: translateY(-20px) rotate(-3deg);
  }
}

@media not all and (max-width: 900px){
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 18px;
    letter-spacing: normal;
  }
  a:hover {
    text-decoration: none;
  }
  .l-pc-inner {
    margin: 0 auto;
    width: 77.1%;
    max-width: 1188px;
  }
  .l-bg__img::before {
    background-image: url(../img/main/bg.jpg);
    background-position: top center;
  }
  .is-scroll .l-bg__img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .l-hamburger {
    width: 128px;
    height: 116px;
  }
  .l-hamburger__inner {
    padding: 38px 30px;
  }
  .l-hamburger__bar-item {
    width: 40px;
    height: 4px;
  }
  .l-hamburger__bar-item:nth-of-type(1) {
    top: 0px;
    width: 40px;
  }
  .l-hamburger__bar-item:nth-of-type(2) {
    top: 10px;
    width: 36px;
  }
  .l-hamburger__bar-item:nth-of-type(3) {
    top: 20px;
    width: 32px;
  }
  .is-menu-open .l-hamburger__bar-item:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(30deg);
    transform: translateY(10px) rotate(30deg);
  }
  .is-menu-open .l-hamburger__bar-item:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-30deg);
    transform: translateY(-10px) rotate(-30deg);
    width: 40px;
  }
  .l-nav__hidden {
    width: 350px;
  }
  .l-nav__bg {
    width: 350px;
  }
  .l-nav__menu {
    padding: 199px 10px 40px 40px;
  }
  .l-nav__menu-text {
    display: inline-block;
    position: relative;
  }
  .l-nav__menu-text::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: -3px;
    background-color: #3538e2;
    width: 100%;
    height: 6px;
    content: '';
  }
  .l-nav__menu-item:nth-of-type(3n + 1) .l-nav__menu-text::before {
    background-color: #9a03cb;
  }
  .l-nav__menu-item:nth-of-type(3n + 2) .l-nav__menu-text::before {
    background-color: #ff3192;
  }
  .l-nav__menu-inner:hover .l-nav__menu-text::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .l-footer {
    padding: 63px 0 50px;
  }
  .l-footer__inner {
    padding: 0 100px;
  }
  .l-footer__official {
    margin-top: 51px;
    width: 144px;
  }
  .l-footer__copy {
    margin-top: 29px;
    font-size: 13px;
  }
  .l-section {
    margin-top: 131px;
    padding: 80px 0 40px;
  }
  .l-section__ttl {
    margin-bottom: 35px;
  }
  .l-section__ttl-en {
    font-size: 100px;
    font-size: clamp(75px, 7.14vw, 100px);
    text-shadow: 0 0 13px #e31375, 0 0 13px #e31375;
  }
  .-shadow_purple .l-section__ttl-en {
    text-shadow: 0 0 13px #9a03cb, 0 0 13px #9a03cb;
  }
  .l-section__ttl-ja {
    font-size: 95px;
    font-size: clamp(71px, 6.78vw, 95px);
  }
  .l-section__cap {
    height: 140px;
  }
  .l-section__cap-line {
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-name: scrollText_news_pc;
    animation-name: scrollText_news_pc;
  }
  .l-modal__close {
    top: 15px;
    right: 10px;
    right: 30px;
    -webkit-transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    width: 54px;
    height: 54px;
  }
  .l-modal__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-modal__close::before, .l-modal__close::after {
    margin-left: -4px;
    width: 7px;
  }
  .l-loading__bar {
    width: 180px;
    height: 4px;
  }
  section.m-modal .m-modal__close-btn {
    top: 15px;
    right: 15px;
    -webkit-transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s, -webkit-transform cubic-bezier(0.16, 1, 0.3, 1) 0.65s;
    width: 54px;
    height: 54px;
  }
  section.m-modal .m-modal__close-btn:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.m-modal .m-modal__close-btn::before, section.m-modal .m-modal__close-btn::after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    margin-left: -4px;
    width: 7px;
  }
  .m-artist__top {
    padding: 70px 0 50px;
  }
  .m-artist__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-artist__thumb {
    margin-right: 5.5%;
    width: 35.2%;
  }
  .m-artist__thumb-tile {
    border-width: 2px;
    padding: 8px;
  }
  .m-artist__info {
    padding-bottom: 58px;
    width: 59.3%;
  }
  .m-artist__info-name {
    font-size: 40px;
    letter-spacing: 0.15em;
  }
  .m-artist__info-release {
    font-size: 26px;
  }
  .m-artist__info-block {
    margin-top: 18px;
  }
  .m-artist__info-block-ttl {
    top: 7px;
    left: -28px;
    min-height: 71px;
    font-size: 14px;
  }
  .m-artist__info-block-desc {
    font-size: 13.5px;
    line-height: 1.95;
  }
  .m-artist__sns {
    position: absolute;
    bottom: 4px;
    left: -3px;
    width: 100%;
  }
  .m-artist__sns-list {
    width: 40px;
  }
  .m-artist__sns-list + .m-artist__sns-list {
    margin-left: 40px;
  }
  .m-artist__snsAdd-list {
    width: 40px;
  }
  .m-artist__snsAdd-list + .m-artist__snsAdd-list {
    margin-left: 40px;
  }
  .m-artist__btm {
    padding-bottom: 70px;
  }
  .m-artist__interview-ttl {
    margin-bottom: 40px;
    font-size: 100px;
  }
  .m-artist__interview-desc {
    font-weight: 500;
  }
  .m-artist__interview-item {
    font-size: 20px;
    line-height: 1.8;
  }
  .m-artist__interview-item + .m-artist__interview-item {
    margin-top: 38px;
  }
  .m-artist__interview-item dt {
    padding-top: 2px;
    padding-left: 62px;
  }
  .m-artist__interview-item dt::before {
    font-size: 40px;
    line-height: 1;
  }
  .m-artist__interview-item dd {
    margin: 17px 0 0 40px;
    padding-top: 0;
    padding-left: 60px;
  }
  .m-artist__interview-item dd::before {
    font-size: 40px;
    line-height: 1;
  }
  .m-artist__free {
    padding: 60px 0 20px;
    font-size: 19px;
    line-height: 1.8;
  }
  .m-news {
    padding: 90px 0;
  }
  .m-news__head-inner {
    padding: 35px 50px;
  }
  .m-news__date {
    font-size: 20px;
    white-space: nowrap;
  }
  .m-news__ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 1.8;
  }
  .m-news__desc {
    font-size: 14px;
    line-height: 2;
  }
  .m-news__desc-inner {
    padding: 50px 50px;
  }
  .c-btn {
    padding: 20px 100px;
    font-size: 16px;
  }
  .c-btn:hover {
    background-color: #ff3192;
  }
  .c-btn--pink:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

@media screen and (max-width: 900px){
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .l-sp-inner {
    margin: 0 auto;
    width: 89.3%;
    max-width: 569.5px;
  }
  .l-main {
    margin-top: 240vh;
  }
  .l-nav__hidden {
    max-width: 340px;
  }
  .l-nav__bg {
    max-width: 340px;
  }
  .l-footer__sns {
    margin-top: 19px;
  }
  .l-footer__copy {
    margin-top: 24px;
  }
  section.m-modal .m-modal__close-btn {
    width: 40px;
    height: 40px;
  }
  section.m-modal .m-modal__close-btn::before, section.m-modal .m-modal__close-btn::after {
    width: 5px;
  }
  .m-artist__top-inner {
    margin: 0 auto;
    width: 84%;
    max-width: 536px;
  }
  .m-artist__thumb {
    margin: 0 auto;
  }
  .m-artist__info {
    margin-top: 26px;
  }
  .m-artist__btm-inner {
    margin: 0 auto;
    width: 84%;
    max-width: 536px;
  }
  .m-news__head-inner {
    margin: 0 auto;
    width: 84%;
    max-width: 536px;
  }
  .m-news__desc-inner {
    margin: 0 auto;
    width: 84%;
    max-width: 536px;
  }
  .c-btn--arrow::after {
    width: 47px;
  }
  .c-scrollbar_thumb {
    width: 4px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1150px){
  .l-pc-inner {
    width: 85%;
  }
}

@media screen and (min-width: 901px) and (max-height: 680px){
  .l-nav__menu {
    padding-top: 150px;
  }
}

@media (-ms-high-contrast: none){
  .l-section__cap-line {
    -webkit-mask: none;
    mask: none;
    background: url(../img/news/bg_cap_ie.png) repeat-x 50% 50%;
    background-size: auto 140px;
  }
  .c-btn.is-disabled::after {
    opacity: 0.3;
  }
}

@media (max-height: 800px){
  section.m-modal .m-modal__content {
    width: 85%;
    max-width: 900px;
  }
}

@media (max-height: 900px){
  section.m-modal .m-modal__content {
    width: 85%;
    max-width: 1100px;
  }
}

@media screen and (max-width: 767px){
  section.m-modal .m-modal__content {
    width: 100%;
  }
}
