@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* 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;
}

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

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

/* Webフォント */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans KR", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  padding-top: 60px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
body:not(.top) #content {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body:not(.top) #content {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 980px) {
  body:not(.top) #content {
    padding-bottom: 100px;
  }
}

#main {
  position: relative;
}
#content {
  padding-top: 70px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#content .obj01 {
  width: 60vw;
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: -1;
  opacity: 0.6;
}
#content .obj01.opacity {
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 100px;
  }
  #content .obj01 {
    width: 50vw;
    top: -50px;
    right: -50px;
  }
}
@media screen and (min-width: 980px) {
  #content {
    padding-top: 130px;
  }
  #content .obj01 {
    width: 50vw;
    max-width: 620px;
    top: -100px;
    right: -100px;
  }
}

.post-type-archive-artist #content {
  background-color: #31183e;
}
.post-type-archive-artist #content .obj01 {
  width: 60vw;
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: -1;
  opacity: 0.6;
}
.post-type-archive-artist #content .obj01.opacity {
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .post-type-archive-artist #content {
    padding-top: 100px;
  }
  .post-type-archive-artist #content .obj01 {
    width: 50vw;
    top: -50px;
    right: -50px;
  }
}
@media screen and (min-width: 980px) {
  .post-type-archive-artist #content {
    padding-top: 130px;
  }
  .post-type-archive-artist #content .obj01 {
    width: 50vw;
    max-width: 620px;
    top: -100px;
    right: -100px;
  }
}
.post-type-archive-artist #artist {
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 30px;
}

body:not(.top) #schedule,
body:not(.top) #archive {
  padding-top: 0;
}

p, ul, ol, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

