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

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

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #f7f4e8;
  line-height: 180%;
  font-family: m-plus-2p, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #d6cdac;
  text-align: center;
  letter-spacing: 0rem !important;
  font-feature-settings: "palt" 1;
  animation: fadeIn 1.4s ease 0s 1 normal forwards;
  -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: #d6cdac;
  color: #141402;
}

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

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

@keyframes logo_fade {
  0%,
  10% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
  }
  52% {
    transform: translate(-10px, 0);
  }
  54% {
    transform: translate(0, 0);
  }
  56% {
    transform: translate(10px, 0);
  }
  58% {
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1.03, 1.03);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

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

#intro_ani .logo_fade {
  width: 200px;
  height: 40px;
  background-image: url(../common/logo-site_horizontal-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
  z-index: 100;
  animation: logo_fade 1.8s ease 0s 1 forwards;
}

/*==================================
LAYOUT - EDIT
==================================*/
/* DEFAULT */
body.official_site {
  background-color: #f7f4e8;
}

/* ERROR PAGE */
body.page_error {
  background-color: #5e6263;
  animation: fadeIn 0.4s ease 0s 1 normal forwards;
}

#content-area {
  position: relative;
  top: 0;
  padding-bottom: 60px;
}

article {
  padding: 0;
  margin: 0 5px;
}

article#index {
  border-top: 1px dashed #141402;
}

section {
  padding: 8px;
  margin: 0;
  border-bottom: 1px dashed #141402;
}

.device_width {
  display: block;
  padding: 45px 30px 60px 30px;
  margin: 0 auto;
  text-align: left;
  background-color: #141402;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

body.page_error .device_width {
  background-color: #191919;
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 10px;
  border-bottom: 1px dashed #141402;
}

/* MENU ICON */
/* header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  top: 45px;
  z-index: 120;
  border: 1px solid #141402;
  border-right: none;
  background-color: #f7f4e8;
  background-image: url(../common/icon-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
} */
header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 120;
  border: 1px solid #141402;
  border-right: none;
  background-color: #f7f4e8;
  background-image: url(../common/icon-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

header a:active#menu_icon {
  background-color: #141402;
  background-image: url(../common/icon-menu.svg);
}

.page_error header a#menu_icon {
  background-color: #5e6263;
}

/*==================================
FOOTER
==================================*/
footer {
  display: block;
  padding: 60px 0;
  margin: 0;
  border-bottom: 1px dashed #141402;
  color: #141402;
}

footer a {
  color: #141402;
}

footer a.footer_link {
  display: block;
  width: 280px;
  height: 56px;
  padding: 0;
  margin: 30px auto 20px auto;
  background-image: url(../common/logo-site_horizontal-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==================================
FIXED SIDE BAR
==================================*/
aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 15;
}

aside.sidebar_left {
  left: 0;
  border-right: 1px dashed #141402;
}

aside.sidebar_right {
  right: 0;
  border-left: 1px dashed #141402;
}

aside div {
  display: none;
}

/*==================================
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: 54px;
  height: 54px;
  padding: 0;
  margin: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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-color.png);
}

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

/*==================================
MAINVISUAL
==================================*/
#mainvisual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 10px);
  height: calc(100dvh - 10px);
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-image: url(../common/mainvisual-sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: none;
  animation: zoomout 1.6s ease 1s 1 normal forwards;
}

/*==================================
PAGE TITLE AREA
==================================*/
#page_title_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 20px 0 20px 15px;
  margin: -1px 0 0 -1px;
  border-left: 8px solid #141402;
  color: #141402;
}

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

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

/* Login Before */
#index_gallery .embed_img.login_before a {
  transition: 0.4s;
}

#index_gallery .embed_img.login_before a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../common/thm-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.4s;
}

#index_gallery .embed_img.login_before a:hover:before {
  background-image: url(../common/thm-before_hover.png);
}

#index_gallery .embed_img.login_before img {
  filter: grayscale(100%);
  opacity: 0.2;
}

/*==================================
GALLERY 3列
==================================*/
.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) / 2);
  padding: 0;
  margin: 0 8px 8px 0;
}

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

.grid_gallery ul li:empty {
  padding-bottom: calc((100% - 8px) / 2);
  background-image: url(../common/thm-coming_soon-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.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%;
  margin: 0;
  object-fit: cover;
  object-position: 50% 20%;
}

.grid_gallery ul li a .label,
.lity_slider-nav ul li span .label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-color: rgba(200, 40, 90, 0.3);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 0.6rem;
}

/*==================================
GALLERY LITY MODAL
==================================*/
.lity_slider-nav li {
  cursor: pointer;
}

