@charset "UTF-8";
@font-face {
  font-family: "Optima LT Std";
  src: url("../fonts/optimaltstd.woff2") format("woff2"), url("../fonts/optimaltstd.woff") format("woff");
}
/* =========================================================
 base
========================================================= */
/* reset
------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}
ol > li {
  list-style: decimal;
}
ol > li + li {
  margin-top: 0.3em;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  outline: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

body {
  height: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #0d0409;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

b, strong {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: #0d0409;
}

@media (min-width: 768px) {
  a[href*="tel:"]:not(.l-header__contact.u-hidden-large) {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

/*
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
}
*/
.is-fadeIn {
  opacity: 0;
}

/* =========================================================
 component
========================================================= */
/* inner
-------------------------------------- */
.c-inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .c-inner {
    width: 88%;
    max-width: 1200px;
  }
}

/* section
-------------------------------------- */
.c-section--bg {
  background: #000000;
}

/* img
-------------------------------------- */
.c-img {
  position: relative;
  border-radius: 20px;
}

.c-sharpImg img {
  image-rendering: -webkit-optimize-contrast;
}

/* list
-------------------------------------- */
.c-list > li {
  position: relative;
  padding-left: 1em;
}
.c-list > li:before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list > li + li {
  margin-top: 0.3em;
}
.c-list ul {
  margin-top: 0.3em;
}
.c-list--square > li::before {
  content: "■" !important;
}
.c-list--disc > li::before {
  content: "●" !important;
}
.c-list--att > li::before {
  content: "※" !important;
}
.c-list--row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 1.5em;
}
.c-list--row > li + li {
  margin-top: 0;
}

/* title
-------------------------------------- */
.c-sectionTitle {
  font-weight: normal;
}
.c-sectionTitle .sub {
  display: block;
  font-family: "Optima LT Std", serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .c-sectionTitle .sub {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.c-sectionTitle .main {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.c-sectionSubtitle {
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  .c-sectionSubtitle {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/* lead
-------------------------------------- */
/* btn
-------------------------------------- */
.c-primaryBtn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 180px;
  height: 38px;
  border-radius: 40px;
  background: #000000;
  border: 1px solid;
  overflow: hidden;
  transition: 0.5s border-color, 0.5s background-color;
}
.c-primaryBtn--l {
  width: 200px;
  height: 46px;
}
.c-primaryBtn .text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.5s transform;
  padding-left: 17px;
}
.c-primaryBtn .text--en {
  color: #FFF;
  font-family: "Optima LT Std", serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.c-primaryBtn .text--ja {
  transform: translateY(100%);
  font-size: 16px;
  font-size: 1rem;
}
.c-primaryBtn .arrow {
  position: absolute;
  right: 1em;
}
.c-primaryBtn .arrow svg {
  display: block;
}
.c-primaryBtn .arrow path {
  stroke: #FFF;
  transform: 0.5s stroke;
}
@media (any-hover: hover) {
  .c-primaryBtn:hover {
    background: #FFF;
  }
  .c-primaryBtn:hover .text--en {
    transform: translateY(-100%);
  }
  .c-primaryBtn:hover .text--ja {
    transform: translateY(0%);
  }
  .c-primaryBtn:hover .arrow path {
    stroke: #000000;
  }
}

.c-secondaryBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 1.5em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-secondaryBtn::before, .c-secondaryBtn::after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 1em;
  border-radius: 100%;
  content: "";
}
.c-secondaryBtn::before {
  background: #0d0409;
}
.c-secondaryBtn::after {
  background: #FFF;
  clip-path: polygon(40% 35%, 65% 50%, 40% 65%);
}
@media (min-width: 1024px) {
  .c-secondaryBtn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-secondaryBtn::before, .c-secondaryBtn::after {
  right: 0;
}
@media (any-hover: hover) {
  .c-secondaryBtn {
    transition: 0.5s;
  }
  .c-secondaryBtn::before {
    transition: 0.5s;
  }
  .c-secondaryBtn:hover {
    color: #ffa634;
  }
  .c-secondaryBtn:hover::before {
    background: #ffa634;
  }
}

.c-tertiaryBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18.75em;
  min-height: 3.75em;
  padding: 0.3em 0.95em;
  background: #ffa634;
  border-radius: 3em;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid transparent;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .c-tertiaryBtn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-tertiaryBtn {
    transition: 0.5s color, 0.5s background-color, 0.5s border-color;
  }
  .c-tertiaryBtn:hover {
    color: #ffa634;
    background: #FFF;
    border-color: #ffa634;
  }
}
.c-tertiaryBtn--secondaryColor {
  background: #000000;
}
@media (any-hover: hover) {
  .c-tertiaryBtn--secondaryColor:hover {
    color: #000000;
    border-color: #000000;
  }
}

a:hover .c-primaryBtn,
a:hover .c-secondaryBtn {
  color: #ffa634;
}
a:hover .c-primaryBtn::before,
a:hover .c-secondaryBtn::before {
  background: #ffa634;
}

/* link
-------------------------------------- */
.c-link--color {
  color: #036EA9;
}
@media (any-hover: hover) {
  .c-link--color {
    transition: 0.5s opacity;
  }
  .c-link--color:hover {
    opacity: 0.7;
  }
}
.c-link--external {
  display: inline-flex;
  justify-content: flex-start !important;
  align-items: center;
  gap: 0.4em;
}
.c-link--external::after {
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_external.svg) no-repeat center/contain;
  content: "";
}
@media (any-hover: hover) {
  .c-link--external {
    transition: 0.5s color;
  }
  .c-link--external:hover {
    color: #ffa634;
  }
  .c-link--external:hover::after {
    background-image: url(../img/common/icon_external_primary.svg);
  }
}
.c-link--externalWhite::after {
  background-image: url(../img/common/icon_external_white.svg);
}
.c-link--download {
  display: inline-flex;
  gap: 0.5em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: 0.5s color;
}
.c-link--download::after {
  width: 1.25em;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_download.svg) no-repeat center/contain;
  content: "";
}
@media (any-hover: hover) {
  .c-link--download:hover {
    color: #ffa634;
  }
  .c-link--download:hover::after {
    background-image: url(../img/common/icon_download_primary.svg);
  }
}

/* tableWrapper
-------------------------------------- */
@media (max-width: 767px) {
  .c-tableWrapper--maxSmall {
    overflow-x: auto;
    background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
    border-right: 1px solid #CCC;
  }
}

/* table
-------------------------------------- */
.c-table {
  width: 100%;
  table-layout: fixed;
  margin-right: auto;
  margin-left: auto;
}
.c-table th, .c-table td {
  padding: 1.6em 0;
  border-bottom: 1px solid #bbbcbe;
}
.c-table thead th {
  text-align: left;
  color: #ffa634;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* tableList
-------------------------------------- */
.c-tableList {
  line-height: 1.5;
}
.c-tableList > div {
  display: flex;
}
@media (max-width: 767px) {
  .c-tableList > div {
    flex-direction: column;
  }
}
.c-tableList dt {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .c-tableList dd {
    flex: 1;
  }
}
.c-tableList--cell {
  border-top: #bbbcbe 1px solid;
}
.c-tableList--cell > div {
  border-bottom: #bbbcbe 1px solid;
}
.c-tableList--cell dt {
  padding: 1em;
  background: #F6F6F6;
}
@media (min-width: 768px) {
  .c-tableList--cell dt {
    width: 22%;
    min-width: 180px;
    padding: 1.5em;
  }
}
.c-tableList--cell dd {
  padding: 1em;
}
@media (min-width: 768px) {
  .c-tableList--cell dd {
    padding: 1.5em;
  }
}
.c-tableList--border > div {
  border-bottom: 1px solid #bbbcbe;
}
@media (max-width: 767px) {
  .c-tableList--border > div {
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .c-tableList--border > div {
    padding: 1.625em 0;
  }
}
@media (max-width: 767px) {
  .c-tableList--border > div > dt {
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .c-tableList--border > div > dt {
    font-weight: normal;
    position: relative;
    width: 22%;
    min-width: 175px;
  }
}

/* img
-------------------------------------- */
.c-img {
  border-radius: 10px;
  overflow: hidden;
}
.c-img img {
  width: 100%;
}

/* archiveSelect
-------------------------------------- */
.c-archiveSelect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 9.375em;
}
.c-archiveSelect::after {
  position: absolute;
  right: 1em;
  width: 6px;
  height: 5px;
  background: #0d0409;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-archiveSelect select {
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 0.25em 1em;
  cursor: pointer;
  color: #0d0409;
}

/* =========================================================
 utility
========================================================= */
/* テキスト
-------------------------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

@media (min-width: 1024px) {
  .u-text-center-large {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}

.u-fs-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fs-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-color-primary {
  color: #ffa634;
}

.u-bg-gray {
  background: #f0f0f0;
}

/* 表示・非表示
----------------------------------------------- */
.u-hidden {
  display: none !important;
}

@media (min-width: 376px) {
  .u-hidden-xSmall {
    display: none !important;
  }
}

@media (min-width: 521px) {
  .u-hidden-small {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-medium {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-large {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .u-hidden-xLarge {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  .u-hidden-xxLarge {
    display: none !important;
  }
}

@media (min-width: 2000px) {
  .u-hidden-xxxLarge {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .u-visible-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-visible-medium {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .u-visible-large {
    display: none !important;
  }
}

@media (max-width: 1365px) {
  .u-visible-xLarge {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .u-visible-xxLarge {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .u-visible-xxxLarge {
    display: none !important;
  }
}

/* マージン調整
-------------------------------------- */
.u-mt-xxSmall {
  margin-top: 15px !important;
}
@media (min-width: 1024px) {
  .u-mt-xxSmall {
    margin-top: 20px !important;
  }
}

.u-mt-xSmall {
  margin-top: 20px !important;
}
@media (min-width: 1024px) {
  .u-mt-xSmall {
    margin-top: 35px !important;
  }
}

.u-mt-small {
  margin-top: 30px !important;
}
@media (min-width: 1024px) {
  .u-mt-small {
    margin-top: 50px !important;
  }
}

.u-mt-medium {
  margin-top: 45px !important;
}
@media (min-width: 1024px) {
  .u-mt-medium {
    margin-top: 70px !important;
  }
}

.u-mt-large {
  margin-top: 60px !important;
}
@media (min-width: 1024px) {
  .u-mt-large {
    margin-top: 100px !important;
  }
}

.u-mt-xLarge {
  margin-top: 80px !important;
}
@media (min-width: 1366px) {
  .u-mt-xLarge {
    margin-top: 150px !important;
  }
}

.u-mt-xxLarge {
  margin-top: 100px !important;
}
@media (min-width: 1441px) {
  .u-mt-xxLarge {
    margin-top: 180px !important;
  }
}

.u-mb-xxSmall {
  margin-bottom: 15px !important;
}
@media (min-width: 1024px) {
  .u-mb-xxSmall {
    margin-bottom: 20px !important;
  }
}

.u-mb-xSmall {
  margin-bottom: 20px !important;
}
@media (min-width: 1024px) {
  .u-mb-xSmall {
    margin-bottom: 35px !important;
  }
}

.u-mb-small {
  margin-bottom: 30px !important;
}
@media (min-width: 1024px) {
  .u-mb-small {
    margin-bottom: 50px !important;
  }
}

.u-mb-medium {
  margin-bottom: 45px !important;
}
@media (min-width: 1024px) {
  .u-mb-medium {
    margin-bottom: 70px !important;
  }
}

.u-mb-large {
  margin-bottom: 60px !important;
}
@media (min-width: 1024px) {
  .u-mb-large {
    margin-bottom: 100px !important;
  }
}

.u-mb-xLarge {
  margin-bottom: 80px !important;
}
@media (min-width: 1366px) {
  .u-mb-xLarge {
    margin-bottom: 150px !important;
  }
}

.u-mb-xxLarge {
  margin-bottom: 100px !important;
}
@media (min-width: 1441px) {
  .u-mb-xxLarge {
    margin-bottom: 180px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pt-xxSmall {
  padding-top: 15px !important;
}
@media (min-width: 1024px) {
  .u-pt-xxSmall {
    padding-top: 20px !important;
  }
}

.u-pt-xSmall {
  padding-top: 20px !important;
}
@media (min-width: 1024px) {
  .u-pt-xSmall {
    padding-top: 35px !important;
  }
}

.u-pt-small {
  padding-top: 30px !important;
}
@media (min-width: 1024px) {
  .u-pt-small {
    padding-top: 50px !important;
  }
}

.u-pt-medium {
  padding-top: 45px !important;
}
@media (min-width: 1024px) {
  .u-pt-medium {
    padding-top: 70px !important;
  }
}

.u-pt-large {
  padding-top: 60px !important;
}
@media (min-width: 1024px) {
  .u-pt-large {
    padding-top: 100px !important;
  }
}

.u-pt-xLarge {
  padding-top: 80px !important;
}
@media (min-width: 1366px) {
  .u-pt-xLarge {
    padding-top: 150px !important;
  }
}

.u-pt-xxLarge {
  padding-top: 100px !important;
}
@media (min-width: 1441px) {
  .u-pt-xxLarge {
    padding-top: 180px !important;
  }
}

.u-pb-xxSmall {
  padding-bottom: 15px !important;
}
@media (min-width: 1024px) {
  .u-pb-xxSmall {
    padding-bottom: 20px !important;
  }
}

.u-pb-xSmall {
  padding-bottom: 20px !important;
}
@media (min-width: 1024px) {
  .u-pb-xSmall {
    padding-bottom: 35px !important;
  }
}

.u-pb-small {
  padding-bottom: 30px !important;
}
@media (min-width: 1024px) {
  .u-pb-small {
    padding-bottom: 50px !important;
  }
}

.u-pb-medium {
  padding-bottom: 45px !important;
}
@media (min-width: 1024px) {
  .u-pb-medium {
    padding-bottom: 70px !important;
  }
}

.u-pb-large {
  padding-bottom: 60px !important;
}
@media (min-width: 1024px) {
  .u-pb-large {
    padding-bottom: 100px !important;
  }
}

.u-pb-xLarge {
  padding-bottom: 80px !important;
}
@media (min-width: 1366px) {
  .u-pb-xLarge {
    padding-bottom: 150px !important;
  }
}

.u-pb-xxLarge {
  padding-bottom: 100px !important;
}
@media (min-width: 1441px) {
  .u-pb-xxLarge {
    padding-bottom: 180px !important;
  }
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

/* 寄せ
-------------------------------------- */
.u-align-right {
  margin-left: auto;
}

.u-align-center {
  margin-right: auto;
  margin-left: auto;
}

/* 明度変更
-------------------------------------- */
.u-brightness-105 {
  filter: brightness(105%);
}

.u-brightness-110 {
  filter: brightness(110%);
}

.u-brightness-111 {
  filter: brightness(111%);
}

.u-brightness-112 {
  filter: brightness(112%);
}

.u-brightness-113 {
  filter: brightness(113%);
}

.u-brightness-114 {
  filter: brightness(114%);
}

.u-brightness-115 {
  filter: brightness(115%);
}

.u-brightness-116 {
  filter: brightness(116%);
}

.u-brightness-117 {
  filter: brightness(117%);
}

.u-brightness-118 {
  filter: brightness(118%);
}

.u-brightness-119 {
  filter: brightness(119%);
}

.u-brightness-120 {
  filter: brightness(120%);
}

/* =========================================================
 header
========================================================= */
body.is-drawerOpen {
  overflow: hidden;
}

.l-header {
  position: relative;
  z-index: 10;
}
.l-header__fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.5s;
  height: 70px;
  padding-inline: 10px;
}
@media (max-width: 1023px) {
  .is-header--scroll .l-header__fixed {
    background: rgba(0, 0, 0, 0.24);
  }
}
@media (min-width: 1024px) {
  .l-header__fixed {
    transform: translateY(-100%);
    height: 100px;
    padding-inline: min(4.9vw, 98px) min(8.1vw, 162px);
    transition: 0.5s transform;
    background: rgba(0, 0, 0, 0.24);
  }
  .is-header--scroll .l-header__fixed {
    transform: translateY(0);
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 55px;
  margin-right: 20px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: 85px;
  }
}
@media (any-hover: hover) {
  .l-header__logo a {
    transition: 0.5s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.l-header__language {
  display: flex;
  align-items: center;
  margin-right: 1em;
  font-family: "Optima LT Std", serif;
  letter-spacing: 0.05em;
  font-size: max(min(0.9vw, 18px), 14px);
}
@media (min-width: 1024px) {
  .l-header__language {
    margin-inline: min(1.75vw, 35px) min(2.1vw, 42px);
  }
}
.l-header__language li + li::before {
  padding-inline: 0.6em;
  color: rgba(255, 255, 255, 0.34);
  content: "/";
}

.l-header__languageLink {
  color: rgba(255, 255, 255, 0.34);
}
.l-header__languageLink--active {
  color: #FFF;
}

.l-header__plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(16.8vw, 336px);
  height: 100%;
  background: #ffa634;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .l-header__plan {
    width: 20vw;
    min-width: 100px;
    margin-right: 60px;
  }
}
.l-header__plan .main {
  font-family: "Optima LT Std", serif;
  letter-spacing: 0.05em;
  font-size: max(min(1.5vw, 30px), 22px);
}
@media (max-width: 1023px) {
  .l-header__plan .main {
    font-size: max(min(2.1505376344vw, 22px), 18px);
  }
}
.l-header__plan .sub {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(min(0.8vw, 16px), 13px);
}
@media (any-hover: hover) {
  .l-header__plan {
    transition: 0.5s color, 0.5s background-color;
  }
  .l-header__plan:hover {
    color: #FFF;
    background: #000;
  }
}

.l-header__drawerBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 5;
  width: 60px;
  height: 70px;
  padding-top: 6px;
}
@media (any-hover: hover) {
  .l-header__drawerBtn {
    transition: 0.5s opacity;
  }
  .l-header__drawerBtn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .l-header__drawerBtn {
    gap: 13px;
    width: min(8.1vw, 162px);
    height: 100px;
    padding-top: 16px;
  }
}
.l-header__drawerBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 20px;
}
@media (min-width: 1024px) {
  .l-header__drawerBtn .icon {
    height: 24px;
  }
}
.l-header__drawerBtn .icon > span {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #FFF;
  content: "";
}
@media (min-width: 1024px) {
  .l-header__drawerBtn .icon > span {
    width: 50px;
    height: 3px;
    margin-left: -25px;
  }
}
@media (min-width: 1366px) {
  .l-header__drawerBtn .icon > span {
    width: 75px;
    margin-left: -37.5px;
  }
}
.l-header__drawerBtn .icon > span:nth-child(1) {
  top: 0;
}
.l-header__drawerBtn .icon > span:nth-child(3) {
  bottom: 0;
}
.l-header__drawerBtn .text {
  color: #FFF;
  letter-spacing: 0.2em;
  font-family: "Optima LT Std", serif;
  transition: 0.5s color;
  font-size: 10px;
  font-size: 0.625rem;
  /*
  body.is-drawerOpen & {
      color: $color-text-01;
      span:first-child {
          display: none;
      }
      span:last-child {
          display: block;
      }
  }*/
}
@media (min-width: 1024px) {
  .l-header__drawerBtn .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-header__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .l-header__top {
    height: 40vw;
    min-height: 650px;
    max-height: 800px;
  }
}
.l-header--home .l-header__top {
  height: 100vh;
}
.l-header__top::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 267px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58) 100%);
  content: "";
}
.l-header__top .l-header__language {
  position: relative;
  margin-top: 2.5em;
  justify-content: flex-end;
}
.l-header__top .l-header__plan {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 336px;
  height: 98px;
}

.l-header__topInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-left: min(4.9vw, 98px);
}

.l-header__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 1.4em min(2vw, 40px);
  gap: 13px;
  margin-top: 37px;
}
.l-header__sns a {
  display: block;
}
@media (any-hover: hover) {
  .l-header__sns a {
    transition: 0.5s opacity;
  }
  .l-header__sns a:hover {
    opacity: 0.7;
  }
}
.l-header__sns a img {
  display: block;
  width: auto;
  height: 18px;
}

/* =========================================================
 gnav
========================================================= */
.l-gnav {
  display: flex;
}
.l-gnav--horizontal {
  gap: 2em;
}
.l-gnav--vertical {
  position: relative;
  gap: 1.4em;
  margin: min(2vw, 40px) min(2vw, 40px) 0;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.l-gnav__link {
  position: relative;
  padding-top: 0.2em;
  font-family: "Optima LT Std", serif;
  color: #FFF;
  font-size: max(min(1.1vw, 22px), 16px);
}
.l-gnav--vertical .l-gnav__link {
  font-size: max(min(1.25vw, 25px), 18px);
}
.l-gnav__link::after {
  display: block;
  width: 0%;
  height: 2px;
  margin: 0 auto 0;
  background: #FFF;
  transition: 0.5s width;
  content: "";
}
.l-gnav__link--active::after {
  width: 100%;
}
@media (any-hover: hover) {
  .l-gnav__link:hover::after {
    width: 100%;
  }
}

/* =========================================================
 drawer
========================================================= */
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 13;
  padding-top: 70px;
  background: #FFF;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: 0.8s opacity;
}
@media (min-width: 768px) {
  .l-drawer {
    padding-top: 106px;
  }
}
body.is-drawerOpen .l-drawer {
  opacity: 1;
  pointer-events: initial;
}

.l-drawer__closeBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 5;
  width: 60px;
  height: 70px;
  padding-top: 6px;
}
@media (any-hover: hover) {
  .l-drawer__closeBtn {
    transition: 0.5s opacity;
  }
  .l-drawer__closeBtn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .l-drawer__closeBtn {
    gap: 13px;
    width: min(8.1vw, 162px);
    height: 100px;
    padding-top: 16px;
  }
}
.l-drawer__closeBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 20px;
}
@media (min-width: 1024px) {
  .l-drawer__closeBtn .icon {
    height: 24px;
  }
}
.l-drawer__closeBtn .icon > span {
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #0d0409;
  transition: 0.5s;
  content: "";
}
body.is-drawerOpen .l-drawer__closeBtn .icon > span {
  background: #0d0409;
}
@media (min-width: 1024px) {
  .l-drawer__closeBtn .icon > span {
    width: 50px;
    height: 3px;
    margin-left: -25px;
  }
}
@media (min-width: 1366px) {
  .l-drawer__closeBtn .icon > span {
    width: 75px;
    margin-left: -37.5px;
  }
}
.l-drawer__closeBtn .icon > span:nth-child(1) {
  top: auto;
  transform: rotate(15deg);
}
.l-drawer__closeBtn .icon > span:nth-child(2) {
  bottom: auto;
  transform: rotate(-15deg);
}
.l-drawer__closeBtn .text {
  color: #0d0409;
  letter-spacing: 0.2em;
  font-family: "Optima LT Std", serif;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .l-drawer__closeBtn .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.l-drawer__inner {
  display: grid;
}
@media (min-width: 1024px) {
  .l-drawer__inner {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 80px;
  }
}

.l-drawer__img {
  padding-left: 25%;
}
.l-drawer__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-drawer__main {
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
  padding-bottom: 35px;
}
@media (min-width: 1024px) {
  .l-drawer__main {
    width: 75%;
    padding-right: min(2vw, 40px);
  }
}

.l-drawer__logo {
  width: 260px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .l-drawer__logo {
    width: 280px;
  }
}
@media (min-width: 1024px) {
  .l-drawer__logo {
    margin-block: 22px min(5vw, 80px);
  }
}
@media (min-width: 1366px) {
  .l-drawer__logo {
    width: 313px;
  }
}
@media (any-hover: hover) {
  .l-drawer__logo a {
    transition: 0.5s opacity;
  }
  .l-drawer__logo a:hover {
    opacity: 0.7;
  }
}

.l-drawer__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.l-drawer__navList > li {
  font-family: "Optima LT Std", serif;
  font-size: min(6.6666666667vw, 40px);
}
@media (min-width: 1024px) {
  .l-drawer__navList > li {
    font-size: min(2.1875vw, 35px);
  }
}
.l-drawer__navList > li + li {
  margin-top: 0.95em;
}

.l-drawer__navListChild {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(min(3.3333333333vw, 20px), 15px);
}
@media (min-width: 1024px) {
  .l-drawer__navListChild {
    font-size: min(1.25vw, 20px);
  }
}
.l-drawer__navListChild li {
  margin-top: 1.35em;
}

.l-drawer__navLink {
  display: block;
  width: fit-content;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-drawer__navLink::after {
  display: block;
  width: 0%;
  height: 2px;
  margin: 0;
  background: #0d0409;
  transition: 0.5s width;
  content: "";
}
.l-drawer__navListChild .l-drawer__navLink::after {
  height: 1px;
}
.l-drawer__navLink--active::after {
  width: 100%;
}
@media (any-hover: hover) {
  .l-drawer__navLink:hover::after {
    width: 100%;
  }
}

.l-drawer__submenu {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.8em 1em;
  letter-spacing: 0.05em;
  font-size: max(min(3.3333333333vw, 20px), 15px);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .l-drawer__submenu {
    grid-template-columns: 2fr 1.5fr 1fr;
  }
}
@media (min-width: 1024px) {
  .l-drawer__submenu {
    gap: 1em 0;
    margin-top: min(5.5vw, 88px);
    font-size: min(1.25vw, 20px);
  }
}
@media (any-hover: hover) {
  .l-drawer__submenu a:hover {
    text-decoration: underline;
  }
}

.l-drawer__sns {
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
  margin-top: 30px;
}
.l-drawer__sns a {
  display: block;
}
@media (any-hover: hover) {
  .l-drawer__sns a {
    transition: 0.5s opacity;
  }
  .l-drawer__sns a:hover {
    opacity: 0.7;
  }
}
.l-drawer__sns a img {
  display: block;
  width: auto;
  height: 30px;
}

/* =========================================================
 footer
========================================================= */
.l-footer {
  position: relative;
  z-index: 2;
  background-color: #FFF;
}

.l-footer__inner {
  padding-block: 38px 100px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1023px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-block: 38px 60px;
  }
}

.l-footer__pagetop {
  position: fixed;
  z-index: 12;
  right: min(2.7vw, 54px);
  bottom: 10px;
  width: 75px;
}
@media (any-hover: hover) {
  .l-footer__pagetop {
    transition: 0.5s opacity;
  }
  .l-footer__pagetop:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1366px) {
  .l-footer__pagetop {
    bottom: min(2vw, 40px);
    width: max(min(7.5vw, 150px), 75px);
  }
}

.is-pagetop {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.is-pagetop--show {
  opacity: 1;
  pointer-events: initial;
}

.footer-addres {
  order: 1;
}
.footer-addres p {
  color: #9e9a96;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .footer-addres {
    order: 2;
  }
}

.l-footer__logo {
  width: 260px;
  margin-inline: auto;
  order: 2;
}
@media (max-width: 1023px) {
  .l-footer__logo {
    margin: 0 auto;
    order: 1;
  }
}
.l-footer__logo a,
.l-footer__logo img {
  display: block;
}
.l-footer__logo img {
  width: 100%;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    transition: 0.5s opacity;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

.l-footer-right {
  order: 3;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1023px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns a {
  display: block;
}
@media (any-hover: hover) {
  .l-footer__sns a {
    transition: 0.5s opacity;
  }
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns a svg path {
  stroke: #000000;
}

.l-footer__copy {
  margin-top: 25px;
  color: #9e9a96;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .l-footer__copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
 main
========================================================= */
.l-main {
  position: relative;
  z-index: 2;
  overflow: clip;
}
/* =========================================================
 container
========================================================= */
.l-container {
  display: grid;
  gap: 60px 40px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .l-container {
    gap: min(5.3333333333vw, 80px);
    width: 88%;
    max-width: 1200px;
  }
}
@media (min-width: 1024px) {
  .l-container:has(.l-sidebar) {
    grid-template-columns: 1fr max(240px, 25%);
  }
}
.l-container .l-contents {
  margin: 0;
  width: auto;
  max-width: none;
}

/* =========================================================
 contents
========================================================= */
.l-contents {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .l-contents {
    width: 88%;
    max-width: 1200px;
  }
}
/* =========================================================
 sidebar
========================================================= */
.l-sidebar > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 521px) {
  .l-sidebar > ul {
    gap: 50px;
  }
}

.l-sidebar__title {
  margin-bottom: 1em;
  padding: 0 0 0.5em;
  border-bottom: 3px solid #ffa634;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #ffa634;
  font-size: 20px;
  font-size: 1.25rem;
}

.l-sidebar__entryList li {
  display: flex;
  flex-direction: column-reverse;
  padding: 0.8em 0.4em;
  border-bottom: 1px dotted rgba(187, 188, 190, 0.5);
}
.l-sidebar__entryList li:first-child {
  padding-top: 0;
}
.l-sidebar__entryList .wp-block-latest-posts__post-date {
  display: block;
  color: #f2f2f2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .l-sidebar__entryList a {
    transition: 0.5s opacity;
  }
  .l-sidebar__entryList a:hover {
    opacity: 0.7;
  }
}

.l-sidebar__category > li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
.l-sidebar__category > li::before {
  content: "・";
}
.l-sidebar__category li + li {
  margin-top: 0.5em;
}
.l-sidebar__category li .children {
  width: 100%;
  margin-top: 0.5em;
}
.l-sidebar__category li .children li {
  display: flex;
  gap: 0.2em;
  margin-left: 1em;
}
.l-sidebar__category li .children li::before {
  content: "-";
}
@media (any-hover: hover) {
  .l-sidebar__category a {
    transition: 0.5s color;
  }
  .l-sidebar__category a:hover {
    color: #ffa634;
  }
}

.l-sidebar__archive {
  position: relative;
  background: #FFF;
  font-size: 16px;
  font-size: 1rem;
}
.l-sidebar__archive::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background: #0d0409;
  height: 0.5em;
  width: 0.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.l-sidebar__archive select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 2em 0.5em 1em;
  border-color: #bbbcbe;
  color: #0d0409;
  cursor: pointer;
}

/* =========================================================
 project
========================================================= */
/* kv 
-------------------------------------- */
.p-kv {
  position: relative;
}
@media (max-width: 1023px) {
  .p-kv {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1024px) {
  .p-kv {
    height: 40vw;
    min-height: 650px;
    max-height: 800px;
  }
}

.p-kv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

.p-kv__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  font-weight: normal;
}
.p-kv__title .sub {
  line-height: 1.2;
  font-family: "Optima LT Std", serif;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-kv__title .sub {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 1366px) {
  .p-kv__title .sub {
    font-size: 80px;
    font-size: 5rem;
  }
}
.p-kv__title .main {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-kv__title .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1366px) {
  .p-kv__title .main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.p-kv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* pageTitle
-------------------------------------- */
.p-pageTitle {
  margin: 40px 0 50px;
}
@media (min-width: 1024px) {
  .p-pageTitle {
    margin: 90px 0 140px;
  }
}

.p-pageTitle__inner {
  max-width: 1600px;
}

/* breadcrumb
-------------------------------------- */
/* postHead
-------------------------------------- */
/* postBody
-------------------------------------- */
.p-postBody {
  /* =========================================================
   Editor
  ========================================================= */
}
.p-postBody h1:not(.c-sectionSubtitle), .p-postBody h2:not(.c-sectionSubtitle), .p-postBody h3:not(.c-sectionSubtitle), .p-postBody h4:not(.c-sectionSubtitle), .p-postBody h5:not(.c-sectionSubtitle), .p-postBody h6:not(.c-sectionSubtitle) {
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.p-postBody h1:not(.c-sectionSubtitle) + *, .p-postBody h2:not(.c-sectionSubtitle) + *, .p-postBody h3:not(.c-sectionSubtitle) + *, .p-postBody h4:not(.c-sectionSubtitle) + *, .p-postBody h5:not(.c-sectionSubtitle) + *, .p-postBody h6:not(.c-sectionSubtitle) + * {
  margin-top: 0.8em;
}
.p-postBody a:not(.wp-block-button__link) {
  text-decoration: underline;
  color: #036EA9;
}
@media (any-hover: hover) {
  .p-postBody a:not(.wp-block-button__link):hover {
    text-decoration: none;
  }
}
.p-postBody > * + * {
  margin-top: 2em;
}
.p-postBody p strong {
  color: #ffa634;
}
.p-postBody * + h2,
.p-postBody * + h3,
.p-postBody * + h4,
.p-postBody * + h5,
.p-postBody * + h6 {
  margin-top: 2em;
}
.p-postBody ul li {
  display: flex;
  position: relative;
}
.p-postBody li + li {
  margin-top: 0.5em;
}
.p-postBody ul:not(.blocks-gallery-grid) li {
  display: list-item;
  padding-left: 1em;
}
.p-postBody ul:not(.blocks-gallery-grid) li:before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-postBody ol {
  padding-left: 1.5em;
}
.p-postBody iframe {
  max-width: 100%;
}
.p-postBody pre {
  white-space: pre-wrap;
}
.p-postBody .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.p-postBody .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.p-postBody .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.p-postBody figure {
  max-width: 1000px;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .p-postBody figure {
    margin: 50px auto;
  }
}
.p-postBody figure figcaption {
  margin-top: 1em;
  text-align: center;
}
.p-postBody .wp-block-button__link {
  background: #ffa634;
}
.p-postBody .wp-block-columns > * > * + * {
  margin-top: 2em;
}

/* entryList
-------------------------------------- */
/* pager
-------------------------------------- */
.p-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-pager {
    gap: 10px;
    flex-direction: column;
  }
}
.p-pager:has(a) {
  margin-top: 40px;
}
@media (min-width: 521px) {
  .p-pager:has(a) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .p-pager > * {
    width: 48%;
  }
}
.p-pager a {
  color: #ffa634;
  display: inline-flex !important;
  align-items: center;
  gap: 0.8em;
}
.p-pager a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-pager a:before {
  flex-shrink: 0;
  background: #ffa634;
  color: #FFF;
  letter-spacing: 0.06em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .p-pager a {
    transition: 0.5s opacity;
  }
  .p-pager a:hover {
    opacity: 0.7;
  }
}

.p-pager__next {
  text-align: right;
}
@media (max-width: 767px) {
  .p-pager__next {
    margin-left: auto;
  }
}
.p-pager__next a {
  flex-direction: row-reverse;
}
.p-pager__next a:before {
  padding: 0.2em 0.6em 0.2em 0.8em;
  content: "NEXT >";
}

@media (max-width: 767px) {
  .p-pager__prev {
    margin-right: auto;
  }
}
.p-pager__prev a:before {
  padding: 0.2em 0.8em 0.2em 0.6em;
  content: "< PREV";
}

/* pagination {
-------------------------------------- */
.p-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8em;
  margin-top: 50px;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-pagination {
    margin-top: 100px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-pagination > * {
  min-width: 2em;
  padding: 0.2em 0.5em;
  border-radius: 100%;
  text-align: center;
}
@media (any-hover: hover) {
  .p-pagination a {
    transition: 0.5s color;
  }
  .p-pagination a:hover {
    color: #ffa634;
  }
}
.p-pagination .prev,
.p-pagination .next {
  position: relative;
}
.p-pagination .prev::before, .p-pagination .prev::after,
.p-pagination .next::before,
.p-pagination .next::after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 2em;
  border-radius: 100%;
  content: "";
}
.p-pagination .prev::before,
.p-pagination .next::before {
  background: #0d0409;
}
.p-pagination .prev::after,
.p-pagination .next::after {
  background: #FFF;
  clip-path: polygon(40% 35%, 65% 50%, 40% 65%);
}
.p-pagination .prev::before, .p-pagination .prev::after,
.p-pagination .next::before,
.p-pagination .next::after {
  top: 0;
  left: 0;
  transition: 0.5s background-color;
}
@media (any-hover: hover) {
  .p-pagination .prev:hover::before,
  .p-pagination .next:hover::before {
    background: #ffa634;
  }
}
.p-pagination .prev::after {
  transform: scale(-1, 1);
}
.p-pagination .current {
  border-color: transparent !important;
  color: #FFF;
  background: #ffa634 !important;
  border-radius: 100%;
}

/* subcontents
-------------------------------------- */
.p-subcontents {
  position: relative;
  overflow: hidden;
}

.p-subcontents__wave {
  z-index: 3;
  width: 4050px;
  position: absolute;
  top: -50vw;
  right: -13vw;
  transform-origin: right top;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .p-subcontents__wave {
    width: 8100px;
  }
}
.p-subcontents__wave img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-subcontents__wave--01 {
  aspect-ratio: 8100/93;
  transform: rotate(-30deg);
}
.p-subcontents__wave--01 img {
  animation: subwaveSp 20s linear 0s infinite;
}
@media (min-width: 1024px) {
  .p-subcontents__wave--01 img {
    animation: subwave 20s linear 0s infinite;
  }
}
.p-subcontents__wave--02 {
  aspect-ratio: 8100/107;
  transform: rotate(-33deg) translateY(-50%);
}
.p-subcontents__wave--02 img {
  animation: subwaveSp 21s linear 0s infinite;
}
@media (min-width: 1024px) {
  .p-subcontents__wave--02 img {
    animation: subwave 21s linear 0s infinite;
  }
}

@keyframes subwave {
  100% {
    transform: translateX(4050px) translateZ(0);
  }
}
@keyframes subwaveSp {
  100% {
    transform: translateX(2025px) translateZ(0);
  }
}
.p-subcontents__deco {
  position: absolute;
  z-index: -1;
}
.p-subcontents__deco--01 {
  top: 0;
  right: 0;
  transform: translateY(-30%);
  width: 45.1%;
}
.p-subcontents__deco--02 {
  top: 200px;
  left: 0;
  width: 36.25%;
}
@media (min-width: 1024px) {
  .p-subcontents__deco--02 {
    top: 420px;
  }
}
.p-subcontents__deco img {
  width: 100%;
}

/* lead
-------------------------------------- */
.p-lead__inner {
  max-width: 500px;
}

.p-lead__title {
  margin-bottom: 1em;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  .p-lead__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1024px) {
  .p-lead__text {
    line-height: 2.25;
  }
}

/* localNav
-------------------------------------- */
.p-localNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media (min-width: 768px) {
  .p-localNav {
    justify-content: center;
    gap: 10px 20px;
  }
}
@media (min-width: 1024px) {
  .p-localNav {
    gap: 10px 40px;
  }
}
.p-localNav li {
  width: 100%;
}
@media (min-width: 768px) {
  .p-localNav li {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1024px) {
  .p-localNav li {
    width: calc((100% - 120px) / 4);
  }
}

@media (max-width: 1400px) {
  .nav-br-hidden {
    display: none;
  }
}

.p-localNav__link {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #c9c9c9;
}
@media (max-width: 1400px) and (min-width: 1024px) {
  .p-localNav__link {
    flex-direction: column;
  }
  .p-localNav__link .main {
    margin-right: 0 !important;
  }
}
.p-localNav__link::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #0d0409;
  transition: 0.5s width;
  content: "";
}
.p-localNav__link::after {
  width: 16px;
  aspect-ratio: 20/11;
  background: url(../img/common/arrow_down.svg) no-repeat center/contain;
  content: "";
}
@media (min-width: 1024px) {
  .p-localNav__link::after {
    width: 20px;
  }
}
@media (max-width: 1400px) and (min-width: 1024px) {
  .p-localNav__link::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-localNav__link .main {
  flex-shrink: 0;
  margin-right: 0.8em;
  font-family: "Optima LT Std", serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-localNav__link .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-localNav__link .sub {
  flex: 1;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .p-localNav__link .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .p-localNav__link:hover::before {
    width: 100%;
  }
}

/* slider
-------------------------------------- */
.p-slider {
  position: relative;
}
.p-slider--wide .swiper {
  margin-inline: calc(50% - 50vw);
}
.p-slider .swiper-slide img {
  width: 100%;
}
.p-slider .swiper-button-next,
.p-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  margin-top: -17px;
}
@media (min-width: 768px) {
  .p-slider .swiper-button-next,
  .p-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.p-slider .swiper-button-next::after,
.p-slider .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/slider_arrow.svg) no-repeat center/contain;
}
.p-slider .swiper-button-next {
  right: 5px;
}
@media (min-width: 768px) {
  .p-slider .swiper-button-next {
    right: 20px;
  }
}
.p-slider .swiper-button-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .p-slider .swiper-button-prev {
    left: 20px;
  }
}
.p-slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.p-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .p-slider .swiper-pagination {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
.p-slider .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 0.6;
  transition: 0.5s opacity, 0.5s background-color;
}
.p-slider .swiper-pagination-bullet-active {
  background: #ffa634;
  opacity: 1;
}

/* 汎用box
-------------------------------------- */
.p-box--floormap {
  display: flex;
}
@media (max-width: 1023px) {
  .p-box--floormap {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .p-box--floormap {
    gap: 70px;
  }
}
@media (min-width: 1024px) {
  .p-box--floormap .p-box__main {
    flex: 1;
  }
}
.p-box--floormap .p-box__img {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-box--floormap .p-box__img {
    width: 34.1666666667%;
    padding-inline: 30px;
  }
}
.p-box--floormap .p-box__img img {
  width: auto;
}
.p-box--text .p-box__main {
  display: flex;
}
@media (max-width: 1023px) {
  .p-box--text .p-box__main {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .p-box--text .p-box__main {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .p-box--text .p-box__list {
    width: 270px;
    margin-top: 0.3em;
  }
}
.p-box--split {
  display: flex;
}
@media (max-width: 1023px) {
  .p-box--split {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .p-box--split {
    align-items: center;
    gap: 60px;
  }
  .p-box--splitReverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .p-box--split .p-box__img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .p-box--split .p-box__main {
    flex: 1;
  }
}

.p-box__img img {
  width: 100%;
}

.p-box__title {
  margin-bottom: 0.8em;
}

@media (min-width: 1024px) {
  .p-box__text {
    line-height: 2.25;
  }
}

.p-box__list {
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p-box__list {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid;
  }
}
.p-box__list > div {
  display: flex;
}
.p-box__list > div + div {
  margin-top: 0.6em;
}
.p-box__list dd {
  flex: 1;
}
.p-box__list--bordertop {
  margin-top: 1.3em;
  padding-top: 1.5em;
  border-top: 1px solid;
}
.p-box__list--bordertop dt {
  width: 6.25em;
}
@media (min-width: 1024px) {
  .p-box__list--borderleft {
    margin-left: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid;
  }
}
.p-box__list--borderleft dt {
  width: 4.7em;
}

.p-box__notice {
  font-size: 12px;
  font-size: 0.75rem;
}
* + .p-box__notice {
  margin-top: 20px;
}

/* 汎用boxを入れるグリッド
-------------------------------------- */
.p-boxGrid {
  display: grid;
  gap: 40px;
}
@media (min-width: 1024px) {
  .p-boxGrid--col2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .p-boxGrid--col3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

/* infoBox
-------------------------------------- */
.p-infoBox {
  display: flex;
}
@media (max-width: 1023px) {
  .p-infoBox {
    flex-direction: column;
    gap: 1em;
  }
}
@media (min-width: 1024px) {
  .p-infoBox {
    gap: 40px;
  }
}

.p-infoBox__title {
  font-weight: normal;
}
@media (max-width: 1023px) {
  .p-infoBox__title {
    text-align: center;
    padding-bottom: 0.6em;
    border-bottom: 1px solid;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .p-infoBox__title {
    display: flex;
    align-items: center;
    width: 145px;
    padding-right: 1em;
    border-right: 1px solid;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-infoBox__main {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .p-infoBox__main {
    flex: 1;
    line-height: 2.25;
  }
}
.p-infoBox__main--col3 {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-infoBox__main--col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
@media (min-width: 1024px) {
  .p-infoBox__main--col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 30px;
  }
}
.p-infoBox__main--col5 {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-infoBox__main--col5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
@media (min-width: 1024px) {
  .p-infoBox__main--col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 30px;
  }
}

.p-infoBox__notice {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1em;
}

.p-infoBox__dl dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}
@media (min-width: 1024px) {
  .p-infoBox__dl dt {
    margin-bottom: 1em;
  }
}
.p-infoBox__dl dd {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-infoBox__dl + .p-infoBox__dl {
    margin-top: 1em;
  }
}

/* sectionHead
-------------------------------------- */
.p-sectionHead {
  display: flex;
}
@media (max-width: 1023px) {
  .p-sectionHead {
    flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .p-sectionHead {
    gap: 50px;
  }
}

@media (max-width: 1023px) {
  .p-sectionHead__title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-sectionHead__title {
    flex-shrink: 0;
  }
}

.p-sectionHead__text {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .p-sectionHead__text {
    flex: 1;
    margin-top: 1em;
    line-height: 2.25;
  }
}

/* roomList
-------------------------------------- */
.p-roomList {
  position: relative;
}

.p-roomList__slider {
  margin-right: calc(50% - 50vw) !important;
}

.p-roomList__slide {
  width: 180px !important;
}
@media (min-width: 768px) {
  .p-roomList__slide {
    width: 280px !important;
  }
}
.p-roomList__slide .link {
  display: block;
}
@media (any-hover: hover) {
  .p-roomList__slide .link:hover .img {
    box-shadow: none;
  }
  .p-roomList__slide .link:hover .img::before {
    opacity: 1;
  }
}
.p-roomList__slide .img {
  position: relative;
  aspect-ratio: 280/400;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: 0.5s box-shadow;
}
.p-roomList__slide .img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: 0.5s opacity;
}
.p-roomList__slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-roomList__slide .title {
  margin-top: 10px;
  font-weight: normal;
}
.p-roomList__slide .title .sub {
  display: block;
  font-family: "Optima LT Std", serif;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-roomList__slide .title .sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-roomList__slide .title .main {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-roomList__slide .title .main {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-roomList__controlls {
  display: flex;
  gap: 28px;
  align-items: center;
  position: relative;
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .p-roomList__controlls {
    margin-top: 56px;
  }
}
.p-roomList__controlls .swiper-pagination {
  position: relative;
  flex: 1;
  width: auto !important;
  height: 2px !important;
  background: #c9c9c9;
}
.p-roomList__controlls .swiper-pagination-progressbar-fill {
  background: #ffa634 !important;
}
.p-roomList__controlls .swiper-button-next,
.p-roomList__controlls .swiper-button-prev {
  position: relative;
  width: 14px;
  height: 24px;
  margin-top: 0;
  right: auto;
  left: auto;
}
.p-roomList__controlls .swiper-button-next::after,
.p-roomList__controlls .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/common/roomlist_arrow.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
  .p-roomList__controlls .swiper-button-next,
  .p-roomList__controlls .swiper-button-prev {
    transition: 0.5s opacity;
  }
  .p-roomList__controlls .swiper-button-next:hover,
  .p-roomList__controlls .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.p-roomList__controlls .swiper-button-prev::after {
  transform: scale(-1, 1);
}

/* consent
-------------------------------------- */
.p-consent__inner {
  display: flex;
  gap: 25px;
  padding: 20px;
  border: 1px solid;
}
@media (max-width: 1023px) {
  .p-consent__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-consent__inner {
    padding: 25px;
  }
}
@media (min-width: 1024px) {
  .p-consent__inner {
    gap: 30px 70px;
    flex-wrap: wrap;
    padding: 40px;
  }
}

.p-consent__title {
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .p-consent__main {
    flex: 1;
  }
}
.p-consent__main .text {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .p-consent__main .text {
    line-height: 2.25;
  }
}
.p-consent__main .notice {
  margin-top: 0.8em;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-consent__main .btn {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-consent__main .btn {
    margin-top: 35px;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .p-consent__img {
    width: 30.3%;
  }
}
.p-consent__img img {
  width: 100%;
}

/* =========================================================
 home
========================================================= */
/* kv
-------------------------------------- */
.home-kv {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.home-kv img {
  width: 100%;
}
.home-kv::after {
  position: absolute;
  right: -18vw;
  left: -18vw;
  top: 100%;
  z-index: 3;
  aspect-ratio: 2000/192;
  background: url(../img/home/kv_mask.png) no-repeat center/cover;
  content: "";
}
@media (min-width: 1024px) {
  .home-kv::after {
    right: 0;
    left: 0;
  }
}

.home-kv__movie {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home-kv__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* container
-------------------------------------- */
.home-container {
  position: relative;
  margin-top: 10vw;
  z-index: 2;
  background: #FFF;
}
@media (min-width: 1024px) {
  .home-container {
    margin-top: 9vw;
  }
}

/* map
-------------------------------------- */
.home-map {
  position: relative;
  z-index: 2;
}

.home-map__inner {
  max-width: 1610px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .home-map__inner {
    width: 100%;
    padding-top: 100px;
  }
}

.home-map__title {
  text-align: center;
  font-family: "Optima LT Std", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .home-map__title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.home-map__title span {
  display: block;
  font-size: 60%;
}

.home-map__wrapper {
  position: relative;
  z-index: 3;
}

.home-map__icon {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 30px;
}
@media (min-width: 521px) {
  .home-map__icon {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .home-map__icon {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .home-map__icon {
    width: 50px;
  }
}
.home-map__icon svg {
  width: 100%;
}
.home-map__icon .circle {
  fill: #000000;
  transition: fill 0.5s;
}
.home-map__icon .line {
  fill: #FFF;
}
@media (any-hover: hover) {
  .home-map__icon:hover .circle {
    fill: #FFF;
  }
  .home-map__icon:hover .line {
    fill: #000000;
  }
}
.home-map__icon--guestroom {
  top: 8.4626234133%;
  left: 45.6467661692%;
}
@media (max-width: 767px) {
  .home-map__icon--guestroom {
    top: 9.9277978339%;
    left: 53.4666666667%;
  }
}
.home-map__icon--dogrun {
  top: 47.2496473907%;
  left: 33.4577114428%;
}
.home-map__icon--loungehall {
  top: 7.0521861777%;
  left: 55.5348258706%;
}
@media (max-width: 767px) {
  .home-map__icon--loungehall {
    top: 11.7328519856%;
    left: 66.6666666667%;
  }
}
.home-map__icon--cafe {
  top: 15.2327221439%;
  left: 61.3805970149%;
}
@media (max-width: 767px) {
  .home-map__icon--cafe {
    top: 18.0505415162%;
    left: 78%;
  }
}
.home-map__icon--shop {
  top: 12.8349788434%;
  left: 67.3507462687%;
}
@media (max-width: 767px) {
  .home-map__icon--shop {
    top: 18.0505415162%;
    left: 88%;
  }
}
.home-map__icon--restaurant {
  top: 23.9774330042%;
  left: 32.6492537313%;
}
.home-map__icon--toocean {
  top: 98.3074753173%;
  left: 48.8805970149%;
}
.home-map__icon--dogrun_out {
  top: 44.4287729196%;
  left: 62.1890547264%;
}
.home-map__icon--parking {
  top: 2.8208744711%;
  left: 30.9701492537%;
}

.home-map__deco {
  position: relative;
  z-index: 2;
}
.home-map__deco--01 {
  width: min(18.2vw, 364px);
}
@media (min-width: 1024px) {
  .home-map__deco--01 {
    margin-top: max(-9vw, -180px);
  }
}
.home-map__deco--02 {
  width: min(29.75vw, 595px);
  margin-left: auto;
}
@media (min-width: 1024px) {
  .home-map__deco--02 {
    margin-top: min(4.1vw, 82px);
  }
}
.home-map__deco--03 {
  width: min(35.85vw, 717px);
}
@media (min-width: 1024px) {
  .home-map__deco--03 {
    margin-top: max(-4.75vw, -95px);
  }
}

/* modal
-------------------------------------- */
.home-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 340px;
  padding: 20px 20px 30px;
  border: 1px solid;
  background: #FFF;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s opacity;
}
.home-modal.is-homeModal--show {
  pointer-events: initial;
  opacity: 1;
}

.home-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: 0.5s background-color;
}
.home-modal__close::before, .home-modal__close::after {
  position: absolute;
  width: 22px;
  height: 1px;
  background: #FFF;
  content: "";
  transition: 0.5s background-color;
}
.home-modal__close::before {
  transform: rotate(45deg);
}
.home-modal__close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .home-modal__close:hover {
    background: #FFF;
  }
  .home-modal__close:hover::before, .home-modal__close:hover::after {
    background: #000000;
  }
}

.home-modal__title {
  margin-block: 0.8em 0.5em;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Optima LT Std", serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.home-modal__btn {
  margin-top: 25px;
  text-align: center;
}

/* subtitle
-------------------------------------- */
.home-subtitle {
  display: flex;
  align-items: center;
  font-family: "Optima LT Std", serif;
  font-weight: normal;
}
.home-subtitle .number {
  display: flex;
  align-items: flex-start;
  gap: 0.2em;
  margin-right: 0.3em;
  line-height: 0.7;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .home-subtitle .number {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.home-subtitle .number img {
  width: 0.83em;
}

/* features
-------------------------------------- */
.pin-spacer:has(.home-features) {
  z-index: 10 !important;
}

.home-features {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .home-features {
    background: #ffa634;
  }
}

.home-features__section {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .home-features__section {
    align-items: center;
  }
}
.home-features__section:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.home-features__text, .home-features__lead, .home-features__img, .home-features__title {
  transition: 0.5s transform;
  transform: translateY(20px);
}
.is-featuresSection--active .home-features__text, .is-featuresSection--active .home-features__lead, .is-featuresSection--active .home-features__img, .is-featuresSection--active .home-features__title {
  transform: translateY(0);
}

.home-features__sectionInner {
  width: 100%;
  background: #ffa634;
}
@media (min-width: 1024px) {
  .home-features__sectionInner {
    display: flex;
  }
}

.home-features__title {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .home-features__title {
    margin-bottom: min(7.5vw, 150px);
  }
}

@media (max-width: 1023px) {
  .home-features__img {
    height: 45vh;
    max-height: 45vh;
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .home-features__img {
    width: 66%;
    height: auto;
  }
}
.home-features__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .home-features__img img {
    height: 45vh;
    max-height: 45vh;
  }
}

.home-features__content {
  padding: 30px;
}
@media (min-width: 1024px) {
  .home-features__content {
    flex: 1;
    padding: min(4.25vw, 85px) min(2.5vw, 50px);
  }
}

.home-features__lead {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  .home-features__lead {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1024px) {
  .home-features__text {
    line-height: 2.25;
  }
}

/* other
-------------------------------------- */
.home-other {
  position: relative;
  background: #FFF;
}
@media (max-width: 1023px) {
  .home-other {
    padding-top: 60px;
  }
}

.home-other__inner {
  position: relative;
  z-index: 4;
}

.home-other__title {
  justify-content: center;
}

.home-other__lead {
  margin-block: 1em 2em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1024px) {
  .home-other__lead {
    margin-block: 1.5em 3em;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.home-other__wrapper {
  display: flex;
  position: relative;
  max-width: 2000px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .home-other__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .home-other__wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .home-other__wrapper--01 {
    padding-bottom: 10vw;
  }
}
@media (min-width: 1024px) {
  .home-other__wrapper--02 {
    align-items: flex-end;
    padding-block: 200px 30px;
  }
}

.home-other__img .inner {
  background: #ffa634;
}
.home-other__img .caption {
  margin-top: 0.8em;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .home-other__img .caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .home-other__img .caption {
    margin-inline: 2em;
  }
}
@media (max-width: 1023px) {
  .home-other__img--01 .inner {
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 1024px) {
  .home-other__img--01 {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 1800px) {
  .home-other__img--01 {
    margin-left: max(-21.4285714286vw, -300px);
  }
}
@media (max-width: 1023px) {
  .home-other__img--02 {
    width: 55%;
    margin: 30px calc(50% - 50vw) 0 auto;
  }
  .home-other__img--02 .inner {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home-other__img--02 {
    position: absolute;
    right: max(-3.5714285714vw, -50px);
    width: 25%;
    margin-left: auto;
    margin-top: min(6.6666666667vw, 120px);
  }
}
@media (max-width: 1023px) {
  .home-other__img--03 .inner {
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 1024px) {
  .home-other__img--03 {
    flex: 1;
    position: relative;
    z-index: 3;
    margin-inline: calc(50% - 50vw) min(5.9210526316vw, 90px);
  }
}
@media (min-width: 1520px) {
  .home-other__img--03 {
    margin-left: max(-10.5263157895vw, -160px);
  }
}

@media (max-width: 1023px) {
  .home-other__content {
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .home-other__content {
    width: 50%;
  }
}

.home-other__text {
  line-height: 2;
}
@media (min-width: 1024px) {
  .home-other__text {
    width: 81.6666666667%;
    margin-left: auto;
    line-height: 2.25;
  }
}
@media (min-width: 1024px) {
  .home-other__text--01 {
    margin-top: min(12.2222222222vw, 220px);
  }
}
@media (min-width: 1024px) {
  .home-other__text--02 {
    margin-bottom: min(6.5789473684vw, 100px);
  }
}

.home-other__deco .illust {
  opacity: 0;
}
.home-other__deco--01 {
  position: absolute;
}
@media (max-width: 1023px) {
  .home-other__deco--01 {
    bottom: 25vw;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .home-other__deco--01 {
    position: absolute;
    bottom: 0;
    right: calc(50% - 50vw);
    width: 50vw;
  }
}
@media (min-width: 2000px) {
  .home-other__deco--01 {
    right: -400px;
    width: 1000px;
  }
}
.home-other__deco--01 .illust {
  position: absolute;
}
@media (max-width: 1023px) {
  .home-other__deco--01 .illust {
    width: 26%;
    bottom: 0;
    left: -2vw;
  }
}
@media (min-width: 1024px) {
  .home-other__deco--01 .illust {
    left: 0;
    bottom: 0;
    width: min(10.5vw, 210px);
    margin-left: max(-8vw, -160px);
  }
}
@media (max-width: 1023px) {
  .home-other__deco--01 .nikukyu {
    width: 70%;
    margin: 0 2vw 3vw auto;
  }
}
@media (min-width: 1024px) {
  .home-other__deco--01 .nikukyu {
    width: 89.5%;
    margin: 0 auto 22px;
    mix-blend-mode: multiply;
  }
}
.home-other__deco--01 .is-otherDeco01__nikukyu {
  clip-path: polygon(var(--nikukyuClip01) 0, 100% 0, 100% 100%, var(--nikukyuClip01) 100%);
}
@media (min-width: 1024px) {
  .home-other__deco--02 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    right: max(-10.38647343vw, -172px);
    width: min(88.5vw, 1770px);
    width: 100vw;
    max-width: 1770px;
  }
}
@media (min-width: 2000px) {
  .home-other__deco--02 {
    left: -400px;
  }
}
.home-other__deco--02 .illust {
  position: absolute;
}
@media (max-width: 1023px) {
  .home-other__deco--02 .illust {
    width: 32%;
    bottom: 0;
    right: -2vw;
  }
}
@media (min-width: 1024px) {
  .home-other__deco--02 .illust {
    right: 0;
    bottom: min(2vw, 40px);
    width: min(13.1vw, 262px);
  }
}
@media (max-width: 1023px) {
  .home-other__deco--02 .nikukyu {
    width: 100%;
    margin: 0 auto 3vw -30vw;
  }
}
@media (min-width: 1024px) {
  .home-other__deco--02 .nikukyu {
    width: 79.3785310734%;
    margin-left: 2.8248587571%;
  }
}
.home-other__deco--02 .is-otherDeco02__nikukyu {
  clip-path: polygon(0 0, var(--nikukyuClip02) 0, var(--nikukyuClip02) 100%, 0 100%);
}

.home-other__wave {
  z-index: 3;
  width: 4050px;
  position: absolute;
  top: -50vw;
  left: -10vw;
  transform-origin: left top;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .home-other__wave {
    width: 8100px;
  }
}
.home-other__wave img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-other__wave--01 {
  aspect-ratio: 8100/93;
  transform: rotate(30deg);
}
.home-other__wave--01 img {
  animation: waveSp 20s linear 0s infinite;
}
@media (min-width: 1024px) {
  .home-other__wave--01 img {
    animation: wave 20s linear 0s infinite;
  }
}
.home-other__wave--02 {
  aspect-ratio: 8100/107;
  transform: rotate(33deg) translateY(-50%);
}
.home-other__wave--02 img {
  animation: waveSp 21s linear 0s infinite;
}
@media (min-width: 1024px) {
  .home-other__wave--02 img {
    animation: wave 21s linear 0s infinite;
  }
}

@keyframes wave {
  100% {
    transform: translateX(-4050px) translateZ(0);
  }
}
@keyframes waveSp {
  100% {
    transform: translateX(-2025px) translateZ(0);
  }
}
.home-other__bg {
  position: absolute;
  z-index: 2;
}
.home-other__bg--01 {
  top: -8%;
  left: 0;
  width: 26.3%;
}
.home-other__bg--02 {
  bottom: 20%;
  right: 0;
  width: 15.85%;
}

/* gallery
-------------------------------------- */
.home-gallery {
  padding-block: 60px 80px;
}
@media (min-width: 1024px) {
  .home-gallery {
    padding-block: 110px 230px;
  }
}
.home-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.home-gallery__slide .img {
  aspect-ratio: 1/1;
}
.home-gallery__slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0%;
  transition: 0.5s border-radius;
}
.home-gallery__slide .caption {
  margin-top: 0.8em;
  text-align: center;
}
@media (max-width: 1023px) {
  .home-gallery__slide .caption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .home-gallery__slide:hover .img img {
    border-radius: 100%;
  }
}

/* section
-------------------------------------- */
.home-section {
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .home-section {
    flex-wrap: wrap;
    gap: 5vw;
  }
}
@media (min-width: 1024px) {
  .home-section {
    justify-content: space-between;
    align-items: flex-start;
    width: 92%;
    max-width: 1840px;
  }
}
.home-section--guestroom {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .home-section--guestroom {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1023px) {
  .home-section--cuisine {
    flex-direction: row-reverse;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .home-section--cuisine {
    margin-top: 125px;
  }
}

.home-section__main {
  width: 100%;
}
@media (min-width: 1024px) {
  .home-section__main {
    width: 68.9130434783%;
  }
}

.home-section__title {
  margin-bottom: 0.5em;
  text-align: center;
  font-family: "Optima LT Std", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .home-section__title {
    margin-block: 1em;
    font-size: min(4vw, 80px);
  }
}

.home-section__gallery {
  position: relative;
  aspect-ratio: 1268/749;
  background: #ffa634;
}
@media (max-width: 1023px) {
  .home-section__gallery {
    width: 92%;
  }
  .home-section--guestroom .home-section__gallery {
    margin-left: auto;
  }
}
.home-section__gallery .link {
  display: block;
  height: 100%;
}
.home-section__gallery .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-section__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-section__gallerySmall {
  position: relative;
  aspect-ratio: 510/550;
  background: #ffa634;
}
@media (max-width: 1023px) {
  .home-section__gallerySmall {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .home-section__gallerySmall {
    position: absolute;
    width: 27.7173913043%;
  }
  .home-section--guestroom .home-section__gallerySmall {
    left: 0;
  }
  .home-section--cuisine .home-section__gallerySmall {
    right: 0;
  }
}

.is-section__galleryImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s opacity;
}
.is-section__galleryImg .link {
  display: block;
  height: 100%;
}
.is-section__galleryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.is-section__galleryImg .caption {
  position: absolute;
  bottom: 1em;
  padding-inline: 0.8em;
  border-bottom: 1px solid #000000;
  line-height: 1.5;
  font-family: "Optima LT Std", serif;
  font-size: min(3.515625vw, 36px);
}
@media (min-width: 1024px) {
  .is-section__galleryImg .caption {
    border-bottom-width: 2px;
    font-size: min(1.25vw, 25px);
  }
}
.home-section--guestroom .is-section__galleryImg .caption {
  left: 0;
}
.home-section--cuisine .is-section__galleryImg .caption {
  right: 0;
}
.is-section__galleryImg--active {
  opacity: 1;
}

@media (max-width: 1023px) {
  .home-section__nav {
    margin-top: 5vw;
  }
}
@media (min-width: 1024px) {
  .home-section__nav {
    flex: 1;
    margin-top: min(30.5vw, 610px);
  }
  .home-section--guestroom .home-section__nav {
    padding-right: min(4.85vw, 97px);
    text-align: right;
  }
  .home-section--cuisine .home-section__nav {
    padding-left: min(4.85vw, 97px);
  }
}

.home-section__navList {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home-section--guestroom .home-section__navList {
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .home-section--cuisine .home-section__navList {
    align-items: flex-end;
  }
}
.home-section__navList .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #c9c9c9;
  font-family: "Optima LT Std", serif;
  letter-spacing: 0.1em;
  transition: 0.5s color;
  font-size: min(3.3203125vw, 34px);
}
@media (min-width: 1024px) {
  .home-section__navList .btn {
    font-size: min(1.75vw, 35px);
  }
}
.home-section__navList .btn::after {
  position: absolute;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.5s width;
  content: "";
}
@media (max-width: 1023px) {
  .home-section--guestroom .home-section__navList .btn::after {
    right: calc(100% + 2.5vw);
  }
}
@media (min-width: 1024px) {
  .home-section--guestroom .home-section__navList .btn::after {
    left: calc(100% + 1em);
  }
}
@media (max-width: 1023px) {
  .home-section--cuisine .home-section__navList .btn::after {
    left: calc(100% + 2.5vw);
  }
}
@media (min-width: 1024px) {
  .home-section--cuisine .home-section__navList .btn::after {
    right: calc(100% + 1em);
  }
}
@media (any-hover: hover) {
  .home-section__navList .btn:hover {
    color: #000000;
  }
}
.home-section__navList .btn.is-section__navListBtn--active {
  color: #000000;
}
.home-section__navList .btn.is-section__navListBtn--active::after {
  width: 6vw;
}
@media (min-width: 1024px) {
  .home-section__navList .btn.is-section__navListBtn--active::after {
    width: 3.42em;
  }
}

.home-section__btn {
  margin-top: 4vw;
}
@media (min-width: 1024px) {
  .home-section__btn {
    margin-top: min(3.5vw, 70px);
  }
}
.home-section__btn .c-primaryBtn {
  max-width: 44vw;
}

/* stalker
-------------------------------------- */
.home-stalker {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-out, left 0.3s ease-out, transform 1s ease-out, 0.5s width, 0.5s height, 0.5s margin, 0.5s background-color;
  z-index: 8;
  aspect-ratio: 1/1;
  pointer-events: none;
  opacity: 1;
  overflow: hidden;
}
.home-stalker .text {
  position: relative;
  z-index: 2;
  margin-inline: 5px;
  font-family: "Optima LT Std", serif;
  color: #FFF;
  line-height: 1;
  transition: font-size 0.5s;
  font-size: 0;
}
.home-stalker .arrow {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.home-stalker.is-stalker--hover {
  width: 80px;
  margin: -40px 0 0 -40px;
  left: -40px;
  top: -40px;
  background-color: rgba(0, 0, 0, 0.8);
}
.home-stalker.is-stalker--hover .text {
  font-size: 20px;
  font-size: 1.25rem;
}
.home-stalker.is-stalker--hover .arrow {
  opacity: 1;
}

/* hotels
-------------------------------------- */
.home-hotels {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .home-hotels {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.home-hotels__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-hotels__title {
    margin-bottom: 37px;
  }
}
.home-hotels__title .sub {
  font-family: "Optima LT Std", serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .home-hotels__title .sub {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.home-hotels__title .main {
  font-size: 16px;
  font-size: 1rem;
}

.home-hotels__list {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .home-hotels__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-hotels__list .link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (any-hover: hover) {
  .home-hotels__list .link:hover .bg::before {
    background: rgba(0, 0, 0, 0.6);
  }
  .home-hotels__list .link:hover .bg img {
    transform: scale(1.06);
  }
}
.home-hotels__list .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 1em;
  bottom: 0;
  left: 1em;
  font-weight: normal;
  color: #FFF;
}
.home-hotels__list .title .sub {
  font-family: "Optima LT Std", serif;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .home-hotels__list .title .sub {
    font-size: max(min(1.5vw, 30px), 18px);
  }
}
.home-hotels__list .title .main {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .home-hotels__list .title .main {
    font-size: max(min(0.8vw, 16px), 14px);
  }
}
.home-hotels__list .bg {
  aspect-ratio: 375/250;
}
.home-hotels__list .bg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s background-color;
}
.home-hotels__list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s transform;
}

.z10 {
  position: relative;
  z-index: 10;
}

.p-list__inner {
  max-width: 900px;
}
.p-list__inner .u-fs-medium {
  font-weight: normal;
}

.news-contents-btn {
  display: flex;
}
.news-contents-btn .center {
  margin-left: auto;
  margin-right: auto;
}

.p-homeKv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.home-modal {
  position: absolute;
}

.p-homeKv__slider {
  height: 100vh;
}
.p-homeKv__slider .regularSlider01 {
  height: 100vh;
}
.p-homeKv__slider .slider_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-homeKv__slider img {
  height: 100%;
  object-fit: cover;
}

.circle-btn {
  max-width: 518px;
  border-radius: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  bottom: 70px;
  right: 3px;
  transition: background 0.3s, transform 0.2s;
}
@media (min-width: 1366px) {
  .circle-btn {
    bottom: min(9vw, 180px);
    width: 150px;
    right: min(2.7vw, 54px);
  }
}

.circle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
@media (min-width: 1366px) {
  .circle {
    font-size: 14px;
  }
}

.video-button {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #000000;
  color: #fff;
  padding: 24px 12px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  font-size: 11px;
  bottom: 200px;
  right: 3px;
  width: 110px;
  max-width: 518px;
}
@media (min-width: 1366px) {
  .video-button {
    flex-direction: inherit;
    font-size: 14px;
    bottom: min(19.75vw, 395px);
    width: 150px;
    right: min(2.7vw, 54px);
    padding: 14px;
    border-radius: 50px;
  }
}

.video-button:hover {
  background: #000000;
}

.video-button svg {
  width: 20px;
  height: 20px;
  fill: #ffa634;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background: #000;
  width: 90%;
  max-width: 1280px; /* ← ここで最大サイズ指定 */
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9の比率 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 58px;
  color: #ffffff;
  cursor: pointer;
}

.center-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hidden-scroll {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.btn-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* =========================================================
 home
========================================================= */
.is-section__galleryImg {
  pointer-events: none;
}
.is-section__galleryImg--active {
  pointer-events: auto;
}

.touch-device .home-stalker {
  opacity: 0;
  visibility: hidden;
}

.home-news-inner {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .home-news-inner {
    padding-top: 100px;
  }
}

.is-section__galleryImg .caption {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header-area-tit {
  margin-bottom: 3em;
}
@media (min-width: 1024px) {
  .header-area-tit {
    margin-bottom: 5em;
  }
}
.header-area-tit .header-area {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  padding: 15px;
}
.header-area-tit .home-other__lead {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .header-area-tit .home-other__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

body.is-drawerOpen .l-main {
  overflow: hidden;
}

/* =========================================================
 インスタ
========================================================= */
/*インスタ01*/
#instafeed01 .slick-slide {
  height: 18.75vw;
  max-height: 300px;
  min-height: 150px;
}
#instafeed01 .insta-item {
  width: 18.75vw !important;
  max-width: 300px;
  min-width: 150px;
  margin-left: 4vw;
  position: relative;
  /*&:after{
  	@include content;
  	width: 38px;
  	height: 38px;
  	background: url("../images/index/insta_feed_icon.png") no-repeat;
  	position: absolute;
  	bottom: 20px;
  	right: 20px;
  	//opacity: 0;
  	transition: .5s;
  	}*/
  /*&:hover{
  	&:after{	
  		opacity: 1;
  	}		
  }*/
}
@media (max-width: 1023px) {
  #instafeed01 .insta-item {
    width: 39.0117035111vw !important;
    height: 39.0117035111vw !important;
  }
}
#instafeed01 .insta-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instafeed01 .insta-item video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instafeed01 .insta-item p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  opacity: 0;
  transition: 0.5s;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#instafeed01 .insta-item p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #instafeed01 .insta-item p {
    padding: 15px;
  }
}
#instafeed01 .insta-item:hover p {
  opacity: 1;
}

.insta-error p {
  text-align: center;
}

/*インスタ01*/
/* slick
-------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide a {
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-pager-container {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .slick-pager-container {
    justify-content: space-between;
    padding: 0 10px;
  }
}
.slick-pager-container .slick-num {
  font-size: 12px;
  margin-right: 20px;
}
.t_white .slick-pager-container .slick-num {
  color: #FFF;
}
.slick-pager-container .slick-arrows {
  display: flex;
}
.slick-pager-container .slick-arrows a + a {
  margin-left: 10px;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*.slick-arrow {
	  z-index: 5;
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 51px;
	  height: 74px;
	  background-image: url("../images/common/slider_arrow_shadow.png");
	  @media (max-width: 767px) {
	    width: 25.5px;
	    height: 37px;
	  }
	  &.slick-next {
			right: auto;
	    left: calc(50% + 610px);
	    @media (max-width: 1330px) {
				left: auto;
	      right: 10px;
	    }
	  }
	  &.slick-prev {
			left: auto;
	    right: calc(50% + 610px);
	    transform: translateY(-50%) rotate(180deg);
	    @media (max-width: 1330px) {
				right: auto;
	      left: 10px;
	    }
	  }
	}*/
/*.slick-arrow {
	position: relative;
	top: auto;
	transform: translateY(0);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	.t_white &{
		border: 1px solid #FFF;
	}

  &.slick-prev {
	  transform: transformY(1px);
  }
  &.slick-next {
	transform: scaleX(-1);
  }
}*/
.slick-dots {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 959px) {
  .slick-dots {
    margin-top: 15px;
  }
}
.slick-dots li {
  width: 78px;
  height: 7px;
  margin: 0 5px;
  border: none;
  border-radius: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 1;
  outline: none;
  background: #9f9f9f;
  transition: background 0.8s linear, width 1.2s ease-in-out;
  /*@media (max-width: 767px) {
    width: 25px;
    height: 1px;
    margin: 0 3px;
  }*/
  /*追加*/
  position: relative;
  cursor: pointer;
}
@media (max-width: 959px) {
  .slick-dots li {
    width: 40px;
  }
}
.slick-dots li.slick-active {
  background: #000000;
  width: 219px;
}
@media (max-width: 959px) {
  .slick-dots li.slick-active {
    width: 100px;
  }
}
.slick-dots li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: -10px;
  left: 0;
}
.slick-dots button {
  display: none;
}

.pager-right .slick-dots {
  justify-content: flex-end;
}
@media (max-width: 959px) {
  .pager-right .slick-dots {
    justify-content: center;
  }
}

.pager-left .slick-dots {
  justify-content: flex-start;
}
@media (max-width: 959px) {
  .pager-left .slick-dots {
    justify-content: center;
  }
}

/* =========================================================
 客室
========================================================= */
.p-kv.full-mainvisual {
  height: 100vh;
  height: 100svh;
  max-height: 100%;
  min-height: auto;
  aspect-ratio: auto;
}

/* =========================================================
 cuisine-teach
========================================================= */
.cuisine-teach {
  align-items: center;
}
.cuisine-teach img {
  margin: 0 auto;
  display: block;
}

.p-box.effect-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-box.effect-box .bottom-img {
  margin-top: auto;
}

/* =========================================================
 プライバシーポリシー
========================================================= */
.privacy_area .p-box__title {
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #000000;
}
@media (max-width: 959px) {
  .privacy_area .under-line.tit02 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.privacy_area .list-type {
  list-style: none;
  counter-reset: listNum;
  margin-top: 1.5em;
}
@media (min-width: 1024px) {
  .privacy_area .list-type {
    margin: 1.5rem 0 0 2rem;
  }
}
.privacy_area .list-type li {
  position: relative;
  counter-increment: listNum;
  padding-left: 2.5em;
}
.privacy_area .list-type li::before {
  content: "（" counter(listNum) "）";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy_area .list-type.list-style01 li {
  padding-left: 3.5em;
}
.privacy_area .list-type.list-style01 li::before {
  content: "方針" counter(listNum) ".";
}
.privacy_area .list-type li + li {
  margin-top: 1em;
}
.privacy_area .add-text {
  margin-top: 1em;
}

.list-box {
  margin-top: 3em;
}

/* =========================================================
 宿泊約款
========================================================= */
.terms_content h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .terms_content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.terms_content p {
  margin-bottom: 10px;
}
.terms_content div + div {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  .terms_content div + div {
    margin-top: 30px;
  }
}
.terms_content .main-num {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding-left: 20px;
}
.terms_content .main-num .list01 {
  position: relative;
  padding-left: 10px;
}
.terms_content .inner-num {
  padding-left: 0;
}
.terms_content .inner-num li {
  counter-increment: cnt;
  padding-left: 50px;
  position: relative;
}
.terms_content .inner-num li:before {
  content: "（" counter(cnt) "）";
  position: absolute;
  left: 0;
  width: 50px;
  text-align: center;
}
.terms_content .table01 {
  width: 100%;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 479px) {
  .terms_content .table01 {
    font-size: 2.5052192067vw;
  }
}
.terms_content .table01 tr {
  border: 1px solid #e3e3e3;
}
.terms_content .table01 tr .center {
  text-align: center;
  vertical-align: middle;
}
.terms_content .table01 tr th {
  width: 33.3333333333%;
  border: 1px solid #e3e3e3;
  font-weight: 300;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .terms_content .table01 tr th {
    padding: 0.6518904824vw 1.3037809648vw;
  }
}
.terms_content .table01 tr td {
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .terms_content .table01 tr td {
    padding: 0.6518904824vw 1.3037809648vw;
  }
}
.terms_content .table01.column09 tr th {
  width: 11.1111111111%;
  text-align: center;
  vertical-align: middle;
}
.terms_content .table01.column09 tr td {
  text-align: center;
  vertical-align: middle;
}
.terms_content .text_flex {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
.terms_content .text_flex p {
  flex-basis: 35px;
  max-width: 35px;
  margin-bottom: 0;
}
.terms_content .text_flex ol {
  padding-left: 30px;
  flex-basis: calc(100% - 35px);
  max-width: calc(100% - 35px);
}
.terms_content .text_flex ol li {
  list-style: auto;
}

.list01 .inner-num li {
  list-style: none;
}

/* =========================================================
 ニュースリストページ
========================================================= */
.p-newsNav {
  margin-block: 70px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .p-newsNav {
    margin-block: 130px 150px;
  }
}
.p-newsNav__inner {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  max-width: 1230px;
}
@media (max-width: 520px) {
  .p-newsNav__inner .p-newsNav__btn {
    letter-spacing: -1.3px;
  }
}

.p-newsNav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 0.5em 0;
  line-height: 1.45;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 521px) {
  .p-newsNav__btn {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .p-newsNav__btn {
    font-size: min(1.4084507042vw, 20px);
  }
}
.p-newsNav__btn::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #d0d0d0;
  content: "";
}
.p-newsNav__btn::after {
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background: #ffa634;
  content: "";
  transition: 0.5s width ease-out;
}
.p-newsNav__btn img {
  width: 1.2em;
  margin-left: 0.4em;
}

.is-newsNavBtn--active::after {
  width: 100%;
  transform: translateX(-50%);
}

/* list
-------------------------------------- */
.is-newsDetail {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.is-newsDetail--show {
  visibility: visible;
  height: auto;
  overflow: unset;
}

.p-featuresList__archive {
  margin-left: auto;
}

.p-featuresList__list {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .p-featuresList__list {
    margin-top: 30px;
  }
}
.p-featuresList__list .p-newsNav {
  margin-block: 70px;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .p-featuresList__list .p-newsNav {
    margin-block: 100px 80px;
  }
}
.p-featuresList__list li {
  border-bottom: 1px solid #000000;
}
.p-featuresList__list .link {
  display: flex;
  gap: 0 16px;
  padding: 22px 0;
}
@media (min-width: 1024px) {
  .p-featuresList__list .link {
    gap: 0 40px;
    padding: 30px 0;
  }
}
.p-featuresList__list .img {
  width: 120px;
  height: 80px;
}
@media (max-width: 375px) {
  .p-featuresList__list .img {
    width: 100px;
    height: 60px;
  }
}
.p-featuresList__list .img img {
  height: 100%;
  object-fit: cover;
}
.p-featuresList__list .main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  column-gap: 10px;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .p-featuresList__list .main {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.p-featuresList__list .date {
  min-width: 5em;
}
@media (min-width: 768px) {
  .p-featuresList__list .date {
    min-width: 5.25em;
  }
}
.p-featuresList__list .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 0.15em;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.p-featuresList__list .category span {
  min-width: 5.91em;
  padding: 0.1em 0.9em;
  background: #ffa634;
  border-radius: 2em;
  color: #FFF;
  text-align: center;
}
.p-featuresList__list .category.category-news span {
  background: #000000;
}
.p-featuresList__list .category.category-landlady span {
  background: #000000;
}
.p-featuresList__list .title {
  font-weight: normal;
  font-size: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-featuresList__list .title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-featuresList__list .title {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .p-featuresList__list .btn {
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .p-featuresList__list .btn {
    margin-left: 3em;
  }
}
.p-featuresList__list a:hover .c-secondaryBtn {
  color: #000000;
}
.p-featuresList__list a:hover .c-secondaryBtn::before {
  background: #000000;
}

.c-archiveSelect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 9.375em;
}
.c-archiveSelect::after {
  position: absolute;
  right: 1em;
  width: 6px;
  height: 5px;
  background: #0d0409;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-archiveSelect.p-newsList__archive {
  margin: 30px 0 0 auto;
}
@media (min-width: 768px) {
  .c-archiveSelect.p-newsList__archive {
    margin-top: 60px;
  }
}
.c-archiveSelect select {
  width: 100%;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 0.25em 1em;
  cursor: pointer;
  color: #000;
}

.c-secondaryBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-secondaryBtn::before, .c-secondaryBtn::after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 1em;
  border-radius: 100%;
  content: "";
}
.c-secondaryBtn::before {
  background: #0d0409;
}
.c-secondaryBtn::after {
  background: #FFF;
  clip-path: polygon(40% 35%, 65% 50%, 40% 65%);
}
@media (min-width: 1024px) {
  .c-secondaryBtn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-secondaryBtn::before, .c-secondaryBtn::after {
  right: 0;
}
@media (any-hover: hover) {
  .c-secondaryBtn {
    transition: 0.5s;
  }
  .c-secondaryBtn::before {
    transition: 0.5s;
  }
  .c-secondaryBtn:hover {
    color: #ffa634;
  }
  .c-secondaryBtn:hover::before {
    background: #ffa634;
  }
}

.p-featuresList__inner .p-pagination {
  font-weight: 400;
}
.p-featuresList__inner .p-pagination > * {
  line-height: 1.8;
  padding: 0.2em 0.8em;
}
.p-featuresList__inner .p-pagination .current {
  background: #000000 !important;
}

/* =========================================================
 ニュース詳細ページ
========================================================= */
.news-contents-box .news-caption {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 0.5em;
}
.news-contents-box .news-caption .news-category {
  background-color: #ffa634;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 0.15em;
  color: #fff;
  border-radius: 2em;
  padding: 0.1em 0.9em;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.news-contents-box .u-fs-medium {
  font-weight: normal;
}
.news-contents-box .news-contents-btn {
  display: flex;
}
.news-contents-box .news-contents-btn .c-primaryBtn {
  margin-left: auto;
  margin-right: auto;
}
.news-contents-box .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.news-contents-box .p-box__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

/* =========================================================
 faq
========================================================= */
.list-area {
  margin: 0 auto 90px;
}
@media (max-width: 959px) {
  .list-area {
    margin-bottom: clamp(45px, 9.39vw, 90px);
  }
}
.list-area .title-tit {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .list-area .title-tit {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .list-area .title-tit {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.list-area.accordion-area {
  list-style: none;
}
.list-area.accordion-area .accordion-trigger {
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.list-area.accordion-area .accordion-trigger:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 24px;
  background: url("../img/common/accordion-arrow.png") no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
  bottom: 0;
  right: 3%;
}
.list-area.accordion-area .accordion-trigger.open:after {
  transform: rotate(180deg);
}
.list-area.accordion-area .accordion-box {
  display: none;
}
.list-area .accordion-box {
  display: none;
}
.list-area .accordion-box .list-flex {
  display: flex;
  border-bottom: 1px solid #000;
}
.list-area .accordion-box .list-flex dt {
  flex-basis: 220px;
  max-width: 220px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2.8125;
}
@media (max-width: 479px) {
  .list-area .accordion-box .list-flex dt {
    flex-basis: 90px;
    max-width: 90px;
    padding: 5px 0px;
    line-height: 1.5;
  }
}
.list-area .accordion-box .list-flex dd {
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px);
  padding: 15px 25px 15px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.875;
}
@media (max-width: 479px) {
  .list-area .accordion-box .list-flex dd {
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 5px 0px 5px 10px;
    line-height: 1.5;
  }
}

.space_area .accordion-box {
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: 1px solid #000;
}
@media (max-width: 959px) {
  .space_area .accordion-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.space_area .accordion-box dt {
  width: 100%;
  max-width: 100%;
  padding: 35px 0px 20px 40px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 2.8125;
  display: inline-block;
  position: relative;
}
@media (max-width: 959px) {
  .space_area .accordion-box dt {
    padding: 20px 0px 10px 25px;
    line-height: 1.5;
  }
}
.space_area .accordion-box dt:before {
  content: "Q";
  position: absolute;
  left: 0;
}
.space_area .accordion-box dd {
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 0px 40px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.15em;
  margin-inline-start: 0px;
  display: inline-block;
  position: relative;
}
.space_area .accordion-box dd:last-child {
  padding-bottom: 40px;
}
@media (max-width: 959px) {
  .space_area .accordion-box dd {
    padding: 0px 0px 0px 25px;
    line-height: 1.5;
  }
}
.space_area .accordion-box dd:before {
  content: "A";
  position: absolute;
  left: 0;
}
.space_area .accordion-box li {
  width: 100%;
  max-width: 100%;
  padding-left: 40px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 2.8125;
  display: inline-block;
  position: relative;
}
.space_area .accordion-box li:first-child {
  padding-top: 20px;
}
.space_area .accordion-box li:last-child {
  padding-bottom: 40px;
}
@media (max-width: 959px) {
  .space_area .accordion-box li {
    padding-left: 20px;
    line-height: 1.5;
  }
}
.space_area .accordion-box li:before {
  content: "■";
  position: absolute;
  left: 0;
}

.under-line {
  border-bottom: 1px solid #000000;
  transition: 0.4s;
}
.under-line:hover {
  border-bottom: 1px solid transparent;
}

/* =========================================================
 会社概要
========================================================= */
.company-contents > div {
  display: flex;
  border-bottom: 1px solid #000000;
  padding: 1.5em 0;
  gap: 10px;
}
.company-contents > div:first-child {
  border-top: 1px solid #000000;
}
@media (max-width: 520px) {
  .company-contents > div {
    flex-direction: column;
    gap: 5px;
  }
}
.company-contents > div dt {
  width: 10em;
}
@media (min-width: 521px) {
  .company-contents > div dt {
    text-align: center;
  }
}
.company-contents > div dd {
  width: 90%;
}
.company-contents > div dd ul li {
  width: 90%;
}
.company-contents > div dd ul li a {
  display: inline-block;
}
.company-contents > div dd ul li + li {
  margin-top: 10px;
  padding-top: 10px;
}

/* =========================================================
 トップページ　
========================================================= */
.p-news-contents .p-news-box {
  border-bottom: 1px solid #000000;
}
.p-news-contents .p-news-box .news-link {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  gap: 30px;
}
.p-news-contents .p-news-box .news-link .news-tit {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

.blog-content .p-box__img {
  aspect-ratio: 570/400;
  overflow: hidden;
}
.blog-content .p-box__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content .blog-text-box {
  margin-top: 10px;
}
.blog-content .blog-text-box .category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 0.15em;
  padding-right: 10px;
  font-size: 11px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.blog-content .blog-text-box .category span {
  min-width: 5.91em;
  padding: 0.1em 0.9em;
  background: #ffa634;
  border-radius: 2em;
  color: #FFF;
  text-align: center;
  line-height: 1.7;
}
.blog-content .blog-text-box .blog-title {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #0d0409;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}

/* =========================================================
 コンタクト詳細ページ
========================================================= */
#contact button, #contact input, #contact select, #contact textarea {
  background-color: #f7f7f7;
  /*border: 1px solid #000;*/
}

#contact .mfp_buttons button {
  padding: 12px 35px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#contact .mfp_buttons button:hover {
  color: #ddd;
}

#contact .home-section__btn a {
  display: flex;
  margin: 0 auto;
}

.l-gnav {
  margin-inline: min(1.75vw, 35px) min(2.1vw, 42px);
}

/* =========================================================
 フッダー部分リニューアル
========================================================= */
/* 動画パララックス
-------------------------------------- */
.parallax {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.parallax .bg-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0);
}
.parallax .bg-video video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.gray-bg {
  background-color: #f0f0f0;
}
.gray-bg .f-lead {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .gray-bg .f-lead {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.vacancy_cont .vacancy-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  gap: 1rem;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .vacancy_cont .vacancy-tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: -1px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.vacancy_cont .vacancy-tabs li {
  padding: 0.5rem 0.5rem;
  background: #000000;
  color: #FFF;
  cursor: pointer;
  transition: 0.5s border-color, 0.5s background-color;
  text-align: center;
  border: 1px solid #000000;
  border-bottom-color: transparent;
  line-height: 1.2;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.vacancy_cont .vacancy-tabs li::after {
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .vacancy_cont .vacancy-tabs li {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.vacancy_cont .vacancy-tabs li.active {
  background: #f0f0f0;
  color: #000000;
}
.vacancy_cont .vacancy-tabs li.active::after {
  content: "";
  position: absolute;
  width: 200vw;
  background-color: #000000;
  z-index: 5;
  bottom: -0.5px;
  left: -100vw;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .vacancy_cont .vacancy-tabs li.active {
    border-bottom-color: #f0f0f0;
  }
  .vacancy_cont .vacancy-tabs li.active::after {
    content: "";
    width: 100%;
    max-width: 298px;
    height: 5px;
    position: absolute;
    background-color: #f0f0f0;
    z-index: 5;
    bottom: -2.5px;
    left: 0;
  }
}
.vacancy_cont .vacancy-tabs li:hover {
  background: #f0f0f0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .vacancy_cont .vacancy-tabs li:hover {
    border-bottom-color: #f0f0f0;
  }
  .vacancy_cont .vacancy-tabs li:hover::after {
    width: 100%;
    max-width: 298px;
    height: 5px;
    background-color: #f0f0f0;
    z-index: 5;
    bottom: -2.5px;
    left: 0;
  }
}
.vacancy_cont .vacancy-body .vacancy-box {
  display: none;
}
.vacancy_cont .vacancy-body .vacancy-box.active {
  display: block;
}

/*----------------------------------------------------
	客室　空室カレンダー
----------------------------------------------------*/
.vacancy {
  width: 100%;
}

.vacancy-content {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .vacancy-content {
    width: 88%;
    max-width: 1300px;
  }
}

.vacancy-calender-content {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .vacancy-calender-content {
    border: #000000 solid 1px;
    padding: 20px 30px 20px;
  }
}
@media (min-width: 1024px) {
  .vacancy-calender-content {
    max-width: 1300px;
  }
}

@media screen and (min-width: 768px) {
  .vacancy_cont h3 {
    margin-bottom: 40px;
  }
  .vacancy {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
  }
}
.vacancy_calender {
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .vacancy_calender {
    width: calc((100% - 20px) / 2);
  }
  .vacancy_calender:first-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .vacancy_calender {
    width: 100%;
  }
  .vacancy_calender:first-child {
    margin-bottom: 30px;
  }
}
.vacancy_calender th, .vacancy_calender td {
  padding: 5px;
  text-align: center;
}
@media (min-width: 1024px) {
  .vacancy_calender th, .vacancy_calender td {
    padding: 10px;
  }
}

.vacancy_calender .month th {
  padding-bottom: 15px;
  font-size: 25px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Optima LT Std", serif;
  font-weight: normal;
}

.vacancy_calender .week th, .vacancy_calender tbody td {
  border: #dfdbd5 solid 1px;
  line-height: 1.5;
  font-family: "Optima LT Std", serif;
  font-weight: normal;
  width: 14.2857%;
}

.vacancy_calender .week th {
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .vacancy_calender .week th {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.vacancy_calender tbody td {
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1024px) {
  .vacancy_calender tbody td {
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*.vacancy_calender .week th:first-child,.vacancy_calender tbody td:first-child,.vacancy_calender tbody td.is-holiday{
	background-color: rgba(255,177,178,0.4);
}

.vacancy_calender .week th:last-child,.vacancy_calender tbody td:last-child{
	background-color: rgba(177,219,255,0.4);
}*/
.vacancy_calender .week th:first-child, .vacancy_calender tbody td:first-child .vacancy_day, .vacancy_calender tbody .vacancy_day.holiday {
  color: #ae5b5b;
}

.vacancy_calender .week th:last-child, .vacancy_calender tbody td:last-child .vacancy_day {
  color: #5080bb;
}

.vacancy_calender tbody td a {
  color: #9B8D49;
  text-decoration: none;
}

.vacancy_calender tbody td a:hover {
  text-decoration: underline;
}

.vacancy_day {
  display: block;
  margin-bottom: 10px;
}

/*----------------------------------------------------
	フッターカード
----------------------------------------------------*/
.beigue-bg {
  background-color: #dfdbd5;
}

.card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .card-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.card-container .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.card-container .card figure img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.card-container .card .card-title {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .card-container .card .card-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.card-container .card .arrow {
  background-color: #000;
  display: block;
  padding: 6px 10px;
  border-radius: 50%;
  width: 31px;
  margin-left: auto;
  margin-right: auto;
}
.card-container .card .arrow svg {
  display: block;
}
.card-container .card .arrow path {
  stroke: #fff;
  transform: 0.5s stroke;
}

/*----------------------------------------------------
	フッターなび
----------------------------------------------------*/
.l-footer-nav {
  background-color: #9e9a96;
}

.l-footer-nav__inner {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .l-footer-nav__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .l-footer-nav__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.footer-nav-sec {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-sec .footer-nav-cont + .footer-nav-cont {
  margin-top: 10px;
}
.footer-nav-sec .footer-nav-cont {
  font-size: 12px;
}
.footer-nav-sec .footer-nav-cont .accordion-toggle {
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  position: relative;
}
.footer-nav-sec .footer-nav-cont .accordion-toggle.en {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-nav-sec .footer-nav-cont .accordion-toggle {
    display: none;
  }
}
.footer-nav-sec .footer-nav-cont .accordion-toggle::after {
  content: "＋";
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
}
.footer-nav-sec .footer-nav-cont .accordion-toggle.active::after {
  content: "－";
}
.footer-nav-sec .footer-nav-cont a {
  font-size: 12px;
  color: #fff;
}
.footer-nav-sec .footer-nav-cont a.en {
  font-size: 14px;
}
.footer-nav-sec .footer-nav-cont .accordion-content a {
  display: block;
}
@media (max-width: 767px) {
  .footer-nav-sec .footer-nav-cont .accordion-content a {
    margin-top: 10px;
  }
}
.footer-nav-sec .footer-nav-cont .accordion-content a + a {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer-nav-sec .footer-nav-cont .accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
  .footer-nav-sec .footer-nav-cont .accordion-content.open {
    max-height: 500px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .footer-nav-sec .footer-nav-cont .accordion-content {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transition: none;
  }
}/*# sourceMappingURL=styles.css.map */