@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/* ---------- line-height ---------- */
@font-face {
  font-family: "Butler";
  font-weight: normal;
  src: url("/assets/font/Butler.woff") format("woff"); }

@font-face {
  font-family: "Butler";
  font-weight: bold;
  src: url("/assets/font/Butler-Bold.woff") format("woff"); }

@font-face {
  font-family: "Butler";
  font-weight: normal;
  src: url("/assets/font/Butler.woff2") format("woff2"); }

@font-face {
  font-family: "Butler";
  font-weight: bold;
  src: url("/assets/font/Butler-Bold.woff2") format("woff2"); }

/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%; }

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

/* line 171, _normalize.scss */
sup {
  top: -0.5em; }

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

html, body {
  height: 100%; }

body {
  min-width: 320px;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 13px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  outline: none;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out 0s; }
  a:hover {
    opacity: .6;
    transition: all 0.3s ease-out 0s; }

img {
  width: 100%;
  height: auto;
  user-select: none; }

/* ---------------------------------------------
*
* BTN
*
--------------------------------------------- */
.-btn {
  display: block;
  width: 160px;
  border-radius: 25px;
  position: relative;
  transition: .3s;
  margin: 0 auto;
  z-index: 0; }
  .-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s;
    background: linear-gradient(-90deg, black, black); }
  .-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: linear-gradient(-135deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8)); }
  .-btn .btn__txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff; }
  .-btn:hover {
    transition: .3s; }
    .-btn:hover::before {
      opacity: 0; }

/*--------------------------------------------------------------------
    [SP]
--------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none; } }

/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slide-arrow {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
  cursor: pointer;
  transition: .3s; }
  .slide-arrow:hover {
    opacity: .2; }

.prev-arrow {
  top: 30%;
  left: -30px;
  transform: rotate(180deg); }

.next-arrow {
  right: -30px; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slide-dots-mv > li:first-child:last-child,
.slide-dots-topics > li:first-child:last-child {
  display: none; }

.slide-dots-mv {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 50px; }
  @media only screen and (max-width: 767px) {
    .slide-dots-mv {
      bottom: -20px;
      left: 50%;
      transform: translate(-50%, 15px);
      z-index: 777; } }
  .slide-dots-mv li {
    display: inline-block;
    margin: 0 0 0 25px; }
    .slide-dots-mv li:first-child {
      margin: 0 0 0 0; }
    .slide-dots-mv li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots-mv li button:before {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #000;
        background-color: #fff;
        content: '';
        font-size: 10px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0; }
    .slide-dots-mv li.slick-active button:before {
      border: 1px solid #000;
      background-color: #000; }

.slide-dots-topics {
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 25px); }
  .slide-dots-topics li {
    display: inline-block;
    margin: 0 0 0 25px; }
    .slide-dots-topics li:first-child {
      margin: 0 0 0 0; }
    .slide-dots-topics li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots-topics li button:before {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #000;
        background-color: #fff;
        content: '';
        font-size: 10px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0; }
    .slide-dots-topics li.slick-active button:before {
      border: 1px solid #000;
      background-color: #000; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }

.popup.is-show {
  opacity: 1;
  visibility: visible; }

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 960px;
  height: 80%;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: #fff;
  z-index: 9999; }
  @media only screen and (max-width: 767px) {
    .popup-inner {
      padding: 50px 30px;
      height: 90%; } }

.close-btn {
  position: fixed;
  right: 45px;
  top: 45px;
  width: 32px;
  height: 32px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .close-btn {
      right: 15px;
      top: 15px; } }

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 999;
  cursor: pointer; }

/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
.logo__wrap {
  position: relative;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .logo__wrap {
      z-index: 1000; } }
  .logo__wrap .logo {
    position: absolute;
    top: 30px;
    left: 50px;
    display: block;
    width: 95px; }
    @media only screen and (max-width: 767px) {
      .logo__wrap .logo {
        width: 75px;
        position: fixed;
        top: 30px;
        left: 30px; } }

.nav__wrap {
  width: 391px;
  height: 100%;
  position: fixed;
  z-index: 988;
  top: 0;
  right: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.6s;
  overflow-y: scroll;
  /* jQueryで付与・削除する */ }
  @media only screen and (max-width: 767px) {
    .nav__wrap {
      width: 100%; } }
  .nav__wrap.active {
    transform: translateX(0%);
    transition: all 0.6s; }
  .nav__wrap .nav__bg {
    height: 100%;
    background: linear-gradient(-90deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2)); }
    @media only screen and (max-width: 767px) {
      .nav__wrap .nav__bg {
        background: none; } }
  .nav__wrap .nav__inner {
    width: 100%;
    padding: 117px 40px 58px;
    background-color: #fff; }
    .nav__wrap .nav__inner .nav__list {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: 1px solid;
      border-image: linear-gradient(-90deg, rgba(231, 130, 169, 0.6), rgba(137, 171, 227, 0.6)) 1/0 0 2px 0;
      border-image-slice: 1;
      padding: 0 0 36px; }
      .nav__wrap .nav__inner .nav__list.-last {
        border-bottom: none;
        border-image: none;
        padding: 0; }
      .nav__wrap .nav__inner .nav__list .nav__item {
        width: 141px;
        margin-top: 36px; }
        .nav__wrap .nav__inner .nav__list .nav__item.-store {
          width: auto; }
    .nav__wrap .nav__inner .nav__link {
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0em;
      color: #000;
      font-family: itc-avant-garde-gothic-pro, sans-serif;
      line-height: 1.25; }
      .nav__wrap .nav__inner .nav__link::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .nav__wrap .nav__inner .nav__link::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      .nav__wrap .nav__inner .nav__link i {
        position: relative;
        top: -1px;
        left: 10px; }
    .nav__wrap .nav__inner .nav__translate {
      margin: 36px 0 0;
      width: 200px;
      position: relative;
      color: #fff; }
      .nav__wrap .nav__inner .nav__translate select {
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        line-height: 1.25;
        width: 100%;
        padding: 20px 20px 20px 20px;
        border-radius: 25px;
        background-color: #000;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        outline: none;
        position: relative; }
        .nav__wrap .nav__inner .nav__translate select::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .nav__wrap .nav__inner .nav__translate select::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
      .nav__wrap .nav__inner .nav__translate i {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(-10px, -50%);
        z-index: 999; }
  .nav__wrap .nav__sns {
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
      .nav__wrap .nav__sns {
        background: linear-gradient(-90deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2));
        height: auto; } }
    .nav__wrap .nav__sns .sns__list {
      display: flex;
      justify-content: center;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .nav__wrap .nav__sns .sns__list {
          margin-left: 0; } }
      .nav__wrap .nav__sns .sns__list .sns__item .sns__link {
        display: block;
        width: 50px;
        height: 50px;
        position: relative; }
        .nav__wrap .nav__sns .sns__list .sns__item .sns__link.-billibilli img {
          width: 36px;
          height: 16px; }
        .nav__wrap .nav__sns .sns__list .sns__item .sns__link.-weibo img {
          width: 22px;
          height: 18px; }
        .nav__wrap .nav__sns .sns__list .sns__item .sns__link img {
          width: 23px;
          height: 23px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

.navToggle {
  display: block;
  position: fixed;
  right: 50px;
  top: 30px;
  width: 36px;
  height: 32px;
  cursor: pointer;
  z-index: 9999;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .navToggle {
      top: 25px; } }
  .navToggle .navToggle__txt {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 17px;
    font-weight: 700; }

.navToggle span {
  display: block;
  position: absolute;
  width: 0;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  top: 15px;
  left: -5px; }

/* for android */
.Android .navToggle span {
  top: 12px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span {
  width: 72px; }

/* ---------------------------------------------
*
* LAYOUT
*
--------------------------------------------- */
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%; }

.wrap {
  padding: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.05, 0.76, 0.22, 0.95);
  position: relative;
  z-index: 0; }

.content {
  background-color: #fff;
  overflow: hidden; }

.inner {
  max-width: 536px;
  margin: 0 auto;
  text-align: center; }

/* ---------------------------------------------
*
* SEC
*
--------------------------------------------- */
.sec {
  padding: 0 50px 120px; }
  @media only screen and (max-width: 767px) {
    .sec {
      padding: 0 30px 80px; } }

.sec__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px; }
  .sec__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * .5em);
    content: ""; }
  .sec__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * .5em);
    content: ""; }
  @media only screen and (max-width: 767px) {
    .sec__title {
      margin-bottom: 35px; } }

/* ---------------------------------------------
*
* FANCLUB BANNER
*
--------------------------------------------- */
.fanclubBanner {
  display: block;
  width: 168px;
  height: 56px;
  background: linear-gradient(-90deg, rgba(231, 130, 169, 0.5), rgba(137, 171, 227, 0.5));
  position: fixed;
  bottom: 17%;
  right: -57px;
  transform: rotate(-90deg);
  z-index: 888; }
  .fanclubBanner .banner__fix {
    position: relative; }
  .fanclubBanner .banner__inner {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 40%;
    transform: translate(-40%, -20%);
    display: flex;
    justify-content: space-between; }
    .fanclubBanner .banner__inner .banner__txt {
      position: relative;
      top: 20%;
      left: 30%;
      transform: rotate(-90deg); }
    .fanclubBanner .banner__inner .banner__arrow {
      width: 32px;
      position: relative;
      top: 7px;
      left: 20px;
      transform: rotate(-90deg); }

/* ---------------------------------------------
*
* SECOND PAGE INTRO
*
--------------------------------------------- */
.secondIntro {
  max-width: 536px;
  padding-top: 134px;
  margin: 0 auto; }
  .secondIntro .sec__title {
    font-size: 50px; }
  .secondIntro .secondVisual.-fanclub {
    width: 291px;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .secondIntro {
      padding: 118px 30px 0;
      margin: 0 auto 30px; } }

