@charset "utf-8";
/*==================================
SWITCH DOT LINE WCS-CSS
Ver.3.0
Edit:2022 -
LastUpdate:20250619
==================================*/

/*==================================
*** CORE ***
==================================*/
html {
  font-size: 14px;
  overflow: auto;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fcfcfc;
  line-height: 160%;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1b0612;
  text-align: center;
  letter-spacing: 0.06em !important;
  font-feature-settings: "palt" 1;
  overflow: hidden;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

a img {
  border: none;
}

article {
  display: block;
  padding: 0;
  margin: 0;
}

section {
  margin: 0;
}

.inner_block {
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #f9f9f9;
  border-radius: 4px;
}

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

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

/*==================================
LAYOUT - EDIT
==================================*/
#content-ive {
  position: relative;
  top: 0;
}

article {
  padding: 90px 0 0 0;
  background-image: url(../common/bg-line.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 1px;
}

article#content_page,
article#fc_content_page {
  padding-top: 60px;
}

section {
  padding: 60px 0;
  margin: 0 0 45px 0;
  background-color: #f3f3f3;
  background-image: url(../common/bg-content.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 20px;
  border-bottom: 15px solid #fcfcfc;
}

.device_width {
  padding: 15px 0;
  margin: 0 15px;
  text-align: left;
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  width: 100vw;
  height: 60px;
  margin-top: 30px;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.01);
  position: fixed;
  z-index: 120;
}

header a {
  color: #1b0612;
}

/* HEAD LOGO */
header #head_logo {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  background-image: url(../common/logo-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  position: absolute;
  left: calc(50% - 30px);
  top: 0;
}

/* MENU ICON */
header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url(../common/icon-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}

header a:active#menu_icon {
  background-image: url(../common/icon-menu_hover.png);
}

/* STATUS BAR */
#status_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  position: fixed;
  z-index: 140;
}

#status_bar a {
  display: block;
  height: 30px;
  color: #fff;
}

#status_bar a.sb-join {
  width: 50%;
  background-color: #1b0612;
}

#status_bar a.sb-login {
  width: 50%;
  background-color: #dd2a3f;
}

#status_bar a.sb-mypage {
  width: 100%;
  background-color: #1b0612;
}

#status_bar a:active {
  text-decoration: none;
  background-color: #373d41;
}

/*==================================
FOOTER
==================================*/
/* BASIC */
footer {
  display: block;
  padding: 25px 0 75px 0;
  margin: 0;
  background-color: #1b0612;
  color: rgba(255, 255, 255, 0.5);
}

footer a {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}

footer a:active {
  text-decoration: none;
  color: #fff;
}

/* NAV */
footer nav {
  height: 50px;
  padding: 0;
  margin: 20px 0 10px 0;
  background-image: url(../common/logo-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}

footer nav ul {
  display: none;
}

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

footer ul#footer_textlink li {
  padding: 0;
  margin: 0 5px;
}

/*==================================
SNS ICON
==================================*/
ul.sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.sns_list li {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}

ul.sns_list li a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  transition: 0.4s;
}

ul.sns_list li a.sns-x {
  background-image: url(../common/snsicon-x.png);
}

ul.sns_list li a:active.sns-x {
  background-image: url(../common/snsicon-x_black.png);
}

ul.sns_list li a.facebook {
  background-image: url(../common/snsicon-fb_white.png);
}

ul.sns_list li a:active.facebook {
  background-image: url(../common/snsicon-fb.png);
}

ul.sns_list li a.instagram {
  background-image: url(../common/snsicon-inst_white.png);
}

ul.sns_list li a:active.instagram {
  background-image: url(../common/snsicon-inst.png);
}

ul.sns_list li a.youtube {
  background-image: url(../common/snsicon-yt_white.png);
}

ul.sns_list li a:active.youtube {
  background-image: url(../common/snsicon-yt.png);
}

ul.sns_list li a.weibo {
  background-image: url(../common/snsicon-weibo_white.png);
}

ul.sns_list li a:active.weibo {
  background-image: url(../common/snsicon-weibo.png);
}

ul.sns_list li a.line {
  background-image: url(../common/snsicon-line_white.png);
}

ul.sns_list li a:active.line {
  background-image: url(../common/snsicon-line.png);
}

ul.sns_list li a.tiktok {
  background-image: url(../common/snsicon-tiktok_white.png);
}

ul.sns_list li a:active.tiktok {
  background-image: url(../common/snsicon-tiktok.png);
}

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

/*==================================
MAINVISUAL
==================================*/
#mainvisual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 0;
  background-color: #dd2a3f;
  background-image: url(../common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
  border-bottom: none;
}

#mainvisual h1 {
  display: block;
  width: 100%;
  height: 90px;
  padding: 0;
  margin: 20px 0;
  background-image: url(../common/logo-fc_head.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#mainvisual .personal_area {
  padding: 0;
  margin: 0 60px 20px 60px;
}

#mainvisual .personal_area p {
  display: block;
  padding: 4px 30px;
  border-bottom: 1px solid #fff;
  color: #dd2a3f;
}

#mainvisual .personal_area .fc_subttl {
  background-color: #fff;
}

