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

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

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%;
}

a img {
  border: none;
}

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

section {
  margin: 0;
}

.inner_block {
  display: block;
  padding: 15px 30px;
  margin: 15px 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.02, 1.02);
    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: 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: 400px;
  height: 80px;
  background-image: url(../common/logo-site_horizontal-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 200px);
  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 {
  margin: 0 auto;
  top: 0;
  padding-bottom: 15px;
}

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

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

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

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

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

.content_area {
  max-width: 1024px;
  margin: 0 auto;
}

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

/* MENU ICON */
header a#menu_icon {
  display: none;
}

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

footer a {
  color: #141402;
}

footer a.footer_link {
  display: block;
  width: 400px;
  height: 80px;
  padding: 0;
  margin: 40px 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: 75px;
  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.sidebar_left div {
  padding-top: 15px;
  transform: rotate(-90deg);
}

aside.sidebar_right div {
  padding-top: 15px;
  transform: rotate(90deg);
}

aside a {
  padding: 0 0 20px 0;
  color: #141402;
  position: relative;
  transition: 0.4s;
}

aside a:hover {
  color: #141402;
  text-decoration: none;
}

aside a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000056;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

aside.sidebar_left a::after {
  transform-origin: right top;
}

aside a:hover::after {
  transform: scale(1, 1);
}

aside nav {
  width: 100vh;
}

aside nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

aside nav ul li {
  padding: 0;
  margin: 0 12px;
}

aside nav ul li a.btn-logout {
  color: #f7f4e8;
}

aside a.btn-logout::after {
  background: #f7f4e8;
}

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

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

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

ul.sns_list li a:hover.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:hover.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:hover.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:hover.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:hover.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:hover.sns-x {
  background-image: url(../common/snsicon-x-color.png);
}

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

/*==================================
MAINVISUAL
==================================*/
#mainvisual {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* height: calc(100vh - 15px); */
  height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-image: url(../common/mainvisual-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  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: 45px 0 45px 45px;
  margin: -1px 0 15px -1px;
  border-left: 15px solid #141402;
  color: #141402;
  position: relative;
  top: 15px;
}

/*==================================
IMG & MOV RATIO
==================================*/
/* EMBED VIDEO */
.embed_video,
.embed_img {
  margin: 0 auto 10px 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 45px 0;
  list-style: none;
}

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

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

.grid_gallery ul li:empty {
  padding-bottom: calc((100% - 20px) / 3);
  background-image: url(../common/thm-coming_soon.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:hover,
.lity_slider-nav ul li span:hover {
  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.03);
  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% 50%; */
  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: 30%;
  height: 30%;
  background-color: rgba(200, 40, 90, 0.3);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/*==================================
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 30px 0;
  position: relative;
}

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

.entry_list .entry_panel a:hover {
  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: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.entry_label span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* width: 45px; */
  min-width: 45px;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  background-color: #d6cdac;
  color: #141402;
  line-height: 18px;
  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 auto;
  position: relative;
}

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

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

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

.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:hover {
  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:hover {
  background-image: url(../common/icon-prev_hover.png);
  border: 2px solid rgba(0, 0, 0, 0);
}

.pager ul li a.pager-right:hover {
  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;
}

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

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

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

.category_filter ul li a {
  padding: 0 0 2px 0;
  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:hover {
  border-bottom: 2px solid #d6cdac;
  color: #d6cdac;
  text-decoration: none;
}

/*==================================
BTN
==================================*/
/* BTN PAGETOP */
.fixed_pagetop {
  display: block;
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 0;
  background-color: #141402;
  background-image: url(../common/icon-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  position: fixed;
  left: 0;
  bottom: 15px;
  z-index: 100;
}

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

a:hover.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;
}

a.btn_border_block.wide {
  min-width: calc(100% - 4px);
}

/* BTN AREA */
.btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: stretch;
  padding: 0;
  margin: 45px 0 0 0;
}

.btn_area.connect a {
  margin: 0;
  background-color: #141402;
}

.btn_area.connect a:hover {
  background-color: #f7f4e8;
  box-shadow: 4px 4px 0 rgba(214, 205, 172, 0.5);
}

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

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

table th,
table td {
  padding: 15px 20px;
  border: 1px solid #d6cdac;
  text-align: center;
  transition: 0.2s;
}

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

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

/* TH横向き */
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 th {
  border-left: none !important;
  width: 30%;
}

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

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

/* 標準 SP多段 */
table.basic {
  border-bottom: 1px solid #d6cdac;
}

table.basic th {
  width: 30%;
  border: none;
  border-top: 1px solid #d6cdac;
}

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

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

/* PROFILE PAGE */
.profile_slider {
  padding: 0;
  margin: 0;
  text-align: center;
}

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

.profile_slider .slick-slide {
  margin: 0;
}

/* SLICK COMMON */
.slick-slide {
  position: relative;
  margin: 0;
  /* transition: all ease-in-out 0.3s;
  opacity: 0.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: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s;
  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: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s;
  z-index: 100;
}

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

.lity_slider .slick-prev,
.lity_slider .slick-next {
  background-color: rgba(0, 0, 0, 0);
  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: #141402;
  /* 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: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: 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: 15px 30px;
  background-color: #141402;
}

#window_menu .modal_content {
  width: calc(100vw - 180px);
  height: calc(100vh - 180px);
}

/* EDIT LITY */
.lity-close {
  width: 60px;
  height: 60px;
  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: 28px;
}

.lity-close:hover,
.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% - 120px);
  max-height: calc(100% - 120px);
}

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

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

#banner_area img {
  width: 430px;
  padding: 0;
  margin: 0;
}

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

#fanclub_notify .btn_area {
  justify-content: center;
  width: 68%;
  margin: 0;
  position: absolute;
  top: 72%;
  right: 0;
}

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