dl dt, dl dd {
  padding: 0;
  margin: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

.column {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 40px;
}
.column + .column {
  padding-top: 40px;
  padding-bottom: 40px;
}

.headline01 {
  text-align: center;
  width: 50vw;
  margin-top: 0;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.headline01:after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  background-color: #863baf;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .headline01 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 980px) {
  .headline01 {
    margin-bottom: 80px;
  }
}

.btn_area {
  margin-top: 40px;
}
.btn_area a + a {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .btn_area {
    text-align: center;
  }
  .btn_area a {
    display: inline-block;
  }
  .btn_area a + a {
    margin-top: 0px;
    margin-left: 25px;
  }
}

.btn_style01 {
  width: 70%;
  max-width: 250px;
  display: block;
  background-color: #FFF;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_style01:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.btn_style01:hover {
  background-color: #31183e;
  color: #FFF;
}
.btn_style01:hover:after {
  border-color: #FFF;
}

.btn_style02 {
  width: 70%;
  max-width: 250px;
  display: block;
  color: #FFF;
  background-color: #F53939;
  border: 1px solid #F53939;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_style02:after {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url(../img/common/icon_window.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.btn_style02:hover {
  border-color: #bd0b0b;
  background-color: #bd0b0b;
  color: #FFF;
}

.btn_style03 {
  width: 70%;
  max-width: 250px;
  display: block;
  background-color: #FFF;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_style03:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.btn_style03:hover {
  background-color: #31183e;
  color: #FFF;
}
.btn_style03:hover:before {
  border-color: #FFF;
}

.category {
  width: auto;
  display: inline-block;
}
.category a {
  display: block;
  border: 2px solid #863baf;
  color: #863baf;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category a:hover {
  background: rgba(122, 60, 155, 0.7);
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .category a {
    padding: 5px 40px;
  }
}
@media screen and (min-width: 980px) {
  .category a {
    padding: 5px 40px;
  }
}
.arv_list {
  color: #FFF;
}
.arv_list .post {
  width: 100%;
  border-bottom: 1px solid #646464;
  padding-bottom: 15px;
}
.arv_list .post + .post {
  margin-top: 25px;
}
.arv_list .meta {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.arv_list .meta .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
.arv_list .ttl {
  display: block;
}
.arv_list .ttl a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.arv_list .ttl a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .arv_list .post {
    padding-bottom: 20px;
  }
  .arv_list .post + .post {
    margin-top: 30px;
  }
  .arv_list .meta {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .arv_list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }
  .arv_list .post {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .arv_list .post + .post {
    margin-top: 30px;
  }
  .arv_list .meta {
    margin-bottom: 0px;
  }
  .arv_list .ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #646464;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .arv_list.type02 .post {
    display: block;
  }
  .arv_list.type02 .post + .post {
    margin-top: 30px;
  }
  .arv_list.type02 .meta {
    margin-bottom: 15px;
  }
  .arv_list.type02 .ttl {
    border-left: none;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.artist_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -10px -15px -10px;
}
.artist_list ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 15px 10px;
}
.artist_list ul li a {
  color: #FFF;
  text-decoration: none;
}
.artist_list ul li a p {
  margin-bottom: 0;
}
.artist_list .thumb {
  width: 40vw;
  height: 40vw;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}
.artist_list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.artist_list p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .artist_list {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .artist_list ul {
    margin: -10px -20px -50px -20px;
  }
  .artist_list ul li {
    width: 240px;
    padding: 10px 20px 50px 20px;
  }
  .artist_list ul li a {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .artist_list .thumb {
    width: 205px;
    height: 205px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .artist_list {
    max-width: 920px;
  }
}
@media screen and (min-width: 1290px) {
  .artist_list {
    max-width: 1160px;
  }
}
/* @media screen and (min-width: 1200px) {
  .artist_list {
    max-width: 795px;
  }
  .artist_list ul {
    margin: -10px -45px -70px -45px;
  }
  .artist_list ul li {
    width: 295px;
    padding: 10px 45px 70px 45px;
  }
  .artist_list ul li a {
    font-size: 1.8rem;
    text-align: center;
  }
  .artist_list ul li a:hover .thumb {
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .artist_list .thumb {
    width: 217px;
    height: 217px;
    border: 6px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition-property: border-color, -webkit-transform;
    transition-property: border-color, -webkit-transform;
    transition-property: border-color, transform;
    transition-property: border-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
} */

.fancybox-slide--html {
  padding: 0;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.fancybox-content {
  background: none;
}

@media screen and (min-width: 980px) {
  .fancybox-slide--video {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .fancybox-slide--video {
    padding-left: 23vw;
    padding-right: 23vw;
  }
}

.modal_content {
  padding: 0;
  color: #FFF;
  display: none;
}
.modal_content .box {
  width: 100%;
  height: 70vh;
  background-color: #000;
  position: relative;
  padding: 15px 15px 15px 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.modal_content .box:before {
  content: "";
  width: 100%;
  height: 50px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 70%);
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}
.modal_content .box .flex {
  padding-top: 50px;
}
.modal_content .box .flex .img {
  height: auto;
}
.modal_content .box .flex .img figure {
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.modal_content .box .flex .img p {
  color: #9e9e9e;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4px;
}
.modal_content .box .flex .text {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin-top: 20px;
}
.modal_content .box .flex .text .name {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.modal_content .box .flex .text p {
  text-align: justify;
  line-height: 1.8;
}
.modal_content .box .scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 15px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
.modal_content .box .scroll::-webkit-scrollbar {
  width: 5px;
}
.modal_content .box .scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.modal_content .box .scroll::-webkit-scrollbar-thumb {
  background-color: #5c3d6c;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.modal_content .box .scroll a {
  color: #9567ad;
}
.modal_content .box .scroll a:hover {
  opacity: 0.6;
}
.modal_content .js-modal-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.modal_content .js-modal-close:hover {
  opacity: 0.5;
}
.modal_content .js-modal-close span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  line-height: 0;
}
.modal_content .js-modal-close span:before, .modal_content .js-modal-close span:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #FFF;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal_content .js-modal-close span:before {
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_content .js-modal-close span:after {
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .modal_content .box {
    padding: 20px 40px 40px 40px;
    height: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  .modal_content .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal_content .box .flex .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    margin-top: 0;
  }
  .modal_content .box .flex .text .name {
    font-size: 2.4rem;
    text-align: left;
  }
  .modal_content .box .flex .text p {
    font-size: 1.3rem;
  }
  .modal_content .box .scroll {
    padding-right: 30px;
  }
  .modal_content .js-modal-close {
    top: 10px;
    right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .modal_content .box {
    width: auto;
    max-width: 1040px;
    height: auto;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal_content .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  .modal_content .box .flex .img figure {
    width: 300px;
    height: 300px;
  }
  .modal_content .box .flex .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px;
  }
  .modal_content .box .flex .text .name {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .modal_content .box .flex .text p {
    font-size: 1.5rem;
  }
  .modal_content .box .scroll {
    padding-right: 35px;
  }
  .modal_content .js-modal-close {
    top: 25px;
    right: 25px;
  }
}
.tag_list {
  color: #FFF;
  margin-bottom: 50px;
}
.tag_list p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.tag_list ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tag_list ul li {
  font-size: 1.6rem;
  padding: 10px 0;
}
.tag_list ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + label:before {
  background: #7A3C9B;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox label {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox label:after {
  content: "";
  width: 10px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 2px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 768px) {
  .tag_list {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 70px;
  }
  .tag_list .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tag_list .flex p {
    width: 150px;
    font-size: 1.6rem;
    padding-top: 2px;
    text-align: left !important;
    margin-bottom: 0;
  }
  .tag_list .flex ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 0;
    border: none;
  }
  .tag_list .flex ul li {
    font-size: 1.6rem;
    padding: 2px 0;
    border: none;
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .tag_list {
    max-width: 1200px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  .tag_list .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tag_list .flex p {
    width: 200px;
    font-size: 1.8rem;
  }
  .tag_list .flex ul li {
    font-size: 1.8rem;
    margin-right: 30px;
  }

  .checkbox label:before {
    top: 10px;
  }
  .checkbox label:after {
    top: 12px;
  }
}
.post_list .post {
  width: 100%;
  color: #FFF;
}
.post_list .post + .post {
  margin-top: 50px;
}
.post_list .post .thumb {
  width: 100%;
  margin-bottom: 20px;
}
.post_list .post .thumb a {
  width: 100%;
  height: 49vw;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.post_list .post .thumb a:hover {
  -webkit-animation: flash 1.3s;
          animation: flash 1.3s;
}
.post_list .post .meta {
  margin-bottom: 5px;
}
.post_list .post .ttl a {
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post_list .post .ttl a:hover {
  color: #9C6AB7;
}

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

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -15px -40px -15px;
  }
  .post_list .post {
    width: 50%;
    padding: 15px 15px 40px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post_list .post + .post {
    margin-top: 0px;
  }
  .post_list .post .thumb a {
    height: 24vw;
  }
  .post_list .post .meta {
    margin-bottom: 13px;
  }
  .post_list .post .ttl {
    line-height: 1.6;
  }
  .post_list .post .ttl a {
    color: #FFF;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .post_list {
    max-width: 1110px;
    margin: -25px auto -50px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post_list .post {
    width: 33.3333333333%;
    max-width: 370px;
    min-height: 400px;
    padding: 25px 25px 50px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post_list .post + .post {
    margin-top: 0px;
  }
  .post_list .post .thumb a {
    height: 14vw;
  }
}
@media screen and (min-width: 980px) and (min-width: 1230px) {
  .post_list .post .thumb a {
    height: 180px;
  }
}
@media screen and (min-width: 980px) {
  .post_list .post .meta {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 980px) {
  .post_list .post .ttl {
    line-height: 1.7;
  }
  .post_list .post .ttl a {
    font-size: 1.5rem;
  }
}
.breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 100%;
    display: block;
    color: #FFF;
    padding: 10px 5vw 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumb ul li + li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0px 5px 0 5px;
    position: relative;
    top: -2px;
  }
  .breadcrumb ul li a,
.breadcrumb ul li span {
    color: #FFF;
    text-decoration: none;
    font-size: 1.4rem;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .breadcrumb ul li a:hover,
.breadcrumb ul li span:hover {
    color: #9C6AB7;
  }
}

@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .row {
    background-color: #000;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  #header .row #logo {
    width: 50%;
    height: 60px;
  }
  #header .row #logo a {
    width: 100%;
    height: 100%;
    line-height: 1;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 33px 0 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .row #logo a img {
    width: auto;
    max-width: 100%;
    margin: -5px 0 0 0;
  }
  #header .row .group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .link_lang {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
  }
  .link_lang::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link_lang .select_lang {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background: none;
    border: none;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .link_lang .select_lang:focus {
    outline: none;
  }
  .link_lang .select_lang:hover {
    color: #9C6AB7;
  }

  #drawerMenu {
    width: 100%;
    height: 100%;
    background-color: rgba(122, 60, 155, 0.95);
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #drawerMenu .in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 50px;
  }
  #drawerMenu #nav {
    width: 100%;
  }
  #drawerMenu #nav ul li {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  #drawerMenu #nav ul li + li {
    margin-top: 4vw;
  }
  #drawerMenu #nav ul li a {
    color: #FFF;
    font-size: 6.4vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0 20px 5px 20px;
  }

  #btmMenu {
    width: 60px;
    height: 60px;
    margin-left: auto;
    cursor: pointer;
    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;
    z-index: 998;
    border-radius: 0 0 0 6px;
  }
  #btmMenu .btn {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #btmMenu span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #FFF;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #btmMenu span:nth-child(1) {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #btmMenu span:nth-child(2) {
    width: 70%;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  #btmMenu span:nth-child(3) {
    width: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #btmMenu.is-open span {
    background-color: #FFF;
  }
  #btmMenu.is-open span:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  #btmMenu.is-open span:nth-child(2) {
    width: 100%;
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #btmMenu.is-open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .row {
    height: 100%;
    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 .group {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 5vw;
  }
  #header .group .link_lang {
    margin-left: 30px;
  }

  #btmMenu {
    display: none;
  }

  #logo {
    height: 100%;
    padding: 5px 40px 10px 40px;
    background: #FFF;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #logo a {
    width: 145px;
    display: block;
    height: auto;
    line-height: 1;
  }
  #logo img {
    width: auto;
    max-width: 100%;
    nargin: 0;
  }

  .link_lang {
    position: relative;
    z-index: 1;
    padding-right: 15px;
    border-bottom: 1px solid #fff;
  }
  .link_lang::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link_lang .select_lang {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background: none;
    border: none;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .link_lang .select_lang:focus {
    outline: none;
  }
  .link_lang .select_lang:hover {
    color: #9C6AB7;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .link_lang .select_lang {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #drawerMenu {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav ul li {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  #nav ul li + li {
    margin-left: 40px;
  }
  #nav ul li a {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #nav ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #nav ul li a:hover {
    color: #9C6AB7;
  }
}
#footer {
  background-color: #000000;
  padding: 10px 5vw;
}
#footer .ft_logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#footer .ft_logo a {
  display: block;
  background-color: #FFF;
  padding-top: 2px;
  padding-bottom: 8px;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .ft_logo a:hover {
  border: 2px solid #7A3C9B;
}
@media screen and (min-width: 768px) {
  #footer .row {
    position: relative;
  }
  #footer #pagetop {
    width: auto;
    position: absolute;
    top: 5px;
    right: 0vw;
  }
}

#pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pagetop span {
  color: #FFF;
  font-weight: bold;
  padding-right: 10px;
}
#pagetop button {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  border: 2px solid #FFF;
  border-radius: 100%;
  background: none;
  position: relative;
  cursor: pointer;
}
#pagetop button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 7px;
}
#pagetop button:focus {
  outline: none;
}
#pagetop button:hover {
  background: #7A3C9B;
  border-color: #7A3C9B;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 9999;
  }
  #pagetop span {
    display: none;
  }
}

#visual img {
  width: 100%;
  height: auto;
}

#archive {
  color: #FFF;
  position: relative;
}
#archive .obj02 {
  width: 60vw;
  position: absolute;
  top: -10px;
  left: -40px;
  z-index: -1;
  opacity: 0.6;
}
#archive p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive .obj02 {
    width: 50vw;
    max-width: 620px;
    top: -50px;
    left: -100px;
  }
}
@media screen and (min-width: 980px) {
  #archive {
    padding-top: 90px;
  }
  #archive .obj02 {
    width: 50vw;
    max-width: 620px;
    top: -20px;
    left: -140px;
  }
}

.blurBox {
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 40px 20px;
  border-radius: 5px;
}
.blurBox .headline01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blurBox {
    padding: 60px 20px;
  }
  .blurBox .headline01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .blurBox {
    padding: 60px 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blurBox .headline01 {
    margin-bottom: 40px;
  }
  .blurBox p br {
    display: none;
  }
}