#mainvisual .personal_area .fc_num,
#mainvisual .personal_area .fc_name {
  color: #fff;
}

/*==================================
MAINVISUAL SLIDE
==================================*/
#mainvisual_slide {
  height: calc(100vh - 190px);
  padding: 0;
  margin: 0;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}

#mainvisual_slide div {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  background-position: center 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* #mainvisual_slide .mv00 {
  background-image: url(../upload_img_20250619/mainvisual-00sp.jpg);
  background-position: center bottom;
} */

#mainvisual_slide .mv01 {
  background-image: url(../upload_img_20250619/mainvisual-01sp.jpg);
}

#mainvisual_slide .mv02 {
  background-image: url(../upload_img_20250619/mainvisual-02sp.jpg);
}

#mainvisual_slide .mv03 {
  background-image: url(../upload_img_20250619/mainvisual-03sp.jpg);
}

#mainvisual_slide .mv04 {
  background-image: url(../upload_img_20250619/mainvisual-04sp.jpg);
}

#mainvisual_slide .mv05 {
  background-image: url(../upload_img_20250619/mainvisual-05sp.jpg);
}

#mainvisual_slide .mv06 {
  background-image: url(../upload_img_20250619/mainvisual-06sp.jpg);
}

/*==================================
PAGE TITLE AREA
==================================*/
#page_title_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 90px 0 30px 0;
  margin: 0;
  background-color: #fffef1;
}

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

.entry_detail .embed_video,
.entry_detail .embed_img {
  margin: 10px auto 20px auto;
}

.embed_video iframe,
.embed_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* IMG 16:9 */
.embed_img.ratio-16_9 {
  padding-bottom: 56.25%;
}

/* IMG 3:2 */
.embed_img.ratio-3_2 {
  padding-bottom: 66.6666%;
}

/* IMG 4:3 */
.embed_img.ratio-4_3 {
  padding-bottom: 75%;
}

/* IMG 1:1 */
.embed_img.ratio_1_1 {
  padding-bottom: 100%;
}

/* IMG ALIGN */
.img_align_left,
.img_align_right {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0;
}

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

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

.grid_gallery ul li:nth-child(3n) {
  margin-right: 0;
}

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

.grid_gallery ul li a:active,
.lity_slider-nav ul li span:active {
  text-decoration: none;
  /* box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1), 3px 3px 10px rgba(0, 0, 0, 0.1); */
  transform: scale(1.02);
  z-index: 3;
}

.grid_gallery ul li a img,
.lity_slider-nav ul li span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.grid_gallery ul li a .label {
  display: none;
}

/* GALLERY SET */
.gallery_set {
  display: block;
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #fff;
  position: relative;
  transition: 0.4s;
}

.gallery_set .grid_gallery ul {
  margin: 0;
}

.gallery_set .gallery_set_detal {
  display: block;
  margin-bottom: 15px;
}

.gallery_set .gallery_set_detal a {
  color: #1b0612;
}

.gallery_set .gallery_set_detal a:hover {
  text-decoration: none;
}

.gallery_set .gallery_set_detal h4 {
  margin: 0 0 5px 0;
}

/*==================================
GALLERY LITY MODAL
==================================*/
.lity_slider-modal {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow: auto;
  background-color: rgba(0, 0, 0, 1);
}

.lity_slider {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.lity_slider li {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.lity_slider img {
  max-width: 90vw;
  max-height: 90vh;
}

.lity_slider .slick-active img {
  animation: fadeIn 1s ease 0s 1 normal;
}

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

.entry_list .entry_panel {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
}

.entry_list .entry_panel a {
  display: block;
  padding: 15px 20px;
  border-left: 2px solid #1b0612;
  background-color: rgba(255, 255, 255, 0.6);
  color: #1b0612;
  transition: 0.4s;
}

.entry_list .entry_panel a:hover {
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.05), 3px 3px 10px rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
  z-index: 3;
}

/* ENTRY LABEL */
.category_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
}

.category_label span {
  display: block;
  padding: 0 10px;
  margin: 0;
  background-color: #1b0612;
  color: #fff;
}

.category_label span.imp {
  background-color: #dd2a3f;
}

/* ENTRY DETAIL */
.entry_detail {
  display: block;
  padding: 20px;
  margin: 0 0 30px 0;
  background-color: #fff;
  position: relative;
}

.entry_detail .btn_center {
  margin-top: 30px;
}

/*==================================
ENTRY PAGER
==================================*/
.pager {
  display: block;
  padding: 0;
  margin: 5px 0 15px 0;
}

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

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

.pager ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #1b0612;
  border-radius: 50%;
  color: #1b0612;
  line-height: 100%;
  font-size: 0.8rem;
  transition: 0.4s;
}

.pager ul li a.selected,
.pager ul li a:active {
  background-color: #1b0612;
  border: 1px solid #1b0612;
  color: #fff;
  text-decoration: none;
}

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

.pager ul li a.pager-prev,
.pager ul li a.pager-next {
  border: none;
  color: #373d41;
}

.pager ul li a:active.pager-prev,
.pager ul li a:active.pager-next {
  background: none;
  border: none;
  color: #1b0612;
}