/* ---------------------------------------------
*
* ARTICLE SEC
*
--------------------------------------------- */
.category__btn {
  width: 200px;
  height: 48px;
  position: relative;
  margin: auto;
  cursor: pointer; }
  .category__btn .category__txt {
    width: 100%;
    text-align: center;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .category__btn .category__arrow {
    width: 8px;
    height: 6px;
    display: block;
    content: "";
    background-image: url("/assets/svg/category_arrow_down.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.article__title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .article__title {
      margin-bottom: 45px; } }

.article__category {
  margin-bottom: 50px; }
  .article__category .category__list {
    text-align: left; }
    .article__category .category__list .category__item {
      display: inline-block; }
      .article__category .category__list .category__item.-bgGrey .category__link::before {
        background: linear-gradient(-90deg, #dddddd, #dddddd); }
      .article__category .category__list .category__item.-bgGrey:hover .category__txt {
        color: #fff; }
      .article__category .category__list .category__item.-bgGrey .category__txt {
        color: #000;
        transition: .3s; }
      .article__category .category__list .category__item .category__link {
        display: block;
        padding: 12px 20px 11px;
        height: 36px;
        margin-right: 7px;
        position: relative;
        opacity: 1;
        z-index: 0; }
        .article__category .category__list .category__item .category__link::before {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 25px;
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(-90deg, black, black); }
        .article__category .category__list .category__item .category__link::after {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 25px;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(-90deg, rgba(231, 130, 169, 0.5), rgba(137, 171, 227, 0.5)); }
        .article__category .category__list .category__item .category__link:last-child {
          margin-right: 0; }
        .article__category .category__list .category__item .category__link:hover::before {
          opacity: 0; }
      .article__category .category__list .category__item .category__txt {
        width: 100%;
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        line-height: 1.25; }
        .article__category .category__list .category__item .category__txt::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .article__category .category__list .category__item .category__txt::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }

.article__sns {
  margin: -36px 0 36px; }
  .article__sns.-bottom {
    margin: 56px 0 0; }
  .article__sns .sns__list {
    display: flex;
    justify-content: flex-start; }
    .article__sns .sns__list .sns__item {
      width: 98px;
      margin-left: 10px; }
      .article__sns .sns__list .sns__item:first-child {
        margin-left: 0; }

.article__date {
  text-align: left;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #e782a9;
  margin-bottom: 20px; }

.desc__wrap {
  margin-bottom: 85px; }
  .desc__wrap:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .desc__wrap {
      margin-bottom: 45px; } }
  .desc__wrap .desc__title {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    line-height: 1.25;
    margin-bottom: 40px; }
    .desc__wrap .desc__title::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .desc__wrap .desc__title::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
  .desc__wrap .desc {
    margin-bottom: 35px;
    text-align: left;
    font-size: 13px;
    line-height: 2; }
    .desc__wrap .desc::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * .5em);
      content: ""; }
    .desc__wrap .desc::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * .5em);
      content: ""; }
    .desc__wrap .desc .inner {
      text-align: left; }
    .desc__wrap .desc:last-child {
      margin-bottom: 0; }
    .desc__wrap .desc .-note {
      font-size: 11px;
      color: #9ea2a2; }
    .desc__wrap .desc a {
      color: #e782a9; }
    .desc__wrap .desc .desc__video {
      width: 100%;
      height: 0;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden; }
      .desc__wrap .desc .desc__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
  .desc__wrap .desc__img {
    margin: 0 auto 35px; }
  .desc__wrap .-fontSml {
    font-size: 11px; }
  .desc__wrap .-btn {
    color: #fff;
    font-weight: 700; }

.article__line {
  margin: 45px 0;
  height: 2px;
  background: linear-gradient(-90deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8)); }

.popup-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  max-width: 960px;
  height: 30%;
  overflow-y: scroll;
  padding: 0;
  background-color: #fff;
  z-index: 9999;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .popup-inner {
      padding: 50px 30px;
      width: 90%;
      max-width: 90%;
      height: auto;
      padding-top: 45%; } }

.popup-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 25px;
  background: linear-gradient(90deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2)); }

.close-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 63px;
  height: 18px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .close-btn {
      right: 15px;
      top: 15px; } }
  .close-btn span {
    display: block;
    position: absolute;
    width: 0;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    right: 0;
    top: 15px; }
  .close-btn:hover span {
    width: 66px; }

.modCat__title {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25; }
  .modCat__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * .5em);
    content: ""; }
  .modCat__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * .5em);
    content: ""; }

.modCat__list {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .modCat__list .modCat__item {
    margin: 0 7px 7px 0; }
    .modCat__list .modCat__item .modCat__link {
      display: block;
      width: 85px;
      height: 36px;
      background-color: #000;
      border-radius: 25px;
      position: relative; }
      .modCat__list .modCat__item .modCat__link:hover {
        background: linear-gradient(-135deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8));
        transition: .3s; }
    .modCat__list .modCat__item .modCat__txt {
      font-family: itc-avant-garde-gothic-pro, sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.25;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .modCat__list .modCat__item .modCat__txt::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .modCat__list .modCat__item .modCat__txt::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
    .modCat__list .modCat__item.-long .modCat__link {
      width: 151px; }
    .modCat__list .modCat__item.-long .modCat__txt {
      width: 100%;
      text-align: center; }
    .modCat__list .modCat__item.-selectall .modCat__link {
      width: 151px;
      height: 36px;
      background-color: transparent; }
      .modCat__list .modCat__item.-selectall .modCat__link.-btn::before {
        background: linear-gradient(-90deg, #dddddd, #dddddd); }
      .modCat__list .modCat__item.-selectall .modCat__link:hover .modCat__txt {
        color: #fff; }
    .modCat__list .modCat__item.-selectall .modCat__txt {
      color: #000;
      transition: .5s; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 90px; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 40px; } }
  .wp-pagenavi .page, .wp-pagenavi span {
    margin-right: 30px;
    display: block;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #9ea2a2;
    opacity: 1; }
    .wp-pagenavi .page::before, .wp-pagenavi span::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .wp-pagenavi .page::after, .wp-pagenavi span::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    .wp-pagenavi .page:last-child, .wp-pagenavi span:last-child {
      margin-right: 0; }
    .wp-pagenavi .page:hover, .wp-pagenavi .page.-active, .wp-pagenavi span:hover, .wp-pagenavi span.-active {
      color: #000; }
  .wp-pagenavi .nextpostslink {
    display: block;
    background-color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    top: -6px;
    z-index: 0;
    color: #fff;
    text-align: center; }
    .wp-pagenavi .nextpostslink::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;
      position: absolute;
      z-index: -1;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(-90deg, black, black); }
    .wp-pagenavi .nextpostslink::after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;
      position: absolute;
      z-index: -2;
      left: 0;
      background: linear-gradient(-135deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8)); }
    .wp-pagenavi .nextpostslink:hover::before {
      opacity: 0; }

.pageNav__wrap .pageNav__list {
  display: flex;
  justify-content: center;
  margin-top: 90px; }
  @media only screen and (max-width: 767px) {
    .pageNav__wrap .pageNav__list {
      margin-top: 40px; } }
  .pageNav__wrap .pageNav__list .pageNav__link, .pageNav__wrap .pageNav__list span {
    margin-right: 30px;
    display: block;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: #9ea2a2;
    opacity: 1; }
    .pageNav__wrap .pageNav__list .pageNav__link::before, .pageNav__wrap .pageNav__list span::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageNav__wrap .pageNav__list .pageNav__link::after, .pageNav__wrap .pageNav__list span::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageNav__wrap .pageNav__list .pageNav__link:last-child, .pageNav__wrap .pageNav__list span:last-child {
      margin-right: 0; }
    .pageNav__wrap .pageNav__list .pageNav__link:hover, .pageNav__wrap .pageNav__list .pageNav__link.-active, .pageNav__wrap .pageNav__list span:hover, .pageNav__wrap .pageNav__list span.-active {
      color: #000; }
  .pageNav__wrap .pageNav__list .pageNav__next {
    display: block;
    background-color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    top: -6px;
    z-index: 0; }
    .pageNav__wrap .pageNav__list .pageNav__next::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;
      position: absolute;
      z-index: -1;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(-90deg, black, black); }
    .pageNav__wrap .pageNav__list .pageNav__next::after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 25px;
      position: absolute;
      z-index: -2;
      left: 0;
      background: linear-gradient(-135deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8)); }
    .pageNav__wrap .pageNav__list .pageNav__next .pageNav__next__img {
      width: 6px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .pageNav__wrap .pageNav__list .pageNav__next:hover::before {
      opacity: 0; }

.nextPrev__wrap {
  position: relative;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .nextPrev__wrap {
      margin-top: 45px; } }
  .nextPrev__wrap .nextPrev__back__link {
    width: 160px;
    height: 56px;
    margin: auto;
    display: block;
    opacity: 1; }
    .nextPrev__wrap .nextPrev__back__link .nextPrev__back__txt {
      font-family: itc-avant-garde-gothic-pro, sans-serif;
      font-size: 15px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff; }
  .nextPrev__wrap .nextPrev__arrow {
    position: absolute; }
    .nextPrev__wrap .nextPrev__arrow.-arrowprev {
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .nextPrev__wrap .nextPrev__arrow.-arrownext {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

/* ---------------------------------------------
*
* OTHER LINK SEC
*
--------------------------------------------- */
.sec__other {
  background-color: #000;
  padding: 25px 30px 0; }
  @media only screen and (max-width: 767px) {
    .sec__other {
      padding: 25px 30px 0; } }
  .sec__other .other__body {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-align: center; }
    .sec__other .other__body .other__arrow img {
      width: 16px;
      transform: rotate(180deg);
      transition: .3s; }
    .sec__other .other__body .other__arrow.-js-arrow img {
      transform: rotate(0); }
  .sec__other .other__link {
    max-width: 811px;
    margin: 0 auto;
    display: none; }
    .sec__other .other__link .link__list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: -17px; }
      @media only screen and (min-width: 630px) and (max-width: 1024px) {
        .sec__other .other__link .link__list {
          justify-content: center;
          margin-left: -30px; } }
      @media only screen and (max-width: 767px) {
        .sec__other .other__link .link__list {
          justify-content: center;
          margin-left: -30px; } }
      .sec__other .other__link .link__list .link__item {
        margin-bottom: 30px;
        margin-left: 17px; }
        @media only screen and (min-width: 630px) and (max-width: 1024px) {
          .sec__other .other__link .link__list .link__item {
            margin-left: 30px; } }
        .sec__other .other__link .link__list .link__item .link__img {
          display: block;
          width: 144px;
          border-radius: 5px;
          overflow: hidden; }

/* ---------------------------------------------
*
* FOOTER SEC
*
--------------------------------------------- */
footer .footer__sns {
  background: linear-gradient(-135deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2));
  text-align: center;
  padding: 40px 0 40px; }
  footer .footer__sns .sec__title {
    margin-bottom: 20px; }

footer .sns__list {
  display: flex;
  justify-content: center; }
  footer .sns__list .sns__item .sns__link {
    display: block;
    width: 56px;
    height: 56px;
    position: relative; }
    footer .sns__list .sns__item .sns__link.-twitter img {
      width: 24px;
      height: 22px; }
    footer .sns__list .sns__item .sns__link.-instagram img {
      width: 24px;
      height: 24px; }
    footer .sns__list .sns__item .sns__link.-billibilli img {
      width: 40.8px;
      height: 18px; }
    footer .sns__list .sns__item .sns__link.-weibo img {
      width: 25px;
      height: 20px; }
    footer .sns__list .sns__item .sns__link img {
      width: 26.5px;
      height: 26.5px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

footer .copyright {
  text-align: center;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  padding: 10px 0; }
  footer .copyright::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * .5em);
    content: ""; }
  footer .copyright::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * .5em);
    content: ""; }

/* ==================================================
    display [PC]

    PC/SP での ON/OFF 表示
================================================== */
.display-pc {
  display: block; }

.display-sp {
  display: none; }

.display-ib-pc {
  display: inline-block; }

.display-ib-sp {
  display: none; }

/* ==================================================
    display [SP]
================================================== */
@media screen and (max-width: 767px) {
  .display-pc {
    display: none; }
  .display-sp {
    display: block; }
  .display-ib-pc {
    display: none; }
  .display-ib-sp {
    display: inline-block; } }

/*--------------------------------------------------------------------
    [PAGE]

    ※ページ固有のスタイル。
    ・適応するページの body に class をつけて wrap する。
 --------------------------------------------------------------------*/
.pageHome {
  /*--------------------------------

    Loading

    ---------------------------------*/
  /* ---------------------------------------------
    *
    * MAIN VISUAL
    *
    --------------------------------------------- */
  /* ---------------------------------------------
    *
    * TOPICS SEC
    *
    --------------------------------------------- */
  /* ---------------------------------------------
    *
    * NEWS SEC
    *
    --------------------------------------------- */
  /* ---------------------------------------------
    *
    * MUSIC VIDEO SEC
    *
    --------------------------------------------- */ }
  .pageHome .loading {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 1s; }
    .pageHome .loading.js-fade-out {
      visibility: hidden;
      opacity: 0; }
    .pageHome .loading .loading__img {
      width: 250px;
      margin: auto; }
      .pageHome .loading .loading__img img {
        width: 100%; }
  .pageHome .loading__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .pageHome .mv {
    position: relative;
    background-color: #fff; }
  .pageHome .mv__img {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.6; }
    @media only screen and (max-width: 767px) {
      .pageHome .mv__img {
        background-position: 70% center; } }
  .pageHome .scroll {
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -50px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr; }
  .pageHome .scroll__txt {
    color: #000;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase;
    transform: rotate(180deg); }
  .pageHome .scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100px;
    background: #000; }
  .pageHome .scroll::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
  .pageHome .sec__topics {
    margin-top: 43px; }
    @media only screen and (max-width: 767px) {
      .pageHome .sec__topics {
        margin-top: 53px; } }
    .pageHome .sec__topics .slider__topics {
      margin-bottom: 45px; }
      .pageHome .sec__topics .slider__topics .topics__item .item__inner {
        display: block;
        margin: 0 12px; }
        .pageHome .sec__topics .slider__topics .topics__item .item__inner .item__img {
          overflow: hidden;
          border-radius: 5px; }
          .pageHome .sec__topics .slider__topics .topics__item .item__inner .item__img img {
            transform: scale(1);
            transition: .3s; }
        .pageHome .sec__topics .slider__topics .topics__item .item__inner .item__title {
          opacity: 1;
          transition: .3s;
          margin-top: 5px;
          text-align: center; }
        .pageHome .sec__topics .slider__topics .topics__item .item__inner:hover {
          opacity: 1; }
          .pageHome .sec__topics .slider__topics .topics__item .item__inner:hover .item__img img {
            transform: scale(1.1); }
          .pageHome .sec__topics .slider__topics .topics__item .item__inner:hover .item__title {
            opacity: 0.6; }
    .pageHome .sec__topics .topics__btn {
      margin: 70px auto 0;
      width: 160px;
      height: 56px;
      margin: auto;
      display: block;
      opacity: 1; }
  .pageHome .sec__news .news__list .news__item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid;
    border-image: linear-gradient(-90deg, rgba(231, 130, 169, 0.6), rgba(137, 171, 227, 0.6)) 1/0 0 2px 0;
    border-image-slice: 1;
    padding: 35px 0; }
    @media only screen and (max-width: 767px) {
      .pageHome .sec__news .news__list .news__item {
        padding: 25px 0; } }
    .pageHome .sec__news .news__list .news__item .news__img {
      width: 72px;
      height: 72px;
      overflow: hidden;
      border-radius: 5px; }
    .pageHome .sec__news .news__list .news__item .news__body {
      display: block;
      flex: 1;
      margin-left: 25px; }
      .pageHome .sec__news .news__list .news__item .news__body .news__date {
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
        margin-bottom: 15px; }
        .pageHome .sec__news .news__list .news__item .news__body .news__date::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .pageHome .sec__news .news__list .news__item .news__body .news__date::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
        @media only screen and (max-width: 767px) {
          .pageHome .sec__news .news__list .news__item .news__body .news__date {
            margin-bottom: 10px; } }
      .pageHome .sec__news .news__list .news__item .news__body .news__desc {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5; }
        .pageHome .sec__news .news__list .news__item .news__body .news__desc::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.5) * .5em);
          content: ""; }
        .pageHome .sec__news .news__list .news__item .news__body .news__desc::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.5) * .5em);
          content: ""; }
    .pageHome .sec__news .news__list .news__item:first-child {
      padding: 0 0 25px; }
    .pageHome .sec__news .news__list .news__item:last-child {
      border-bottom: none;
      border-image: none;
      padding: 25px 0 0; }
    .pageHome .sec__news .news__list .news__item::after {
      content: "";
      display: block; }
  .pageHome .sec__news .news__btn {
    width: 160px;
    height: 56px;
    margin: auto;
    display: block;
    opacity: 1;
    margin: 30px auto 0; }
  .pageHome .sec__video .video__wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden; }
    .pageHome .sec__video .video__wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .pageHome .sec__video .video__title {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5; }
    .pageHome .sec__video .video__title::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.5) * .5em);
      content: ""; }
    .pageHome .sec__video .video__title::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.5) * .5em);
      content: ""; }