#fanclub_notify .btn_area a:hover.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 30px 0;
  border-bottom: 1px dashed rgba(214, 205, 172, 0.5);
}

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

.entry_body p {
  margin: 15px 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: 30px 0 0 0;
  margin: 75px 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:hover {
  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:hover {
  background-image: url(../common/icon-prev_hover.png);
}

#entry_bottom .page-right:hover {
  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: calc((100% - 50px) / 3);
  padding: 0;
  margin: 0 25px 35px 0;
  position: relative;
}

.thm_panel:nth-child(3n) {
  margin: 0 0 35px 0;
}

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

.thm_panel a:hover {
  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 {
  top: calc(100% - 35px);
}

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

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

.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: 10px 0 0 0;
}

.biography_list dl dt {
  width: 160px;
  padding: 0 40px 0 0;
  margin-top: 15px;
  text-align: right;
}

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

.biography_list dl .date {
  padding: 7px 0 0 0;
}

section#content_profile .device_width {
  padding: 0;
}

section#content_profile .device_width .content_area {
  max-width: 100vw;
}

#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: calc(100% - 550px);
  padding: 0;
  margin: 0;
}

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

#profile_detail .profile_text div {
  display: inline-block;
  padding: 60px;
}

#profile_detail .profile_slider {
  width: 550px;
  padding: 0;
  margin: 0 0 -8px 0;
  background-color: #d6cdac;
}

#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:hover {
  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:hover,
.marker:hover {
  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: 4rem;
}

#page_title_area h1 {
  font-size: 6rem;
  font-family: scandia-web, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.1rem;
  line-height: 100%;
}

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

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

h3 {
  font-size: 1.8rem;
  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;
}

aside {
  font-size: 1.07rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05rem;
}

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.74rem;
  font-family: scandia-web, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.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: 2.5rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

#profile_detail .profile_text p {
  font-size: 1.1rem;
  font-family: vdl-logog, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 200% !important;
}

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

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

/* LOGIN BAR */
#login_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #f7f4e8;
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 20;

  font-size: 0.84rem;
  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;
  height: 30px;
  padding: 0 25px;
  margin: 0;
  background-color: #141402;
  color: #f7f4e8;
  transition: 0.4s;
}

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

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