.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); */
  background: #141402;
}

.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: 94vw;
  max-height: 94vh;
}

.lity_slider .slick-active img {
  animation: fadeIn 1s ease 0s 1 normal;
  max-width: 90%;
  max-height: 90%;
}

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

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

.entry_list .entry_panel a {
  display: block;
  padding: 0 0 15px 20px;
  border-left: 1px dashed #d6cdac;
  color: #d6cdac;
  transition: 0.4s;
}

.entry_list .entry_panel a:active {
  color: #d6cdac;
  text-decoration: none;
  border-left: 1px solid #d6cdac;
  transform: scale(1.02);
  z-index: 3;
}

/* ENTRY LABEL */
.entry_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin: 0 0 15px -21px;
  z-index: 10;
}

.entry_label span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* width: 45px; */
  min-width: 30px;
  height: 20px;
  padding: 0 5px;
  margin: 0;
  background-color: #d6cdac;
  color: #141402;
  line-height: 20px;
  border: 1px solid #141402;
  border-left: none;
}

.entry_label span.members {
  background-color: #8dcbc5;
  color: #141402;
}

.entry_label span.imp {
  background-color: #d25;
}

/* LIST */
.entry_panel span.members {
  display: inline-block;
  min-width: 45px;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  color: #8dcbc5;
  line-height: 18px;
  border: 1px solid #8dcbc5;
  box-shadow: 2px 2px 0 #8dcbc5;
}

/* ENTRY DETAIL */
.entry_detail {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

/*==================================
ENTRY PAGER
==================================*/
.pager {
  display: block;
  padding: 0;
  margin: 0 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 5px;
}

.pager ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  color: rgba(214, 205, 172, 0.5);
  line-height: 1rem;
  transition: 0.4s;
}

.pager ul li a.selected,
.pager ul li a:active {
  border: 2px solid #d6cdac;
  color: #d6cdac;
  text-decoration: none;
}

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

.pager ul li a.pager-left {
  background-image: url(../common/icon-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: 0.4s;
}

.pager ul li a.pager-right {
  background-image: url(../common/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: 0.4s;
}

.pager ul li a.pager-left:active {
  background-image: url(../common/icon-prev_hover.png);
  border: 2px solid rgba(0, 0, 0, 0);
}

.pager ul li a.pager-right:active {
  background-image: url(../common/icon-next_hover.png);
  border: 2px solid rgba(0, 0, 0, 0);
}

/*==================================
ENTRY CATEGORY FILLTER
==================================*/
.category_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  padding: 0;
  margin: 15px 0;
  font-size: 0.8rem;
}

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

.category_filter ul li {
  padding: 0;
  margin: 0 2px;
}

.category_filter ul li:last-of-type {
  margin-right: 0;
}

.category_filter ul li a {
  padding: 2px 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #d6cdac;
  cursor: pointer;
  transition: 0.4s;
}

.category_filter ul li.selected a,
.category_filter ul li a:active {
  border-bottom: 2px solid #d6cdac;
  color: #d6cdac;
  text-decoration: none;
}

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

/* BTN BORDER BLOCK */
a.btn_border_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 45px;
  padding: 0 15px;
  margin: 25px auto 0 auto;
  color: #d6cdac;
  border: 1px solid #d6cdac;
  box-shadow: 4px 4px 0 #d6cdac;
  transition: 0.4s;
}

a:active.btn_border_block {
  background-color: #f7f4e8;
  border: 1px solid #f7f4e8;
  box-shadow: 3px 3px 0 rgba(214, 205, 172, 0.5);
  color: #141402;
  text-decoration: none;
}

/* BTN AREA */
.btn_area {
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
}

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

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

table td:active {
  background-color: #f7f4e8;
  color: #141402;
}

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

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

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

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

.normal_slider img {
  display: inline-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;
}

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

/* SLICK COMMON */
.slick-slide {
  position: relative;
  margin: 0;
  /* transition: all ease-in-out 0.3s;
  opacity: .4; */
}

.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: 10px 0 0 0;
  list-style: none;
  text-align: center;
}

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

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

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

.slick-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../common/icon-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  top: calc(50% - 20px);
  left: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

.slick-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../common/icon-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  top: calc(50% - 20px);
  right: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 100;
}

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

.lity_slider .slick-prev,
.lity_slider .slick-next {
  background-color: rgba(0, 0, 0, 0.6);
  top: calc(50vh - 20px);
}

/*==================================
  lity.css
  ==================================*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
.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: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  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%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 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: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active,
.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: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  max-height: calc(100vh - 120px) !important;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* CUSTOMIZE */
.modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #141402;
}

