@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary-color: #2E1B11;
  --color-black: #000000;
  --color-white: #FFF;
  --color-white1: #A39F9D;
  --color-white2: #F4F3F2;
  --color-darkgray: #3F3A39;
  --color-darkgray2: #2A2726;
  --color-gray: #4F4E4B;
  --color-gray1: #e4e3e;
  --color-gray2: #323940;
  --color-gray3: #ABAAAA;
  --color-gray4: #f5f5f5;
  --color-yellow: #AAAA6A;
  --color-green: #75987C;
  --color-green2: #1E664A;
  --color-purple: #80658D;
  --color-purple2: #945D75;
  --color-brown: #976946;
  --color-blue: #52739B;
  --font-primary: "dnp-shuei-gothic-gin-std", sans-serif;
  --font-secondary: "Inter", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.only-pc {
  display: inline !important;
}

.only-pc.db {
  display: block !important;
}

.only-pc.df {
  display: flex !important;
}

.only-pc.i-df {
  display: inline-flex !important;
}

.only-sp {
  display: none !important;
}

.only-sp.db {
  display: none !important;
}

.only-sp.df {
  display: none !important;
}

.only-lg {
  display: flex !important;
}

@media (max-width: 991px) {
  .only-lg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }

  .only-pc.db {
    display: none !important;
  }

  .only-pc.df {
    display: none !important;
  }

  .only-pc.i-df {
    display: none !important;
  }

  .only-sp {
    display: inline !important;
  }

  .only-sp.db {
    display: block !important;
  }

  .only-sp.df {
    display: flex !important;
  }

  .only-sp.i-df {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1.2;
  background: #ffffff;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-sm {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:767px) {
  .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.l-section {
  padding-block: 120px;
}

@media (max-width: 767px) {
  .l-section {
    padding-block: 17.067vw;
  }
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 6.4vw;
  }
}

.section-header__eng {
  color: var(--primary-color);
  font-family: var(--font-secondary);
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
}

@media (max-width: 767px) {
  .section-header__eng {
    font-size: 8.533vw;
		font-size: 8vw;
    letter-spacing: 0.683vw;
  }
}

.section-header__eng.-white {
  color: var(--color-white2);
}

.section-header__jp {
  color: var(--primary-color);
  font-family: var(--font-primary);
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.64px;
}



.section-header__jp.sm {
  font-size: 18px;
  letter-spacing: 0.72px;
	white-space: nowrap;
}

@media (max-width: 767px) {
  .section-header__jp {
    font-size: 3.733vw;
		font-size: 3.7vw;
    line-height: 4.267vw;
    letter-spacing: 0.149vw;
  }

  .section-header__eng.sm {
    font-size: 6.933vw;
		font-size: 8.0vw;/*30px相当*/
    line-height: 8.267vw;
    letter-spacing: 0.555vw;
  }

  .section-header__jp.sm {
    font-size: 4.267vw;
		font-size: 3.7vw;/*14px相当*/
    letter-spacing: 0.171vw;
  }

}

.section-header__jp.-white {
  color: var(--color-white2);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 28px 15px 24px;
	padding: 21px 28px 21px 24px;
  min-height: 80px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.header__lft {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.header__lft .txt {
  position: relative;
  color: var(--color-white2);
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.72px;
  z-index: 1008;
}

@media (max-width:767px) {
  .header__lft .txt {
    font-size: 3.2vw;
    line-height: 3.733vw;
    letter-spacing: 0.128vw;
  }
}

.header__rgt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

@media (max-width: 767px) {
  .header__wrapper {
    padding: 3.467vw 5.333vw 3.467vw 2.933vw;
    position: fixed;
    width: 100%;
    min-height: 64px;
  }
}

.header__logo {
  line-height: 0;
  position: relative;
  z-index: 1008;
}

@media (max-width: 767px) {
  .header__logo {
    max-width: 38.667vw;
  }
}

.header__left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 49px;
}

@media (max-width: 767px) {
  .header__left {
    gap: 3.2vw;
  }
}

.header__subtxt {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.64px;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .header__subtxt {
    font-size: 2.667vw;
    padding-left: 3.2vw;
    letter-spacing: 0.107vw;
  }
}

.header__subtxt:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-yellow);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .header__subtxt:after {
    width: 8px;
    height: 8px;
  }
}

.header__logo img:nth-child(2) {
  display: none;
  /* hide brown logo by default */
}

