#site-translate-header-wrapper {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ecz-header {
  position: relative;
  height: 100vh;
  color: #fff;
  background: url(./../../images/bg-header.jpg) no-repeat center center / cover;
}

.ecz-header.luxury {
  background: none;
}

.ecz-header a {
  color: #fff;
  transition: .5s;
}

.ecz-header>.container-fluid {
  padding: 0;
}

.ecz-header>.container-fluid>.row {
  --bs-gutter-x: 0;
}

.ecz-header-top {
  padding: 17px 30px 0 20px;
}

@media (max-width: 991px) {
  .ecz-header-top {
    padding: 15px 25px 0;
  }

  .ecz-header.luxury {
    background: none;
  }
}


/*===================================================
ヘッダーロゴ
===================================================*/
.ecz-header-left {
  width: 220px;
  height: 66px;
  margin: 5px 0 0 10px;
}

.ecz-header-left .sub-title {
  display: none;
}

.ecz-header-left .title {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ecz-header-left .title a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: url(./../../images/head_logo_w.svg) no-repeat 0 0 / contain;
  overflow: hidden;
  white-space: nowrap;
}

.ecz-header.luxury .ecz-header-left .title a {
  background: url(./../../images/head_logo_w_en.svg) no-repeat 0 0 / contain;
}

.ecz-header-left .title a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .ecz-header-left {
    width: 140px;
    height: 42px;
    margin: 0;
  }
}


/*===================================================
ヘッダー右
===================================================*/
.ecz-header-right {
  width: calc(100% - 250px);
  max-width: 790px;
}

@media (max-width: 991px) {
  .ecz-header-right {
    width: 40px;
  }
}

.lang_sp {
  display: none;
}


/*===================================================
ヘッダー右 上段
===================================================*/
.ecz-header-right-top a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .ecz-header-right-top {
    margin: 0 !important;
  }
}

body .ecs-search-main {
  display: none !important;
}

.ecz-header-social a {
  width: 20px;
  height: 20px;
  text-indent: 100%;
  background: no-repeat 0 center / contain;
  margin-left: 15px;
  overflow: hidden;
}

.ecz-header-social a:nth-child(1) {
  /* background-image: url(./../../images/head_icon02_w.svg); */
}

.ecz-header-social a:nth-of-type(2) {
  background-image: url(./../../images/head_icon03_w.svg);
}

.ecz-header-social a:nth-of-type(3) {
  background-image: url(./../../images/head_icon05_w.svg);
}

.ecz-header-social a:nth-child(4) {
  width: 10px;
  background-image: url(./../../images/head_icon04_w.svg);
}

.ecz-header-social a.lang {
  text-indent: 0;
  width: 25px;
  margin-left: 30px;
  margin-right: 20px;

}

.ecz-header-right-top select.select-lang {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  color: #fff;
  background: url(../../images/arrow-down.png) no-repeat 0;
  border: none;
  padding-left: 20px;
  margin-left: 30px;
}

.ecz-header-right-top select.select-lang:hover {
  cursor: pointer;
}

.ecz-header-right-top select.select-lang:focus {
  outline: none;
}

.ecz-header-right-top select.select-lang option {
  color: #000;
  padding: 0;
  text-align: center;
}

#button-bar {
  position: relative;
  width: 56px;
  height: 17px;
  margin-left: 25px;
}

#button-bar div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

#button-bar div:first-of-type {
  top: 0;
}

#button-bar div:nth-of-type(2) {
  top: 8px;
}

#button-bar div:last-of-type {
  bottom: 0;
}


/*===================================================
スマホ 閉じるボタン
===================================================*/
#mobile-menu-close-btn,
#pc-slide-menu-close-btn {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 44px;
  height: 16px;
}

#mobile-menu-close-btn span,
#pc-slide-menu-close-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mobile-menu-close-btn span::before,
#mobile-menu-close-btn span::after,
#pc-slide-menu-close-btn span::before,
#pc-slide-menu-close-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
}

#mobile-menu-close-btn span::before,
#pc-slide-menu-close-btn span::before {
  transform: rotate(160deg);
}

#mobile-menu-close-btn span::after,
#pc-slide-menu-close-btn span::after {
  transform: rotate(20deg);
}


/*===================================================
ヘッダー右 下段
===================================================*/
.ecz-header-menu {
  padding: 0;
}

.ecz-header-menu>ul,
.ecz-header-sub-menu>ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.ecz-header-menu>ul {
  justify-content: space-between;
}

.ecz-header-menu>ul>li {
  font-size: 18px;
  line-height: 1;
}

.ecz-header-menu ul li a {
  position: relative;
}

.ecz-header-menu ul a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  border: none;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.ecz-header-menu ul a:hover::after,
.ecz-header-menu ul a.active::after {
  width: 100%;
  left: 0;
}

.ecz-header-sub-menu {
  margin-top: 20px;
  background: none;
  border: none;
}

.ecz-header-sub-menu ul li {
  padding: 10px 20px 0 0;
  padding-top: 0;
}

.ecz-header-sub-menu ul li a {
  font-size: 16px;
  white-space: nowrap;
}

.ecz-header-menu ul li:last-child,
.ecz-header-sub-menu ul li:last-child {
  padding-right: 0;
}

.ecz-header-bottom {
  position: absolute;
  bottom: 10px;
}

.ecz-header-bottom p {
  color: #fff;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.ecz-header-bottom p img {
  display: none;
  margin-left: 10px;
  width: 30px;
  margin-bottom: 5px;
}

.ecz-header-bottom p:hover img {
  display: inline-block;
}

.ecz-header-bottom p a:hover {
  opacity: .5;
}

.ecz-header-right-top {
  align-items: center;
  justify-content: center;
}

.ecz-header-right-top .ecz-header-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

#button-bar.open span {
  transform: rotateZ(-131deg);
}

#button-bar.open span {
  margin-top: 10px;
  transform: rotateZ(-215deg);
}

#button-bar.open span::before {
  top: 10px;
  transform: rotateZ(-111deg);
}

#button-bar.open span::after {
  display: none;
}

@media (max-width: 991px) {
  #button-bar {
    width: 40px;
    margin-left: 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .ecz-header-right-top .ecz-header-info {
    display: flex;
    margin-top: 23px;
    align-items: center;
    justify-content: center;
  }
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 767.98px) {
  .ecz-header-top .ecz-header-main {
    justify-content: space-between !important;
    position: relative;
  }

  .lang_sp {
    display: block;
    position: absolute;
    content: "";
    font-size: 16px;
    top: 50%;
    right: 20%;
  }
}

/* Small devices (mobile, less than 425px) */
@media (max-width: 425px) {
  .ecz-header-right .ecz-header-right-top {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
}

.ecz-header-menu-sp {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100vw;
  height: 100%;
  font-size: 12px;
  color: #fff;
  background: #1a1a1a;
  padding: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 999;
}

.ecz-header-menu-sp a {
  color: #fff;
}

.ecz-header-menu-sp .menu-wrapper {
  margin: 0 2rem;
}

.ecz-header-menu-sp div#footSelect {
  margin-left: -12px;
  margin-right: -12px;

}

.border-solid-bottom {
  border-bottom: 1px solid #fff;
}

.border-solid-top {
  border-top: 1px solid #fff;
}

.border-solid-left {
  border-left: 1px solid #fff;
}

.border-solid-right {
  border-right: 1px solid #fff;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #fff;
}

.border-dashed-top {
  border-top: 1px dashed #fff;
}

.border-dashed-left {
  border-left: 1px dashed #fff;
}

.border-dashed-right {
  border-right: 1px dashed #fff;
}

.ecz-header-menu-sp .align-items-start .menu-item {
  margin: 1rem 0;
}

.ecz-header-menu-sp .align-items-start .menu-item p:last-child {
  margin: 0;
}

.ecz-header-menu-sp .align-items-start .sub-item {
  text-align: center;
}

.align-items-start .sub-item:last-child {
  border: none;
}