#arrival {
  position: relative;
  padding-bottom: 60px;
}
#arrival .obj03 {
  width: 60vw;
  position: absolute;
  top: -10px;
  right: -40px;
  z-index: -1;
  opacity: 0.6;
}
#arrival .headline01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #arrival {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #arrival .obj03 {
    width: 50vw;
    max-width: 620px;
    top: -30px;
    right: -100px;
  }
}
@media screen and (min-width: 980px) {
  #arrival {
    padding-top: 120px;
  }
  #arrival .headline01 {
    margin-bottom: 80px;
  }
  #arrival .obj03 {
    top: 40px;
    right: -120px;
  }
}
#arrival .carousel_ttl {
  text-align: center;
  margin-top: 15px;
}
#arrival .carousel_ttl a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#arrival .carousel_ttl a:hover {
  color: #9C6AB7;
}
@media screen and (min-width: 768px) {
  #arrival .carousel_ttl {
    margin-top: 25px;
  }
  #arrival .carousel_ttl a {
    font-size: 1.6rem;
  }
}
#arrival .carousel_artist {
  text-align: center;
  color: #FFF;
}

.carousel {
  margin-left: -5vw;
  margin-right: -5vw;
}
.carousel .box {
  width: 80vw;
  max-width: 420px;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  outline: none;
}
.carousel .box a {
  display: block;
  position: relative;
  outline: none;
  width: 100%;
  height: 45vw;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 530px) {
  .carousel .box a {
    height: 235px;
  }
}
.carousel .box a:active {
  outline: none;
}
.carousel .box a img {
  width: 100%;
  height: auto;
}
.carousel .box a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/icon_play.svg);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.pagenation .slick-dots {
  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;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pagenation .slick-dots {
    margin-top: 30px;
  }
}
.pagenation .slick-dots li + li {
  margin-left: 10px;
}
.pagenation .slick-dots li.slick-active button {
  background: #7A3C9B;
}
.pagenation .slick-dots li.slick-active button:hover {
  opacity: 1;
}
.pagenation .slick-dots button {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #646464;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagenation .slick-dots button:focus {
  outline: none;
}
.pagenation .slick-dots button:hover {
  opacity: 0.7;
}

.carousel {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.carousel:hover .box:not(.slick-current) {
  opacity: 0.3;
}

.carousel.slick-initialized {
  opacity: 1;
}

.slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.is-active-next,
.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#artist {
  background-color: #31183e;
  border-top: 2px solid #707070;
  color: #FFF;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#artist .obj04 {
  width: 60vw;
  max-width: 620px;
  position: absolute;
  top: -20px;
  right: -50px;
  opacity: 0.2;
  z-index: -1;
}
#artist .obj05 {
  width: 60vw;
  max-width: 620px;
  position: absolute;
  bottom: -10px;
  left: -20px;
  opacity: 0.2;
  z-index: -1;
}
#artist .headline01 {
  margin-bottom: 30px;
}
#artist .text {
  margin-bottom: 30px;
}
#artist .text p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #artist {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #artist .obj04 {
    right: -80px;
    top: 20px;
  }
  #artist .obj05 {
    left: -80px;
    bottom: 20px;
  }
  #artist .headline01 {
    margin-bottom: 60px;
  }
  #artist .text {
    margin-bottom: 70px;
  }
  #artist .text p {
    font-size: 1.5rem;
  }
  #artist .text p br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #artist {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  #artist .obj04 {
    right: -120px;
    top: -20px;
  }
  #artist .obj05 {
    left: -120px;
    bottom: -20px;
  }
}

#detail {
  color: #FFF;
}
#detail .inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#detail .btn_area {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #detail .btn_area {
    margin-top: 80px;
  }
}

.post_head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.post_head .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.post_head .meta .date {
  margin-left: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.post_head .ttl {
  line-height: 1.6;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .post_head .meta .date {
    font-size: 1.6rem;
  }
  .post_head .ttl {
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 980px) {
  .post_head .meta .date {
    font-size: 1.7rem;
  }
  .post_head .ttl {
    font-size: 3rem;
  }
}

.post_body .thumb {
  margin-bottom: 25px;
}
.post_body .thumb img {
  width: 100%;
  height: auto;
}

.post_conent {
  overflow: hidden;
}
.post_conent h2 {
  font-size: 1.7rem;
  line-height: 1.6;
  border-bottom: 1px solid #7A3C9B;
  padding-bottom: 8px;
  margin: 1.5em 0;
}
.post_conent h3 {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 1.5em 0;
}
.post_conent p {
  font-size: 1.3rem;
  line-height: 1.9;
}
.post_conent p + p {
  margin-top: 1.5em;
}
.post_conent a {
  color: #aa70ca;
}
.post_conent a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.post_conent ul {
  margin: 1.5em 0;
}
.post_conent ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.post_conent ul li:before {
  content: "・";
}
.post_conent ol {
  margin: 1.5em 0;
  padding-left: 1.2em;
}
.post_conent strong {
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.post_conent .wp-block-quote {
  margin: 1.5em 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.post_conent .wp-block-quote cite {
  display: block;
  text-align: right;
}
.post_conent .wp-block-image {
  margin: 3em 0;
}
.post_conent .wp-block-image + .wp-block-image {
  margin-top: 1.5em;
}
.post_conent .wp-block-image figcaption {
  color: #a0a0a0;
}
@media screen and (min-width: 768px) {
  .post_conent h2 {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .post_conent h3 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .post_conent p {
    font-size: 1.4rem;
  }
}

.ifram_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.ifram_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.headline01 {
  opacity: 0;
  -webkit-transform: rotateY(30px);
          transform: rotateY(30px);
}

.artist_list li {
  opacity: 0;
  -webkit-transform: rotateY(30px);
          transform: rotateY(30px);
}

.tag_list li {
  opacity: 0;
}

.btn_area,
.text {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#archive .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#archive .inner .headline01 {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
#archive .inner .btn_area {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

#artist .text {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.carousel,
.carousel_ttl,
.pagenation li {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */
