@charset "utf-8";

/* 共通
============================== */
.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}
sup,
sub {
  font-size: small;
}
sup.top {
  vertical-align: super;
}
sub.top {
  vertical-align: super;
}
sub.low {
  vertical-align: text-top;
}

@media only screen and (max-width: 767px) {
  sup,
  sub {
    font-size: 10px;
  }
  sub.low {
    vertical-align: bottom;
  }
}

.commonImgcap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1),
    0px 0px 3px rgba(0, 0, 0, 1);
  z-index: 5;
}
.commonImgcap.left {
  right: auto;
  left: 0;
}

/* トップへ戻るボタン
=============================== */
.crm--pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  display: block;
}
.crm--pageTop.on {
  opacity: 1;
  visibility: visible;
}
.crm--pageTop a {
  transition: all 0.4s;
}
.crm--pageTop a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .crm--pageTop {
    right: 10px;
    bottom: 25px;
    width: 52px;
  }
}

.fix_nav {
  z-index: 900;
}

.fix_nav {
  position: fixed;
  right: 0;
  top: 20%;
  width: 60px;
  height: 250px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: #d2be83;
  background: linear-gradient(
    180deg,
    rgba(210, 190, 131, 1) 0%,
    rgba(166, 128, 11, 1) 100%
  );
  column-gap: 14px;
}
.fix_nav .line {
  border-left: 1px solid #fff;
  height: 10px;
}
.fix_nav .text_s {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .fix_nav {
    display: none;
  }
}

/* header
=============================== */
.header {
  position: fixed;
  width: 100%;
  padding-block: 16px;
  z-index: 1;
  z-index: 100;
}
.header .inner {
  position: relative;
  max-width: 1900px;
}
.header_wrap {
  padding-right: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 60px;
}
.header_logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 80px;
}
.header_logo a {
  display: block;
  position: relative;
  transition: all 0.4s;
}
.header_logo .logo {
  display: block;
  transition: opacity 0.25s ease;
}
.header_logo .logo--white {
  opacity: 1;
}
.header_logo .logo--black {
  position: absolute;
  inset: 0;
  opacity: 0;
}

/* 黒ロゴに切替 */
body.is-logo-black .header_logo .logo--white {
  opacity: 0;
}
body.is-logo-black .header_logo .logo--black {
  opacity: 1;
}
.header_logo a:hover {
  opacity: 0.7;
}
.header_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 3px;
}
.header_btn {
  width: 100%;
  max-width: 230px;
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 12px;
  padding-inline: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  transition: 0.4s;
}
.header_btn .en {
  font-size: 16px;
}
.header_btn .line {
  border-top: 1px solid #fff;
  width: 10px;
}
.header_btn.limited {
  max-width: 300px;
  background: #7e6b42;
  background: linear-gradient(
    90deg,
    rgba(126, 107, 66, 1) 0%,
    rgba(89, 65, 12, 1) 100%
  );
}
.header_btn.out {
  background-color: #484848;
}
.header_btn.map {
  background-color: #000000;
}
.header_btn:hover {
  opacity: 0.7;
}
.header_link_text {
  flex-shrink: 0;
  display: block;
  margin-right: 8px;
  padding-right: 10px;
  padding-left: 10px;
  padding-block: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  transition: 0.4s;
  background: #000;
}
.header_link_text .icon_mjr {
  width: auto;
  height: 12px;
  vertical-align: text-bottom;
}
.header_link_text:hover {
  opacity: 0.8;
}
.logo_line {
  display: block;
  width: 100%;
  max-width: 50px;
  margin-right: 8px;
  transition: 0.4s;
}
.logo_line:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
  .header_link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 3px;
  }
  .header_btn {
    width: auto;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-block: 8px;
    flex-direction: column;
    row-gap: 6px;
  }
  .header_btn .en {
    font-size: 13px;
  }
  .header_btn .line {
    width: 15px;
  }
  .header_btn.out,
  .header_btn.map {
    min-width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding-top: 24px;
    padding-bottom: 20px;
    z-index: 10013;
  }
  .header_wrap {
    align-items: start;
    flex-direction: column;
    row-gap: 14px;
  }
  .header_logo {
    max-width: 60px;
  }
  .header_lead {
    font-size: 14px;
  }
  .header_link {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 0;
  }
  .header_btn {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    row-gap: 5px;
  }
  .header_btn .en {
    font-size: 11px;
  }
  .header_btn .line {
    border-top: 1px solid #fff;
    width: 10px;
  }
  .header_btn.out,
  .header_btn.map {
    min-width: auto;
  }
  .header_btn.entry {
    display: flex !important;
    background: #d2be83;
    background: linear-gradient(
      180deg,
      rgba(210, 190, 131, 1) 0%,
      rgba(166, 128, 11, 1) 100%
    );
  }
}

/* ========== ハンバーガー共通 ========== */
.header_wrap_sp {
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 14px;
  padding: 20px;
}
.openbtn_wrap {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 10013;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.openbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  cursor: pointer;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.openbtn:focus-visible {
  outline: 2px solid #0099ff;
}
.openbtn span:not(.en) {
  position: absolute;
  left: 50%;
  width: 44px;
  height: 2px;
  background: #000;
  border-radius: 1px;
  transform: translateX(-50%);
  transition: all 0.35s ease;
}
.openbtn span:nth-child(1) {
  top: 15px;
}
.openbtn span:nth-child(2) {
  top: 24px;
}
.openbtn span:nth-child(3) {
  top: 33px;
}
.openbtn span.en {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  transition: opacity 0.2s ease;
}
.openbtn.is-active span:nth-child(1) {
  top: 24px;
  transform: translateX(-50%) rotate(30deg);
}
.openbtn.is-active span:nth-child(2) {
  opacity: 0;
}
.openbtn.is-active span:nth-child(3) {
  top: 24px;
  transform: translateX(-50%) rotate(-30deg);
}
.openbtn span.en {
  transition: opacity 0.2s ease;
}
.openbtn.is-active span.en {
  opacity: 0;
}
.openbtn.is-active::after {
  content: "CLOSE";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 768px) {
  .openbtn {
    width: 52px;
    height: 52px;
  }
  .openbtn span:not(.en) {
    width: 35px;
  }
  .openbtn span:nth-child(1) {
    top: 10px;
  }
  .openbtn span:nth-child(2) {
    top: 18px;
  }
  .openbtn span:nth-child(3) {
    top: 26px;
  }
  .openbtn span.en {
    bottom: 5px;
    font-size: 11px;
  }
  .openbtn.is-active span:nth-child(1) {
    top: 18px;
  }
  .openbtn.is-active span:nth-child(3) {
    top: 18px;
  }
  .openbtn.is-active::after {
    bottom: 5px;
    font-size: 11px;
  }
}

/* ========== ナビ本体 ========== */
#g-nav {
  position: fixed;
  inset: 0;
  z-index: 10012;
  background: rgba(255, 255, 255, 0.7);
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.3s ease;
}
#g-nav.is-open {
  opacity: 1;
  visibility: visible;
}
#g-nav-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  transition: transform 0.35s ease;
  box-shadow: -6px 0 18px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.g-nav_inner {
  padding-block: 150px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.g-nav_logo {
  width: 200px;
  margin-inline: auto;
}
.g-nav_items {
  margin-top: 75px;
  width: 100%;
  max-width: 1360px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
}
.g-nav_item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  padding-block: 22px;
  background-image: linear-gradient(90deg, #333333 50%, transparent 50%);
  background-position: 100%;
  background-size: 250%;
  border-right: 1px solid #808080;
  transition: all 1s;
}
.g-nav_item:hover {
  background-position: 0;
}
.g-nav_item.cs {
  pointer-events: none;
}
.g-nav_item.vision,
.g-nav_item.select {
  border-right: none;
}
.g-nav_title {
  position: relative;
  padding-left: 12px;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
.g-nav_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
}
.g-nav_item.cs .g-nav_title {
  color: rgba(255, 255, 255, 0.4);
}
.g-nav_item.cs .g-nav_title::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.g-nav_link_wrap {
  margin-top: 100px;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.g-nav_btn {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  transition: 0.4s;
}
.g-nav_btn .en {
  font-size: 24px;
}
.g-nav_btn .line {
  border-top: 1px solid #fff;
  width: 10px;
}
.g-nav_btn.entry {
  background: #d2be83;
  background: linear-gradient(
    90deg,
    rgba(210, 190, 131, 1) 0%,
    rgba(166, 128, 11, 1) 100%
  );
}
.g-nav_btn.limited {
  background: #7e6b42;
  background: linear-gradient(
    90deg,
    rgba(126, 107, 66, 1) 0%,
    rgba(89, 65, 12, 1) 100%
  );
}
.g-nav_btn.out,
.g-nav_btn.map {
  background-color: #000;
  border: 1px solid #666666;
  padding-block: 22px;
}
.g-nav_btn:hover {
  opacity: 0.7;
}
.g-nav_tel_wrap {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 10px;
}
.g-nav_tel_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 12px;
}
.g-nav_tel_text .icon_mjr {
  width: auto;
  height: 18px;
}
#g-nav .tel_wrap {
  margin-top: 0px;
  align-items: end;
  column-gap: 16px;
}
#g-nav .tel_wrap .icon_ftel {
  width: 51px;
  padding-bottom: 8px;
}
#g-nav .tel_wrap .tel_num {
  color: #fff;
  line-height: 0.8;
}
body.is-nav-open {
  overflow: hidden;
  touch-action: none;
}