.header__logo--brown img:nth-child(1) {
  display: none;
  /* hide white logo */
}

.header__logo--brown img:nth-child(2) {
  display: inline;
  /* show brown logo */
}

@media (max-width: 767px) {
  .header__logo--brown img:nth-child(2) {
    max-width: 38.667vw;
    width: 100%;
  }
}

/* .header__menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
  height: 24px;
}

@media (max-width: 767px) {
  .header__menu-toggle {
    height: 6.4vw;
  }
}

.header__menu-toggle span {
  display: block;
  height: 2px;
  background: var(--color-white);
  transition: 0.3s;
  width: 24px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .header__menu-toggle span {
    width: 5.28vw;
    height: 0.533vw;
  }
}

.header__menu-toggle.brown span {
  background: var(--primary-color);
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 8px);
  background: var(--color-white);
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -8px);
  background: var(--color-white);
} */

.header__menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
  height: 24px;
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .header__menu-toggle {
    height: 6.4vw;
  }
}

.header__menu-toggle span {
  display: block;
  height: 2px;
  background: var(--color-white);
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  width: 24px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .header__menu-toggle span {
    width: 5.28vw;
    height: 0.533vw;
  }
}

.header__menu-toggle.brown span {
  background: var(--primary-color);
}

/* When active (X shape) */
.header__menu-toggle.header__menu-toggle--active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 8px);
  background: var(--color-white);
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -8px);
  background: var(--color-white);
}

/* ✨ Add fade animation when closing */
.header__menu-toggle span {
  opacity: 1;
}

.header__menu-toggle.fade-out span {
  animation: fadeBack 0.3s ease forwards;
}

@keyframes fadeBack {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* Full screen overlay */
.header .menu-overlay {
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white2);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease, opacity 0.4s ease;
  z-index: 1000;
  padding-top: 70px;
  background: rgba(63, 58, 57, 0.80); */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  background: rgba(63, 58, 57, 0.80);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}

.header .menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.header .menu-overlay ul li {
  margin: 20px 0;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.header .menu-overlay.menu-overlay--active {
  /* opacity: 1;
  pointer-events: all;
  transform: scaleY(1); */
  opacity: 1;
  pointer-events: all;
}

.header .menu__container {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 40px;
  padding-top: 89px;

}

@media (max-width: 1199px) {
  .header .menu__container {
    padding-inline: 15px;
  }
}

@media (max-width: 767px) {
  .header .menu__container {
    padding-inline: 6.4vw;
		padding-inline: 24px;
    padding-top: 6.933vw;
    gap: 6.4vw;
  }
}

.header .menu__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 68px;
}

@media (max-width: 1199px) {
  .header .menu__row {
    gap: 40px;
  }
}

.header .menu__row.gap {
  gap: 0;
  padding-bottom: 16px;
}

.header .menu__row.top:first-child {
  max-width: 724px;
  width: 100%;
}

@media (max-width: 1199px) {
  .header .menu__row.top:first-child {
    max-width: 634px;
  }
}

@media (max-width: 991px) {
  .header .menu__row.top:first-child {
    max-width: 470px;
  }
}

.header .menu__row:last-child {
  flex: 1;
  width: 100%;
}


@media (max-width: 991px) {
  .header .menu__row {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .header .menu__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;
  }
}

@media (max-width: 574px) {
  .header .menu__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.4vw;
  }
}


.header .menu__row.flex-column {
  flex-direction: column;
}

.header .menu__row.flex-column .menu__list-item {
  width: 100%;
}

.menu__row-wrap .menu__row {
  width: calc(100% / 3 - 45.33px);
}

@media (max-width:767px) {
  .menu__row-wrap .menu__row {
    width: 100%;
  }
}


.menu__row-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 68px;
  padding-bottom: 48px;
  border-bottom: 1px solid #726f6f;
}