/*==================================
ENTRY CATEGORY FILLTER
==================================*/
.category_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

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

.category_filter ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.category_filter ul li a {
  display: block;
  padding: 2px 8px;
  border: 2px solid #f3f3f3;
  background-color: rgba(0, 0, 0, 0.03);
  color: #1b0612;
  cursor: pointer;
  transition: 0.4s;
  font-size: 0.8rem;
}

.category_filter ul li.selected a,
.category_filter ul li a:hover {
  background-color: #1b0612;
  color: #fff;
  text-decoration: none;
}

/*==================================
BTN
==================================*/
/* BTN PAGETOP */
.fixed_pagetop {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../common/icon-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 100;
}

/* BTN BORDER INLINE */
a.btn_border {
  display: inline-block;
  padding: 0 30px 0 0;
  color: #1b0612;
  background-image: url(../common/icon-btn.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.4s;
}

a:active.btn_border {
  color: #dd2a3f;
  text-decoration: none;
  background-image: url(../common/icon-btn_hover.png);
}

#index_fc_contents a.btn_border {
  padding: 3px 30px 3px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #fff;
  background-image: url(../common/icon-btn_white.png);
}

#index_fc_contents a:active.btn_border {
  border-bottom: 2px solid #fff;
}

/* BTN BORDER BLOCK */
a.btn_border_block {
  display: block;
  padding: 15px;
  color: #1b0612;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  transition: 0.4s;
}

a:hover.btn_border_block {
  background-color: #1b0612;
  border: 1px solid #1b0612;
  color: #fff;
  text-decoration: none;
}

/* BTN CENTER */
.btn_center {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: center;
}

/* BTN LEFT */
.btn_left {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: left;
}

/* BTN RIGHT */
.btn_right {
  display: block;
  padding: 0;
  margin: 15px 0 30px 0;
  text-align: right;
}

/* BTN SEPARATE */
.btn_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  position: relative;
}

.btn_separate a {
  display: block;
  margin: 0 5px;
  color: #1b0612;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.4s;
  /* position: absolute; */
}

.btn_separate a.left {
  padding: 3px 0 3px 30px;
  background-image: url(../common/icon-btn-prev.png);
  background-position: left center;
  left: 0;
}

.btn_separate a.right {
  padding: 3px 30px 3px 0;
  background-image: url(../common/icon-btn.png);
  background-position: right center;
  right: 0;
}

/* ADD 202212 */
.btn_separate a.center {
  position: absolute;
}

.btn_separate .sub_pre {
  position: absolute;
  left: 0;
}

.btn_separate .sub_next {
  position: absolute;
  right: 0;
}
/* /ADD 202212 */

.btn_separate a:hover {
  color: #dd2a3f;
  text-decoration: none;
}

.btn_separate a:hover.left {
  background-image: url(../common/icon-btn-prev_hover.png);
}

.btn_separate a:hover.right {
  background-image: url(../common/icon-btn_hover.png);
}

/*==================================
TABLE
==================================*/
.table_block {
  display: block;
  padding: 0;
  margin: 30px 0;
}

table {
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #c9c9c9;
}

table th {
  background-color: rgba(0, 0, 0, 0.05);
}

table td:hover {
  background-color: rgb(255, 254, 238);
}

/* TH横向き */
table.horizontal {
  display: block;
  overflow: auto;
  white-space: nowrap;
}

table.horizontal th:first-of-type,
table.horizontal td:first-of-type {
  border-left: none !important;
}

table.horizontal th:last-of-type,
table.horizontal td:last-of-type {
  border-right: none !important;
}

/* TH縦向き */
table.vertical {
  display: block;
  overflow: auto;
  white-space: nowrap;
}

table.vertical th {
  border-left: none !important;
  /* width: 30%; */
}

table.vertical td {
  text-align: left;
}

table.vertical td:last-of-type {
  border-right: none !important;
}

/*tableにスクロールバーを追加*/
table::-webkit-scrollbar {
  height: 10px;
}

table::-webkit-scrollbar-track {
  background: #fff;
}

table::-webkit-scrollbar-thumb {
  background: #5c5c5c;
}

/* 標準 SP多段 */
table.basic th {
  display: block;
  margin: 30px 0 0 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid #c9c9c9;
}

table.basic td {
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid #c9c9c9;
}

table.basic tr:first-of-type th {
  border-top: none;
  margin-top: 0;
}

/*==================================
TRANSLATE
==================================*/
#btn-translate {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  /* width: 150px;
  height: 30px; */
  position: fixed;
  bottom: 60px;
  right: 0;
  /* background-color: rgba(255, 0, 0, 0.5); */
  cursor: pointer;
  transition: 0.4s;
  z-index: 130;
}

.goog-te-gadget-simple {
  padding: 5px 8px !important;
  border: none !important;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}

.goog-te-banner-frame {
  z-index: 1000 !important;
}

/*==================================
SLIDE
==================================*/
/* NORMAL */
.normal_slider {
  padding: 0;
  margin: 15px 0;
  text-align: center;
}

.normal_slider img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

/* BANNER AREA */
.banner_slider {
  padding: 0;
  margin: 0;
  text-align: center;
}

.banner_slider img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.banner_slider .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}

/* GALLERY AREA */
.gallery_slider {
  padding: 0;
  margin: 0;
  text-align: center;
}

.gallery_slider img {
  display: block;
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery_slider .slick-list {
  padding: 0 !important;
  margin: 0 !important;
}

/* MULTI 3 */
.multi_slider3 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.multi_slider3 img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.multi_slider3 .slick-list {
  padding: 0 !important;
  margin: 0 -75% !important;
}

.multi_slider3 .slick-slide {
  margin: 0 5px;
}

/* SLICK COMMON */
.slick-slide {
  position: relative;
  margin: 0;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

button.slick-arrow {
  width: 45px;
  height: 90px;
  z-index: 100;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #c9c9c9;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #dd2a3f;
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #1b0612;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-top: 1px solid #f6f3e9;
  border-bottom: 1px solid #f6f3e9;
  position: absolute;
  top: calc(50% - 20px);
  cursor: pointer;
  z-index: 100;
  transition: 0.4s;
}

.slick-prev:active,
.slick-next:active {
  background-color: #dd2a3f;
}

.slick-prev {
  background-image: url(../common/icon-left.svg);
  border-right: 1px solid #f6f3e9;
  left: 0;
}

.slick-next {
  background-image: url(../common/icon-right.svg);
  border-left: 1px solid #f6f3e9;
  right: 0;
}

/*==================================
  lity.css
  ==================================*/
/* CUSTOMIZE */
.modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/*! Lity * Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.92);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow: auto;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /* margin-right: -0.25em; */
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  /* transform: scale(1); */
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  /* transform: scale(0.8); */
  transform: translateY(-90px);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); */
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  /* -webkit-appearance: none; */
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* .lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
} */
.lity-image img {
  max-width: 80vw;
  max-height: 80vh !important;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* EDIT LITY */
.lity-close {
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  /* top: 40px; */
  text-shadow: none;
  font-size: 0;
  background-image: url(../common/icon-window_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: 0.4s;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  /* top: 40px; */
  text-shadow: none;
  font-size: 0;
  background-image: url(../common/icon-window_close_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}

/*==================================
MODAL MENU
==================================*/
#modal_content-menu .modal_content {
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  background-color: #dd2a3f;
  background-image: url(../common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
}

#modal_content-menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 120px;
}

#modal_content-menu .menu-site_content {
  width: 100vw;
  padding: 0 30px;
  background-color: #1b0612;
  background-image: url(../common/menu_logo-site.png);
  background-position: right center;
}

#modal_content-menu .menu-fc_content {
  width: 100vw;
  padding: 0 30px 45px 30px;
}

#modal_content-menu .menu-site_content ul {
  padding: 0;
  text-align: left;
}

#modal_content-menu .menu-fc_content ul {
  padding: 0;
  text-align: center;
}

#modal_content-menu .menu_list ul {
  width: 100%;
  margin: 0;
  list-style: none;
}

#modal_content-menu .menu_list ul li {
  width: 60%;
  padding: 0;
  margin: 15px 0;
}

#modal_content-menu .menu-fc_content ul li {
  width: 70%;
  margin: 15px auto;
}

#modal_content-menu .menu_list ul li a {
  display: block;
  margin: 0;
  color: #fff;
}

#modal_content-menu .menu_list ul li a:hover {
  text-decoration: none;
}

#modal_content-menu .menu_list ul li a.btn-join,
#modal_content-menu .menu_list ul li a.btn-logout,
#modal_content-menu .menu_list ul li a.btn-login {
  display: inline-block;
  width: 80%;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #fff;
  font-size: 1rem;
  text-align: center;
  transition: 0.4s;
}

#modal_content-menu .menu_list ul li a:hover.btn-join,
#modal_content-menu .menu_list ul li a:hover.btn-logout,
#modal_content-menu .menu_list ul li a:hover.btn-login {
  background-color: #fff;
  color: #dd2a3f;
}

#modal_content-menu .menu_list ul li a.btn-fc_index {
  display: block;
  height: 120px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../common/menu_logo-fc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  animation: ani-bounce 3.4s infinite;
}

#modal_content-menu .menu_list.menu-fc_content ul li:first-of-type {
  width: 100%;
}

@keyframes ani-bounce {
  0% {
    transform: translate(0, 0);
  }
  38% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(-3px, -0);
  }
  42% {
    transform: translate(3px, 0);
  }
  44% {
    transform: translate(-3px, -0);
  }
  46% {
    transform: translate(3px, 0);
  }
  48% {
    transform: translate(-3px, -0);
  }
  50% {
    transform: translate(0, 0);
  }
}

/*==================================
MODAL LOGIN
==================================*/
#modal_content-login .modal_content {
  display: block;
  width: 84vw;
  padding: 90px 0 0 0;
  background-color: #373d41;
  background-image: url(../common/menu_logo-fc.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 3px 30px 3px 30px;
  text-align: center;
}

#modal_content-login .login_form {
  display: block;
  padding: 30px 15px 15px 15px;
  margin: 0;
}

#modal_content-login .login_form h3 {
  color: #fff;
  margin-bottom: 10px;
}

#modal_content-login .login_form label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-align: left;
}

#modal_content-login .login_form input {
  display: block;
  width: 100%;
  padding: 6px 8px;
  margin: 2px 0 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #373d41;
  color: #fff;
  line-height: 150%;
  text-align: left;
}

#modal_content-login .login_form button {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 15px auto 0 auto;
  background-color: #fff;
  border: 2px solid #fff;
  color: #373d41;
  line-height: 150%;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}

#modal_content-login .login_form button:hover {
  background-color: #dd2a3f;
  color: #fff;
}

#modal_content-login .join_link {
  display: block;
  padding: 0;
  margin: 0;
}

#modal_content-login .join_link a {
  display: block;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  color: #373d41;
  font-weight: 700;
  border-radius: 0 0 3px 30px;
  transition: 0.4s;
}

#modal_content-login .join_link a:hover {
  background-color: #dd2a3f;
  color: #fff;
  text-decoration: none;
}

#modal_content-login .login-more {
  display: block;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 0.86rem;
}

#modal_content-login .login-more a {
  display: block;
  padding: 0;
  margin: 3px 0;
  color: rgba(255, 255, 255, 0.6);
}

#modal_content-login .login-more a:hover {
  color: #fff;
  text-decoration: none;
}

/* ERROR */
#modal_content-login .error_msg {
  display: block;
  padding: 5px;
  margin: -5px 0 10px 0;
  font-size: 0.86rem;
  background-color: #dd2a3f;
  border-radius: 10px;
  color: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#modal_content-login .error_msg:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #dd2a3f;
}

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
/* PAGE TOP */
#pagetop_area {
  padding: 20px 0 15px 0;
  margin: -45px 0 0 0;
  background: none;
  background-color: #fcfcfc;
  border-bottom: none;
}

#pagetop_area a {
  padding: 20px 0 0 0;
  margin: 0;
  background-image: url(../common/btn-pagetop.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #1b0612;
  transition: 0.4s;
}

#pagetop_area a:active {
  background-image: url(../common/btn-pagetop_hover.png);
  color: #dd2a3f;
  text-decoration: none;
}

/* BANNER AREA */
#banner_area {
  padding: 10px 0;
  border-bottom: none;
}

#banner_area div {
  display: block;
  padding: 0;
}

#banner_area img {
  width: calc(100vw - 70px);
  margin: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* MOVIE AREA */
#musicvideo_area {
  padding: 0;
  border-bottom: none;
}

#musicvideo_area div {
  display: block;
  padding: 0;
}

#musicvideo_area img {
  width: calc(100vw - 70px);
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.musicvideo_slider div a:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../common/mov_play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

/* INDEX FAN CLUB */
#index_fc_contents {
  background-color: #dd2a3f;
  background-image: url(../common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
}

#fc_loginarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 30px 0;
  background-color: #fff;
  border-radius: 3px 30px 3px 30px;
}

#fc_loginarea .inner_elements {
  padding: 0;
  margin: 35px 30px;
}

#fc_loginarea .inner_elements h3 {
  display: block;
  width: 280px;
  height: 90px;
  padding: 0;
  margin: 0 0 15px 0;
  background-image: url(../common/logo-fc_color.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#fc_loginarea .inner_elements .btn_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 20px 0 15px 0;
}

#fc_loginarea .inner_elements .btn_separate a {
  display: block;
  width: calc(50% - 4px);
  padding: 8px 0;
  margin: 0;
  border: 2px solid #1b0612;
  color: #1b0612;
  text-align: center;
  position: relative;
  transition: 0.4s;
}

#fc_loginarea .inner_elements .btn_separate a:hover {
  background-color: #1b0612;
  color: #fff;
  text-decoration: none;
}

#fc_loginarea .inner_elements .btn_separate a:first-of-type {
  width: calc(50% - 2px);
  border-right: none;
}

/* 3COLUMN ENTRY LIST */
.column3_entry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding: 0;
  margin: 0 0 45px 0;
}

.column3_entry_list .entry_panel {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  background-color: #fff;
  transition: 0.4s;
}

.column3_entry_list .entry_panel:active {
  text-decoration: none;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.05), 3px 3px 10px rgba(0, 0, 0, 0.05);
  transform: scale(1.02);
  z-index: 3;
}

.column3_entry_list .entry_panel a {
  display: block;
  padding: 20px 0;
  background-color: #fff;
  color: #1b0612;
}

.column3_entry_list .entry_panel a:hover {
  text-decoration: none;
}

.column3_entry_list .entry_panel .head_img {
  display: block;
  margin: 0 auto 10px auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #fbebf4;
  background-image: url(../common/thm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.column3_entry_list .entry_panel .head_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.column3_entry_list .entry_panel .head_img {
  display: block;
}

#index_fc_contents .column3_entry_list .entry_panel .head_img,
#fc_index_update .column3_entry_list .entry_panel .head_img {
  display: none;
}

#index_fc_contents .column3_entry_list .entry_panel:nth-of-type(1) .head_img,
#index_fc_contents .column3_entry_list .entry_panel:nth-of-type(2) .head_img,
#index_fc_contents .column3_entry_list .entry_panel:nth-of-type(3) .head_img,
#fc_index_update .column3_entry_list .entry_panel:nth-of-type(1) .head_img,
#fc_index_update .column3_entry_list .entry_panel:nth-of-type(2) .head_img,
#fc_index_update .column3_entry_list .entry_panel:nth-of-type(3) .head_img {
  display: block;
}

