/* ------------------------------------
  reset
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input[type=text], input[type=tel], input[type=email], input[type=url], textarea {
  vertical-align: middle;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border-radius: 0;
}

input[type=radio], select, input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ------------------------------------
  scss
------------------------------------ */
/* ------------------------------------
  common
------------------------------------ */
html, body {
  width: 100%;
  height: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #000;
  position: relative;
  z-index: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-overscroll-behavior: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow: -moz-scrollbars-none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

body li {
  list-style-type: none;
}

body h1, body h2, body h3, body h4 {
  font-weight: 400;
}

body img, body svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

::-moz-selection {
  color: #000;
  background-color: #fff;
}

::selection {
  color: #000;
  background-color: #fff;
}

/* #load */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #000;
}

/* ------------------------------------
  animation
------------------------------------ */
.tra_1 {
  -webkit-transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_2 {
  -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_3 {
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_4 {
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_5 {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_6 {
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_7 {
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_8 {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_9 {
  -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_10 {
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_11 {
  -webkit-transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_12 {
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_13 {
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_14 {
  -webkit-transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_15 {
  -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_16 {
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_17 {
  -webkit-transition: all 1700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_18 {
  -webkit-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_19 {
  -webkit-transition: all 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_20 {
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_21 {
  -webkit-transition: all 2100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_22 {
  -webkit-transition: all 2200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_23 {
  -webkit-transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_24 {
  -webkit-transition: all 2400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_25 {
  -webkit-transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_26 {
  -webkit-transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_27 {
  -webkit-transition: all 2700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_28 {
  -webkit-transition: all 2800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_29 {
  -webkit-transition: all 2900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 2900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.tra_30 {
  -webkit-transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms ease;
}

.delay_1 {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.delay_2 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay_3 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay_4 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay_5 {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay_6 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay_7 {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay_8 {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.delay_9 {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.delay_10 {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

/* .js- */
.js-appear_in {
  opacity: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.js-appear_in.l {
  -webkit-transform: translate3d(-2rem, -10rem, 0) scale(1) rotate(-3deg);
  transform: translate3d(-2rem, -10rem, 0) scale(1) rotate(-3deg);
}

.js-appear_in.r {
  -webkit-transform: translate3d(2rem, -10rem, 0) scale(1) rotate(3deg);
  transform: translate3d(2rem, -10rem, 0) scale(1) rotate(3deg);
}

.on .js-appear_in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.js-txt p,
.js-txt_word p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0em;
  overflow: hidden;
  margin: -0.2rem 0;
}

.js-txt p span,
.js-txt_word p span {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  padding: 0.2rem 0;
}

.js-txt_hover p {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0em;
  overflow: hidden;
}

.js-txt_hover p span {
  display: inline-block;
  will-change: transform;
}

.js-txt_hover.hide {
  position: absolute;
  top: 0;
  left: 0;
}

.js-txt_hover.hide p span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.on .js-txt p span,
.on .js-txt_word p span,
.on.js-txt p span,
.on.js-txt_word p span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
  .js-txt_hover_h:hover .js-txt_hover.main p span {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .js-txt_hover_h:hover .js-txt_hover.hide p span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* keyframes */
@-webkit-keyframes thumSlider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes thumSlider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ------------------------------------
  sp
------------------------------------ */
@media screen and (max-width: 390px) {
  html {
    font-size: 10px;
    font-size: 2.56vw;
  }
}

@media screen and (min-width: 391px) and (max-width: 767px) {
  html {
    font-size: 10px;
    font-size: 2.56vw;
  }
}

html body {
  font-size: 1rem;
  line-height: 1.58;
}

/* common */
.c-width {
  width: auto;
  margin: 0 2.56%;
  position: relative;
}

#wrapper {
  width: 100%;
  position: relative;
}

/* #header */
#header {
  width: 100%;
  height: 8.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

#header .logo {
  width: 100%;
}

/* #content */
#content {
  width: 100%;
  /* common */
  /* #kv_block */
  /* #title_block */
  /* #content_block */
  /* #cp_block */
  /* #artist_block */
  /* #store_block */
}

#content .topic {
  margin: 0 1.5rem 4rem;
  position: relative;
}

#content .topic:before, #content .topic:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/img/icn_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
}

#content .topic:before {
  left: 0;
}

#content .topic:after {
  right: 0;
}

#content .topic img {
  margin: 0 auto;
}

#content #kv_block {
  width: 100%;
  height: 31rem;
  position: relative;
}

#content #kv_block .bx-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#content #kv_block .bx-wrapper .bx-viewport {
  height: 100%;
}

#content #kv_block .bx-wrapper .bx-controls {
  display: none;
}

#content #kv_block .slide li img {
  width: 100%;
}

#content #title_block {
  width: 100%;
  height: calc(100svh - (8.3rem + 31rem));
  max-height: 27.1rem;
  min-height: 26rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#12121c), to(#3b404e));
  background: linear-gradient(180deg, #12121c 0%, #3b404e 100%);
  position: relative;
  z-index: 10;
}

#content #title_block:before, #content #title_block:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/img/icn_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}

#content #title_block:before {
  top: 6rem;
  left: 3.85%;
}

#content #title_block:after {
  top: 24.4rem;
  right: 3.85%;
}

#content #title_block .marq_sp {
  width: 92.31%;
  height: 3rem;
  margin: 0 auto 2.6rem;
  border-top: 1px #CFB479 solid;
  border-bottom: 1px #CFB479 solid;
  background-image: url("/img/txt_marq_1_sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#content #title_block .title {
  width: 92.31%;
  width: 36rem;
  margin: 0 auto;
}

#content #title_block .scroll {
  width: 5.8rem;
  height: 2.6rem;
  position: absolute;
  bottom: 1.5rem;
  left: 3.85%;
  background-image: url("/img/txt_scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#content #content_block {
  width: 100%;
  padding: 11.8rem 0 11.6rem 0;
  padding: 8.8rem 0 0.1rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#12121c), to(#3b404e));
  background: linear-gradient(0deg, #12121c 0%, #3b404e 100%);
  /* #message */
  /* .movie_block */
  /* #mv */
  /* #bts */
  /* #interview */
  /* #letter */
}

#content #content_block #message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #EFDFBB;
  margin-bottom: 14.7rem;
}

#content #content_block #message p {
  margin-bottom: 5.8rem;
}

#content #content_block #message p a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: #CFB479;
  border-bottom: 1px #CFB479 solid;
}

#content #content_block #message .pic {
  width: 82.05%;
}

#content #content_block .movie_block {
  margin-bottom: 12.7rem;
}

#content #content_block .movie_block .title {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 500;
  color: #EFDFBB;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.7rem;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  margin-bottom: 2.4rem;
}

#content #content_block .movie_block .title img {
  width: 7.6rem;
}

#content #content_block .movie_block .att {
  color: red;
  font-size: 1.2rem;
  margin: -2rem 0 2.4rem;
  text-align: center;
}

#content #content_block .movie_block .movie .block {
  width: 100%;
  position: relative;
}

#content #content_block .movie_block .movie .block .thum {
  display: block;
  position: relative;
  z-index: 10;
}

#content #content_block .movie_block .movie .block .thum.on {
  opacity: 0;
  pointer-events: none;
}

#content #content_block .movie_block .movie .block .thum .btn {
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -3rem 0 0 -3rem;
}

#content #content_block .movie_block .movie .block .thum .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8rem 0 0 -0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.5rem;
  border-color: transparent transparent transparent #CFB479;
}

#content #content_block .movie_block .movie .block .thum .btn:after {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 1px #CFB479 solid;
  border-radius: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#content #content_block .movie_block .movie .block iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#content #content_block #mv .topic img {
  width: 47.78%;
}

#content #content_block #bts .topic img {
  width: 75%;
}

#content #content_block #interview {
  margin-bottom: 11.9rem;
}

#content #content_block #interview .topic img {
  width: 41.11%;
}

#content #content_block #letter .topic img {
  width: 27.78%;
}

#content #content_block #letter .pic {
  margin: 0 1.5rem 2.5rem 1.5rem;
}

#content #content_block #letter .desc {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 500;
  color: #EFDFBB;
  text-align: center;
}

#content #cp_block {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f3ea), to(white));
  background: linear-gradient(0deg, #f8f3ea 0%, white 100%);
  padding: 12.7rem 0 12rem;
  color: #000;
}

#content #cp_block .topic {
  margin-bottom: 7rem;
}

#content #cp_block .topic:before, #content #cp_block .topic:after {
  background-image: url("/img/icn_star_black.svg");
}

#content #cp_block .topic img {
  width: 68.06%;
}