#window_menu .modal_content {
  width: 100vw;
  height: 100vh;
  margin: -20px;
  text-align: center;
}

#window_menu .modal_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#window_menu .modal_content ul li {
  padding: 0;
  margin: 30px 0;
}

#window_menu .modal_content ul li a.btn-logout {
  color: #e63082;
}

#window_menu .menu_elements {
  width: 100%;
  padding: 60px 0;
  background-image: url(../common/logo-site_horizontal-light.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 260px;
}

/* EDIT LITY */
.lity-close {
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  font-size: 0;
  border-left: 1px solid #d6cdac;
  border-bottom: 1px solid #d6cdac;
  background-color: #141402;
  background-image: url(../common/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.lity-close:active,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  font-size: 0;
  border-left: 1px solid #d6cdac;
  border-bottom: 1px solid #d6cdac;
  background-color: #d6cdac;
  background-image: url(../common/icon-close-hover.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
}

.lity-container {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
#banner_area .device_width {
  padding: 10px 0 5px 0;
}

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

#banner_area img {
  width: calc(100vw - 90px);
  margin: 0;
}

#fanclub_notify {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 190%;
  height: 0;
  overflow: hidden;
  /* border-radius: 20px 5px; */
  background-color: #fff;
  background-image: url(../common/fanclub_notify-sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

#fanclub_notify .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  top: 72%;
}

#fanclub_notify .btn_area a.btn_border_block {
  margin: 10px 0 0 0;
  color: #a28c3f;
  border: 1px solid #a28c3f;
  box-shadow: 4px 4px 0 #a28c3f;
}

#fanclub_notify .btn_area a:active.btn_border_block {
  color: #f7f4e8;
  box-shadow: 4px 4px 0 #857434;
  background-color: #a28c3f;
}

.entry_title {
  display: block;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed rgba(214, 205, 172, 0.5);
}

.entry_title h2 {
  line-height: 140%;
  padding: 0;
  margin: 0 0 15px 0;
  text-shadow: none;
}

.entry_body p {
  margin: 10px 0;
}

.entry_body img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.entry_body .embed_video {
  margin: 20px auto;
}

.entry_detail .btn_area {
  justify-content: left;
}

.entry_detail .btn_area a.btn_border_block {
  margin: 0 20px 0 0;
}

.entry_detail .grid_gallery {
  margin-top: 20px;
}

#entry_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0 0;
  margin: 60px 0 0 0;
  border-top: 1px dashed rgba(214, 205, 172, 0.5);
  position: relative;
}

#entry_bottom span a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  color: rgba(214, 205, 172, 0.7);
  cursor: pointer;
  transition: 0.4s;
}

#entry_bottom span a:active {
  color: rgba(214, 205, 172, 1);
  text-decoration: none;
}

#entry_bottom .page-left {
  background-image: url(../common/icon-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  left: 0;
  transition: 0.4s;
}

#entry_bottom .page-right {
  background-image: url(../common/icon-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  position: absolute;
  right: 0;
  transition: 0.4s;
}

#entry_bottom .page-left:active {
  background-image: url(../common/icon-prev_hover.png);
}

#entry_bottom .page-right:active {
  background-image: url(../common/icon-next_hover.png);
}

.thm_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

.thm_panel {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 35px 0;
  position: relative;
}

.thm_panel a {
  display: block;
  text-decoration: none !important;
  transition: 0.4s;
}

.thm_panel a:active {
  color: #d6cdac;
  transform: scale(1.05);
  z-index: 3;
}

.thm_panel .date {
  padding: 0 0 2px 0;
}

.thm_img {
  margin-bottom: 15px;
  position: relative;
}

.state-fc_logout img {
  filter: grayscale(90%);
  opacity: 0.5;
}

.thm_panel .entry_label,
.grid_gallery .entry_label {
  margin: 0;
  position: absolute;
  top: calc(100% - 35px);
}

.biography_list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  border-left: 1px dashed #d6cdac;
  position: relative;
}

.biography_list:last-of-type {
  margin: 0;
}

.biography_list .category_label {
  margin: 0 0 0 -1px;
}

.biography_list .category_label span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: #d6cdac;
  color: #141402;
  line-height: 30px;
}

.biography_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  padding: 0;
  margin: 25px 0 0 0;
}

.biography_list dl dt {
  width: calc(100% - 30px);
  padding: 0;
  margin: 0 0 0 30px;
  text-align: left;
}

.biography_list dl dd {
  width: calc(100% - 30px);
  margin: 0 0 15px 30px;
}

.biography_list dl .date {
  padding: 0;
}

section#content_profile .device_width {
  padding: 0;
}