.pageProfile {
  /* ---------------------------------------------
    *
    * PROFILE SEC
    *
    --------------------------------------------- */ }
  .pageProfile .secondIntro {
    margin-bottom: 60px; }
  .pageProfile .sec__profile .profile__name {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px; }
    .pageProfile .sec__profile .profile__name::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1) * .5em);
      content: ""; }
    .pageProfile .sec__profile .profile__name::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1) * .5em);
      content: ""; }

.pagefanclub {
  /* ---------------------------------------------
    *
    * PROFILE SEC
    *
    --------------------------------------------- */ }
  .pagefanclub .secondIntro {
    margin-bottom: 50px; }
  .pagefanclub .join__btn {
    width: 100%;
    height: 56px;
    padding: 16px 20px 11px; }
  .pagefanclub .sec__profile .profile__name {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px; }
    .pagefanclub .sec__profile .profile__name::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1) * .5em);
      content: ""; }
    .pagefanclub .sec__profile .profile__name::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1) * .5em);
      content: ""; }
  .pagefanclub .sec__profile .desc__wrap {
    margin-bottom: 85px; }
    @media only screen and (max-width: 767px) {
      .pagefanclub .sec__profile .desc__wrap {
        margin-bottom: 45px; } }
    .pagefanclub .sec__profile .desc__wrap:last-child {
      margin-bottom: 0; }
    .pagefanclub .sec__profile .desc__wrap .desc {
      margin-bottom: 35px;
      text-align: left;
      font-size: 13px;
      line-height: 2; }
      .pagefanclub .sec__profile .desc__wrap .desc::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * .5em);
        content: ""; }
      .pagefanclub .sec__profile .desc__wrap .desc::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * .5em);
        content: ""; }
      .pagefanclub .sec__profile .desc__wrap .desc:last-child {
        margin-bottom: 0; }

.pageTopics.fifteenColors .sec__title {
  margin-bottom: 45px; }

.pageTopics.fifteenColors .secondIntro {
  margin-bottom: 60px; }

.pageTopics .sec__title {
  margin-bottom: 0; }

.pageTopics .topics__wrap {
  margin-top: 150px; }
  @media only screen and (max-width: 767px) {
    .pageTopics .topics__wrap {
      margin-top: 50px; } }

.pageTopics .topics__list .topics__item {
  margin-bottom: 65px; }
  .pageTopics .topics__list .topics__item:last-child {
    margin-bottom: 0; }
  .pageTopics .topics__list .topics__item a {
    display: block;
    opacity: 1; }
  .pageTopics .topics__list .topics__item .topics__img {
    margin-bottom: 20px;
    overflow: hidden; }
    .pageTopics .topics__list .topics__item .topics__img img {
      transform: scale(1);
      transition: .3s; }
  .pageTopics .topics__list .topics__item .topics__title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: .3s; }
  .pageTopics .topics__list .topics__item .topics__date {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #e782a9;
    line-height: 1.25; }
    .pageTopics .topics__list .topics__item .topics__date::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageTopics .topics__list .topics__item .topics__date::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
  .pageTopics .topics__list .topics__item:hover .topics__img img {
    transform: scale(1.03); }
  .pageTopics .topics__list .topics__item:hover .topics__title {
    opacity: 0.6; }

/* ---------------------------------------------
*
* 15colors
*
--------------------------------------------- */
.fifteenColors .-colorsImg {
  max-width: 325px; }