@media (max-width: 1199px) {
  .menu__row-wrap {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .menu__row-wrap {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .menu__row-wrap {
    padding-bottom: 32px;
    flex-direction: column;
    gap: 4.4vw;
  }
}

.menu__row-btm {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .menu__row-btm {
    margin-top: 32px;
  }
}

.header__sharelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

@media (max-width:767px) {
  .header__sharelinks {
    gap: 2.133vw 4.267vw;
  }
}

.header__sharelinks-txt {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.56px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.header__sharelinks-txt:hover {
  opacity: 0.7;
}

@media (max-width:767px) {
  .header__sharelinks-txt {
    font-size: 3.733vw;
    letter-spacing: 0.299vw;
  }
}

/* .header .menu__row:last-child {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .header .menu__row:last-child {
    margin-top: 24px;
  }
} */

/* .header .menu__row a{
  width: calc(100% / 3 - 22px);
} */

.header .menu__list-item.column {
  flex-direction: column;
  gap: 32px;
  padding-bottom: 0;
  width: 100%;
}

@media (max-width:767px) {
  .header .menu__list-item.column {
    gap: 16px;
  }
}

.header .menu__list-item {
  width: calc(100% / 3 - 45.33px);
  text-decoration: none;
}

.header .menu__list-item.full {
  width: 100%;
}



@media (max-width: 991px) {
  .header .menu__list-item {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 767px) {
  .header .menu__list-item {
    width: 100%;
  }
}

.header .menu__list-item {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .header .menu__list-item {
    padding-bottom: 0;
  }
}

@media (max-width: 376px) {
  .header .menu__list-item {
    padding-bottom: 0;
  }
}

.header .menu__list-item.flex {
  flex-direction: column;
}

.header .menu__list-item .menu__ttl {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 1.92px;
  text-decoration: none;
  display: block;
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__ttl {
    font-size: 5.333vw;
    line-height: 8vw;
    letter-spacing: 0.683vw;
  }
}

@media (max-width: 574px) {
  .header .menu__list-item .menu__ttl {
    font-size: 5.333vw;
    line-height: 7.733vw;
    letter-spacing: 0.512vw;
  }
}

.header .menu__list-item .menu__subttl {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.64px;
  margin-top: 4px;
  display: block;
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__subttl {
    font-size: 3.733vw;
    letter-spacing: 0.171vw;
    line-height: 4.8vw;
  }
}

.header .menu__list-item .menu__dot {
  /* width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gray);
  display: block; */
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 14px;
}

.menu__list-item--accordion {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  max-width: 328px;
  width: 100%;
}


@media (max-width:767px) {
  .menu__list-item--accordion {
    width: 100%;
    max-width: 100%;
		margin-top: 2.4vw;
  }
}

.header .menu__list-item .phone__txt .lft-txt {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.96px;
}

@media (max-width:767px) {
  .header .menu__list-item .phone__txt .lft-txt {
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 4.267vw;
    letter-spacing: 0.256vw;
  }
}

.header .menu__list-item .phone__txt .rgt-txt {
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.28px;
}

@media (max-width:991px) {
  .header .menu__list-item .phone__txt .rgt-txt {
    font-size: 24px;
  }
}

@media (max-width:767px) {
  .header .menu__list-item .phone__txt .rgt-txt {
    font-size: 7.467vw;
    font-weight: 400;
    line-height: 8.533vw;
    letter-spacing: 0.299vw;
  }
}

@media (max-width: 767px) {
  .menu__list-item--accordion.active .menu__list-item-content {
    margin-bottom: 0px;
  }
}

.menu__list-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 10px;
}

@media (max-width: 767px) {
  .menu__list-item-content {
    margin-bottom: 0;
  }
}

.menu__list-item-content span {
  display: block;
}


.menu__accordian-open {
  cursor: pointer;
  padding-bottom: 0 !important;
}

.menu__accordian-content {

  padding-top: 24px;

}

/* .menu__accordian-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  padding-top: 24px;
} */


.menu__dot {
  transition: opacity 0.3s ease;
}

.menu__accordian-content .menu__accordian-txt {
  position: relative;
  display: inline-block;
  width: 100%;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.64px;
  text-decoration: none;
  margin-bottom: 24px;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .menu__accordian-content .menu__accordian-txt {
    margin-bottom: 6.4vw;
    font-size: 3.733vw;
    line-height: 4.267vw;
    padding-left: 6.4vw;
		padding-left: 16.5px;
  }
}

.menu__accordian-content .menu__accordian-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.5px;
  height: 18px;
  background-color: var(--color-yellow);
}
.menu__accordian-content .menu__accordian-txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4.5px;
    height: 32px;
    background-color: var(--color-yellow);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(2)::before {
  background-color: var(--color-green);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(3)::before {
  background-color: var(--color-purple);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(4)::before {
  background-color: var(--color-purple2);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(5)::before {
  background-color: var(--color-brown);
}

.menu__accordian-content .menu__accordian-txt:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.primary__sharelink {
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.72px;
  text-decoration: none;
  padding: 18px 39px;
  border: 1px solid #fff;
  transition: all 0.25s ease;
}

.primary__sharelink:hover {
  background-color: rgba(255, 255, 255, 0.479);
}

.sharelink__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 328px;
  width: 100%;
}

@media (max-width: 991px) {
  .sharelink__buttons {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .sharelink__buttons {
    max-width: 100%;
    gap: 4.267vw;
  }
}

.sharelink__button {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.72px;
  text-decoration: none;
  color: var(--color-white);
  padding-block: 23px;
  border: 1px solid var(--color-white);
  width: 100%;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .sharelink__button {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 4.8vw;
    letter-spacing: 0.192vw;
    padding-block: 18px;
  }
}

.sharelink__button.white {
  background-color: var(--primary-color);
  color: var(--color-white);
}


.sharelink__button:hover {
  background-color: rgba(255, 255, 255, 0.479);
}

.sharelink__button:hover::after {
  background-image: url("../img/common/icon-downarrow-hover.svg");
}

.sharelink__button.white:hover {
  background-color: var(--color-white);
  color: var(--primary-color);
}

.sharelink__button.white::after {
  background-image: url("../img/common/icon-downarrow-hover.svg");
}

.sharelink__button.white:hover:after {
  background-image: url("../img/common/icon-downarrow.svg");
}

.info__card {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-block: 16px;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.info__card:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .info__card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.133vw;
    padding-block: 2.133vw;
  }
}

.info__card.white {
  color: var(--color-white);
  border-bottom: unset;
}


.info__card.black {
  color: var(--primary-color);
  border-bottom: 1px solid var(--color-white1);
}

.info__card.black .dot {
  background: var(--primary-color);
}

.info__card .dot {
  background-image: url("../img/common/icon-rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  flex-shrink: 0;

}

.info__date {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 1.12px;
  max-width: 120px;
  width: 120px;
  color: var(--color-gray3)
}

.info__date.white {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .info__date {
    font-size: 2.667vw;
    line-height: 2.667vw;
    letter-spacing: 0.213vw;
  }
}

.info__content {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.info__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.72px;
}

@media (max-width: 767px) {
  .info__text {
    font-size: 3.733vw;
    gap: 0.256vw;
    line-height: 5.333vw;
    letter-spacing: 0.299vw;
  }
}

.footer {
  background: var(--color-darkgray);
  color: #fff;
  font-size: 14px;
  padding-block: 120px 40px;
}

.footer.z-2 {
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .footer {
    padding-block: 12.8vw;
  }
}

.footer__inner {
  max-width: 1100px;
  margin-inline: auto;

}

/* @media (max-width: 1199px) {
  .footer__inner {
    padding-inline: 0;
  }
} */


@media (max-width: 991px) {
  .footer__inner {
    padding-inline: 15px;
  }
}

@media (max-width: 767px) {
  .footer__inner {
    padding-inline: 7.467vw;
    padding-bottom: 27.733vw;
  }
}

.footer__logo-wrap {
  max-width: 155px;
  width: 100%;
  line-height: 0;
}

.footer__logo-wrap.w-160 {
  max-width: 160px;
  width: 100%;
  line-height: 0;
}
.footer__logo-wrap.w-160 a{
	transition: all 0.25s ease;
}
.footer__logo-wrap.w-160 a:hover{
	opacity: 0.7;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer__brand {
    align-items: flex-start;
    gap: 2.133vw;
    margin-bottom: 10.667vw;
  }
}

.footer__brand:first-child {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--color-gray3);
  margin-bottom: 64px;
}

@media (max-width:767px) {
  .footer__brand:first-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.footer__brand-heading {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.96px;
}

@media (max-width: 767px) {
  .footer__brand-heading {
    font-size: 2.667vw;
    letter-spacing: 0.213vw;
  }
}

.footer__brand-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;

}

.footer__brand-group .footer__brand-group {
  gap: 20px;
}

@media (max-width: 767px) {
  .footer__brand-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6.4vw;
  }
}

.footer__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .footer__list {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    gap: 4.267vw;
  }
}

.footer__item {
  width: calc(33.3333333333% - 21px);
  line-height: 0;
}

@media (max-width: 767px) {
  .footer__item {
    width: 100%;
  }
}

.footer__lists {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer__lists li {
  width: calc(100% / 3 - 42px);
}

@media (max-width:767px) {
  .footer__lists {
    flex-direction: column;
    margin-bottom: 6.4vw;
  }

  .footer__lists li {
    width: calc(100%);
  }
}

.footer__text {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.56px;
  text-decoration: none;

}

@media (max-width:767px) {
  .footer__text {
    color: var(--color-white);
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 5.6vw;
    letter-spacing: 0.149vw;
    text-decoration: none;

  }
}

.footer__item a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.48px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__item a {
    font-size: 3.733vw;
    letter-spacing: 0.149vw;
    line-height: 4.267vw;
  }
}

.footer__item a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: var(--color-white);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.footer__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.footer__link-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-block: 80px;
  gap: 16px;
}

@media (max-width: 767px) {
  .footer__nav {
    margin-block: 10.667vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 16px;
  }
}

.footer__nav li {
  /* padding-inline: 8px; */
  line-height: 0;
}

.footer__nav li:first-of-type {
  padding-left: 0px;
}

.footer__nav li:last-of-type {
  border-right: unset;
}

@media (max-width: 767px) {
  .footer__nav li:nth-of-type(2) {
    border-right: unset;
  }
}

@media (max-width: 767px) {
  .footer__nav li:nth-of-type(4) {
    border-right: unset;
  }
}

.footer__nav li a {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.56px;
  text-decoration: none;
}


@media (max-width: 767px) {
  .footer__nav li a {
    line-height: 4.8vw;
    font-size: 3.2vw;
    letter-spacing: 0.252vw;
  }
}

.footer__policy {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.footer__policy a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
}

.footer__policy a:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: var(--color-white1);
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;

}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2.667vw;
    text-align: center;

  }
}

.footer__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer__features {
    gap: 10.667vw;
    margin-bottom: 10.667vw;
    justify-content: flex-start;
  }
}

.footer__features-img {
  cursor: pointer;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .footer__features-img {
    max-width: 34.133vw;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__features-img.w-258 {
    max-width: 34.133vw;
  }
}

.footer__features-img:hover {
  opacity: 0.7;
}

.footer__features-txt {
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer__features-txt:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer__features-txt {
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.256vw;
  }
}

.footer__features-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
	gap: 80px;
}

@media (max-width: 767px) {
  .footer__features-wrap {
    gap: 10.667vw;
    width: 100%;
    justify-content: flex-start;
  }
}

.footer__sites-heading {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.12px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .footer__sites-heading {
    font-size: 3.733vw;
    letter-spacing: 0.299vw;
    line-height: 3.733vw;
    margin-bottom: 4.267vw;
  }
}

.footer__sites-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.footer__sites-list li a,.footer__sites-list > a {
  color: var(--color-white);
  text-decoration: none;
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 1.12px;
}
.footer__sites-list > a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__sites-list.siyu{
    width: 100%;
  }
	.footer__sites-list.siyu a{
    text-align: left;
    font-size: 3.733vw;
    letter-spacing: 0.299vw;
  }
}