#profile_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#profile_detail .profile_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 45px 15px 30px 15px;
  margin: 0;
}

#profile_detail .profile_text h2 {
  text-shadow: none;
  padding: 0;
  margin: 0 0 10px 0;
}

#profile_detail .profile_text div {
  text-align: center;
}

#profile_detail .profile_slider {
  width: 100%;
  padding: 0;
  margin: 0 0 -8px 0;
}

#profile_detail .profile_slider img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

a:active {
  color: #f7f4e8;
  text-decoration: underline;
}

/* .entry_body a.text_link, */
.entry_body p a,
.marker {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #d6cdac;
  color: #141402;
  /* white-space: nowrap; */
  transition: 0.2s;
}

.entry_body a:active,
.marker:active {
  background-color: #a28c3f;
  color: #141402;
  text-decoration: none;
}

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

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

h1 {
  font-size: 3rem;
}

#page_title_area h1 {
  font-size: 2.6rem;
  font-family: scandia-web, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0rem;
  line-height: 100%;
  text-align: left;
}

h2 {
  font-size: 2.5rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  text-shadow: 2px 2px 0 #000;
}

.entry_title h2 {
  font-size: 1.5rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
}

h3 {
  font-size: 1.5rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  margin: 45px 0 0 0;
}

footer .copyright {
  font-size: 0.7rem;
  font-family: scandia-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06rem;
}

a.btn_border_block {
  font-size: 1.1rem;
  font-family: scandia-web, m-plus-2p, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.accordion_ttl {
  font-size: 1.1rem;
}

h4.date {
  font-size: 1.34rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.06rem;
  padding: 0 0 10px 0;
}

.entry_label span,
.entry_panel span.members {
  font-size: 0.7rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#window_menu .modal_content ul li {
  font-size: 1.6rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.pager ul li {
  font-size: 1.3rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#entry_bottom span {
  font-size: 1.1rem;
  font-family: scandia-web, m-plus-2p, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.biography_list .category_label span {
  font-size: 1rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#profile_detail .profile_text h2 {
  font-size: 2rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15rem;
}

#profile_detail .profile_text p {
  font-size: 0.9rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

/*==================================
FC CONTENT
==================================*/
/* FC BLUE */
body.fc_site {
  background-color: #8dcbc5;
}

body.fc_site #mainvisual {
  background-image: url(../common/mainvisual_after-sp.jpg);
}

body.fc_site header a#menu_icon {
  background-color: #8dcbc5;
}

/* LOGIN BAR */
#login_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 0 45px 0 0;
  margin: 0;
  color: #f7f4e8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;

  font-size: 1rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

#login_bar a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 45px;
  padding: 0;
  margin: 0;
  background-color: #141402;
  color: #f7f4e8;
  transition: 0.4s;
}

#login_bar a.btn-join {
  background-color: #a28c3f;
}

#login_bar a:hover,
#login_bar a:active {
  background-color: #8dcbc5;
  color: #141402;
  text-decoration: none;
}

/* STATUS BAR */
#status_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 0 45px 0 0;
  margin: 0;
  color: #8dcbc5;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;

  font-size: 1rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
}

#status_bar a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0;
  margin: 0;
  background-color: #141402;
  color: #8dcbc5;
  transition: 0.4s;
}

#status_bar a:hover {
  background-color: #e63082;
  border: 1px solid #e63082;
  color: #141402;
  text-decoration: none;
}

/* LOGIN MODAL */
#modal-login {
  padding-bottom: 60px;
  overflow-y: scroll;
}

#modal-login .modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 0 0 0;
  background-color: #f7f4e8;
  background-image: url(../common/logo-fc_mini.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 90px;
  color: #141402;
}

#modal-login .login_form {
  display: block;
  padding: 30px;
  background-color: #8dcbc5;
  border-top: 1px dashed #f7f4e8;
}

#modal-login .login_form h2 {
  letter-spacing: 0.02rem;
  line-height: 100%;
  padding: 5px 0;
  margin: 0 0 10px 0;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.1);
  font-size: 1.8rem;
}

#modal-login .login_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}

#modal-login .login_form label {
  display: block;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #8dcbc5;
  text-align: center;
}

#modal-login .login_form input {
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin: 0 0 10px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  transition: 0.4s;
}

#modal-login .login_form input {
  /*入力済み*/
  background-color: #f7f4e8;
  color: #141402;
}

#modal-login .login_form :placeholder-shown {
  /*未入力*/
  background-color: rgba(0, 0, 0, 0.1);
}

#modal-login .login_form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

