@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900 &display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900 &display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900 &display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  --font-min: "Noto Sans JP";
  --font-en: "Roboto", sans-serif;
  --font-en: "Roboto Condensed", sans-serif;
  --bg-color: #fff;
  --text-color: #000;
  --main-color: red;
  --content-wide-ll: 1440px;
  --content-wide-l: 1200px;
  --content-wide: 1055px;
  --content-wide-s: 720px;
  --content-wide-ss: 480px;
  --w:0;
  --w-pc:1366;
  --w-sp:375;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
  line-height: 1.4;
}

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

p, li, dt, dl, dd {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  height: 0;
  color: inherit;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

body {
  background-color: var(--bg-color);
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

.u-en {
  font-family: var(--font-en) !important;
}

.u-min {
  font-family: var(--font-min) !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

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

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

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mt155 {
  margin-top: 155px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt165 {
  margin-top: 165px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mt175 {
  margin-top: 175px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt185 {
  margin-top: 185px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mt195 {
  margin-top: 195px;
}

.u-mt200 {
  margin-top: 200px;
}

.c-slider-full {
  --ms-speed: 1000ms;
  --ms-autoplay: 4000ms;
  --ms-scale: 1.2;
  --ms-ease: ease-out;
  position: relative;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.c-slider-full.is-show {
  opacity: 1;
}
.c-slider-full.is-grabbing {
  cursor: grabbing;
}
.c-slider-full .js-play {
  display: block;
}
.c-slider-full .js-pause {
  display: none;
}
.c-slider-full.is-playing .js-play {
  display: none;
}
.c-slider-full.is-playing .js-pause {
  display: block;
}
.c-slider-full .c-slider-images ._images-item > div {
  transform: scale(1);
}
.c-slider-full .c-slider-images ._images-item.is-animate > div {
  transform: scale(var(--ms-scale));
}
@media screen and (max-width: 768px) {
  .c-slider-full {
    height: 66vw;
  }
}

.c-slider-images {
  position: absolute;
  inset: 0;
}
.c-slider-images ._images-items {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  overflow: hidden;
}
.c-slider-images ._images-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--ms-speed) ease-out;
}
.c-slider-images ._images-item > div {
  position: absolute;
  inset: 0;
  transform-origin: center;
  transition: transform calc(var(--ms-autoplay) + var(--ms-speed)) linear;
}
.c-slider-images ._images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider-images ._images-item.is-current {
  z-index: 5;
  opacity: 1;
}
.c-slider-images ._images-item.is-current.is-hide {
  z-index: 1;
}

.c-slider-btns {
  position: absolute;
  bottom: -55px;
  left: 0px;
  right: 300px;
  height: 10px;
}
.c-slider-btns ._state {
  position: absolute;
  top: -10px;
  right: -50px;
  font-variant-numeric: tabular-nums;
  font-size: 20px;
}
.c-slider-btns ._pager-items {
  display: flex;
  gap: 1px;
  width: 100%;
}
.c-slider-btns ._pager-items ._pager-item {
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
  flex: 1;
}
.c-slider-btns ._pager-items ._pager-item:hover {
  opacity: 0.5;
}
.c-slider-btns ._pager-items ._pager-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
  background: #DDDDDD;
  transform: translateY(-50%);
}
.c-slider-btns ._pager-items ._pager-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 5px;
  background: #999999;
  transform: translateY(-50%);
  transition: width 0s;
}
.c-slider-btns ._pager-items ._pager-item.is-current::after {
  width: 100%;
  transition: width var(--ms-autoplay) linear;
}
@media screen and (max-width: 768px) {
  .c-slider-btns {
    bottom: 10px;
    left: 10px;
    gap: 8px;
  }
  .c-slider-btns ._pager-items ._pager-item {
    width: 30px;
    height: 30px;
  }
}

.c-anim {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
  /* Delay Utils */
}
.c-anim.is-fade {
  opacity: 0;
}
.c-anim.is-fade.js-active {
  opacity: 1;
}
.c-anim.is-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.c-anim.is-top.js-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-bottom {
  opacity: 0;
  transform: translate(0, 50px);
}
.c-anim.is-bottom.js-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-left {
  opacity: 0;
  transform: translate(-100px, 0);
}
.c-anim.is-left.js-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-right {
  opacity: 0;
  transform: translate(100px, 0);
}
.c-anim.is-right.js-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-zoom {
  opacity: 0;
  transform: scale(0.8);
}
.c-anim.is-zoom.js-active {
  opacity: 1;
  transform: scale(1);
}
.c-anim.is-zoom-out {
  opacity: 0;
  transform: scale(1.1);
}
.c-anim.is-zoom-out.js-active {
  opacity: 1;
  transform: scale(1);
}
.c-anim.is-zoom-bounce {
  opacity: 0;
  transform: scale(0.3);
}
.c-anim.is-zoom-bounce.js-active {
  opacity: 1;
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-anim.is-delay-00 {
  transition-delay: 0s;
}
.c-anim.is-delay-01 {
  transition-delay: 0.1s;
}
.c-anim.is-delay-02 {
  transition-delay: 0.2s;
}
.c-anim.is-delay-03 {
  transition-delay: 0.3s;
}
.c-anim.is-delay-04 {
  transition-delay: 0.4s;
}
.c-anim.is-delay-05 {
  transition-delay: 0.5s;
}
.c-anim.is-delay-06 {
  transition-delay: 0.6s;
}
.c-anim.is-delay-07 {
  transition-delay: 0.7s;
}
.c-anim.is-delay-08 {
  transition-delay: 0.8s;
}
.c-anim.is-delay-09 {
  transition-delay: 0.9s;
}
.c-anim.is-delay-10 {
  transition-delay: 1s;
}
.c-anim.is-delay-11 {
  transition-delay: 1.1s;
}
.c-anim.is-delay-12 {
  transition-delay: 1.2s;
}
.c-anim.is-delay-13 {
  transition-delay: 1.3s;
}
.c-anim.is-delay-14 {
  transition-delay: 1.4s;
}
.c-anim.is-delay-15 {
  transition-delay: 1.5s;
}
.c-anim.is-delay-16 {
  transition-delay: 1.6s;
}
.c-anim.is-delay-17 {
  transition-delay: 1.7s;
}
.c-anim.is-delay-18 {
  transition-delay: 1.8s;
}
.c-anim.is-delay-19 {
  transition-delay: 1.9s;
}
.c-anim.is-delay-20 {
  transition-delay: 2s;
}

p {
  font-size: min(16px, 16 / var(--w) * 100vw);
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(1055px, 1055 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-header-wrap {
    height: min(80px, 80 / var(--w) * 100vw);
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: min(80px, 80 / var(--w) * 100vw);
    z-index: 100;
    background: #fff;
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header img {
    width: 100%;
  }
  .l-header ._header-site {
    position: absolute;
    top: min(31px, 31 / var(--w) * 100vw);
    left: min(35px, 35 / var(--w) * 100vw);
  }
  .l-header ._header-right {
    position: absolute;
    top: min(10px, 10 / var(--w) * 100vw);
    right: min(30px, 30 / var(--w) * 100vw);
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .l-header ._header-right ._search {
    padding: min(14px, 14 / var(--w) * 100vw);
  }
  body.js-gmenu-active .l-header {
    box-shadow: none;
  }
  .c-head-logo {
    display: block;
  }
  .c-head-sitename {
    display: flex;
    flex-direction: column;
    gap: min(5px, 5 / var(--w) * 100vw);
  }
  .c-head-sitename ._ja {
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .c-head-sitename ._en {
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-head-search {
    border: min(2px, 2 / var(--w) * 100vw) solid #999999;
  }
  .c-head-search form {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 0;
    height: min(34px, 34 / var(--w) * 100vw);
  }
  .c-head-search input {
    margin: 0;
    padding: 0 min(10px, 10 / var(--w) * 100vw);
    border: none;
    outlune: none;
    width: min(245px, 245 / var(--w) * 100vw);
    height: min(34px, 34 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-head-search input:focus {
    background: #ffc;
  }
  .c-head-search button {
    position: relative;
    width: min(34px, 34 / var(--w) * 100vw);
    height: min(34px, 34 / var(--w) * 100vw);
    background: #999;
    border: none;
  }
  .c-head-search button::after {
    content: "";
    display: block;
    width: min(26px, 26 / var(--w) * 100vw);
    height: min(26px, 26 / var(--w) * 100vw);
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='currentColor'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .c-modal-menu-btn {
    position: relative;
    width: min(60px, 60 / var(--w) * 100vw);
    height: min(60px, 60 / var(--w) * 100vw);
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #000;
    left: calc((min(60px, 60 / var(--w) * 100vw) - min(44px, 44 / var(--w) * 100vw)) / 2);
    width: min(44px, 44 / var(--w) * 100vw);
    height: min(4px, 4 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((min(60px, 60 / var(--w) * 100vw) - min(1px, 1 / var(--w) * 100vw)) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(max(-12px, -12 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(0);
    width: min(36px, 36 / var(--w) * 100vw);
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(min(12px, 12 / var(--w) * 100vw));
    width: min(28px, 28 / var(--w) * 100vw);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
    width: min(44px, 44 / var(--w) * 100vw);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
    width: min(44px, 44 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-modal-menu {
    position: fixed;
    top: min(80px, 80 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu ._modal-inner {
    width: min(1000px, 1000 / var(--w) * 100vw);
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-modal-menu a {
    color: #fff;
  }
  body.js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .l-modal-menu ._search {
    display: none;
  }
  .c-sitelinks {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-sitelinks ._link {
    position: relative;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* -------------------------------------------------- */
  .l-footer {
    position: relative;
  }
  .l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
    margin: 0;
    padding: 0;
  }
  .l-footer p {
    margin: 0;
  }
  .l-footer ol, .l-footer ul, .l-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-footer a {
    text-decoration: none;
    color: inherit;
  }
  .l-footer {
    background: #000;
    color: #fff;
  }
  .l-footer ._inner {
    padding: min(45px, 45 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .l-footer ._links {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    padding-left: min(10px, 10 / var(--w) * 100vw);
  }
  .l-footer ._links2 {
    text-align: right;
  }
  .l-footer ._copy {
    text-align: right;
  }
  .c-footer-logo {
    display: block;
    width: min(145px, 145 / var(--w) * 100vw);
  }
  .c-footer-links {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .c-footer-links ._link {
    font-size: min(12px, 12 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: min(15px, 15 / var(--w) * 100vw);
  }
  .c-footer-links ._link::after {
    content: "";
    display: block;
    position: absolute;
    top: min(10px, 10 / var(--w) * 100vw);
    left: 0;
    width: min(10px, 10 / var(--w) * 100vw);
    height: min(2px, 2 / var(--w) * 100vw);
    background: #fff;
  }
  .c-footer-privacy {
    font-size: min(12px, 12 / var(--w) * 100vw);
  }
  .c-footer-copy {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 800;
  }
  .c-pagetop {
    position: absolute;
    top: max(-120px, -120 / var(--w) * 100vw);
    right: min(20px, 20 / var(--w) * 100vw);
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(100px, 100 / var(--w) * 100vw);
    background-image: url("../images/common/icon-pagetop.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  .l-main {
    padding: min(50px, 50 / var(--w) * 100vw) 0 min(100px, 100 / var(--w) * 100vw) 0;
  }
  .l-main-column {
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  .l-main-left {
    width: min(790px, 790 / var(--w) * 100vw);
    min-height: min(100px, 100 / var(--w) * 100vw);
  }
  .l-main-right {
    width: min(208px, 208 / var(--w) * 100vw);
    min-height: min(100px, 100 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .l-main-right h1, .l-main-right h2, .l-main-right h3, .l-main-right h4, .l-main-right h5, .l-main-right h6 {
    margin: 0;
    padding: 0;
  }
  .l-main-right p {
    margin: 0;
  }
  .l-main-right hr {
    height: min(1px, 1 / var(--w) * 100vw);
    width: 100%;
    border-top: min(1px, 1 / var(--w) * 100vw) solid #000000;
    margin: min(10px, 10 / var(--w) * 100vw) 0 min(10px, 10 / var(--w) * 100vw) 0;
  }
  .l-main-right-block {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .c-side-banners {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .c-page-title {
    position: relative;
    background: #000;
    color: #fff;
    height: min(124px, 124 / var(--w) * 100vw);
  }
  .c-page-title h1 {
    position: absolute;
    right: min(50px, 50 / var(--w) * 100vw);
    bottom: max(-10px, -10 / var(--w) * 100vw);
    font-size: min(70px, 70 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .c-hover {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-hover:hover {
    opacity: 0.8;
  }
  .c-btn-side {
    background: #000;
    color: #fff;
    padding: min(10px, 10 / var(--w) * 100vw);
    text-align: center;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-btn-side:hover {
    opacity: 0.8;
  }
  .c-btn-search {
    position: relative;
    display: inline-block;
    padding: min(12px, 12 / var(--w) * 100vw);
    text-align: center;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: min(200px, 200 / var(--w) * 100vw);
    background: #000;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-btn-search:hover {
    opacity: 0.8;
  }
  .c-btn-more {
    position: relative;
    display: inline-block;
    padding: min(12px, 12 / var(--w) * 100vw);
    text-align: center;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: min(200px, 200 / var(--w) * 100vw);
    border: min(1px, 1 / var(--w) * 100vw) solid #000000;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-btn-more:hover {
    opacity: 0.8;
  }
  .c-btn-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: max(-40px, -40 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: min(70px, 70 / var(--w) * 100vw);
    height: min(20px, 20 / var(--w) * 100vw);
    background-image: url("../images/common/icon-arrow-a.svg?1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-h2-common {
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #000000;
  }
  .c-h2-common h2 {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
    padding: min(30px, 30 / var(--w) * 100vw) 0 min(10px, 10 / var(--w) * 100vw) 0;
  }
  /* -------------------------------------------------- */
  .c-pager {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    border-top: min(1px, 1 / var(--w) * 100vw) solid #000000;
    padding-top: min(30px, 30 / var(--w) * 100vw);
  }
  .c-pager-arrow {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1;
    text-decoration: none;
    color: #000;
  }
  .c-pager-item-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    font-size: min(24px, 24 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .c-pager-item-list li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-pager-item-list a {
    text-decoration: none;
    color: #ddd;
  }
  a.c-pager-item.is-active {
    color: #000;
    border-bottom: min(2px, 2 / var(--w) * 100vw) solid #000000;
  }
  /* -------------------------------------------------- */
  .c-filter-buttons {
    display: flex;
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .c-filter-buttons > * {
    flex: 1;
  }
  .c-filter-btn {
    position: relative;
    display: block;
    padding: min(14px, 14 / var(--w) * 100vw) 0 min(14px, 14 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    border: min(1px, 1 / var(--w) * 100vw) solid #000000;
    font-size: min(18px, 18 / var(--w) * 100vw);
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .c-filter-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: min(20px, 20 / var(--w) * 100vw);
    margin: auto 0;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / var(--w) * 100vw);
    background-image: url("../images/common/icon-place.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-btn.is-place::before {
    background-image: url("../images/common/icon-place.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-btn.is-cond::before {
    background-image: url("../images/common/icon-cond.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  /* 見出しコンポーネント */
  .c-section-heading {
    position: relative;
  }
  .c-section-heading h2 {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 min(15px, 15 / var(--w) * 100vw) 0;
    border-bottom: min(2px, 2 / var(--w) * 100vw) solid #999;
  }
  /* -------------------------------------------------- */
  /* 新着カード */
  .c-arrival-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(35px, 35 / var(--w) * 100vw);
  }
  .c-arrival-card {
    position: relative;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-arrival-card ._texts {
    margin-top: min(10px, 10 / var(--w) * 100vw);
  }
  .c-arrival-card ._name {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-arrival-card ._name::after {
    content: "";
    display: block;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(2px, 2 / var(--w) * 100vw);
    background: #ccc;
    margin: min(5px, 5 / var(--w) * 100vw) 0;
  }
  .c-arrival-card ._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
  }
  .c-arrival-card:hover {
    opacity: 0.8;
  }
  /* -------------------------------------------------- */
  /* ニュースリスト（ホームページ） */
  ul.c-news-items {
    margin: 0;
    padding: 0;
  }
  ul.c-news-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.c-news-items p {
    margin: 0;
  }
  .c-news-item {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    padding: min(10px, 10 / var(--w) * 100vw) 0;
    color: #fff;
  }
  .c-news-item a {
    color: #fff;
    text-decoration: none;
  }
  .c-news-item ._date {
    width: min(110px, 110 / var(--w) * 100vw);
    padding-top: min(2px, 2 / var(--w) * 100vw);
    background: #fff;
    color: #000;
    padding: min(5px, 5 / var(--w) * 100vw) min(10px, 10 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .c-news-item ._doc {
    width: min(550px, 550 / var(--w) * 100vw);
    position: relative;
  }
  .c-news-item ._doc a {
    display: inline-block;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    width: 100%;
  }
  /* -------------------------------------------------- */
  /* ニュース詳細リスト */
  ul.c-news-detail-items {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(20px, 20 / var(--w) * 100vw);
    gap: min(40px, 40 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw);
  }
  ul.c-news-detail-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.c-news-detail-items p {
    margin: 0;
  }
  .c-news-detail-item {
    color: #000;
  }
  .c-news-detail-item a {
    color: #000;
    text-decoration: none;
  }
  .c-news-detail-item ._image {
    width: 100%;
    margin-right: min(20px, 20 / var(--w) * 100vw);
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .c-news-detail-item ._title {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-news-detail-item ._date {
    margin-top: min(5px, 5 / var(--w) * 100vw);
    position: relative;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #999;
    padding-bottom: min(10px, 10 / var(--w) * 100vw);
    padding-left: min(30px, 30 / var(--w) * 100vw);
  }
  .c-news-detail-item ._date::after {
    content: "";
    display: block;
    position: absolute;
    top: min(5px, 5 / var(--w) * 100vw);
    left: 0;
    width: min(20px, 20 / var(--w) * 100vw);
    height: min(20px, 20 / var(--w) * 100vw);
    background-image: url("../images/common/icon-date.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-news-detail-item ._doc {
    margin-top: min(10px, 10 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* -------------------------------------------------- */
  /* 情報リスト */
  .c-info-list-items {
    margin: 0;
    padding: 0;
    border-top: min(1px, 1 / var(--w) * 100vw) solid #e0e6f0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: min(1px, 1 / var(--w) * 100vw) solid #e0e6f0;
  }
  .c-info-list-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-info-list-items li {
    padding: min(15px, 15 / var(--w) * 100vw) 0;
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #e0e6f0;
  }
  .c-info-list-item {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
  }
  .c-info-list-item ._label {
    width: min(120px, 120 / var(--w) * 100vw);
    background: #999;
    padding: min(4px, 4 / var(--w) * 100vw) 0;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .c-info-list-item ._value {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .p-index-hero {
    position: relative;
    width: calc(1366 / var(--w) * 100vw);
    height: calc(660 / var(--w) * 100vw);
  }
  .p-index-hero ._slider {
    position: absolute;
    top: 0;
    left: calc(407 / var(--w) * 100vw);
    width: calc(959 / var(--w) * 100vw);
    height: calc(566 / var(--w) * 100vw);
  }
  .p-index-hero ._title {
    position: absolute;
    top: calc(68 / var(--w) * 100vw);
    left: calc(145 / var(--w) * 100vw);
    width: calc(450 / var(--w) * 100vw);
  }
  .p-index-hero ._scroll {
    position: absolute;
    top: calc(430 / var(--w) * 100vw);
    left: calc(74 / var(--w) * 100vw);
    width: calc(18 / var(--w) * 100vw);
  }
  /* ---------------------------------------------------------- */
  .p-index-pick {
    position: relative;
    padding: min(60px, 60 / var(--w) * 100vw) min(30px, 30 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw) 0;
  }
  .p-index-pick::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50vw;
    background: #000;
  }
  .p-index-pick ._title {
    position: absolute;
    top: min(10px, 10 / var(--w) * 100vw);
    left: 0;
  }
  .p-index-pick ._title h2 {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    color: #fff;
  }
  .p-index-pick ._photos {
    position: relative;
    display: grid;
    grid-template-areas: "A B C" "A D D";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: min(12px, 12 / var(--w) * 100vw);
  }
  .p-index-pick ._photos img {
    object-fit: cover;
    height: 100%;
  }
  .p-index-pick ._photo-a {
    grid-area: A;
  }
  .p-index-pick ._photo-b {
    grid-area: B;
  }
  .p-index-pick ._photo-c {
    grid-area: C;
  }
  .p-index-pick ._photo-d {
    grid-area: D;
  }
  .p-index-pick-item {
    position: relative;
    border: min(1px, 1 / var(--w) * 100vw) solid #000;
  }
  .p-index-pick-item ._texts {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .p-index-pick-item:hover ._texts {
    visibility: visible;
    opacity: 1;
  }
  .p-index-pick-item ._texts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: min(20px, 20 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-pick-item ._texts h3 {
    font-size: min(20px, 20 / var(--w) * 100vw);
    margin: 0;
  }
  .p-index-pick-item ._texts p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* ---------------------------------------------------------- */
  .p-index-section-heading {
    position: relative;
  }
  .p-index-section-heading h2 {
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
    color: #999999;
    margin: 0;
  }
  .p-index-section-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: min(5px, 5 / var(--w) * 100vw);
    left: 0;
    width: 100%;
    height: min(2px, 2 / var(--w) * 100vw);
    background: #999999;
  }
  .p-index-section-heading.is-dark h2 {
    color: #fff;
    text-align: right;
  }
  .p-index-section-heading.is-dark::after {
    background: #fff;
  }
  .p-index-guide {
    position: relative;
  }
  .p-index-guide ._cols {
    display: flex;
    gap: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-guide ._cols ._col-image {
    width: min(250px, 250 / var(--w) * 100vw);
  }
  .p-index-guide ._cols ._col-texts {
    flex: 1;
  }
  .p-index-guide ._cols ._name {
    margin-top: 0;
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .p-index-guide ._cols ._doc {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* ---------------------------------------------------------- */
  .p-index-new-arrival {
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-news {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-news ._box {
    background: #000;
    padding: min(50px, 50 / var(--w) * 100vw);
    box-sizing: border-box;
  }
  .p-index-news ._btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: min(50px, 50 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .c-result-cards {
    display: flex;
    flex-direction: column;
    gap: min(50px, 50 / var(--w) * 100vw);
    margin: 0;
    padding: 0;
  }
  .c-result-cards p {
    margin: 0;
  }
  .c-result-cards a {
    text-decoration: none;
    color: inherit;
  }
  .c-result-cards li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-result-card {
    position: relative;
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    color: #000;
  }
  .c-result-card img {
    object-fit: cover;
    aspect-ratio: 240/168;
  }
  .c-result-card ._card-image {
    width: min(240px, 240 / var(--w) * 100vw);
  }
  .c-result-card ._card-texts {
    flex: 1;
  }
  .c-result-card ._no {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-result-card ._name {
    margin-top: min(10px, 10 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
    border-left: min(5px, 5 / var(--w) * 100vw) solid #999999;
    padding-left: min(10px, 10 / var(--w) * 100vw);
  }
  .c-result-card ._doc {
    margin-top: min(10px, 10 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* -------------------------------------------------- */
  .p-detail-photos ._list {
    margin-top: min(25px, 25 / var(--w) * 100vw);
  }
  .p-detail-photos-items {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(25px, 25 / var(--w) * 100vw);
  }
  .p-detail-photos-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-detail-photos-item {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .p-detail-photos-item.is-active {
    opacity: 0.5;
  }
  .p-detail-photos-item:hover {
    opacity: 0.8;
  }
  /* -------------------------------------------------- */
  .p-detail-contact {
    background: #000;
    padding: min(40px, 40 / var(--w) * 100vw);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .p-detail-contact h2 {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
  }
  .p-detail-contact ._cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-detail-contact ._col:nth-child(2) {
    border-left: min(1px, 1 / var(--w) * 100vw) solid #fff;
    padding-left: min(50px, 50 / var(--w) * 100vw);
  }
  .p-detail-contact-items {
    margin: 0;
    padding: 0;
  }
  .p-detail-contact-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-detail-contact-items li {
    padding: min(15px, 15 / var(--w) * 100vw) 0;
  }
  .p-detail-contact-item {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    word-break: break-all;
  }
  .p-detail-contact-item ._label {
    width: min(120px, 120 / var(--w) * 100vw);
    background: white;
    padding: min(4px, 4 / var(--w) * 100vw) 0;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .p-detail-contact-item ._value {
    flex: 1;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
  }
  .p-detail-contact-item a {
    color: #fff;
  }
  .c-filter-tabs {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: flex-start;
  }
  .c-filter-tabs-tab {
    position: relative;
    display: block;
    width: min(130px, 130 / var(--w) * 100vw);
    padding: min(14px, 14 / var(--w) * 100vw) 0 min(14px, 14 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    font-size: min(20px, 20 / var(--w) * 100vw);
    text-align: center;
    background: #999;
    color: #fff;
    cursor: pointer;
  }
  .c-filter-tabs-tab::before {
    content: "";
    display: block;
    position: absolute;
    top: min(8px, 8 / var(--w) * 100vw);
    bottom: 0;
    left: min(12px, 12 / var(--w) * 100vw);
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(40px, 40 / var(--w) * 100vw);
    background-image: url("../images/common/icon-place-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-tabs-tab.is-active {
    background: #000;
    padding-bottom: min(30px, 30 / var(--w) * 100vw);
  }
  .c-filter-tabs-tab.is-place::before {
    background-image: url("../images/common/icon-place-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-tabs-tab.is-cond::before {
    background-image: url("../images/common/icon-cond-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  .c-tab-category ._tab-body {
    background: #000;
    padding: min(35px, 35 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._tab-body-inner {
    background: #fff;
    padding: min(40px, 40 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._tab {
    display: flex;
    flex-direction: column;
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._btns {
    display: flex;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-category-h2 {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    border-bottom: min(2px, 2 / var(--w) * 100vw) solid #999;
  }
  .c-category-h2 h2 {
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: min(74px, 74 / var(--w) * 100vw);
    height: min(33px, 33 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/common/deco-cate-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-category-h2 h2.is-wide {
    width: min(116px, 116 / var(--w) * 100vw);
    background-image: url("../images/common/deco-cate-bg2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-category-h2 span {
    font-size: min(12px, 12 / var(--w) * 100vw);
    color: #888;
  }
  .c-category-check-items {
    padding: min(10px, 10 / var(--w) * 100vw) 0 min(10px, 10 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw);
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    flex-wrap: wrap;
  }
  .c-category-check-item {
    width: 20%;
  }
  .c-category-check-item span {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .c-category-check-item span span {
    font-size: min(12px, 12 / var(--w) * 100vw);
    color: #999;
  }
  .c-category-check-item.is-wide {
    width: 40%;
  }
  .c-category-check-item input[type=checkbox] {
    margin-right: min(10px, 10 / var(--w) * 100vw);
    width: min(16px, 16 / var(--w) * 100vw);
    height: min(16px, 16 / var(--w) * 100vw);
  }
  .p-contact-form {
    padding: min(20px, 20 / var(--w) * 100vw);
  }
  .p-contact-form h2 {
    font-size: min(24px, 24 / var(--w) * 100vw);
    text-align: center;
  }
  .p-contact-form ._lead {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: center;
  }
  .p-contact-form ._form {
    margin-top: min(30px, 30 / var(--w) * 100vw);
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid #e6e9f2;
  }
  .p-contact-form ._row {
    display: flex;
    gap: min(30px, 30 / var(--w) * 100vw);
    padding: min(25px, 25 / var(--w) * 100vw) 0;
    border-top: min(1px, 1 / var(--w) * 100vw) solid #e6e9f2;
  }
  .p-contact-form ._row.is-textarea {
    align-items: flex-start;
  }
  .p-contact-form ._row ._label {
    width: min(180px, 180 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
  }
  .p-contact-form ._row ._field {
    flex: 1;
  }
  .p-contact-form ._badge {
    display: inline-block;
    min-width: min(46px, 46 / var(--w) * 100vw);
    padding: min(4px, 4 / var(--w) * 100vw) min(8px, 8 / var(--w) * 100vw);
    text-align: center;
    font-size: min(12px, 12 / var(--w) * 100vw);
  }
  .p-contact-form ._badge.is-req {
    background: #000;
    color: #fff;
  }
  .p-contact-form ._badge.is-opt {
    background: #999;
    color: #fff;
  }
  .p-contact-form ._input {
    width: 100%;
    height: min(46px, 46 / var(--w) * 100vw);
    border: min(1px, 1 / var(--w) * 100vw) solid #e6e9f2;
    background: #f6f7fb;
    padding: 0 min(14px, 14 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
  }
  .p-contact-form ._textarea {
    width: 100%;
    height: min(220px, 220 / var(--w) * 100vw);
    border: min(1px, 1 / var(--w) * 100vw) solid #e6e9f2;
    background: #f6f7fb;
    padding: min(12px, 12 / var(--w) * 100vw) min(14px, 14 / var(--w) * 100vw);
    font-size: min(14px, 14 / var(--w) * 100vw);
    resize: vertical;
  }
  .p-contact-form ._checks {
    display: flex;
    gap: min(24px, 24 / var(--w) * 100vw);
    flex-wrap: wrap;
  }
  .p-contact-form ._check {
    display: inline-flex;
    align-items: center;
    gap: min(8px, 8 / var(--w) * 100vw);
  }
  .p-contact-form ._check input {
    width: min(18px, 18 / var(--w) * 100vw);
    height: min(18px, 18 / var(--w) * 100vw);
  }
  .p-contact-form ._note {
    font-size: min(14px, 14 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: center;
    color: #666;
    margin-top: min(30px, 30 / var(--w) * 100vw);
  }
  .p-contact-form ._consent {
    margin-top: min(20px, 20 / var(--w) * 100vw);
    text-align: center;
  }
  .p-contact-form ._consent label {
    display: inline-flex;
    align-items: center;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .p-contact-form ._submit-wrap {
    text-align: center;
    margin-top: min(24px, 24 / var(--w) * 100vw);
    padding-bottom: min(20px, 20 / var(--w) * 100vw);
  }
  .p-contact-form ._submit {
    border: min(1px, 1 / var(--w) * 100vw) solid #000;
    display: inline-block;
    background: #fff;
    padding: min(14px, 14 / var(--w) * 100vw) min(40px, 40 / var(--w) * 100vw);
    font-size: min(16px, 16 / var(--w) * 100vw);
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }
  /* -------------------------------------------------- */
  .l-header-wrap {
    height: calc(60 / var(--w) * 100vw);
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(60 / var(--w) * 100vw);
    z-index: 100;
    background: #fff;
  }
  .l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6 {
    margin: 0;
    padding: 0;
  }
  .l-header p {
    margin: 0;
  }
  .l-header ol, .l-header ul, .l-header li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-header a {
    text-decoration: none;
    color: inherit;
  }
  .l-header img {
    width: 100%;
  }
  .l-header ._header-site {
    position: absolute;
    top: calc(22 / var(--w) * 100vw);
    left: calc(20 / var(--w) * 100vw);
  }
  .l-header ._header-right {
    position: absolute;
    top: calc(3 / var(--w) * 100vw);
    right: calc(5 / var(--w) * 100vw);
  }
  .l-header ._header-right ._search {
    display: none;
  }
  .c-head-logo {
    display: block;
    width: calc(220 / var(--w) * 100vw);
  }
  .c-head-sitename {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
  }
  .c-head-sitename ._ja {
    font-size: calc(11 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 500;
  }
  .c-head-sitename ._en {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-head-search {
    border: calc(1 / var(--w) * 100vw) solid #999999;
  }
  .c-head-search form {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 0;
    height: calc(40 / var(--w) * 100vw);
  }
  .c-head-search input {
    margin: 0;
    padding: 0 calc(8 / var(--w) * 100vw);
    border: none;
    outlune: none;
    width: calc(200 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
  }
  .c-head-search input:focus {
    background: #ffc;
  }
  .c-head-search button {
    position: relative;
    width: calc(40 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    background: #999;
    border: none;
  }
  .c-head-search button::after {
    content: "";
    display: block;
    width: calc(30 / var(--w) * 100vw);
    height: calc(30 / var(--w) * 100vw);
    background: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='currentColor'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }
  .c-modal-menu-btn {
    position: relative;
    width: calc(50 / var(--w) * 100vw);
    height: calc(50 / var(--w) * 100vw);
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #000;
    left: calc((50 / var(--w) * 100vw - 36 / var(--w) * 100vw) / 2);
    width: calc(36 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((50 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-10 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(2) {
    transform: translateY(0);
    width: calc(30 / var(--w) * 100vw);
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(calc(10 / var(--w) * 100vw));
    width: calc(24 / var(--w) * 100vw);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
    width: calc(36 / var(--w) * 100vw);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
    width: calc(36 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .l-modal-menu {
    position: fixed;
    top: calc(60 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    color: #000;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .l-modal-menu h1, .l-modal-menu h2, .l-modal-menu h3, .l-modal-menu h4, .l-modal-menu h5, .l-modal-menu h6 {
    margin: 0;
    padding: 0;
  }
  .l-modal-menu p {
    margin: 0;
  }
  .l-modal-menu ol, .l-modal-menu ul, .l-modal-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-modal-menu a {
    text-decoration: none;
    color: inherit;
  }
  .l-modal-menu ._modal-inner {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .l-modal-menu a {
    color: #fff;
  }
  body.js-gmenu-active .l-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .c-sitelinks {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .c-sitelinks ._link {
    position: relative;
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* -------------------------------------------------- */
  .l-footer {
    position: relative;
  }
  .l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
    margin: 0;
    padding: 0;
  }
  .l-footer p {
    margin: 0;
  }
  .l-footer ol, .l-footer ul, .l-footer li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .l-footer a {
    text-decoration: none;
    color: inherit;
  }
  .l-footer {
    background: #000;
    color: #fff;
  }
  .l-footer ._inner {
    padding: calc(20 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .l-footer ._links {
    display: flex;
    gap: calc(30 / var(--w) * 100vw);
  }
  .l-footer ._links2 {
    text-align: center;
  }
  .l-footer ._copy {
    text-align: center;
  }
  .c-footer-logo {
    display: block;
    width: calc(160 / var(--w) * 100vw);
  }
  .c-footer-links {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
  }
  .c-footer-links ._link {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.3;
    display: block;
    position: relative;
    padding-left: calc(20 / var(--w) * 100vw);
  }
  .c-footer-links ._link::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(5 / var(--w) * 100vw);
    left: 0;
    width: calc(8 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    background: #fff;
  }
  .c-footer-privacy {
    font-size: calc(12 / var(--w) * 100vw);
  }
  .c-footer-copy {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 800;
  }
  .c-pagetop {
    position: absolute;
    top: calc(-100 / var(--w) * 100vw);
    right: calc(10 / var(--w) * 100vw);
    margin: auto 0;
    width: calc(35 / var(--w) * 100vw);
    height: calc(80 / var(--w) * 100vw);
    background-image: url("../images/common/icon-pagetop.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  .l-main {
    padding: calc(30 / var(--w) * 100vw) 0 calc(60 / var(--w) * 100vw) 0;
  }
  .l-main-left {
    margin: calc(15 / var(--w) * 100vw);
  }
  .l-main-right {
    padding: calc(40 / var(--w) * 100vw) calc(45 / var(--w) * 100vw);
    margin-top: calc(40 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    background: #f8f8f8;
  }
  .l-main-right h1, .l-main-right h2, .l-main-right h3, .l-main-right h4, .l-main-right h5, .l-main-right h6 {
    margin: 0;
    padding: 0;
  }
  .l-main-right p {
    margin: 0;
  }
  .l-main-right hr {
    height: calc(1 / var(--w) * 100vw);
    width: 100%;
    border-top: calc(1 / var(--w) * 100vw) solid #000000;
    margin: calc(10 / var(--w) * 100vw) 0 calc(10 / var(--w) * 100vw) 0;
  }
  .l-main-right-block {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .c-side-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(5 / var(--w) * 100vw);
  }
  .c-page-title {
    position: relative;
    background: #000;
    color: #fff;
    height: calc(60 / var(--w) * 100vw);
  }
  .c-page-title h1 {
    position: absolute;
    right: calc(10 / var(--w) * 100vw);
    bottom: calc(-7 / var(--w) * 100vw);
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .c-hover {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-hover:hover {
    opacity: 0.8;
  }
  .c-btn-side {
    background: #000;
    color: #fff;
    padding: calc(10 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
  }
  .c-btn-search {
    position: relative;
    display: inline-block;
    padding: calc(12 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: 100%;
    background: #000;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-btn-search:hover {
    opacity: 0.8;
  }
  .c-btn-more {
    position: relative;
    display: inline-block;
    padding: calc(12 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: 100%;
    border: calc(1 / var(--w) * 100vw) solid #000000;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-btn-more:hover {
    opacity: 0.8;
  }
  .c-btn-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(10 / var(--w) * 100vw);
    bottom: 0;
    margin: auto 0;
    width: calc(30 / var(--w) * 100vw);
    height: calc(9 / var(--w) * 100vw);
    background-image: url("../images/common/icon-arrow-a.svg?1");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-h2-common {
    border-bottom: calc(1 / var(--w) * 100vw) solid #000000;
  }
  .c-h2-common h2 {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
    padding: calc(20 / var(--w) * 100vw) 0 calc(10 / var(--w) * 100vw) 0;
  }
  /* -------------------------------------------------- */
  .c-pager {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top: calc(1 / var(--w) * 100vw) solid #000000;
    padding-top: calc(20 / var(--w) * 100vw);
  }
  .c-pager-arrow {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    text-decoration: none;
    color: #000;
  }
  .c-pager-item-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .c-pager-item-list li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-pager-item-list a {
    text-decoration: none;
    color: #ddd;
  }
  a.c-pager-item.is-active {
    color: #000;
    border-bottom: calc(2 / var(--w) * 100vw) solid #000000;
  }
  /* -------------------------------------------------- */
  .c-filter-buttons {
    display: flex;
    gap: calc(5 / var(--w) * 100vw);
  }
  .c-filter-btn {
    position: relative;
    display: block;
    flex: 1;
    padding: calc(12 / var(--w) * 100vw) 0 calc(12 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid #000000;
    font-size: calc(14 / var(--w) * 100vw);
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .c-filter-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(7 / var(--w) * 100vw);
    margin: auto 0;
    width: calc(24 / var(--w) * 100vw);
    height: calc(24 / var(--w) * 100vw);
    background-image: url("../images/common/icon-place.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-btn.is-place::before {
    background-image: url("../images/common/icon-place.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-btn.is-cond::before {
    background-image: url("../images/common/icon-cond.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  /* 見出しコンポーネント */
  .c-section-heading {
    position: relative;
  }
  .c-section-heading h2 {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
    padding: 0 0 calc(12 / var(--w) * 100vw) 0;
    border-bottom: calc(2 / var(--w) * 100vw) solid #999;
  }
  /* -------------------------------------------------- */
  /* 新着カード */
  .c-arrival-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / var(--w) * 100vw);
  }
  .c-arrival-card {
    position: relative;
    color: #000;
    text-decoration: none;
  }
  .c-arrival-card ._texts {
    margin-top: calc(5 / var(--w) * 100vw);
  }
  .c-arrival-card ._name {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-arrival-card ._name::after {
    content: "";
    display: block;
    width: calc(35 / var(--w) * 100vw);
    height: calc(2 / var(--w) * 100vw);
    background: #ccc;
    margin: calc(5 / var(--w) * 100vw) 0;
  }
  .c-arrival-card ._doc {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* -------------------------------------------------- */
  /* ニュースリスト（ホームページ） */
  ul.c-news-items {
    margin: 0;
    padding: 0;
  }
  ul.c-news-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.c-news-items p {
    margin: 0;
  }
  .c-news-item {
    padding: calc(8 / var(--w) * 100vw) 0;
    color: #fff;
  }
  .c-news-item a {
    color: #fff;
    text-decoration: none;
  }
  .c-news-item ._date {
    width: calc(100 / var(--w) * 100vw);
    padding-top: calc(2 / var(--w) * 100vw);
    background: #fff;
    color: #000;
    padding: calc(4 / var(--w) * 100vw) calc(8 / var(--w) * 100vw);
  }
  .c-news-item ._date p {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1;
    text-align: center;
  }
  .c-news-item ._doc a {
    display: inline-block;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    color: #fff;
  }
  /* -------------------------------------------------- */
  /* ニュース詳細リスト */
  ul.c-news-detail-items {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / var(--w) * 100vw);
    gap: calc(20 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
  }
  ul.c-news-detail-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.c-news-detail-items p {
    margin: 0;
  }
  .c-news-detail-item {
    color: #000;
  }
  .c-news-detail-item a {
    color: #000;
    text-decoration: none;
  }
  .c-news-detail-item ._image {
    width: 100%;
    margin-right: 0;
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .c-news-detail-item ._title {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-news-detail-item ._date {
    margin-top: calc(5 / var(--w) * 100vw);
    position: relative;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    border-bottom: calc(1 / var(--w) * 100vw) solid #999;
    padding-bottom: calc(8 / var(--w) * 100vw);
    padding-left: calc(25 / var(--w) * 100vw);
  }
  .c-news-detail-item ._date::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(2 / var(--w) * 100vw);
    left: 0;
    width: calc(16 / var(--w) * 100vw);
    height: calc(16 / var(--w) * 100vw);
    background-image: url("../images/common/icon-date.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-news-detail-item ._doc {
    margin-top: calc(8 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* -------------------------------------------------- */
  /* 情報リスト */
  .c-info-list-items {
    margin: 0;
    padding: 0;
    border-top: calc(1 / var(--w) * 100vw) solid #e0e6f0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: calc(1 / var(--w) * 100vw) solid #e0e6f0;
  }
  .c-info-list-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-info-list-items li {
    padding: calc(12 / var(--w) * 100vw) 0;
    border-bottom: calc(1 / var(--w) * 100vw) solid #e0e6f0;
  }
  .c-info-list-item {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .c-info-list-item ._label {
    width: calc(120 / var(--w) * 100vw);
    background: #999;
    padding: calc(3 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .c-info-list-item ._value {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: bold;
    padding: 0 calc(10 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .p-index-hero {
    position: relative;
    height: 100vw;
  }
  .p-index-hero ._slider {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80vw;
  }
  .p-index-hero ._title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50vw;
  }
  .p-index-hero ._scroll {
    display: none;
  }
  /* ---------------------------------------------------------- */
  .p-index-pick {
    position: relative;
    padding: calc(40 / var(--w) * 100vw) calc(15 / var(--w) * 100vw) calc(15 / var(--w) * 100vw) calc(15 / var(--w) * 100vw);
    margin: calc(20 / var(--w) * 100vw) calc(-15 / var(--w) * 100vw) 0 calc(-15 / var(--w) * 100vw);
    background: #000;
  }
  .p-index-pick ._title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .p-index-pick ._title h2 {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    color: #fff;
  }
  .p-index-pick ._photos {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(2 / var(--w) * 100vw);
  }
  .p-index-pick ._photos img {
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  .p-index-pick a {
    text-decoration: none;
  }
  .p-index-pick-item {
    position: relative;
  }
  .p-index-pick-item ._texts {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: calc(15 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-pick-item ._texts h3 {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    margin: 0;
  }
  .p-index-pick-item ._texts p {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.6;
    margin: 0;
  }
  /* ---------------------------------------------------------- */
  .p-index-section-heading {
    position: relative;
  }
  .p-index-section-heading h2 {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1;
    font-weight: 400;
    color: #999999;
    margin: 0;
  }
  .p-index-section-heading::after {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(4 / var(--w) * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / var(--w) * 100vw);
    background: #999999;
  }
  .p-index-section-heading.is-dark h2 {
    color: #fff;
  }
  .p-index-section-heading.is-dark::after {
    background: #fff;
  }
  .p-index-guide {
    position: relative;
  }
  .p-index-guide ._cols {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-index-guide ._cols ._col-image {
    flex: 1;
  }
  .p-index-guide ._cols ._col-texts {
    flex: 1;
  }
  .p-index-guide ._cols ._name {
    margin-top: calc(8 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .p-index-guide ._cols ._doc {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
  }
  /* ---------------------------------------------------------- */
  .p-index-new-arrival {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-index-news {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .p-index-news ._box {
    background: #000;
    padding: calc(30 / var(--w) * 100vw);
    box-sizing: border-box;
  }
  .p-index-news ._btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(30 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .c-result-cards {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(5 / var(--w) * 100vw);
    gap: calc(20 / var(--w) * 100vw) calc(5 / var(--w) * 100vw);
  }
  .c-result-cards p {
    margin: 0;
  }
  .c-result-cards a {
    text-decoration: none;
    color: inherit;
  }
  .c-result-cards li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .c-result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    color: #000;
  }
  .c-result-card img {
    object-fit: cover;
    aspect-ratio: 240/168;
  }
  .c-result-card ._card-image {
    width: 100%;
  }
  .c-result-card ._card-texts {
    flex: 0;
  }
  .c-result-card ._no {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .c-result-card ._name {
    margin-top: calc(8 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
    border-left: calc(4 / var(--w) * 100vw) solid #999999;
    padding-left: calc(8 / var(--w) * 100vw);
  }
  .c-result-card ._doc {
    margin-top: calc(8 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* -------------------------------------------------- */
  .p-detail-photos ._list {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-detail-photos-items {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(2 / var(--w) * 100vw);
  }
  .p-detail-photos-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-detail-photos-item {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .p-detail-photos-item.is-active {
    opacity: 0.5;
  }
  .p-detail-photos-item:hover {
    opacity: 0.8;
  }
  /* -------------------------------------------------- */
  .p-detail-contact {
    background: #000;
    padding: calc(25 / var(--w) * 100vw);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
  }
  .p-detail-contact h2 {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0;
  }
  .p-detail-contact ._cols {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-detail-contact ._col:nth-child(2) {
    border-left: 0 solid #000;
    padding-left: 0;
  }
  .p-detail-contact-items {
    margin: 0;
    padding: 0;
  }
  .p-detail-contact-items li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .p-detail-contact-items li {
    padding: calc(12 / var(--w) * 100vw) 0;
  }
  .p-detail-contact-item {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    word-break: break-all;
  }
  .p-detail-contact-item ._label {
    width: 100%;
    background: white;
    padding: calc(3 / var(--w) * 100vw) calc(8 / var(--w) * 100vw);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: calc(5 / var(--w) * 100vw);
  }
  .p-detail-contact-item ._value {
    flex: 1;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: bold;
  }
  .p-detail-contact-item a {
    color: #fff;
  }
  .c-filter-tabs {
    display: flex;
    gap: calc(5 / var(--w) * 100vw);
    align-items: flex-start;
    justify-content: center;
  }
  .c-filter-tabs-tab {
    position: relative;
    display: block;
    width: 100%;
    padding: calc(12 / var(--w) * 100vw) 0 calc(12 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background: #999;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .c-filter-tabs-tab:hover {
    opacity: 0.8;
  }
  .c-filter-tabs-tab::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(10 / var(--w) * 100vw);
    bottom: 0;
    left: calc(10 / var(--w) * 100vw);
    width: calc(24 / var(--w) * 100vw);
    height: calc(24 / var(--w) * 100vw);
    background-image: url("../images/common/icon-place-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-tabs-tab.is-active {
    background: #000;
  }
  .c-filter-tabs-tab.is-place::before {
    background-image: url("../images/common/icon-place-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-filter-tabs-tab.is-cond::before {
    background-image: url("../images/common/icon-cond-wh.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* -------------------------------------------------- */
  .c-tab-category ._tab-body {
    background: #000;
    padding: calc(20 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._tab-body-inner {
    background: #fff;
    padding: calc(20 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._tab {
    display: flex;
    flex-direction: column;
    gap: calc(15 / var(--w) * 100vw);
  }
  .c-tab-category ._tab-body ._btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-category-h2 {
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    border-bottom: calc(2 / var(--w) * 100vw) solid #999;
  }
  .c-category-h2 h2 {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
    width: calc(74 / var(--w) * 100vw);
    height: calc(33 / var(--w) * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/common/deco-cate-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-category-h2 h2.is-wide {
    width: calc(116 / var(--w) * 100vw);
    background-image: url("../images/common/deco-cate-bg2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-category-h2 span {
    font-size: calc(12 / var(--w) * 100vw);
    color: #888;
  }
  .c-category-check-items {
    padding: calc(8 / var(--w) * 100vw) 0 calc(8 / var(--w) * 100vw) 0;
    display: flex;
    gap: calc(20 / var(--w) * 100vw);
    flex-wrap: wrap;
  }
  .c-category-check-item span {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  .c-category-check-item span span {
    font-size: calc(11 / var(--w) * 100vw);
    color: #999;
  }
  .c-category-check-item input[type=checkbox] {
    margin-right: calc(4 / var(--w) * 100vw);
    width: calc(14 / var(--w) * 100vw);
    height: calc(14 / var(--w) * 100vw);
  }
  .p-contact-form h2 {
    font-size: calc(20 / var(--w) * 100vw);
    text-align: center;
  }
  .p-contact-form ._lead {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: center;
  }
  .p-contact-form ._form {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-contact-form label {
    font-size: calc(14 / var(--w) * 100vw);
  }
  .p-contact-form ._row {
    padding: calc(18 / var(--w) * 100vw) 0;
    border-top: calc(1 / var(--w) * 100vw) solid #e6e9f2;
  }
  .p-contact-form ._row.is-textarea {
    align-items: flex-start;
  }
  .p-contact-form ._row ._label {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: calc(5 / var(--w) * 100vw);
  }
  .p-contact-form ._row ._field {
    margin-top: calc(10 / var(--w) * 100vw);
    padding-left: calc(20 / var(--w) * 100vw);
  }
  .p-contact-form ._badge {
    display: inline-block;
    min-width: calc(42 / var(--w) * 100vw);
    padding: calc(3 / var(--w) * 100vw) calc(6 / var(--w) * 100vw);
    text-align: center;
    font-size: calc(11 / var(--w) * 100vw);
  }
  .p-contact-form ._badge.is-req {
    background: #000;
    color: #fff;
  }
  .p-contact-form ._badge.is-opt {
    background: #999;
    color: #fff;
  }
  .p-contact-form ._input {
    width: 100%;
    height: calc(40 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid #e6e9f2;
    background: #f6f7fb;
    padding: 0 calc(12 / var(--w) * 100vw);
    font-size: calc(13 / var(--w) * 100vw);
  }
  .p-contact-form ._textarea {
    width: 100%;
    border: calc(1 / var(--w) * 100vw) solid #000;
    height: calc(180 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid #e6e9f2;
    background: #f6f7fb;
    padding: calc(10 / var(--w) * 100vw) calc(12 / var(--w) * 100vw);
    font-size: calc(13 / var(--w) * 100vw);
    resize: vertical;
  }
  .p-contact-form ._checks {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-contact-form ._check {
    display: inline-flex;
    align-items: center;
    gap: calc(6 / var(--w) * 100vw);
  }
  .p-contact-form ._check input {
    width: calc(16 / var(--w) * 100vw);
    height: calc(16 / var(--w) * 100vw);
  }
  .p-contact-form ._note {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.8;
    text-align: center;
    color: #666;
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-contact-form ._consent {
    margin-top: calc(15 / var(--w) * 100vw);
    text-align: center;
  }
  .p-contact-form ._consent label {
    display: inline-flex;
    align-items: center;
    gap: calc(8 / var(--w) * 100vw);
  }
  .p-contact-form ._submit-wrap {
    text-align: center;
    margin-top: calc(18 / var(--w) * 100vw);
  }
  .p-contact-form ._submit {
    border: calc(1 / var(--w) * 100vw) solid #000;
    display: inline-block;
    background: #fff;
    padding: calc(12 / var(--w) * 100vw) calc(35 / var(--w) * 100vw);
    font-size: calc(14 / var(--w) * 100vw);
    font-weight: 700;
  }
}
_body {
  position: relative;
}
_body:after {
  content: "";
  display: block;
  z-index: 100000;
  position: absolute;
  inset: 0 0 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../_dummy/20260202-locatiion/p6.png);
  opacity: 0.2;
  height: 20000px;
}
_body:hover:after {
  visibility: hidden;
}