/* STATUS BAR */
#status_bar {
  display: block;
  padding: 0;
  margin: 0;
  color: #8dcbc5;
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 120;

  font-size: 0.84rem;
  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;
  height: 30px;
  padding: 0 15px;
  margin: 0;
  background-color: #141402;
  border: 1px solid #8dcbc5;
  border-right: none;
  color: #8dcbc5;
  transition: 0.4s;
}

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

/* LOGIN MODAL */
#modal-login .modal_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 720px;
  padding: 0 0 0 200px;
  background-color: #f7f4e8;
  background-image: url(../common/logo-fc_mini.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 160px;
  color: #141402;
}

#modal-login .login_form {
  display: block;
  padding: 45px;
  background-color: #8dcbc5;
}

#modal-login .login_form:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../common/window_edge.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  top: 0;
  left: 195px;
}

#modal-login .login_form:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../common/window_edge.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  bottom: 0;
  left: 195px;
  transform: rotate(180deg);
}

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

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

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

#modal-login .login_form input {
  display: block;
  width: 65%;
  padding: 4px 10px;
  margin: 0 0 10px 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  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);
  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 0 -15px 0;
  font-size: 0.76rem;
  text-align: center;
}

#modal-login .login_form .login-more a {
  display: block;
  padding: 0;
  margin: 0 6px;
  color: rgba(0, 0, 0, 0.5);
  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 20px;
  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: 45px;
}

#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-end;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 0;
  margin: 0;
  background-color: #e63082;
  position: relative;
}

#content_membership .digital_memberscard h2 {
  padding: 15px 0 0 45px;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #141402 !important;
  /* background-color: #141402; */
  text-shadow: none;
  position: absolute;
  left: 0;
  z-index: 15;
}

#content_membership .digital_memberscard .card {
  display: block;
  width: 550px;
  height: 340px;
  margin: -35px -50px 0 0;
  background-color: #f7f4e8;
  background-image: url(../common/digital_memberscard.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  transform: rotate(-8deg) scale(0.8);
  z-index: 1;
  /* transform: scale(0.8); */
}

#content_membership .digital_memberscard .card .card_num {
  color: #141402;
  font-size: 1.4rem;
  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;
  border-top: 2px solid #141402;
  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: center;
  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: 35%;
  padding: 15px 0;
  background-color: #8dcbc5;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#content_membership .member_info .member_info_body {
  display: block;
  width: 65%;
  padding: 15px 25px;
  text-align: left;
}

#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 0 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: 20px 45px 22px 180px;
  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: 1rem;
  position: absolute;
  left: -10px;
  top: 23px;
}

#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);
}

/*==================================
Tablet portrait
==================================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  article {
    padding: 0;
    margin: 0 45px;
  }

  section {
    padding: 10px;
  }

  .device_width {
    padding: 60px 45px 90px 45px;
  }

  #mainvisual {
    height: calc(60vh - 15px);
  }

  aside {
    width: 45px;
    height: 100vh;
  }

  aside.sidebar_left div,
  aside.sidebar_right div {
    padding-top: 7px;
  }

  aside a {
    padding: 0 0 10px 0;
  }

  .fixed_pagetop {
    width: 45px;
    height: 45px;
    background-size: 30px;
  }

  #profile_detail .profile_text {
    width: 60%;
  }

  #profile_detail .profile_slider {
    width: 40%;
  }

  #profile_detail .profile_text div {
    padding: 30px;
  }

  #profile_detail .profile_text h2 {
    font-size: 1.8rem;
  }

  #page_title_area {
    padding: 30px 0 30px 30px;
  }

  #page_title_area h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

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

  .thm_panel {
    width: calc((100% - 25px) / 2);
  }

  .thm_panel:nth-child(3n) {
    margin: 0 25px 35px 0;
  }

  .thm_panel:nth-child(2n) {
    margin: 0 0 35px 0 !important;
  }

  aside {
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
  }

  #banner_area img {
    width: 320px;
    padding: 0;
    margin: 0;
  }
}

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

.none {
  display: none;
}

.display_sp {
  display: none !important;
}

.display_pc {
  display: block !important;
}