@media only screen and (max-width: 1024px) {
  .g-nav_tel_wrap {
    margin-top: 42px;
    align-items: center;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 16px;
  }
  .g-nav_items {
    width: 80%;
    margin-top: 75px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .g-nav_item.position,
  .g-nav_item.quality {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .g-nav_inner {
    padding-block: 120px;
  }
  .g-nav_items {
    width: 100%;
    margin-top: 0px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0px;
  }
  .g-nav_item {
    padding-left: 20px;
    padding-block: 12px;
    border-right: none;
    border-bottom: 1px solid #808080;
  }
  .g-nav_title {
    padding-left: 18px;
    font-size: 16px;
  }
  .g-nav_title .icon_mjr {
    width: auto;
    height: 16px;
    vertical-align: text-bottom;
  }
  .g-nav_link_wrap {
    display: none;
  }
  .g-nav_tel_wrap {
    margin-top: 42px;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
  .g-nav_tel_text {
    text-align: center;
    font-size: 16px;
    padding-right: 0px;
  }
  .g-nav_tel_text .icon_mjr {
    height: 14px;
  }
  #g-nav .tel_wrap {
    align-items: center;
    column-gap: 10px;
  }
  #g-nav .tel_wrap .icon_ftel {
    width: 40px;
    padding-bottom: 0px;
  }
  #g-nav .tel_wrap .tel_num {
    line-height: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .openbtn,
  #g-nav,
  #g-nav-list {
    transition: none !important;
  }
}

/* footer
================================= */
.footer {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #e6e6e6;
  position: relative;
  z-index: 40;
}
.yokoku_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}
.yokoku_title {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 4px 14px;
  border: 1px solid #000;
}
.yokoku_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.page_cap {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 800px;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.footer_lead {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.footer_lead .icon_mjr {
  width: auto;
  height: 16px;
  vertical-align: text-bottom;
}
.tel_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
.tel_wrap .icon_ftel {
  width: 51px;
}
.tel_wrap .tel_num {
  display: block;
  cursor: pointer;
  font-family: "Cardo", serif;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #231815;
  font-weight: 200;
}
.footer_info {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.footer_logo_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.footer_logo_item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.4s;
}
.footer_logo_item:hover {
  opacity: 0.7;
}
.logo_mjr img {
  width: auto;
  height: 30px;
}
.logo_anabuki img {
  width: auto;
  height: 30px;
  padding-bottom: 5px;
}
.logo_pleasure img {
  width: auto;
  height: 30px;
  padding-bottom: 5px;
}
.footer_copy {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .yokoku_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
  }
  .yokoku_title {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 4px 14px;
    border: 1px solid #000;
  }
  .yokoku_text {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .page_cap {
    margin-top: 20px;
  }
  .footer_lead {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }
  .footer_lead .icon_mjr {
    height: 12px;
  }
  .tel_wrap {
    margin-top: 10px;
    column-gap: 12px;
  }
  .tel_wrap .icon_ftel {
    width: 40px;
  }
  .tel_wrap .tel_num {
    font-size: 38px;
  }
  .footer_info {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 0.01em;
  }
  .footer_logo_wrap {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 20px;
  }
  .footer_logo_item {
    column-gap: 6px;
    font-size: 10px;
    letter-spacing: 0.05em;
    flex-direction: column;
    align-items: center;
  }
  .logo_mjr img {
    width: auto;
    height: 30px;
  }
  .logo_anabuki img {
    width: auto;
    height: 30px;
    padding-bottom: 5px;
  }
  .footer_copy {
    margin-top: 20px;
    font-size: 14px;
  }
}