.pageNews {
  /* ---------------------------------------------
    *
    * NEWS SEC
    *
    --------------------------------------------- */ }
  .pageNews .pickup__wrap {
    width: 100%;
    background: linear-gradient(-135deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2));
    padding: 32px 0;
    margin: 66px 0; }
    @media only screen and (max-width: 767px) {
      .pageNews .pickup__wrap {
        margin: 45px 0; } }
  .pageNews .pickup__inner {
    width: 256px;
    margin: auto; }
  .pageNews .pickup__maintitle {
    text-align: center;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px; }
    .pageNews .pickup__maintitle::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageNews .pickup__maintitle::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
  .pageNews .pickup__link {
    display: block; }
    .pageNews .pickup__link:hover img {
      transform: scale(1.03); }
  .pageNews .pickup__img {
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden; }
    .pageNews .pickup__img img {
      transform: scale(1);
      transition: .3s; }
  .pageNews .pickup__title {
    text-align: center;
    font-size: 15px;
    font-weight: 500; }
  .pageNews .sec__news .news__list .news__item {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid;
    border-image: linear-gradient(-90deg, rgba(231, 130, 169, 0.6), rgba(137, 171, 227, 0.6)) 1/0 0 2px 0;
    border-image-slice: 1;
    padding: 35px 0; }
    @media only screen and (max-width: 767px) {
      .pageNews .sec__news .news__list .news__item {
        padding: 25px 0; } }
    .pageNews .sec__news .news__list .news__item .news__img {
      width: 72px;
      height: 72px;
      overflow: hidden;
      border-radius: 5px; }
    .pageNews .sec__news .news__list .news__item .news__body {
      display: block;
      flex: 1;
      margin-left: 25px; }
      .pageNews .sec__news .news__list .news__item .news__body .news__date {
        font-family: itc-avant-garde-gothic-pro, sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.25;
        margin-bottom: 15px; }
        .pageNews .sec__news .news__list .news__item .news__body .news__date::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.25) * .5em);
          content: ""; }
        .pageNews .sec__news .news__list .news__item .news__body .news__date::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.25) * .5em);
          content: ""; }
        @media only screen and (max-width: 767px) {
          .pageNews .sec__news .news__list .news__item .news__body .news__date {
            margin-bottom: 10px; } }
      .pageNews .sec__news .news__list .news__item .news__body .news__desc {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5; }
        .pageNews .sec__news .news__list .news__item .news__body .news__desc::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.5) * .5em);
          content: ""; }
        .pageNews .sec__news .news__list .news__item .news__body .news__desc::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.5) * .5em);
          content: ""; }
    .pageNews .sec__news .news__list .news__item:first-child {
      padding: 0 0 25px; }
    .pageNews .sec__news .news__list .news__item:last-child {
      border-bottom: none;
      border-image: none;
      padding: 25px 0 0; }
    .pageNews .sec__news .news__list .news__item::after {
      content: "";
      display: block; }
  .pageNews .sec__news.-newsDetail .article__category {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .pageNews .sec__news.-newsDetail .article__category {
        margin-bottom: 30px; } }
  .pageNews .sec__news.-newsDetail .article__img {
    margin-bottom: 60px; }
  .pageNews .sec__news.-newsDetail .article__date {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.25; }
    .pageNews .sec__news.-newsDetail .article__date::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageNews .sec__news.-newsDetail .article__date::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
  .pageNews .sec__news.-newsDetail .article__title {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .pageNews .sec__news.-newsDetail .article__title {
        margin-bottom: 30px; } }
  .pageNews .sec__news.-newsDetail .article__sns {
    margin: 0 0 36px; }
    .pageNews .sec__news.-newsDetail .article__sns.-bottom {
      margin: 56px 0 0; }