#content #cp_block .topic span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

#content #cp_block .end_block {
  width: 92.31%;
  margin: 0 auto 4.6rem;
}

#content #cp_block .end_block .main {
  border: 2px #FF1500 solid;
  margin-bottom: 0.8rem;
  padding: 1.9rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #FF1500;
}

#content #cp_block .end_block .sub {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #DB4638;
}

#content #cp_block .intro {
  width: 82.05%;
  margin: 0 auto 4.8rem;
  padding: 4.5rem 0 5rem;
  background-color: #F7F6DE;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content #cp_block .intro h3 {
  font-size: 2.6rem;
  line-height: 1.31;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 1.7rem;
  margin-left: -1.7rem;
}

#content #cp_block .intro h3 span {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
  color: #B58C32;
}

#content #cp_block .intro p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  border-top: 1px #D4CAB2 solid;
  padding-top: 3.1rem;
}

#content #cp_block .sub_topic {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

#content #cp_block .sub_topic span {
  display: inline-block;
  padding: 0 1rem;
  background-color: #CFB479;
}

#content #cp_block .prize {
  width: 92.31%;
  margin: 0 auto 4.5rem;
}

#content #cp_block .prize .desc {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 2.9rem;
}

#content #cp_block .prize .block {
  padding: 2.7rem 0 0 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content #cp_block .prize .block.b1 {
  height: 17.7rem;
  background-image: url(/img/bg_prize_b1.svg);
  margin-bottom: -1.8rem;
  z-index: 10;
}

#content #cp_block .prize .block.b1 .pic {
  width: 24.9rem;
  position: absolute;
  top: -5rem;
  right: -1.5rem;
}

#content #cp_block .prize .block.b2 {
  height: 61rem;
  padding-top: 4.8rem;
  background-image: url(/img/bg_prize_b2.svg);
}

#content #cp_block .prize .block.b2 .pic {
  width: 39rem;
  position: absolute;
  bottom: -5.5rem;
  left: -1.4rem;
}

#content #cp_block .prize .block.b2 .pic p {
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 700;
  color: #CFB479;
  position: absolute;
}

#content #cp_block .prize .block.b2 .pic p.n1 {
  top: 8.4rem;
  right: 4.7rem;
}

#content #cp_block .prize .block.b2 .pic p.n2 {
  top: 19rem;
  left: 4.2rem;
}

#content #cp_block .prize .block.b2 .pic p.n3 {
  top: 35rem;
  right: 6.6rem;
}

#content #cp_block .prize .block .item {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: 700;
}

#content #cp_block .prize .block .item .g {
  color: #B58C32;
}

#content #cp_block .prize .block .item .s {
  font-size: 1.2rem;
}

#content #cp_block .prize .block .att {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #828282;
  margin-top: 0.6rem;
}

#content #cp_block .period {
  width: 92.31%;
  margin: 0 auto 1.5rem;
  padding: 3rem 3rem 3rem 3rem;
  border: 1px #CFB479 solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content #cp_block .period .date {
  width: 22.4rem;
  margin: 0 auto;
}

#content #cp_block .howto {
  width: 92.31%;
  margin: 0 auto 1.5rem;
  padding: 3rem 3rem 3rem 3rem;
  border: 1px #CFB479 solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content #cp_block .howto ul {
  padding-top: 1.4rem;
}

#content #cp_block .howto ul li:nth-of-type(1) {
  margin-bottom: 3rem;
}

#content #cp_block .howto ul li .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

#content #cp_block .howto ul li .step .num {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px #CFB479 solid;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #CFB479;
  text-align: center;
}

#content #cp_block .howto ul li .step .desc {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 700;
}

#content #cp_block .howto ul li .btn {
  margin-bottom: 1rem;
}

#content #cp_block .howto ul li .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  width: 100%;
  height: 5.4rem;
  border-radius: 2.7rem 2.7rem;
  font-size: 1.8rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #CFB479;
  text-align: center;
  background-color: #000;
}

#content #cp_block .howto ul li .btn a img {
  width: 1.7rem;
}

#content #cp_block .howto ul li .btn .end {
  width: 100%;
  height: 5.4rem;
  border-radius: 2.7rem 2.7rem;
  font-size: 1.8rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  background-color: #828282;
}

#content #cp_block .howto ul li .att {
  font-size: 1.2rem;
  font-weight: 500;
  color: #828282;
  text-align: center;
}

#content #cp_block .notes {
  width: 92.31%;
  height: 27.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 3rem 3rem 3rem 4rem;
  border: 1px #A7A7A7 solid;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content #cp_block .notes p {
  font-size: 1.4rem;
  line-height: 1.57;
}

#content #cp_block .notes p.t1 {
  font-weight: 700;
  margin: 0 0 3rem 1rem;
}

#content #cp_block .notes p span {
  display: block;
  position: relative;
  padding-left: 1rem;
}

#content #cp_block .notes p span:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50% 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #000;
}

#content #artist_block {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#12121c), to(#3b404e));
  background: linear-gradient(0deg, #12121c 0%, #3b404e 100%);
  padding: 12.7rem 0 12rem;
}

#content #artist_block .topic img {
  width: 60.83%;
}

#content #artist_block .profile {
  margin: 0 1.5rem;
}

#content #artist_block .profile .pic {
  width: 100%;
  margin-bottom: 2.2rem;
}

#content #artist_block .profile .info {
  margin: 0 3rem;
}

#content #artist_block .profile .info .name {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
}

#content #artist_block .profile .info .desc {
  font-size: 1.2rem;
  color: #BEBEBE;
  text-align: justify;
  margin-bottom: 3rem;
}

#content #artist_block .profile .info .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#content #artist_block .profile .info .sns:before {
  content: "";
  width: 12.6rem;
  height: 1px;
  background-color: #BEBEBE;
  position: absolute;
  top: 50%;
  left: 0;
}

#content #artist_block .profile .info .sns li {
  width: 2.7rem;
}

#content #artist_block .profile .info .sns li:last-child {
  width: 3rem;
}

#content #artist_block .profile .info .sns li a {
  display: block;
}

#content #artist_block .profile .info .sns li img {
  width: 100%;
}

#content #artist_block .cross {
  width: 4.2rem;
  margin: 4.5rem auto;
}

#content #store_block {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f3ea), to(white));
  background: linear-gradient(0deg, #f8f3ea 0%, white 100%);
  padding: 12.7rem 0 12rem;
}

#content #store_block .topic:before, #content #store_block .topic:after {
  background-image: url("/img/icn_star_black.svg");
}

#content #store_block .topic img {
  width: 53.33%;
}

#content #store_block .bnr {
  margin: 0 1.5rem;
  background-color: #000;
}

#content #store_block .bnr .pic {
  width: 100%;
  overflow: hidden;
}

#content #store_block .bnr .info {
  padding: 2.3rem 0 1.9rem 1.5rem;
  position: relative;
}

#content #store_block .bnr .info:before {
  content: "";
  width: 5.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #383838;
}

#content #store_block .bnr .info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  margin-top: -0.4rem;
}

#content #store_block .bnr .info .title {
  margin-bottom: 0.8rem;
}

#content #store_block .bnr .info .title img {
  width: 21.6rem;
}

#content #store_block .bnr .info .desc {
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 500;
}

/* #footer */
#footer {
  width: 100%;
  height: 13.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

#footer .logo {
  width: 100%;
}

/* #modal */
#modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 28, 0.9)), to(rgba(59, 64, 78, 0.9)));
  background: linear-gradient(180deg, rgba(18, 18, 28, 0.9) 0%, rgba(59, 64, 78, 0.9) 100%);
}

#modal .area_close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#modal .btn_close {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

#modal .inner {
  width: calc(100% - 30px);
  height: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9c18c), to(#bba066));
  background: linear-gradient(180deg, #d9c18c 0%, #bba066 100%);
}

#modal .inner .fix {
  height: 18.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#modal .inner .fix .title {
  width: 88.89%;
  margin: 3.8rem auto 3rem;
}

#modal .inner .fix .desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  position: relative;
  margin: 0 2rem;
}

#modal .inner .fix .desc:before, #modal .inner .fix .desc:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("/img/icn_star_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
}

#modal .inner .fix .desc:before {
  left: 0;
}

#modal .inner .fix .desc:after {
  right: 0;
}

#modal .inner .sc {
  width: 100%;
  height: calc(100% - 18.8rem);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 2.4rem;
}

#modal .inner .sc p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.58;
}

/* ------------------------------------
  pc
------------------------------------ */
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1080px) {
  html {
    font-size: 13.8px;
    font-size: 1.15vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 1081px) and (max-width: 1440px) {
  html {
    font-size: 13.8px;
    font-size: 1.15vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  html {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  /* common */
  .forpc {
    display: block;
  }
  .forsp {
    display: none !important;
  }
  .hover_opa:hover {
    opacity: 0.7;
  }
  #wrapper {
    width: 100%;
    position: relative;
  }
  /* #header */
  #header {
    width: 50%;
    height: calc(50vw / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  #header {
    width: calc(100% - 720px);
  }
}

@media screen and (min-width: 768px) {
  #header .logo {
    width: 100%;
  }
  /* #content */
  #content {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin-left: 50%;
    /* #kv_block */
    /* #title_block */
    /* #content_block */
    /* #cp_block */
    /* #store_block */
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #content {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  #content {
    width: 720px;
    margin-left: calc(100% - 720px);
  }
}

@media screen and (min-width: 768px) {
  #content #kv_block {
    width: 50%;
    height: calc(100vh - (50vw / 6));
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  #content #kv_block {
    width: calc(100% - 720px);
  }
}

@media screen and (min-width: 768px) {
  #content #kv_block .slide li img {
    width: 100%;
    height: calc(100vh - (50vw / 6));
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  #content #title_block {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 7.5rem 0 10rem;
  }
  #content #title_block:before {
    top: 7.8rem;
  }
  #content #title_block:after {
    top: 28.4rem;
  }
  #content #title_block .marq_pc .left, #content #title_block .marq_pc .right {
    width: 28px;
    height: 100%;
    position: fixed;
    top: 0;
    border-left: 1px #CFB479 solid;
    border-right: 1px #CFB479 solid;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 11px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #content #title_block .marq_pc .left, #content #title_block .marq_pc .right {
    width: 20px;
    background-size: 8px auto;
  }
}

@media screen and (min-width: 768px) {
  #content #title_block .marq_pc .left {
    background-image: url("/img/txt_marq_1.svg");
    left: 50%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  #content #title_block .marq_pc .left {
    left: calc(100% - 720px);
  }
}

@media screen and (min-width: 768px) {
  #content #title_block .marq_pc .right {
    background-image: url("/img/txt_marq_2.svg");
    right: 0;
  }
  #content #content_block {
    padding-top: 0;
    /* .movie_block */
  }
  #content #content_block .movie_block .movie .block .thum:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  #content #content_block .movie_block .movie .block .thum .btn:after {
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  #content #content_block .movie_block .movie .block .thum:hover:before {
    opacity: 0.3;
  }
  #content #content_block .movie_block .movie .block .thum:hover .btn:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #content #cp_block .howto ul li .btn a:hover {
    color: #fff;
    background-color: #CFB479;
  }
  #content #store_block .bnr .info:before {
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  #content #store_block .bnr a:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #content #store_block .bnr a:hover .info:before {
    background-color: #CFB479;
  }
  /* #modal */
  #modal {
    width: calc(50% - 60px);
    right: 30px;
    margin-left: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #modal {
    width: calc(50% - 40px);
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1441px) {
  #modal {
    width: 660px;
  }
}

@media screen and (min-width: 768px) {
  #modal .inner {
    width: calc(100% - 90px);
    left: 45px;
  }
}
