@charset "utf-8";
#headerarea {
  width: 100%;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 100; */
  padding-top: var(--HEADER_BANNER_HEIGHT);
}
#headerarea.header__events {
  background: none;
  position: relative;
  z-index: 1;
}
#headerarea.header__events + #mainarea {
  position: relative;
  z-index: 1;
}
.header__logo__txt {
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px){
  #headerarea {
    display: none;
  }
}
@media screen and (min-width: 768px){
  #headerarea {
    background: url('../images/header_bg.png') center/cover no-repeat;
  }
  .header__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2.5%;
    padding-bottom: 128px;
    padding-top: 39px;
  }
  .header__events .header__container {
    padding-block: 30px;
  }
  .header__logo {
    flex-basis: 20%;
    flex-shrink: 0;
    position: relative;
  }
  .header__logo__link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    height: 59px;
  }
  .headder__logo__img {
    flex-basis: 141px;
  }
  .header__logo__txt {
    font-size: var(--FZ_12);
    white-space: nowrap;
  }
  .header__list {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: var(--GAP_25);
  }
  .header__menu__item {
    flex-shrink: 0;
    border-bottom: 1px solid var(--BLACK);
  }
  .header__menu__txt {
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: var(--FZ_13);
    color: var(--TXT_COLOR_ALT);
  }
  .header__menu__arw {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: var(--WHITE);
    border-radius: 50%;
    position: relative;
  }
  .header__menu__arw::before {
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid var(--BLACK);
    border-bottom: 1px solid var(--BLACK);
    position: absolute;
    inset: 0;
    margin: auto;
    transform: rotate(45deg);
    content: '';
  }
}
.head-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: var(--HEADER_BANNER_HEIGHT);
  @media screen and (max-width: 767px){
    display: none;
  }
}
.head-banner__wrap {
  height: 100%;
  color: var(--WHITE);
}
.head-banner__wrap.__comming__soon {
  background-color: #75C1BF;
}
.head-banner__wrap.__open__now {
  background-color: #D37ABB;
}
.head-banner__container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.head-banner__stamp {
  display: block;
  position: absolute;
  left: 0;
}
.head-banner__stamp.__soon {
  top: -9px;
}
.head-banner__stamp.__now {
  top: 0;
}
.head-banner__catch {
  flex-shrink: 0;
  font-size: var(--FZ_22);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
  span {
    vertical-align: middle;
  }
}
.head-banner__catch .__countdown {
  font-size: var(--FZ_40);
  letter-spacing: 0.1em;
  line-height: 1.0;
  padding: 0 0.25em;
}
.head-banner__title {
  flex-shrink: 0;
  font-size: var(--FZ_30);
  font-weight: bold;
  letter-spacing: 0.2em;
}
.head-banner__info {
  flex-basis: 40%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  font-size: var(--FZ_16);
  font-weight: bold;
  letter-spacing: 0;
}
.head-banner__slash {
  flex-shrink: 0;
  width: 1px;
  height: 40px;
  background-color: var(--WHITE);
  transform: rotate(30deg);
  margin: 0 16px;
}
/**/
.ft-inner.__common {
  display: block;
}
.ft-inner.__common  .ft-img {
	margin-bottom: 40px;
}
.ft-inner.__common  .ft-img a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ft-inner.__common  .ft-img a span{
}
.ft-inner.__common  .ft-img__logo {
	width: 229px;
	margin-bottom: 10px;
}
.ft-inner.__common  .ft-img__txt {
  width: max-content;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding-bottom: 4px;
	border-bottom: 1px solid;
}
.ft-inner.__common  .ft-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: var(--GAP_25) var(--GAP_50);
}
.ft-inner.__common  .ft-nav li{
  flex-basis: max-content;
}
.ft-inner.__common  .ft-nav li a {
	font-size: var(--FZ_18);
	font-weight: bold;
	display: block;
	position: relative;
}
.ft-inner.__common  .ft-nav li a::after {
  display: none;
}
/**/
.c-favBtn {
  display: block;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
  border-color: var(--BLACK);
  border-width: 1px 0 1px 1px;
  border-radius: 20px 0 0 20px;
  background-color: var(--WHITE);
  width: 61px;
  height: 183px;
}
.c-favBtn__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3.5px;
  width: 100%;
  height: 100%;
}
.c-favBtn__icon {
  width: 30px;
}
.c-favBtn__txt {
  font-size: 12px;
  writing-mode: vertical-rl;
  text-align: left;
}