@charset "utf-8";
/*==================================
SWITCH DOT LINE WCS-CSS 5.0
https://www.switchdotline.net/
Edit:2024 -
LastUpdate:20250429
==================================*/

/*==================================
LAYOUT
==================================*/
html {
  font-size: 15px;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #000;
  line-height: 160%;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #c1c6c6;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

#content-area:before {
  content: "";
  width: 100vw;
  height: 40px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

body,
#content-area:before {
  background-image: url(../common/bg_graphic.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

#content-area {
  width: calc(100vw - 60px);
  position: relative;
  top: 90px;
  left: 30px;
}

article {
  display: block;
  padding: 30px 0 0 0;
  margin: 0 auto;
  background-color: #0f1111;
  background-image: url(../common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
}

section {
  padding: 90px 0 150px 0;
  margin: 0;
  position: relative;
}

#page-index section {
  padding: 120px 0 150px 0;
}

section:before {
  content: "";
  display: block;
  width: calc(100vw - 60px);
  height: 6px;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.device_width {
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.inner_block {
  display: block;
  padding: 30px 40px;
  margin: 0 0 90px 0;
  background-color: #1e2123;
}

/*==================================
ANCHOR LINK
==================================*/
.anchor {
  display: block;
  padding-top: 210px !important;
  margin-top: -210px !important;
  position: absolute;
}

/*==================================
BTN PAGETOP
==================================*/
a.fixed_pagetop {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #1e2123;
  border-bottom: 1px solid #1e2123;
  border-top: 1px solid #1e2123;
  border-radius: 6px 0 0 6px;
  background-color: #0f1111;
  background-image: url(../common/icon-pagetop.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: fixed;
  right: 0;
  bottom: 45px;
  z-index: 100;
  transition: 0.4s;
}

a:hover.fixed_pagetop {
  background-color: #71b6ad;
  background-image: url(../common/icon-pagetop_hover.svg);
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: calc(100vw - 60px);
  height: 90px;
  background-color: #0f1111;
  background-image: url(../common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
  border-radius: 10px 10px 0 0;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 20;
  transition: 0.4s;
}

header:after {
  content: "";
  width: 100%;
  height: 6px;
  background-image: url(../common/emboss_line.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

header a {
  color: #fff;
}

/* HEAD LOGO */
header #head_logo {
  display: block;
  width: 26px;
  height: 54px;
  padding: 0;
  margin: 20px 0 0 0;
  background-image: url(../common/logo-monsta_x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% - 13px);
  top: 0;
  transition: 0.4s;
}

header #head_logo:hover {
  filter: drop-shadow(0 0 5px rgba(141, 12, 66, 0.7));
}

/* NAV */
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 90px;
  position: absolute;
  left: 30px;
  top: 0;
}

header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

header nav ul li {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1rem;
  position: relative;
}

header nav ul li a,
header nav ul li.member_id {
  display: block;
  padding: 0 0 0 25px;
  color: #c1c6c6;
  position: relative;
  transition: 0.4s;
}

header nav ul li.member_id {
  padding: 0;
  margin-left: -15px;
  color: #c1c6c6;
}

header nav ul li a {
  margin: 0 45px 0 0;
}

header nav ul li:last-of-type a {
  margin: 0;
}

header nav ul li a:hover {
  text-decoration: none;
  color: #71b6ad;
}

header nav ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../common/dotlight-normal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  transition: 0.4s;
}

header nav ul li a:hover:before {
  background-image: url(../common/dotlight-color.svg);
}

/* MENU ICON */
header #menu_icon {
  display: block;
  width: 54px;
  height: 54px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  background-image: url(../common/icon-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: 0.4s;
  cursor: pointer;
}

header #menu_icon:hover {
  box-shadow: none;
  background-color: #71b6ad;
  background-image: url(../common/icon-menu_hover.svg);
}

/*==================================
FOOTER
==================================*/
footer {
  display: block;
  padding: 60px 60px 45px 60px;
  margin: 0;
  color: #8f9696;
  background-color: #0f1111;
  background-image: url(../common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
  border-radius: 0 0 10px 10px;
  position: relative;
  bottom: 30px;
}

footer a {
  color: #8f9696;
}

footer ul.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  font-size: 0.94rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
}

footer ul.link_list li a {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 20px 0 0;
  text-decoration: none;
  color: #f3f3f3;
}

footer ul.link_list li a:hover {
  color: #71b6ad;
}

footer .credit {
  display: block;
  padding: 65px 0 0 0;
  margin: 0;
  background-image: url(../common/logo-footer.png);
  background-position: right 5px top;
  background-repeat: no-repeat;
  background-size: 80px;
  text-align: right;
}

footer .credit .copyright {
  padding: 0;
  margin: 0;
  font-size: 0.72rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

footer #sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer #sns_link li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 30px 0 0;
}

footer #sns_link li:last-of-type {
  margin: 0;
}

footer #sns_link li a {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.4s;
  transform: scale(1);
}

footer #sns_link li a:hover {
  filter: drop-shadow(0 0 3px rgba(243, 243, 243, 0.2));
  transform: scale(1.3);
}

footer #sns_link li a.sns-x {
  background-image: url(../common/snsicon-x_mono.png);
}

.page-fanclub footer #sns_link li a.sns-x {
  background-image: url(../common/snsicon-x_dark.png);
}

footer #sns_link li a:hover.sns-x {
  background-image: url(../common/snsicon-x.png);
}

footer #sns_link li a.sns-facebook {
  background-image: url(../common/snsicon-fb_mono.png);
}

.page-fanclub footer #sns_link li a.sns-facebook {
  background-image: url(../common/snsicon-fb_dark.png);
}

footer #sns_link li a:hover.sns-facebook {
  background-image: url(../common/snsicon-fb.png);
}

footer #sns_link li a.sns-instagram {
  background-image: url(../common/snsicon-inst_mono.png);
}

.page-fanclub footer #sns_link li a.sns-instagram {
  background-image: url(../common/snsicon-inst_dark.png);
}

footer #sns_link li a:hover.sns-instagram {
  background-image: url(../common/snsicon-inst.png);
}

footer #sns_link li a.sns-youtube {
  background-image: url(../common/snsicon-yt_mono.png);
}

.page-fanclub footer #sns_link li a.sns-youtube {
  background-image: url(../common/snsicon-yt_dark.png);
}

footer #sns_link li a:hover.sns-youtube {
  background-image: url(../common/snsicon-yt.png);
}

footer #sns_link li a.sns-tiktok {
  background-image: url(../common/snsicon-tiktok_mono.png);
}

.page-fanclub footer #sns_link li a.sns-tiktok {
  background-image: url(../common/snsicon-tiktok_dark.png);
}

footer #sns_link li a:hover.sns-tiktok {
  background-image: url(../common/snsicon-tiktok.png);
}

footer #sns_link li a.sns-line {
  background-image: url(../common/snsicon-line_mono.png);
}

.page-fanclub footer #sns_link li a.sns-line {
  background-image: url(../common/snsicon-line_dark.png);
}

footer #sns_link li a:hover.sns-line {
  background-image: url(../common/snsicon-line.png);
}

/*==================================
CSS ANIMATION
==================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/*==================================
EMBED MOV RATIO
==================================*/
/* EMBED VIDEO */
.embed_video {
  margin: 15px auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================================
SPLIDE COMMON
==================================*/
/* NAVIGATION */
.splide__pagination {
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
  bottom: -35px !important;
  width: 860px !important;
}

.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  margin: 0 7px !important;
  border-radius: 6px !important;
  background: #f3f3f3 !important;
  opacity: 0.3 !important;
  transition: 0.4s !important;
}

.splide__pagination__page:hover {
  background: #71b6ad !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  background: #71b6ad !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}

/* ARROWS */
.splide__arrow {
  width: 30px !important;
  height: 30px !important;
  background: #1e2123 !important;
  border-radius: 2px !important;
  top: calc(100% + 40px) !important;
  transition: 0.4s;
  opacity: 1 !important;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  left: 40px !important;
}

.splide__arrow:disabled {
  opacity: 0.4 !important;
}

.splide__arrow:hover:not(:disabled) {
  background: #71b6ad !important;
  opacity: 1 !important;
}

.splide__arrow svg {
  fill: #c1c6c6 !important;
  height: 0.9em !important;
  width: 0.9em !important;
}

.splide__arrow:hover svg {
  fill: #1e2123 !important;
}

/* PROGRESS BAR */
.splide__progress {
  width: 860px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: calc(50% - 430px);
  bottom: 0;
}

.splide__progress__bar {
  background-color: #71b6ad !important;
  height: 2px !important;
}

/* SLIDE MEDIA */
.slide-media_auto,
.slide-media_video_auto {
  margin: 0 0 75px 0;
}

.slide-media_auto .splide__slide,
.slide-media_video_auto .splide__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 860px;
  /* height: 540px; */
  background-color: #2c2c2c;
}

.entry_body .slide-media_auto .splide__slide {
  width: 740px !important;
}

.slide-media_auto .splide__slide img,
.slide-media_video_auto .splide__slide img {
  max-width: 100%;
  max-height: 100%;
}

.slide-media_auto .splide__slide {
  opacity: 0.5;
}

.slide-media_auto .splide__slide.is-active {
  opacity: 1;
}

/* SLIDE VIDEO */
.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 60px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

/* SLIDE PHOTO GALLERY */
.slide-gallery {
  height: 0;
  padding-bottom: 100%;
  margin: 0 auto;
  background-color: #141616;
  position: relative;
  /* overflow: hidden; */
}

.slide-gallery .splide {
  position: absolute;
  height: 100%;
}

.slide-gallery .splide__track {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.slide-gallery .splide__slide {
  display: flex;
  justify-content: center;
}

.slide-gallery .splide__slide img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  align-self: center;
}

.entry_gallery {
  padding: 0;
  margin: 0 0 75px 0;
  background-color: #1e2123;
}

.entry_gallery .slide-gallery {
  padding-bottom: 75%;
  background-color: #1e2123;
}

/*==================================
GALLERY 3列
==================================*/
.grid_gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.grid_gallery ul li {
  width: calc(100% / 3);
  padding: 0;
  margin: 0;
}

.grid_gallery ul li a {
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.grid_gallery ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.grid_gallery ul li a:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.grid_gallery ul li a img {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/*==================================
INTRO ANIMATION
==================================*/
#intro_ani {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #0f1111;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  animation: fixed 2s ease-in-out 0s 1 forwards;
}

#intro_ani .logo_fade {
  width: 100vw;
  height: 100vh;
  background-image: url(../common/title_monbebe_japan-sp.png);
  background-position: left 10vw center;
  background-repeat: no-repeat;
  background-size: 240px;
  animation: logo_fade 1.6s ease-in-out 0s 1 forwards;
}

/* intro_ani */
@keyframes fixed {
  0%,
  80% {
    opacity: 1;
  }
  90% {
    z-index: 200;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes logo_fade {
  0% {
    filter: grayscale(100%);
    opacity: 0;
  }
  15% {
    filter: grayscale(100%);
    opacity: 1;
  }
  40% {
    filter: grayscale(100%);
  }
  55% {
    filter: grayscale(0%);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*==================================
INDEX BANNER
==================================*/
#index_banner {
  padding: 30px 0 36px 0 !important;
  margin: 0;
  background-image: url(../common/bg-content_dark.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
}

.slide-index_banner .splide__slide,
.slide-index_banner .splide__slide.splide__slide--clone.is-active {
  opacity: 0.3;
}

.slide-index_banner .splide__slide.is-active,
.slide-index_banner .splide__slide.is-prev,
.slide-index_banner .splide__slide.is-next {
  opacity: 1;
}

.slide-index_banner .splide__slide {
  max-width: 280px;
  max-height: 158px;
  margin: 0 5px;
}

.slide-index_banner .splide__slide img {
  width: 280px;
  height: 158px;
  object-fit: cover;
}

/*==================================
ENTRY HEAD
==================================*/
/* ENTRY LIST */
.entry_list {
  display: block;
  margin: 0 0 90px 0;
}

.entry_list .entry_head {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}

.entry_list .entry_head a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  transition: 0.4s;
}

.entry_list .entry_head a:hover {
  text-decoration: none;
}

/* ENTRY HEAD */
.entry_head-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0 10px 60px;
  min-height: 90px;
  background-image: url(../common/pattern_border.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 15px;
}

.entry_list .entry_head-detail {
  padding: 10px 0;
  background-position: 82% 0;
}

.entry_list .entry_head-detail.thm {
  padding: 10px 0 10px 60px;
  background-position: 0 0;
  flex-direction: row-reverse;
}

.entry_list .entry_head-detail.discography,
.entry_list .entry_head-detail.movie {
  padding: 0 0 0 45px;
  background-position: 0 0;
  flex-direction: row-reverse;
}

.entry_head-title {
  width: calc(100% - 160px);
  padding: 0 40px 0 0;
}

#page-fc_contents .entry_page .entry_head-title {
  width: 100%;
  padding: 0 60px 0 0;
}

.entry_head-title h3,
.discography .entry_head-title h4,
.movie .entry_head-title h4 {
  padding: 0;
  margin: 0;
  color: #f3f3f3;
  line-height: 140%;
  font-size: 1.34rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  transition: 0.4s;
}

.discography .entry_head-title h4,
.movie .entry_head-title h4 {
  margin: 4px 0 0 0;
  font-size: 0.94rem;
}

.entry_head-title p.imp-fc {
  padding: 5px 0 0 0;
  margin: 0;
  color: #8d0c42;
  font-size: 0.86rem;
  font-family: "fira-mono", monospace;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: 0.4s;
}

.entry_list .entry_head a:hover .entry_head-title h3,
.entry_list .entry_head a:hover .entry_head-title h4 {
  color: #71b6ad;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

/* .entry_list .entry_head a:hover .entry_head-title p.imp-fc {
  color: #71b6ad;
  opacity: 0.5;
} */

/* ENTRY PAGE HEAD */
#news_entry .entry_page .entry_head-title {
  width: 100%;
  padding: 0 60px 0 0;
}

.entry_page .entry_head-detail.discography {
  flex-direction: row-reverse;
}

.entry_page .entry_head-title h3 {
  font-size: 1.6rem;
}

/* CAPTION TITLEAREA */
.entry_head-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  color: #8f9696;
  font-size: 0.86rem;
  font-family: "fira-mono", monospace;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: 0.4s;
}

/* .entry_list .entry_head a:hover .entry_head-caption {
  color: #71b6ad;
  opacity: 0.5;
} */

.entry_head-caption li {
  padding: 0;
  margin: 0;
}

.entry_head-caption li:first-of-type:after,
.entry_head-caption li.imp-fc + li:after {
  content: "/";
  padding: 0 10px;
  color: #8f9696;
}

.entry_head-caption li:last-of-type:after {
  content: "";
  padding: 0;
}

.entry_head-caption li:last-of-type:after {
  content: "";
  padding: 0;
}

.entry_head-caption li.imp-fc {
  color: #8d0c42;
}

/* DISCOGRAPHY */
.discography .entry_head-caption {
  margin: 15px 0 0 0;
}

.discography .entry_head-caption li {
  display: block;
  width: 100%;
  margin: 3px 0;
  line-height: 100%;
}

.discography .entry_head-caption li:first-of-type:after {
  content: "";
  padding: 0;
}

/* CAPTION SIDE */
.entry_head-side_caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  width: 160px;
  padding: 0;
  color: #8f9696;
  font-size: 0.86rem;
  font-family: "fira-mono", monospace;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.entry_head-side_caption li {
  display: block;
  width: 100%;
  padding: 2px 0;
  text-align: right;
  line-height: 130%;
}

.entry_head-side_caption li.label.new {
  width: 50px;
  height: 15px;
  padding: 0;
  margin: 10px 0 0 0;
  background-image: url(../common/label-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SIDE THM */
.entry_list .entry_head-thm,
.entry_page .entry_head-thm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 0;
  margin: 0;
}

.entry_list .discography .entry_head-thm img,
.entry_page .entry_head-thm img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

/* LABEL */
.entry_head-caption li.label {
  width: 100px;
  height: 15px;
  padding: 0;
  margin: 10px 0 0 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.entry_head-caption li.label.new {
  width: 50px;
  margin: 0 0 0 15px;
  background-image: url(../common/label-new.png);
}

/* #fc_contents .entry_head-caption li.label.new,
#fc_contents .entry_head-side_caption li.label.new {
  width: 50px;
  margin: 0 0 0 15px;
  background-image: url(../common/label-new_fc.png);
} */

.entry_head-caption li.label.album {
  background-image: url(../common/label-album.png);
}

.entry_head-caption li.label.digital {
  background-image: url(../common/label-digital.png);
}

.entry_head-caption li.label.dvd_bluray {
  background-image: url(../common/label-dvd_bluray.png);
}

.entry_head-caption li.label.other {
  background-image: url(../common/label-other.png);
}

.entry_head-caption li.label.single {
  background-image: url(../common/label-single.png);
}

/*==================================
ENTRY BODY
==================================*/
.entry_body {
  display: block;
  padding: 60px 60px 90px 60px;
  margin: 30px 0 60px 0;
  background-image: url(../common/emboss_line.png), url(../common/emboss_line.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px, 5px;
  overflow-wrap: anywhere;
}

.entry_body a {
  border-bottom: 1px dashed #71b6ad;
  transition: 0.4s;
}

.entry_body a:hover {
  text-decoration: none;
  border-bottom: 1px solid #71b6ad;
}

.entry_body .caption {
  opacity: 0.7;
}

.entry_body .imp {
  color: #f2ff27;
  font-weight: 700;
}

.entry_body strong {
  color: #f3f3f3;
  font-size: 1.2rem;
  font-weight: 700;
}

.entry_body img {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}

.entry_body .splide img {
  margin: 0;
}

.entry_body p + img {
  margin: 15px 0;
}

.entry_body .inner_block {
  margin: 15px 0;
}

/* MOVIE ENTRY */
#movie_entry .entry_body {
  padding: 0 0 90px 0;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 5px;
}

#movie_entry .entry_body .movie_description {
  padding: 0 60px;
  margin: 45px 0 0 0;
}

/* DISCOGRAPHY ITEM */
.entry_body .inner_block.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.entry_body .inner_block.item .thm {
  width: 160px;
  margin-left: -10px;
}

.entry_body .inner_block.item .thm img {
  padding: 0;
  margin: 0;
}

.entry_body .inner_block.item .thm + .detail {
  width: calc(100% - 160px);
  padding-left: 45px;
}

.entry_body .inner_block.item + a.btn-wide_text {
  margin: -10px 0 45px 0;
}

/* DISCOGRAPHY TRACKLIST */
.entry_body .item-tracklist {
  padding: 0;
  margin: 20px 0;
}

.entry_body .item-tracklist h4 {
  padding: 0;
  margin: 0 0 5px 0;
  color: #f3f3f3;
  font-size: 1.2rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.entry_body .item-tracklist ol {
  padding: 0;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}

.entry_body .item-tracklist ol li {
  padding: 5px 0;
}

/*==================================
SELECT ENTRY
==================================*/
#select_entry {
  width: 100%;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: left;
  font-size: 1rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#select_entry select {
  width: auto;
  padding: 0 40px 10px 5px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../common/btn-link_highlight.png), url(../common/icon-down.svg);
  background-position: left bottom, right 5px top 10px;
  background-repeat: repeat-x, no-repeat;
  background-size: 16px, 14px;
  color: #f3f3f3;
  border: none;
  outline: none;
  text-align: left;
  letter-spacing: 0.1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.4s;
}

#select_entry select:hover {
  background-image: url(../common/btn-link_hover.png), url(../common/icon-down_hover.svg);
  color: #71b6ad;
}

#fc_contents #select_entry select:hover {
  background-image: url(../common/btn-link_fc.png), url(../common/icon-down_fc_hover.svg);
  color: #8d0c42;
}

#select_entry select:focus {
  outline: none;
}

#select_entry option {
  width: auto;
}

#select_entry .select_group {
  display: inline-block;
  width: auto;
  color: #8f9696;
  background-image: url(../common/btn-link_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 16px;
}

#select_entry .select_group:before {
  content: "Select Category";
  padding: 0 15px 10px 5px;
}

/*==================================
ENTRY PAGER
==================================*/
.pager {
  display: block;
  width: 860px;
  padding: 0;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
}

.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pager ul li {
  padding: 0;
  margin: 0 4px;
}

.pager ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #f3f3f3;
  line-height: 100%;
  opacity: 0.7;
  transition: 0.4s;
}

.pager ul li a.selected,
.pager ul li a:hover {
  color: #71b6ad;
  text-decoration: none;
  opacity: 1;
}

.pager ul li a.selected {
  cursor: default;
}

.pager ul li a.pager-left {
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_highlight.png);
  background-position: left center, -5px center;
  background-repeat: repeat-x, no-repeat;
  background-size: 16px, 16px;
}

.pager ul li a.pager-right {
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_highlight.png);
  background-position: right center, right -5px center;
  background-repeat: repeat-x, no-repeat;
  background-size: 16px, 16px;
}

.pager ul li a:hover.pager-left {
  background-image: url(../common/btn-link_hover.png);
  background-position: left center;
  background-repeat: repeat-x;
}

.pager ul li a:hover.pager-right {
  background-image: url(../common/btn-link_hover.png);
  background-position: right center;
  background-repeat: repeat-x;
}

/*==================================
BTN PREV_NEXT
==================================*/
.btn-prevnext {
  display: block;
  width: 860px;
  min-height: 40px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.device_width .btn-prevnext {
  width: 100%;
  margin-top: 30px;
}

.btn-prevnext a,
.btn-prevnext button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 3);
  padding: 0 2px 15px 2px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_highlight.png);
  background-position: center bottom, center bottom;
  background-repeat: repeat-x, no-repeat;
  background-size: 16px, 16px;
  border: none;
  outline: none;
  color: #8f9696;
  font-size: 1.1rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: absolute;
  top: 0;
}

.btn-prevnext a.prev,
.btn-prevnext button.prev {
  justify-content: left;
  background-position: center bottom, left 2px bottom;
  left: 0;
  transition: 0.4s;
}

.btn-prevnext a.next,
.btn-prevnext button.next {
  background-position: center bottom, right 2px bottom;
  justify-content: right;
  right: 0;
  transition: 0.4s;
}

.btn-prevnext a:hover,
.btn-prevnext button:hover {
  padding: 0 0 15px 0;
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_hover.png);
  color: #71b6ad;
  text-decoration: none;
}

.btn-prevnext a:hover.prev,
.btn-prevnext button:hover.prev {
  background-position: center bottom, left 0 bottom;
}

.btn-prevnext a:hover.next,
.btn-prevnext button:hover.next {
  background-position: center bottom, right 0 bottom;
}

/*==================================
BTN WIDE TEXT
==================================*/
a.btn-wide_text,
button.btn-wide_text {
  display: block;
  padding: 15px;
  margin: 30px 0 45px 0;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_highlight.png);
  background-position: left center, -5px center;
  background-repeat: repeat, repeat-y;
  background-size: 16px, 16px;
  color: #f3f3f3;
  text-align: center;
  font-weight: 700;
  transition: 0.4s;
}

a.btn-wide_text:last-of-type,
button.btn-wide_text:last-of-type {
  margin: 30px 0 0 0;
}

a:hover.btn-wide_text,
button:hover.btn-wide_text {
  text-decoration: none;
  border: none;
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_hover.png);
  background-position: left center, -15px center;
  background-repeat: repeat, repeat-y;
  background-size: 16px, 16px;
  background-color: #71b6ad;
  color: #1e2123;
}

/*==================================
MAINVISUAL AREA
==================================*/
#mainvisual_area {
  padding: 45px 0;
  position: relative;
  background-color: #0f1111;
  background-image: url(../common/bg-content_dark.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
}

#mainvisual_area:before {
  content: "";
  display: block;
  width: calc(100vw - 60px);
  height: 6px;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* MAINVISUAL SINGLE MODE */
.mainvisual_single_img {
  display: block;
  width: 100%;
  height: calc((100vw - 60px) / 1.62);
  background-color: #000;
  background-image: url(../upload/mainvisual-monstax.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* MAINVISUAL SLIDE */
#mainvisual_slide {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slide-mainvisual_loop .splide__slide {
  width: 324px;
  margin: 0 2px;
  position: relative;
  padding-bottom: 606px;
  /* padding-bottom: 62%; */
  height: 0;
  overflow: hidden;
}

.slide-mainvisual_loop .splide__slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-mainvisual_loop .splide__slide span.mainvisual-01 {
  background-image: url(../upload/mainvisual-01.jpg);
}

.slide-mainvisual_loop .splide__slide span.mainvisual-02 {
  background-image: url(../upload/mainvisual-02.jpg);
}

.slide-mainvisual_loop .splide__slide span.mainvisual-03 {
  background-image: url(../upload/mainvisual-03.jpg);
}

.slide-mainvisual_loop .splide__slide span.mainvisual-04 {
  background-image: url(../upload/mainvisual-04.jpg);
}

.slide-mainvisual_loop .splide__slide span.mainvisual-05 {
  background-image: url(../upload/mainvisual-05.jpg);
}

.slide-mainvisual_loop .splide__slide span.mainvisual-06 {
  background-image: url(../upload/mainvisual-06.jpg);
}

.slide-mainvisual_loop .splide__slide {
  filter: grayscale(100%);
}

.slide-mainvisual_loop .splide__slide span {
  opacity: 0.2;
}

.slide-mainvisual_loop .splide__slide.is-active,
.slide-mainvisual_loop .splide__slide.is-prev,
.slide-mainvisual_loop .splide__slide.is-next {
  filter: grayscale(0%);
}

.slide-mainvisual_loop .splide__slide.is-active span,
.slide-mainvisual_loop .splide__slide.is-prev span,
.slide-mainvisual_loop .splide__slide.is-next span {
  opacity: 1;
}

.slide-mainvisual_loop .splide__slide.is-next span {
  transition: 1.2s;
}

/*==================================
FC CONTENTS
==================================*/
/* INDEX */
#fc_contents {
  padding-top: 0 !important;
}

#fc_contents.entry_page {
  padding-top: 90px !important;
}

#fc_index_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 75px 0;
  background-image: url(../common/bg-content_dark.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
}

#fc_index_header .link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 860px;
  padding: 120px 45px;
  background-image: url(../common/title_monbebe_japan-pc.png);
  background-position: left 45px center;
  background-repeat: no-repeat;
  background-size: 320px;
  font-size: 1.1rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1rem;
  color: #f3f3f3;
}

#fc_index_header .link_area a {
  display: block;
  padding: 0 0 0 25px;
  margin: 0 0 0 45px;
  color: #c1c6c6;
  position: relative;
  transition: 0.4s;
}

#fc_index_header .link_area a:first-of-type {
  margin: 0;
}

#fc_index_header .link_area a:hover {
  text-decoration: none;
  color: #f3f3f3;
  text-shadow: 0 0 10px rgba(141, 12, 66, 1);
}

#fc_index_header .link_area a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../common/dotlight-normal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  transition: 0.4s;
}

#fc_index_header .link_area a:hover:before {
  background-image: url(../common/dotlight-highlight.svg);
  filter: drop-shadow(0 0 5px rgba(141, 12, 66, 1));
}

#fc_contents h2,
#page-mypage h2 {
  color: #8f9696;
  /* text-shadow: 0 0 30px rgba(141, 12, 66, 0.5); */
}

#fc_contents .pager ul li a.selected,
#fc_contents .pager ul li a:hover,
#page-mypage .pager ul li a.selected,
#page-mypage .pager ul li a:hover {
  color: #8d0c42;
}

#fc_contents .pager ul li a:hover.pager-left,
#fc_contents .pager ul li a:hover.pager-right,
#page-mypage .pager ul li a:hover.pager-left,
#page-mypage .pager ul li a:hover.pager-right {
  background-image: url(../common/btn-link_fc.png);
}

/*==================================
ENTRY ACTION
==================================*/
ul.entry_action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 90px 0 0 0;
  list-style: none;
}

ul.entry_action li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px 0 0;
  margin: 0;
  font-size: 1.2rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.08em;
  z-index: 2;
}

ul.entry_action li:last-of-type {
  padding-right: 0;
}

ul.entry_action li a,
ul.entry_action li span {
  min-height: 20px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  color: #c1c6c6;
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0.7;
}

ul.entry_action li a:hover,
ul.entry_action li span:hover {
  color: #71b6ad;
  border: none;
  opacity: 1;
}

ul.entry_action li.selected a,
ul.entry_action li.selected span {
  color: #f3f3f3;
  text-shadow: 0 0 4px rgba(141, 12, 66, 1);
  filter: drop-shadow(0 0 8px rgba(141, 12, 66, 1));
  opacity: 1;
}

ul.entry_action li.action-comment a {
  background-image: url(../common/icon-comment.png);
}

ul.entry_action li.action-comment a:hover {
  background-image: url(../common/icon-comment_hover.png);
}

ul.entry_action li.action-comment.selected a {
  background-image: url(../common/icon-comment_selected.png);
}

ul.entry_action li.action-good span {
  background-image: url(../common/icon-good.png);
}

ul.entry_action li.action-good span:hover {
  background-image: url(../common/icon-good_hover.png);
}

ul.entry_action li.action-good.selected span {
  background-image: url(../common/icon-good_selected.png);
}

/*==================================
PROFILE
==================================*/
#profile_detail {
  padding: 61.9% 60px 0 60px;
  margin: 0;
  background-image: url(../upload/profile_main.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}

#profile_detail h3 {
  display: block;
  padding: 0;
  margin: 60px 0 0 0;
  color: #f3f3f3;
  font-size: 2.3rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06em;
}

#profile_detail h4 {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  font-size: 1rem;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.slide-profile {
  width: 860px;
  padding: 0 10px;
  margin: 60px auto 0 auto;
}

.slide-profile .splide__slide {
  width: 280px;
  margin: 0;
}

.slide-profile .splide__slide {
  filter: grayscale(100%);
  opacity: 0.2;
  transition: 0.4s;
}

.slide-profile .splide__slide.is-active {
  filter: grayscale(0%);
  opacity: 1;
}

.slide-profile .splide__slide div {
  padding: 410px 15px 45px 15px;
  background-color: #1e2123;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}

.slide-profile .splide__slide div.profile_member01 {
  background-image: url(../upload/profile_member01.jpg);
}

.slide-profile .splide__slide div.profile_member02 {
  background-image: url(../upload/profile_member02.jpg);
}

.slide-profile .splide__slide div.profile_member03 {
  background-image: url(../upload/profile_member03.jpg);
}

.slide-profile .splide__slide div.profile_member04 {
  background-image: url(../upload/profile_member04.jpg);
}

.slide-profile .splide__slide div.profile_member05 {
  background-image: url(../upload/profile_member05.jpg);
}

.slide-profile .splide__slide div.profile_member06 {
  background-image: url(../upload/profile_member06.jpg);
}

.slide-profile h3 {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.34rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.06em;
}

.slide-profile h4 {
  display: block;
  padding: 0;
  margin: 10px 0 15px 0;
  font-size: 0.86rem;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.slide-profile p {
  padding: 0;
  margin: 0;
  font-size: 0.94rem;
}

/*==================================
CONTENT PAGE
==================================*/
.content-block {
  display: block;
  padding: 0;
  margin: 0 0 90px 0;
}

.content-title h3 {
  padding: 0;
  margin: 0 0 30px 0;
  color: #f3f3f3;
  line-height: 140%;
  font-size: 2rem;
}

/*==================================
COMMENT AREA
==================================*/
#comment_area {
  padding: 0 60px 90px 60px;
  margin: 0;
}

#comment_area .pager {
  width: 100%;
  margin-top: 45px;
}

#comment_area h4 {
  padding: 0;
  margin: 0;
  color: #c1c6c6;
  font-size: 2rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#comment_area .comment_list {
  padding: 45px 0 0 0;
  margin: 0;
}

#comment_area .comment_post {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  margin: 5px 0 0 0;
  color: #f3f3f3;
  background-color: #1e2123;
}

#comment_area .comment_post:first-of-type {
  margin: 0;
}

#comment_area .comment_post .poster_entry {
  display: block;
  width: 75%;
  padding: 0;
  font-size: 1rem;
}

#comment_area .comment_post .poster_caption {
  width: 25%;
  padding: 0;
  margin: 0;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  text-align: right;
}

#comment_area .comment_post p.poster_id {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: #8d0c42;
}

#comment_area .comment_post .poster_caption .poster_date {
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

#comment_area .comment_post .poster_caption .poster_date .time {
  margin-left: 5px;
}

/* OFFICIAL */
#comment_area .comment_post.official_comment {
  background-color: #241b20;
}

#comment_area .comment_post.official_comment p.poster_id {
  color: #f2ff27;
}

#comment_area .comment_post.official_comment p.poster_date {
  display: none;
}

/* INPUT */
#comment-input {
  padding-bottom: 75px;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 5px;
}

#comment-input textarea,
#comment-input #check_input_text {
  width: 100%;
  min-height: 20rem;
  padding: 30px;
  margin: 0 0 30px 0;
  border: none;
  border-radius: 5px;
  background-color: #1e2123;
  color: #f3f3f3;
  outline: none;
  font-size: 1.2rem;
  line-height: 180%;
  letter-spacing: 0.04em;
}

#comment-input textarea:focus {
  background-color: #71b6ad;
  background-image: none;
  outline: none;
  color: #1e2123;
}

#comment-input textarea::placeholder {
  color: #8f9696;
}

#comment-input textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#comment-input #check_input_text {
  background-color: #1e2123;
  color: #f3f3f3;
}

#comment-input .caption_area {
  display: block;
  padding: 0;
  margin: 45px 0 0 0;
  color: #f3f3f3;
  font-size: 0.86rem;
  opacity: 0.5;
  text-align: left;
}

#comment-input .caption_area p {
  padding: 0;
}

#comment-input .btn-prevnext a,
#comment-input .btn-prevnext button {
  font-size: 1rem;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

#comment-input .btn-prevnext a:hover,
#comment-input .btn-prevnext button:hover {
  color: #71b6ad;
}

#comment-input .btn-prevnext a.imp:hover,
#comment-input .btn-prevnext button.imp:hover {
  background-image: url(../common/btn-link_bg.png), url(../common/btn-link_imp.png);
  color: #f2ff27;
}

/*==================================
MYPAGE
==================================*/
#mypage-head {
  padding: 0;
}

#mypage-head:before {
  display: none;
}

#mypage-head #fc_index_header {
  margin: 0;
}

section.mypage-content {
  padding: 60px 0;
}

.mypage-block {
  padding: 0 60px 0 60px;
  margin: 0;
  overflow-wrap: anywhere;
}

#page-mypage .mypage-block {
  padding-bottom: 60px;
  margin-bottom: 45px;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 5px;
}

.mypage-block .btn-prevnext a {
  font-size: 0.94rem !important;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.mypage-block h2 {
  width: 100%;
  margin: 0 0 30px 0;
  color: #8f9696 !important;
  font-size: 2rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
}

#mypage-dsp_message .message_list {
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 5px 0;
  background-image: url(../common/dotlight-important.svg);
  background-position: left 1rem;
  background-repeat: no-repeat;
  background-size: 10px;
  position: relative;
}

#mypage-dsp_message .message_list:last-of-type {
  margin: 0;
}

#membership_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

/* MEMBERS CARD */
#membership_detail .memberscard_area {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
}

#membership_detail .memberscard_inner {
  margin: 0 auto;
  position: relative;
  padding-bottom: 63.3%;
  height: 0;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

#membership_detail .memberscard_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

#membership_detail .memberscard_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#membership_detail .memberscard_option .number {
  color: #f3f3f3;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  text-align: right;
  line-height: 100%;
  letter-spacing: 0.08em;
  position: absolute;
  right: 11%;
  bottom: 35%;
}

/* MEMBER INFO */
#membership_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

#membership_detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 2px 0 0 0;
  color: #c1c6c6;
}

#membership_detail dl dt {
  width: 30%;
  padding: 10px 15px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  background-color: #1e2123;
  background-image: url(../common/btn-link_highlight.png);
  background-position: -10px center;
  background-repeat: repeat-y;
  background-size: 16px;
}

#membership_detail dl dd {
  width: 70%;
  padding: 10px 15px;
  margin: 0;
  background-color: #1e2123;
  background-image: url(../common/btn-link_bg.png);
  background-position: left center;
  background-repeat: repeat;
  background-size: 16px;
}

/* CARD SELECT */
#mypage-card_change {
  margin: 0 0 60px 0;
}

#mypage-card_change form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#mypage-card_change form .btn-wide_text {
  width: 100%;
  margin: 45px 15px 0 15px;
}

#mypage-card_change .card_face {
  display: block;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #f3f3f3;
  font-size: 0.94rem;
  position: relative;
}

#mypage-card_change .card_face img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 6px;
}

#mypage-card_change .card_face p {
  display: none;
}

#mypage-card_change .card_face label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 15px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.4s;
  opacity: 0.5;
}

#mypage-card_change input[type="radio"] {
  display: none;
}

#mypage-card_change .card_face label:hover {
  opacity: 1;
}

#mypage-card_change input[type="radio"]:checked + label,
#mypage-card_change input[type="radio"].switch:checked + input + label {
  border: 2px solid #f3f3f3;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(113, 182, 173, 0.3));
  opacity: 1;
}

#mypage-mycollection .grid_gallery {
  padding: 30px;
  background-color: #1e2123;
}

#mypage-mycollection .grid_gallery ul li {
  width: calc(100% / 5);
  padding: 3px;
  margin: 0;
}

#mypage-mycollection .pager {
  width: 100%;
  margin-top: 60px;
}

/*==================================
LOGIN
==================================*/
#login_window ul.link_text_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 60px 0;
  margin: 45px 0 60px 0;
  background-image: url(../common/emboss_line.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 5px;
  list-style: none;
  font-size: 0.86rem;
}

#login_window ul.link_text_list li {
  padding: 0;
  margin: 0 0 0 25px;
}

#login_window ul.link_text_list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 0 30px 0 0;
  margin: 0;
  background-color: #141616;
  background-image: url(../common/icon-link_mini_gray.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px;
  color: #9c9c9c;
  line-height: 100%;
}

#login_window ul.link_text_list a:hover {
  background-image: url(../common/icon-link_mini_color.svg);
  color: #71b6ad;
  text-decoration: none;
}

#login_window ul.link_text_list a:last-of-type {
  padding: 0;
}

#login_window #login_form {
  padding: 90px;
  margin: 0 0 90px 0;
  background-image: url(../common/emboss_line.png), url(../common/emboss_line.png);
  background-position: center bottom, center top;
  background-repeat: repeat-x, repeat-x;
  background-size: 5px, 5px;
}

#login_form .form_input_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#login_form .inpit_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: left;
}

#login_form .inpit_block:last-of-type {
  margin: 0;
}

#login_form .inpit_block input {
  width: 75%;
  padding: 10px 15px;
  margin: 0;
  border: none;
  background-color: #1e2123;
  outline: none;
  color: #71b6ad;
  font-size: 1rem;
  letter-spacing: 0.08em;
  transition: 0.4s;
}

#login_form .inpit_block input::placeholder {
  color: #f3f3f3;
  opacity: 0.5;
}

#login_form .inpit_block input:focus {
  background-color: #71b6ad;
  color: #1e2123;
}

#login_form .inpit_block input:focus::placeholder {
  color: #1e2123;
  opacity: 0.5;
}

#login_form .inpit_block label {
  display: block;
  width: 25%;
  padding: 0 15px 0 0;
  margin: 0 0 5px 0;
  color: #f3f3f3;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: right;
}

#login_form .btn-prevnext a.next,
#login_form .btn-prevnext button.next {
  color: #f3f3f3;
}

#login_form .btn-prevnext a:hover.next,
#login_form .btn-prevnext button:hover.next {
  color: #71b6ad;
}

#member_login .btn-wide_text {
  margin: 0 90px;
}

/* ERROR_MSG */
#login_form .error_msg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #f2ff27;
  line-height: 100%;
  font-size: 0.86rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -60px;
}

#login_form .error_msg:before {
  content: "";
  width: 10px;
  height: 50px;
  background-color: #f2ff27;
  border-radius: 2px;
  position: absolute;
  left: -30px;
  top: -30px;
}

/*==================================
ERROR
==================================*/
#error h2 {
  color: #f2ff27;
}

#error h3 {
  padding: 0;
  margin: 0 0 5px 0;
  color: #f2ff27;
}

/*==================================
COMMON MENU
==================================*/
#menu {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

#menu .menu_modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

#menu .menu_window {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 460px;
  min-height: 100vh;
  padding: 60px;
  text-align: left;
  background-color: #0f1111;
  background-image: url(../common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 150px;
  color: #c1c6c6;
  font-size: 1.4rem;
  font-family: "new-order", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: absolute;
  right: -40%;
  top: 0;
  transition: 0.4s;
}

#menu .menu_window a {
  display: inline-block;
  height: 2rem;
  padding: 0 25px;
  background-image: url(../common/dotlight-highlight.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px;
  line-height: 2rem;
  color: #c1c6c6;
  position: relative;
  transition: 0.4s;
}

#menu .menu_window a:hover {
  background-image: url(../common/dotlight-color.svg);
  text-decoration: none;
  color: #71b6ad;
}

#menu .menu_window ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu .menu_window ul li {
  padding: 0;
  margin: 30px 0 0 0;
}

/* FC CONTENTS */
#menu .menu_window ul li.fc_content a {
  background-image: url(../common/dotlight-fc_color.svg);
}

#menu .menu_window ul li.fc_content a:hover {
  color: #8d0c42;
}

/* LOGOUT */
#menu .menu_window ul li.logout a {
  margin-top: 30px;
  opacity: 0.5;
}

#menu .menu_window ul li.logout a:hover {
  background-image: url(../common/dotlight-important.svg);
  color: #f2ff27;
  opacity: 1;
}

/* Click After */
#menu.open {
  z-index: 100;
  opacity: 1;
}

#menu.open .menu_window {
  right: 0;
}

/* Close */
#menu_close {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background-image: url(../common/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: 0.4s;
}

#menu_close:hover {
  box-shadow: none;
  background-color: #71b6ad;
  background-image: url(../common/icon-close_hover.svg);
}

/*==================================
TEXT
==================================*/
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  line-height: 140%;
}

p {
  line-height: 180%;
  padding: 5px 0;
  margin: 0;
}

a {
  color: #71b6ad;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #71b6ad;
  text-decoration: underline;
}

.marker {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #e6e8d1;
  color: #1c1c1c;
  border-radius: 2px;
  transition: 0.2s;
}

.marker:hover {
  background-color: #ff0044;
  color: #fff;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.caption {
  display: block;
  font-size: 0.8rem !important;
}

.inline_caption {
  display: inline;
  font-size: 0.8rem !important;
}

h1 {
  font-size: 4rem;
  letter-spacing: 0;
}

h2 {
  width: 860px;
  text-align: left;
  font-size: 6.4rem;
  color: #f3f3f3;
  padding: 0;
  margin: 0 auto 60px auto;
  font-family: "freight-big-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.04em;
  transition: 1s;
}

/*==================================
Tablet portrait
==================================*/
/* @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) { */
@media screen and (min-width: 768px) and (max-width: 1160px) {
  body,
  #content-area:before {
    background: none;
    background-color: #000;
  }

  /* iOS Fixed BG */
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../common/bg_graphic.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  #content-area:before {
    background-image: url(../common/bg_graphic.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #content-area {
    width: calc(100vw - 30px);
    top: 45px;
    left: 15px;
  }

  article {
    padding: 60px 0 0 0;
  }

  section {
    padding: 90px 60px 150px 60px;
  }

  #page-index section {
    padding: 120px 60px 150px 60px;
  }

  section:before,
  #mainvisual_area:before {
    width: 100%;
  }

  .device_width {
    max-width: 100%;
  }

  header {
    width: calc(100vw - 30px);
    top: 15px;
    left: 15px;
  }

  #fc_index_header {
    width: calc(100% + 120px) !important;
    margin-left: -60px;
  }

  #mypage-head #fc_index_header {
    width: 100% !important;
    margin: 0;
  }

  .btn-prevnext,
  .pager {
    width: 100%;
  }

  .entry_body {
    padding: 60px 30px 90px 30px;
  }

  .entry_page .entry_head-detail,
  #news_entry .entry_page .entry_head-detail {
    padding: 10px 30px 10px 45px;
  }

  #news_entry .entry_page .entry_head-title,
  #page-fc_contents .entry_page .entry_head-title {
    padding: 0;
  }

  #profile_detail {
    padding: 61.9% 30px 0 30px;
  }

  .slide-profile {
    width: 100%;
    padding: 0;
  }

  #menu .menu_window {
    width: 50%;
    max-width: auto;
  }

  #login_form .inpit_block input {
    width: 65%;
  }

  #login_form .inpit_block label {
    width: 35%;
  }

  h2 {
    font-size: 6rem;
  }
}

/*==========================================*/
.fix {
  overflow: hidden;
  zoom: 1;
}

.none {
  display: none;
}

.display_sp {
  display: none !important;
}

.display_pc {
  display: block !important;
}