#modal-login .login_form button,
#modal-login .login_form a.check-btn_login {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border: none;
  /* background-color: rgba(0, 0, 0, 0.7); */
  background-color: #141402;
  color: #8dcbc5;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: 0.4s;
}

#modal-login .login_form button:hover,
#modal-login .login_form a:hover.check-btn_login {
  background-color: #141402;
  color: #fff;
  text-decoration: none;
}

#modal-login .login_form .login-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0.76rem;
  text-align: center;
}

#modal-login .login_form .login-more a {
  display: block;
  width: 100%;
  padding: 0;
  margin: 3px 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 100%;
  transition: 0.4s;
}

#modal-login .login_form .login-more a:hover {
  color: #141402;
  text-decoration: none;
}

#modal-login .login_form .login-more a:before {
  content: "・";
}

#modal-login .login_form .btn-join_link {
  position: relative;
}

#modal-login .login_form .btn-join_link a:before {
  content: "OR";
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #8dcbc5;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: calc(50% - 15px);
  top: -50px;
  font-size: 0.7rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#modal-login .login_form .btn-join_link a {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 70px 0 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: none;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 0.9rem;
  transition: 0.4s;
}

#modal-login .login_form .btn-join_link a:hover {
  text-decoration: none;
  border: 1px solid #a28c3f;
  background-color: #a28c3f;
  color: #f7f4e8;
}

/* ERROR */
#modal-login .login_form .error_msg {
  display: block;
  padding: 6px 15px;
  margin: 0;
  font-size: 0.86rem;
  background-color: #e63082;
  border-radius: 3px;
  color: #f7f4e8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 145px;
}

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

/* MEMBER STATUS */
#content_membership h2 {
  color: #a28c3f !important;
}

#membership_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}

#content_membership .digital_memberscard {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 15px;
  margin: -15px 0 2px 0;
  background-color: #e63082;
  position: relative;
}

#content_membership .digital_memberscard h2 {
  padding: 0;
  margin: 5px 0 10px 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #141402 !important;
  text-shadow: none;
}

#content_membership .digital_memberscard .card {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 61.8%;
  height: 0;
  overflow: hidden;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

#content_membership .digital_memberscard .card .card_face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f4e8;
  background-image: url(../common/digital_memberscard.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 5px;
}

#content_membership .digital_memberscard .card .card_num {
  color: #141402;
  font-size: 0.9rem;
  text-align: right;
  text-shadow: 1px 1px 0 #fff;
  position: absolute;
  top: 75%;
  right: 8.8%;
}

#content_membership .member_info {
  width: 100%;
  padding: 0;
  color: #8dcbc5;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

#content_membership .member_info div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 2px 0;
  text-align: left;
  color: #141402;
  background-color: #88b9b4;
}

#content_membership .member_info div:last-of-type {
  margin: 0;
}

#content_membership .member_info .member_info_title {
  display: block;
  width: 100%;
  padding: 6px 15px;
  background-color: #8dcbc5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#content_membership .member_info .member_info_body {
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#content_membership .btn_area {
  margin: 30px 0 0 0;
}

#content_membership a.btn_border_block {
  color: #a28c3f;
  border: 1px solid #a28c3f;
  box-shadow: 4px 4px 0 #a28c3f;
}

#content_membership a:hover.btn_border_block {
  background-color: #e63082;
  border: 1px solid #e63082;
  box-shadow: 3px 3px 0 rgba(230, 48, 130, 0.4);
  color: #141402;
  text-decoration: none;
}

/* BLOG */
.entry_detail .entry_tag_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}

.entry_detail .entry_tag_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.entry_detail .entry_tag_area ul li {
  padding: 5px 12px;
  margin: 0 12px 0 0;
  background-color: #a28c3f;
  color: #f7f4e8;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 100%;
}

/* DPSALERT */
#system_alert_area .device_width {
  padding: 50px 30px 20px 30px;
  background-color: #e63082;
  color: #141402;
  border: 5px solid #141402;
  position: relative;
}

#system_alert_area .device_width a {
  display: block;
  color: #141402;
}

#system_alert_area .device_width h2 {
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
  background-color: #141402;
  color: #e63082;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.1rem;
  position: absolute;
  left: -10px;
  top: 12px;
}

#system_alert_area .device_width .alert_panel {
  display: block;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#system_alert_area .device_width .alert_panel:first-of-type {
  padding: 0;
  border: none;
}

#system_alert_area .device_width .alert_panel a {
  transition: 0.4s;
}

#system_alert_area .device_width .alert_panel a:hover {
  text-decoration: none;
  transform: scale(1.02);
}

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

.none {
  display: none;
}

.display_sp {
  display: block !important;
}

.display_pc {
  display: none !important;
}