.pageSchedule {
  /* ---------------------------------------------
    *
    * NEWS SEC
    *
    --------------------------------------------- */ }
  .pageSchedule .sec__schedule {
    margin-top: 60px; }
    .pageSchedule .sec__schedule .schedule__list .schedule__item {
      display: flex;
      justify-content: space-between;
      text-align: left;
      border-bottom: 1px solid;
      border-image: linear-gradient(-90deg, rgba(231, 130, 169, 0.6), rgba(137, 171, 227, 0.6)) 1/0 0 2px 0;
      border-image-slice: 1;
      padding: 35px 0; }
      @media only screen and (max-width: 767px) {
        .pageSchedule .sec__schedule .schedule__list .schedule__item {
          padding: 25px 0; } }
      .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__category {
        width: 72px;
        height: 72px;
        border-radius: 5px;
        background: linear-gradient(-135deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2));
        position: relative; }
        .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__category .schedule__category__txt {
          font-family: itc-avant-garde-gothic-pro, sans-serif;
          font-size: 14px;
          font-weight: 700;
          line-height: 1.25;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #000; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__category .schedule__category__txt::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.25) * .5em);
            content: ""; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__category .schedule__category__txt::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.25) * .5em);
            content: ""; }
      .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body {
        display: block;
        flex: 1;
        margin-left: 25px; }
        .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__title {
          font-size: 15px;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: 15px; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__title::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.5) * .5em);
            content: ""; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__title::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.5) * .5em);
            content: ""; }
        .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date__txt {
          font-family: itc-avant-garde-gothic-pro, sans-serif;
          font-size: 10px;
          font-weight: 300;
          line-height: 1.25;
          margin-bottom: 4px; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date__txt::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.25) * .5em);
            content: ""; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date__txt::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.25) * .5em);
            content: ""; }
        .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date {
          font-family: itc-avant-garde-gothic-pro, sans-serif;
          font-size: 15px;
          font-weight: 300;
          line-height: 1.25;
          margin-bottom: 15px; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.25) * .5em);
            content: ""; }
          .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.25) * .5em);
            content: ""; }
          @media only screen and (max-width: 767px) {
            .pageSchedule .sec__schedule .schedule__list .schedule__item .schedule__body .schedule__date {
              margin-bottom: 10px; } }
      .pageSchedule .sec__schedule .schedule__list .schedule__item:first-child {
        padding: 0 0 25px; }
      .pageSchedule .sec__schedule .schedule__list .schedule__item:last-child {
        border-bottom: none;
        border-image: none;
        padding: 25px 0 0; }
      .pageSchedule .sec__schedule .schedule__list .schedule__item::after {
        content: "";
        display: block; }
    .pageSchedule .sec__schedule.-scheduleDetail .article__title {
      margin-bottom: 15px; }
    .pageSchedule .sec__schedule.-scheduleDetail .article__date {
      font-size: 18px;
      font-weight: 300;
      color: #000;
      margin-bottom: 15px; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__date::before {
        display: inline-block;
        content: "-WHEN";
        font-size: 10px;
        position: relative;
        top: -4px;
        margin-right: 10px; }
    .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link {
      opacity: 1; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link::before {
        border-radius: 5px;
        background: linear-gradient(-90deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8));
        opacity: 0;
        transition: .3s; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link::after {
        border-radius: 5px;
        background: linear-gradient(-135deg, rgba(231, 130, 169, 0.5), rgba(137, 171, 227, 0.5));
        opacity: 1;
        transition: .3s; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link:last-child {
        margin-right: 0; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link:hover::before {
        opacity: 1; }
      .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__link:hover::after {
        opacity: 0; }
    .pageSchedule .sec__schedule.-scheduleDetail .article__category .category__list .category__item .category__txt {
      color: #000; }

.pageDiscography {
  /* ---------------------------------------------
    *
    * DISCOGRAPHY SEC
    *
    --------------------------------------------- */ }
  .pageDiscography .sec__disco {
    padding: 0 50px 0; }
    .pageDiscography .sec__disco .disco__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .pageDiscography .sec__disco .disco__list {
          display: block; } }
      .pageDiscography .sec__disco .disco__list .disco__item {
        width: 47%;
        margin-bottom: 45px; }
        @media only screen and (max-width: 767px) {
          .pageDiscography .sec__disco .disco__list .disco__item {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px; } }
      .pageDiscography .sec__disco .disco__list .disco__link {
        display: block; }
        @media only screen and (max-width: 767px) {
          .pageDiscography .sec__disco .disco__list .disco__link {
            display: flex;
            justify-content: space-between; } }
        .pageDiscography .sec__disco .disco__list .disco__link .disco__img {
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .pageDiscography .sec__disco .disco__list .disco__link .disco__img {
              width: 95px;
              margin-right: 15px; } }
          .pageDiscography .sec__disco .disco__list .disco__link .disco__img img {
            transform: scale(1);
            transition: .3s; }
        .pageDiscography .sec__disco .disco__list .disco__link .disco__title {
          font-size: 15px;
          transition: .3s;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .pageDiscography .sec__disco .disco__list .disco__link .disco__title {
              flex: 1; } }
        .pageDiscography .sec__disco .disco__list .disco__link:hover {
          opacity: 1; }
          .pageDiscography .sec__disco .disco__list .disco__link:hover .disco__img img {
            transform: scale(1.03); }
          .pageDiscography .sec__disco .disco__list .disco__link:hover .disco__title {
            opacity: 0.6; }
    .pageDiscography .sec__disco.-discographyDetail .article__img {
      width: 313px;
      margin: 0 auto 60px; }
      @media only screen and (max-width: 767px) {
        .pageDiscography .sec__disco.-discographyDetail .article__img {
          width: 100%;
          margin: 0 auto 30px; } }
    .pageDiscography .sec__disco.-discographyDetail .article__date {
      font-family: itc-avant-garde-gothic-pro, sans-serif;
      font-size: 15px;
      font-weight: 300;
      color: #000;
      line-height: 1.25; }
      .pageDiscography .sec__disco.-discographyDetail .article__date::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .pageDiscography .sec__disco.-discographyDetail .article__date::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
    .pageDiscography .sec__disco.-discographyDetail .article__title {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .pageDiscography .sec__disco.-discographyDetail .article__title {
          margin-bottom: 30px; } }
    .pageDiscography .sec__disco.-discographyDetail .article__sns {
      margin: 0 0 36px; }
      .pageDiscography .sec__disco.-discographyDetail .article__sns.-bottom {
        margin: 56px 0 0; }
  .pageDiscography .onlineshop__wrap {
    width: 100%;
    background: linear-gradient(-135deg, rgba(231, 130, 169, 0.2), rgba(137, 171, 227, 0.2));
    padding: 32px 0;
    margin: 66px 0 0; }
  .pageDiscography .onlineshop__inner {
    max-width: 756px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .pageDiscography .onlineshop__inner {
        width: 100%; } }
  .pageDiscography .onlineshop__maintitle {
    text-align: center;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px; }
    .pageDiscography .onlineshop__maintitle::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .pageDiscography .onlineshop__maintitle::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
  .pageDiscography .onlineshop__list {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .pageDiscography .onlineshop__list {
        display: block; } }
    .pageDiscography .onlineshop__list .onlineshop__item {
      display: inline-block;
      margin-right: 24px; }
      @media only screen and (max-width: 767px) {
        .pageDiscography .onlineshop__list .onlineshop__item {
          display: block;
          margin: 0 auto; } }
      .pageDiscography .onlineshop__list .onlineshop__item:last-child {
        margin-right: 0; }
      .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link {
        display: block;
        padding: 22px 20px 11px;
        width: 236px;
        text-align: center;
        height: 56px;
        position: relative;
        z-index: 0;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link {
            margin: 15px auto 0; } }
        .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link::before {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 25px;
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          transition: 0.5s;
          background: linear-gradient(-90deg, white, white); }
        .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link::after {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 25px;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          background: linear-gradient(-90deg, rgba(231, 130, 169, 0.8), rgba(137, 171, 227, 0.8)); }
        .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link:hover::before {
          opacity: 0; }
        .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link:hover .onlineshop__txt {
          color: #fff; }
        .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link .onlineshop__txt {
          color: #000;
          width: 100%;
          font-family: itc-avant-garde-gothic-pro, sans-serif;
          font-size: 13px;
          font-weight: 700;
          line-height: 1.25;
          transition: .3s; }
          .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link .onlineshop__txt::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.25) * .5em);
            content: ""; }
          .pageDiscography .onlineshop__list .onlineshop__item .onlineshop__link .onlineshop__txt::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.25) * .5em);
            content: ""; }
  .pageDiscography .sec__disco2 {
    padding: 0 50px 60px; }
  .pageDiscography .nextPrev__wrap {
    margin-top: 60px; }