.footer__sites-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}

@media (max-width: 767px) {
  .footer__sites-wrap {
    flex-direction: column;
    gap: 0;
  }
}

.reservation__button {
  position: fixed;
  top: 437px;
  right: 0px;
  z-index: 4;
  background: var(--color-green2);
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

@media (max-width: 767px) {
  .reservation__button {
    width: 100%;
    bottom: 0;
    top: unset;
  }
}

.reservation__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: width 0.3s ease;
  z-index: 1;
}

.reservation__button:hover::before {
  width: 100%;
}

.reservation__button>* {
  position: relative;
  z-index: 2;
}


.reservation__button-txt {
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.56px;
  padding-block: 15px 18px;
  padding-inline: 24px 40px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 145px;
}

.reservation__button-txt:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="8" viewBox="0 0 4 8" fill="none"><path d="M0 8V0L4 4L0 8Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 24px;
  transform: rotate(360deg);
}

@media (max-width: 767px) {
  .reservation__button-txt:after {
    right: -18px;
    bottom: unset;
    left: unset;
    transform: rotate(0deg);
  }
}

@media (max-width: 767px) {
  .reservation__button-txt {
    writing-mode: horizontal-tb;
    text-align: center;
    padding-inline: 0;
    max-width: 136px;
    width: 100%;
    margin-inline: auto;
  }
}

.common__buttonwrap-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .common__buttonwrap-flex {
    flex-direction: column;
    gap: 2.133vw;
    margin-top: 4.267vw;
  }
}

@media (max-width: 767px) {
  .common__buttonwrap-flex .common__button {
    width: 100%;
  }
}

