@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --board: 750;
  --max: 1px;
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorMain: #282828;
  --colorRed: #dc2700;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Montserrat", serif;
  --fontMaru: "Poiret One", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: .04em;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(0.625%, 0.0866666667vw, 6.25%);
}

body {
  background-color: var(--bodyBg);
  color: var(--colorMain);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightMedium);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

.header__inner {
  margin-right: auto;
  margin-left: auto;
  width: 1080rem;
}

.news__inner, .live__inner, .footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: 800rem;
}

@-webkit-keyframes name {}

@keyframes name {}
a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

.section__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--weightRegular);
  font-size: 64rem;
  font-family: var(--fontMaru);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  padding-top: 24rem;
  padding-bottom: 24rem;
  width: 100%;
  background-color: var(--colorMain);
}

.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 106rem;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32rem;
}

.header__nav-image {
  width: 24rem;
}

.header_scroll {
  position: absolute;
  top: 700rem;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: var(--weightMedium);
  font-style: italic;
  font-family: var(--fontEnglish);
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.header_scroll.is-scroll {
  opacity: 1;
}

.header_scroll::after {
  content: "";
  display: block;
  margin-top: 1em;
  width: 1px;
  height: 80rem;
  background-color: #fff;
}

.header_scroll::before {
  content: "";
  position: absolute;
  bottom: 80rem;
  left: 50%;
  display: block;
  margin-left: -2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 1em;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(80rem);
            transform: translateY(80rem);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(80rem);
            transform: translateY(80rem);
  }
}
.footer {
  padding-top: 100rem;
  padding-bottom: 20rem;
  background-color: #fff;
}

.footer__nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40rem;
  padding-bottom: 40rem;
  width: 100%;
  border-bottom: 1px solid #222;
}

.footer__nav-sns-image {
  width: auto;
  height: 24rem;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: var(--weightMedium);
  font-family: var(--fontEnglish);
}

.footer__copyright {
  margin-top: 60rem;
  text-align: center;
  letter-spacing: 0;
  font-size: 12rem;
  font-family: var(--fontEnglish);
}

.mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 890rem;
  background-color: var(--colorMain);
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1350rem;
  background-image: url("../image/deco_mv-line.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mv__title-image {
  position: absolute;
  top: 330rem;
  right: calc(50% + 90rem);
  z-index: 100;
  width: 448rem;
}

.mv__eris-image {
  position: absolute;
  bottom: 0;
  left: calc(50% - 219rem);
  z-index: 100;
  width: 906rem;
}

.mv__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--colorMain);
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-show .mv__mask {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.bio {
  position: relative;
  overflow: hidden;
  padding-top: 150rem;
  padding-bottom: 195rem;
  width: 100%;
  height: 689rem;
}
.bio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 689rem;
  background-image: url("../image/deco_bio-line.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bio__content {
  position: relative;
  z-index: 1000;
}

.bio__text {
  margin-top: 40rem;
  text-align: center;
  font-weight: var(--weightMedium);
  line-height: 2;
}

.bio__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 1.8s ease-in-out;
  transition: 1.8s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-show .bio__mask {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.news {
  padding-bottom: 100rem;
}

.news__content {
  margin-top: 40rem;
}

.news__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40rem 0;
  padding-left: 16rem;
  border-top: 1px solid;
}
.news__list::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16rem;
  width: 16rem;
  height: 16rem;
  background-image: url("../image/deco_news-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news__list:last-of-type {
  border-bottom: 1px solid;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  width: 100%;
}

.news__date {
  font-weight: var(--weightMedium);
}

@-webkit-keyframes arrowfuwa {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translateX(0, -50%);
            transform: translateX(0, -50%);
  }
}

@keyframes arrowfuwa {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translateX(0, -50%);
            transform: translateX(0, -50%);
  }
}
.live {
  position: relative;
  overflow: hidden;
  padding-top: 100rem;
  width: 100%;
  background-color: var(--colorMain);
  background-image: url("../image/deco_live-line.svg");
  background-position: 0rem -160rem;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.live__inner {
  position: relative;
  z-index: 1000;
}

.live__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}

.live__image {
  width: 330rem;
  border-radius: 20rem;
}

.live__info {
  width: 430rem;
}

.live__title {
  padding-bottom: 16rem;
  padding-left: 16rem;
  border-bottom: 1px solid;
  font-weight: var(--weightBold);
  font-size: 24rem;
}

.live__detail {
  padding: 16rem 0;
  padding-left: 16rem;
  border-bottom: 1px solid;
  font-weight: var(--weightMedium);
  font-size: 16rem;
}