.column3_entry_list .entry_panel .inner {
  padding: 0 20px;
}

/*==================================
PAGE PROFILE
==================================*/
/* #profile_detail {
  padding-top: 66.6%;
  background-image: url(../upload_img_20250619/profile-main.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
} */
#profile_detail {
  /* padding-top: 100%; */
  padding-top: 68%;
  background-image: url(../upload_img_20250619/profile-main_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

#profile_detail .read_area {
  padding: 15px 0 30px 0;
  text-align: left;
}

#profile_detail .read_area h3 {
  padding: 115px 0 0 0;
  margin: 0 0 15px 0;
  background-image: url(../common/logo-plofile.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 70px;
  line-height: 130%;
  font-size: 2rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

#profile_detail .read_area h3 span {
  display: block;
  font-size: 1rem;
  line-height: 120%;
}

#profile_detail .grid_gallery ul {
  margin-bottom: 0;
}

#profile_detail .grid_gallery ul li {
  width: calc((100% - 4px) / 2);
  margin: 0 4px 4px 0;
}

#profile_detail .grid_gallery ul li:nth-child(2n) {
  margin-right: 0;
}

#profile_detail .grid_gallery ul li a {
  padding-bottom: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#profile_detail .grid_gallery ul li a .label {
  display: block;
  width: 100%;
  height: 30px;
  padding: 10px 0;
  margin-top: calc(150% - 50px);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

#profile_detail .grid_gallery ul li a .label .caption {
  display: block;
  width: 100%;
  margin-top: 3px;
}

#profile_detail li.profile-yujin a {
  background-image: url(../upload_img_20250619/profile-yujin.jpg);
}

#profile_detail li.profile-gaeul a {
  background-image: url(../upload_img_20250619/profile-gaeul.jpg);
}

#profile_detail li.profile-rei a {
  background-image: url(../upload_img_20250619/profile-rei.jpg);
}

#profile_detail li.profile-wonyoung a {
  background-image: url(../upload_img_20250619/profile-wonyoung.jpg);
}

#profile_detail li.profile-liz a {
  background-image: url(../upload_img_20250619/profile-liz.jpg);
}

#profile_detail li.profile-leeseo a {
  background-image: url(../upload_img_20250619/profile-leeseo.jpg);
}

/* MODAL */
.member_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80vw;
  /* padding: 120% 0 0 0; */
  padding: 100vw 0 0 0;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 3px 30px 3px 30px;
}

#modal_profile-yujin .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-yujin.jpg);
}

#modal_profile-gaeul .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-gaeul.jpg);
}

#modal_profile-rei .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-rei.jpg);
}

#modal_profile-wonyoung .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-wonyoung.jpg);
}

#modal_profile-liz .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-liz.jpg);
}

#modal_profile-leeseo .member_detail {
  background-image: url(../upload_img_20250619/profile_modal-leeseo.jpg);
}

.member_detail .elements {
  width: 100%;
  padding: 20px 0 30px 0;
  margin: 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 3px 30px;
}

/*==================================
PAGE DISCOGRAPHY
==================================*/
#page_discography .entry_panel {
  margin: 0 0 10px 0;
}

#page_discography .entry_panel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#page_discography .entry_panel .head_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 0;
  padding: 0 0 40% 0;
  position: relative;
  height: 0;
  overflow: hidden;
}

#page_discography .entry_panel .head_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

#page_discography .entry_panel .inner {
  width: calc(60% - 15px);
  padding: 0 0 0 15px;
  margin: 0;
}

#page_discography .entry_panel .inner h4 {
  margin: 0;
}

/* DETAIL PAGE */
#page_discography .entry_detail .embed_img {
  padding-bottom: 100%;
  margin: 0;
}

#page_discography .entry_detail .embed_img img {
  height: auto;
  border-radius: 3px;
}

#page_discography .discography_jkt {
  display: block;
  padding: 0;
  margin: 10px 0 30px 0;
}

#page_discography .discography_spec .title_area {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}

#page_discography .discography_spec .title_area h3 {
  margin-bottom: 5px;
}

#page_discography .discography_spec .title_area h3 span {
  display: block;
  font-size: 1rem;
  line-height: 140%;
}

#page_discography .discography_spec .title_area p {
  padding: 0;
  margin: 0 0 2px 0;
}

#page_discography .discography_spec h4 {
  padding: 0;
  margin: 0 0 5px 0;
}

#page_discography .discography_spec .elements {
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
}

#page_discography .discography_spec .tracklist {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
}

#page_discography .discography_spec .tracklist ol {
  padding: 0;
  margin: 5px 0 0 0;
  list-style-position: inside;
  border-top: 1px solid #1b0612;
}