.common__buttonwrap-flex .common__buttonwrap {
  max-width: 203px;
  width: 100%;
  margin-inline: unset;
}

@media (max-width: 767px) {
  .common__buttonwrap-flex .common__buttonwrap {
    max-width: 54.133vw;
  }
}

.common__buttonwrap {
  max-width: 308px;
  width: 100%;
  margin-inline: auto 0;
}

@media (max-width: 767px) {
  .common__buttonwrap {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.common__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #2E1B11;
  padding-block: 14px;
  text-decoration: none;
  transition: all 0.8s ease;
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.56px;
}

@media (max-width: 767px) {
  .common__button {
    font-size: 3.733vw;
    line-height: 4.267vw;
    gap: 4.267vw;
  }
}

.common__button.white {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

@media (max-width: 767px) {
  .common__button.white {
    padding-block: 2.133vw;
    line-height: 3.2vw;
  }
}

.common__button:hover {
  opacity: 0.3;
}

.common__button:hover-icon {
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.common__button:hover .common__button-icon {
  transform: scale(1.6);
}

.common__button-icon {
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: scale(1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.common__button-icon.white {
  background-color: var(--color-white);
}

.common__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #2E1B11;
  padding: 19px 26px 19px 24px;
  text-decoration: none;
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  transition: border-bottom 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 767px) {
  .common__buttons {
    font-size: 3.2vw;
    line-height: 3.2vw;
    letter-spacing: 0.256vw;
    padding: 2.133vw 4vw;
  }
}

.common__buttons.white {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.common__buttons:hover {
  opacity: 0.8;
}

.common__buttons:hover .common__buttons-icon {
  transform: scale(1.6);
}

.common__buttons-icon {
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform: scale(1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.common__buttons-icon.white {
  background-color: var(--color-white);
}

.common__button.w-203 {
  max-width: 203px;
  width: 100%;
  margin-inline: auto;
  border-bottom: 1px solid var(--primary-color);
  border-top: unset;
  border-inline: unset;
  padding-inline: unset;
}

.common__sharelink {
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.72px;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
  transition: all 0.25s ease;
  display: inline-block;

  &:after {
    content: "";
    position: absolute;
    background-image: url("../img/common/icon-rightarrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  &:hover {
    opacity: 0.7;
  }
}
@media (max-width:767px) {
.common__sharelink {
    font-size: 3.733333333333334vw;
    line-height: 6.933vw;;
}
}
.phone__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
}

.phone__txt .lft-txt {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.96px;
}

@media (max-width:767px) {
  .phone__txt .lft-txt {
    color: var(--wh, #FFF);
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 4.267vw;
    letter-spacing: 0.256vw;
  }
}

.phone__txt .rgt-txt {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 100% */
  letter-spacing: 1.28px;
}

@media (max-width:767px) {
  .phone__txt .lft-txt {
    font-size: 7.467vw;
    font-weight: 400;
    line-height: 8.533vw;
    letter-spacing: 0.299vw;
  }
}

.sticky__sharelink {
  display: none;
}

@media (max-width:767px) {

  .sticky__sharelink {
    position: fixed;
    z-index: 8;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    text-decoration: none;
  }


  .sticky__sharelink .lft {
    width: 75.2vw;
    background-color: var(--color-green2);
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.64px;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sticky__sharelink.shinjuku .lft {
    width: 50.133vw;
  }

  .sticky__sharelink .rgt {
    width: 25.067vw;
    background: var(--grey01, #F4F3F2);
    color: var(--Accent, #1E664A);
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1.12px;
    min-height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 43px;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none;
  }

  .sticky__sharelink.shinjuku .rgt {
    width: 25.067vw;

  }

  .sticky__sharelink .tel {
    position: relative;
    color: #1E664A;
    font-family: var(--font-secondary);
    font-size: 3.733vw;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.299vw;
    background-color: #fff;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25.067vw;
    border-left: 1px solid #1E664A;

  }

  .sticky__sharelink .tel:after {
    content: "";
    position: absolute;
    background-image: url("../img/common/icon-phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease;
  }

  .sticky__sharelink .tel:hover {
    opacity: 0.7;
  }

  .sticky__sharelink .rgt:hover {
    opacity: 0.7;
  }

  .sticky__sharelink .rgt:after {
    content: "";
    position: absolute;
    background-image: url("../img/common/icon-web.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 15px;
  }
}

.custom-info-window {
  text-align: center;
}


/*# sourceMappingURL=style.css.map */