#button-bar,
#mobile-menu-close-btn,
#pc-slide-menu-close-btn {
  cursor: pointer;
}

#mobile-menu-close-btn+.text-center {
  width: 100%;
  height: 60px;
  background: url("../../images/spmenu_logo.svg") no-repeat center center / contain;
  margin-bottom: 1rem;
}

#mobile-menu-close-btn+.text-center div {
  display: none;
}

#eczFooterSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  border: none;
  background: url("../../images/arrow-down.svg") #1a1a1a no-repeat right center / 18px 9px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 10px 15px 10px 5px;
  outline: none;
}

.ecz-header-menu-sp button.btn.text-white {
  width: 42px;
  height: 30px;
  background: url("../../images/head_icon01_w.svg") no-repeat center / 15px 20px;
  padding: 0;
}

.ecz-header-menu-sp button.btn.text-white img {
  display: none !important;
}

.ecz-header-menu-sp .col-5.px-0 .d-flex.align-items-center.my-4.justify-content-between {
  width: 150px;
}

.ecz-header-menu-sp .d-flex.align-items-center.my-4.justify-content-between a.px-2 {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: 101%;
  background: no-repeat center / auto 25px;
  padding: 0 !important;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ecz-header-menu-sp .d-flex.align-items-center.my-4.justify-content-between a.px-2:first-of-type {
  width: 15px;
  background-image: url("../../images/head_icon04_w.svg");
  background-size: auto 30px;
}

.ecz-header-menu-sp .d-flex.align-items-center.my-4.justify-content-between a.px-2:nth-of-type(2) {
  background-image: url("../../images/head_icon02_w.svg");
}

.ecz-header-menu-sp .d-flex.align-items-center.my-4.justify-content-between a.px-2:nth-of-type(3) {
  background-image: url("../../images/head_icon03_w.svg");
}

.ecz-header-menu-sp .d-flex.align-items-center.my-4.justify-content-between a.px-2:nth-of-type(4) {
  background-image: url("../../images/head_icon05_w.svg");
}


/*===================================================
黒文字
===================================================*/
.ecz-header-custom .ecz-header-left .title a {
  background-image: url(./../../images/head_logo.svg);
}

.ecz-header-custom .ecs-search-main .btn-search {
  background-image: url(./../../images/head_icon01.svg);
}

.ecz-header-custom .ecz-header-social a:first-of-type {
  background-image: url(./../../images/head_icon02.svg);
}

.ecz-header-custom .ecz-header-social a:nth-of-type(2) {
  background-image: url(./../../images/head_icon03.svg);
}

.ecz-header-custom .ecz-header-social a:nth-of-type(3) {
  background-image: url(./../../images/head_icon05.svg);
}

.ecz-header-custom .ecz-header-social a:last-of-type {
  background-image: url(./../../images/head_icon04.svg);
}

.ecz-header-menu-pc-slide {
  position: fixed;
  top: 0;
  right: -400px;
  background: #1a1a1a;
  padding: 70px 50px;
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.ecz-header-menu-pc-slide ul li a {
  color: #fff;
}

.ecz-header-menu-pc-slide ul li a:hover {
  opacity: .5;
}

.ecz-header-menu-pc-slide ul.menu-middle {
  margin: 40px 0;
}

.ecz-header-menu-pc-slide ul.menu-large li {
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 23px;
}

.ecz-header-menu-pc-slide ul.menu-middle li {
  font-size: 14px;
  letter-spacing: 0.3em;
  margin-bottom: 18px;
}

.ecz-header-menu-pc-slide ul.menu-small li {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.dropdown>.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  padding: 15px 0 0;
  margin: 0;
}

.dropdown-menu ul li a span {
  position: relative;
  display: block;
  margin-left: 15px;
}

.dropdown-menu ul li a span::before,
.dropdown-menu ul li a span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition: .2s;
}

.dropdown-menu ul li a:hover span::after {
  transform: rotate(90deg);
}

.ecz-header-custom .dropdown-menu ul li a span::before,
.ecz-header-custom .dropdown-menu ul li a span::after {
  background-color: black;
}