#page_discography .discography_spec .tracklist li {
  padding: 15px 5px;
  border-bottom: 1px solid #e3e3e3;
}

#page_discography .shop_banner_area {
  display: block;
  padding: 0;
  margin: 45px 0 0 0;
}

#page_discography .shop_banner_area a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 10px 0;
  border: 1px solid #e3e3e3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 6px;
}

#page_discography .shop_banner_area a.banner_asmart {
  background-color: #fff;
  background-image: url(../common/banner_asmart.png);
}

#page_discography .shop_banner_area a.banner_towerrecords {
  border: 1px solid #fdd100;
  background-color: #fdd100;
  background-image: url(../common/banner_towerrecords.png);
}

/*==================================
FAN CLUB CONTENTS
==================================*/
#fc_content_page h2:before {
  display: block;
  width: 100px;
  padding: 4px 0;
  margin: -15px auto 15px auto;
  background-color: #1b0612;
  text-align: center;
  color: #fff;
  border-radius: 0 6px 0 6px;
  content: "DIVE JAPAN";
}

#fc_index_page {
  padding-top: 10px;
}

#fc_page_video .entry_panel h4 {
  padding: 0;
  margin: 0;
}

#fc_page_video #video_screen_top {
  margin: 0;
}

#fc_page_video .embed_video {
  /* margin: 0 auto; */
  background-color: #1b0612;
}

#fc_page_video .embed_video iframe {
  border-radius: 0;
}

/*==================================
MEMBERS CARD
==================================*/
/* ログイン状態 */
#fixed_members_card.member-active .side-login {
  display: none;
}

/* 未ログイン状態 */
#fixed_members_card.member-default .side-login {
  display: block;
  width: 260px;
  height: 40px;
}

#fixed_members_card.member-default .personal_area {
  display: none;
}

/* MEMBERS CARD */
#fixed_members_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  background-image: url(../common/member_card-sp_close.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0 0;
  border: 1px solid #cf2944;
  position: fixed;
  left: calc(50% - 120px);
  bottom: -1px;
  z-index: 200;
  transition: 0.1s;
  cursor: pointer;
  opacity: 0.95;
}

#fixed_members_card.open {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  background-image: url(../common/member_card-sp.png);
  background-position: center;
  background-size: 280px;
  border: none;
  left: 0;
  bottom: 0;
  opacity: 1;
}

#fixed_members_card .personal_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 40% 0 0 0;
  text-align: center;
  color: #fff;
}

#fixed_members_card .personal_area p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 15px;
}

/*==================================
MESSAGE AREA
==================================*/
#system_message_area {
  padding: 0;
  margin: 0;
  border-bottom: none;
  color: #fff;
}

#system_message_area > .device_width {
  margin-top: -45px;
}

#system_message_area .device_width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #dd2a3f;
  background-image: url(../common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
  border-radius: 1px 10px 1px 10px;
}

#system_message_area .title_area {
  display: block;
}

#system_message_area .text_area {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#system_message_area .text_area p {
  padding: 2px 0;
}

#system_message_area .text_area a {
  color: #fff;
}

#system_message_area h3 {
  display: block;
  width: 100%;
  padding: 28px 0 10px 0;
  margin: 5px 0 0 0;
  background-image: url(../common/icon-message.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 24px;
}

/*==================================
ADD ELEMENTS
==================================*/
#overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
}

#overlay .load_area .intro_modal_mov {
  width: 90vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#overlay .load_area .intro_modal_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#overlay .load_area .intro_modal_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  padding: 30px 0;
  margin: 0;
}

#overlay .load_area .intro_modal_img img {
  max-width: 90vw;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#overlay .load_area .btn_area {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5px;
  top: 35px;
}

#overlay .load_area .btn_area button {
  width: 40px;
  height: 40px;
  text-shadow: none;
  font-size: 0;
  background-color: #373d41;
  background-image: url(../common/icon-window_close_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

/*==================================
MEMBER STATUS
==================================*/
/* MEMBER STATUS LAYOUT */
.member_status_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  margin: 0 0 1px 0;
  background-color: #1b0612;
}

.member_status_detail h3 {
  margin: 0 0 20px 0 !important;
  color: #f3f3f3;
  text-align: center;
}

.member_status_detail a.btn_border_block {
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.member_status_detail a:active.btn_border_block {
  background-color: #fff;
  color: #1b0612;
}

.member_status_detail .inner_elements {
  width: 100%;
  padding: 0;
  margin: 0;
}

.member_status_detail .member_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.member_status_detail .member_info div {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}

.member_status_detail .member_info div p {
  padding: 10px 15px 10px 15px;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
  color: #f3f3f3;
}

.member_status_detail .member_info div p span {
  display: inline-block;
  margin: 0 5px;
}

.member_status_detail .member_info div p.member_info_title {
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}

.member_status_detail .member_info div p .en {
  display: block;
  padding: 0;
  margin: 1px 0 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.member_status_detail .member_info_caption {
  display: block;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: #ad8e12;
  color: #1b0612;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

/* MEMBER STATUS GALLERY */
#member_status .category_label span {
  padding-bottom: 23px;
}

#member_status .grid_gallery ul {
  margin-bottom: 0;
}

#member_status .grid_gallery ul li,
#member_status .grid_gallery ul li:nth-child(3n) {
  width: calc((100% - 12px) / 2);
  margin: 3px;
}

#member_status .grid_gallery ul li:empty {
  display: none;
  pointer-events: none;
}

/* #member_status .grid_gallery.mycollection_thm ul li:empty {
  width: calc((100% - 12px) / 2);
  padding-top: calc((100% - 12px) / 2);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.05);
} */

/* MEMBER STATUS CATEGORY FILLTER */
.member_status_detail .category_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}

.member_status_detail .category_filter ul li a {
  border: 2px solid #1b0612;
  background-color: rgba(255, 255, 255, 0.1);
  color: #f3f3f3;
}

.member_status_detail .category_filter ul li.selected a,
.category_filter ul li a:hover {
  background-color: #f3f3f3;
  color: #1b0612;
}

.member_status_detail .btn_separate a {
  color: #f3f3f3;
  border-bottom: 2px solid #1b0612;
}

.member_status_detail .btn_separate a:hover {
  border-bottom: 2px solid #fff;
}

.member_status_detail .btn_separate a.left {
  background-image: url(../common/icon-btn-prev_white.png);
}

.member_status_detail .btn_separate a.right {
  background-image: url(../common/icon-btn_white.png);
}

/*==================================
MEMBER STATUS HEAD
==================================*/
#member_status_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-image: url(../common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
  border-bottom: none;
}

#member_status_head .card_area {
  width: 100%;
  padding-top: 39%;
  padding-bottom: 7%;
  margin: 0 15px;
  background-image: url(../common/member_card-pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  border: 1px solid #ec5a6b;
}

#member_status_head .card_area p {
  padding: 0 30px;
  color: #fff;
  font-size: 0.96rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

p {
  line-height: 160% !important;
  padding: 5px 0;
  margin: 0;
}

a {
  color: #dd2a3f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.8rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  padding: 45px 0 0 0;
  margin: -60px auto 5px auto;
  background-image: url(../common/bg-line.png);
  background-position: center -15px;
  background-repeat: no-repeat;
  background-size: 1px;
}

#content_page h2,
#fc_content_page h2 {
  margin-top: -30px;
}

#index_fc_contents h2 {
  background-image: url(../common/bg-line_white.png);
  color: #fff;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 15px 0;
}

h3:first-of-type {
  margin: 0 0 15px 0;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0;
}

#fc_page_video .entry_panel h4 {
  font-size: 1.1rem;
}

#status_bar a {
  font-size: 0.96rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

header nav {
  font-size: 1.2rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
}

footer ul#footer_textlink li {
  font-size: 0.86rem;
}

footer .copyright {
  font-size: 0.8rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
}

a.btn_border_block {
  font-size: 1rem;
  font-weight: 600;
}

a.btn_border {
  font-size: 1.1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1rem;
}

.btn_separate a {
  font-size: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1rem;
}

.accordion_ttl {
  font-size: 1.1rem;
}

#fixed_members_card .personal_area .fc_num {
  font-size: 1.05rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#fixed_members_card .personal_area .fc_name {
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
}

p.date {
  padding: 0;
  font-size: 1.2rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
}

.category_label {
  font-size: 0.9rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
}

#pagetop_area a {
  font-size: 0.96rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#modal_content-menu .menu_list ul li a {
  font-size: 1.2rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
}

#modal_content-login .login_form h3,
#modal_content-login .login_form button {
  font-size: 1.3rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
}

#fc_loginarea .inner_elements .btn_separate a {
  font-size: 1.1rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
}

.category_filter ul li {
  font-size: 0.9rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pager ul li {
  font-size: 1.1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#fc_content_page h2:before {
  line-height: 1rem;
  font-size: 0.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#mainvisual .personal_area p {
  font-size: 0.9rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#mainvisual .personal_area p.fc_subttl {
  font-weight: 700;
}

#system_message_area .text_area {
  font-size: 0.9rem;
}

#system_message_area h3 {
  font-size: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1rem;
}

#profile_detail .grid_gallery ul li a .label {
  font-size: 1.2rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  line-height: 90%;
}

#profile_detail .grid_gallery ul li a .label .caption {
  font-size: 1rem;
  font-family: source-han-sans-japanese, sans-serif;
}

.member_detail .elements h4 {
  font-size: 2.4rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
  line-height: 90%;
}

.member_detail .elements h4 span {
  display: block;
  font-size: 1rem;
}

h3.text_alert-en {
  font-size: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 45px 0;
  color: #c9c9c9;
}

h3.text_alert-ja {
  font-size: 1.4rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 45px 0;
  color: #c9c9c9;
}

/* MEMBER STATUS */
.member_status_detail .member_info div p {
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
}

.member_status_detail .member_info div p .en {
  font-size: 0.7rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1rem;
}

.member_status_detail h3 {
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
}

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

.none {
  display: none;
}

.display_sp {
  display: block !important;
}

.display_pc {
  display: none !important;
}