.live__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--colorMain);
  -webkit-transition: 2.6s ease-in-out;
  transition: 2.6s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-show .live__mask {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.disco {
  position: relative;
  z-index: 1000;
  margin-top: 150rem;
  padding-bottom: 150rem;
  width: 100%;
  color: #fff;
}

.disco__swiper {
  margin-top: 70rem;
  width: 600rem;
  height: 338rem;
}

.swiper-slide {
  width: 600rem;
  height: 338rem;
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 600rem;
  height: 338rem;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  margin: auto;
  width: 50rem;
  height: 50rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../image/deco_disco-arrow.svg");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../image/deco_disco-arrow.svg");
}

.swiper-button-prev {
  right: calc(50% + 350rem);
  left: auto !important;
  width: 50rem;
  height: 50rem;
}

.swiper-button-next {
  left: calc(50% + 350rem) !important;
  width: 50rem;
  height: 50rem;
}

.disco__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30rem;
}

.disco__swiper-name {
  font-weight: var(--weightMedium);
  font-size: 20rem;
  font-family: var(--fontEnglish);
}
@media (min-width: 751px){
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px){
  :root {
    --board: 375;
    --max: 9999px;
  }
}
@media (max-width: 750px){
  html {
    font-size: 0.2666666667vw;
  }
  .header__inner {
    width: 335rem;
  }
  .news__inner, .live__inner, .footer__inner {
    width: 335rem;
  }
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
  .section__title {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 36rem;
  }
  .sp-none {
    display: none;
  }
  .header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .header__logo {
    width: 79rem;
  }
  .header__nav-list {
    gap: 24rem;
  }
  .header__nav-image {
    width: 16rem;
  }
  .header_scroll {
    display: none;
  }
  .header_scroll::before {
    margin-left: -3rem;
  }
  .footer {
    padding-top: 40rem;
  }
  .footer__nav-sns {
    gap: 24rem;
    padding-bottom: 20rem;
  }
  .footer__nav-sns-image {
    height: 16rem;
  }
  .footer__nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24rem;
    margin-top: 20rem;
  }
  .footer__copyright {
    margin-top: 30rem;
  }
  .mv {
    height: 564rem;
  }
  .mv::after {
    top: auto;
    bottom: 0;
    max-width: none;
    width: 417rem;
    height: 526rem;
    background-image: url("../image/deco_mv-line-sp.svg");
  }
  .mv__title-image {
    top: 130rem;
    right: auto;
    left: 0;
    width: 200rem;
  }
  .mv__eris-image {
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bio {
    padding-top: 80rem;
    padding-bottom: 80rem;
    height: auto;
  }
  .bio::after {
    height: 173rem;
    background-image: url("../image/deco_bio-line-sp.svg");
  }
  .bio__content {
    margin-right: auto;
    margin-left: auto;
    width: 335rem;
  }
  .bio__text {
    margin-top: 30rem;
    text-align: left;
    font-size: 14rem;
  }
  .news {
    padding-bottom: 80rem;
  }
  .news__content {
    margin-top: 30rem;
  }
  .news__list {
    padding: 16rem 0;
  }
  .news__list::after {
    top: 16rem;
    width: 14rem;
    height: 14rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .news__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16rem;
    letter-spacing: 0;
    font-size: 14rem;
  }
  .live {
    padding-top: 40rem;
    max-width: none;
    background-image: url("../image/deco_live-line-sp.svg");
    background-position: 0rem -16rem;
    background-size: 380rem;
  }
  .live__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30rem;
    margin-top: 30rem;
  }
  .live__image {
    width: 100%;
  }
  .live__info {
    width: 100%;
  }
  .live__title {
    padding: 8rem 0rem;
    padding-left: 0;
    font-size: 18rem;
  }
  .live__detail {
    padding: 8rem 0rem;
    padding-left: 0;
    font-size: 14rem;
  }
  .disco {
    margin-top: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80rem;
    width: 335rem;
  }
  .disco__swiper {
    margin-top: 40rem;
    width: 214rem;
    height: 120rem;
  }
  .swiper-slide {
    width: 214rem;
    height: 120rem;
  }
  .swiper-slide img {
    width: 214rem;
    height: 120rem;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 40rem;
    height: 40rem;
  }
  .swiper-button-prev {
    right: auto !important;
    left: -60rem !important;
    width: 40rem;
    height: 40rem;
  }
  .swiper-button-next {
    right: -60rem;
    left: auto !important;
    width: 40rem;
    height: 40rem;
  }
  .disco__swiper-slide {
    gap: 16rem;
  }
  .disco__swiper-name {
    font-size: 14rem;
  }
  .sp-none {
    display: none !important;
  }
}
@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .news__list:hover::after {
    -webkit-animation: arrowfuwa 0.5s linear infinite;
            animation: arrowfuwa 0.5s linear infinite;
  }
  .news__link:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */