@charset "UTF-8";
:root {
  --ease-ui: cubic-bezier(.16, .32, .11, 1);
}

html.is-swup-transition {
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  --vw: 100vw;
  opacity: 1;
  transition: opacity 0.3s;
}
html.preload {
  opacity: 0;
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
html.bp-sp {
  font-size: calc(var(--vw) / 375);
}
html.bp-mid {
  font-size: 1.5px;
}
html.bp-pc {
  font-size: calc(var(--vw) / 1280);
}
html.bp-wide {
  font-size: 1.25px;
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 12rem;
  font-weight: 400;
  color: #303030;
  background: #fff;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Times New Roman", serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
  overflow-y: scroll;
}
html.bp-pc body {
  font-size: 14rem;
}

.transition-fade {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

html.is-animating .transition-fade {
  opacity: 0;
}

a {
  color: #303030;
  text-decoration: none;
  will-change: transform, opacity;
  transform: translateZ(0);
}

p a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: text-decoration-color 0.3s;
  text-decoration-color: currentColor;
}
html.bp-pc p a:hover {
  text-decoration-color: transparent;
}

button,
input,
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 12rem;
}
html.bp-pc button,
html.bp-pc input,
html.bp-pc textarea,
html.bp-pc select {
  font-size: 16rem;
}

.en,
[lang=en] {
  font-family: "Old Standard TT", sans-serif;
  font-weight: 400;
  text-align: left;
}

html.bp-pc .inner {
  width: 1152rem;
  margin: 0 auto;
}
html.bp-pc .spOnly {
  display: none !important;
}
html.bp-pc .pcTal {
  text-align: left !important;
}
html.bp-pc .pcTar {
  text-align: right !important;
}
html.bp-pc .pcTac {
  text-align: center !important;
}

html.bp-sp .spTal {
  text-align: left !important;
}
html.bp-sp .spTar {
  text-align: right !important;
}
html.bp-sp .spTac {
  text-align: center !important;
}
html.bp-sp .inner {
  width: 100%;
  padding: 0 16rem;
  box-sizing: border-box;
}
html.bp-sp .pcOnly {
  display: none !important;
}

.touchdevice .clickdeviceOnly {
  display: none;
}

.clickdevice .touchdeviceOnly {
  display: none;
}

section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 20rem 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

mark {
  text-decoration-color: #f8ffa2;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

i:has(svg) {
  line-height: 1px;
  display: inline-block;
}
i:has(svg) svg {
  width: 100%;
  aspect-ratio: 1;
  transition: translate 0.5s var(--ease-ui);
}

html.bp-pc a:has([data-label]) {
  overflow: hidden;
  display: inline-block;
}
html.bp-pc a:has([data-label]) > span {
  position: relative;
  display: block;
  transition: translate 0.5s var(--ease-ui);
}
html.bp-pc a:has([data-label]) > span::after {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 100%;
}
html.bp-pc a:has([data-label]):hover > span {
  translate: 0 -100%;
}

.splide__arrow,
a:has(> i) {
  display: grid !important;
  grid-template-columns: 1fr 16rem;
  align-items: center;
  gap: 8rem;
  overflow: hidden;
}
.splide__arrow i,
a:has(> i) i {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
}
.splide__arrow i svg,
a:has(> i) i svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
.splide__arrow i svg:nth-of-type(2),
a:has(> i) i svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  translate: -200% 0;
}
.splide__arrow .en,
a:has(> i) .en {
  translate: 0 0.2em;
}
.splide__arrow.back, .splide__arrow.splide__arrow--prev,
a:has(> i).back,
a:has(> i).splide__arrow--prev {
  grid-template-columns: 16rem 1fr;
}
.splide__arrow.back span, .splide__arrow.splide__arrow--prev span,
a:has(> i).back span,
a:has(> i).splide__arrow--prev span {
  order: 2;
}
.splide__arrow.back i, .splide__arrow.splide__arrow--prev i,
a:has(> i).back i,
a:has(> i).splide__arrow--prev i {
  transform: scaleX(-1);
}
.splide__arrow.back i svg, .splide__arrow.splide__arrow--prev i svg,
a:has(> i).back i svg,
a:has(> i).splide__arrow--prev i svg {
  transform: none;
}
html.bp-pc .splide__arrow:hover i svg:nth-of-type(1),
html.bp-pc a:has(> i):hover i svg:nth-of-type(1) {
  translate: 200% 0;
}
html.bp-pc .splide__arrow:hover i svg:nth-of-type(2),
html.bp-pc a:has(> i):hover i svg:nth-of-type(2) {
  translate: 0 0;
}

a[target=_blank]:has(i) {
  grid-template-columns: 1fr 14rem;
  gap: 6rem;
}
a[target=_blank]:has(i) i {
  rotate: -45deg;
}

/*-----------------------------------------------------------------------------------*/
#contact > :first-child {
  margin-top: 0 !important;
}
#contact > :last-child {
  margin-bottom: 0 !important;
}
#contact ul {
  margin: 24rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
html.bp-pc #contact ul {
  gap: 24rem;
  margin-top: 32rem;
}
#contact ul li {
  margin: 0;
  padding: 0;
}
#contact .field {
  position: relative;
}
#contact .field input,
#contact .field textarea {
  width: 100%;
  padding: 0 16rem;
  font-size: 12rem;
  background: #f5f5f5;
  border: none;
  height: 48rem;
  outline: none;
  vertical-align: top;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Times New Roman", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
html.bp-pc #contact .field input,
html.bp-pc #contact .field textarea {
  padding: 0 24rem;
  font-size: 16rem;
  height: 56rem;
}
#contact .field .confirm-text {
  border-left: 1px solid #ccc;
  padding: 8rem 0 8rem 16rem;
  margin-top: 8rem;
}
html.bp-pc #contact .field .confirm-text {
  padding: 16rem 0 16rem 24rem;
}
#contact .field textarea {
  height: 144rem;
  padding: 16rem 16rem;
  width: 100%;
}
html.bp-pc #contact .field textarea {
  height: 255rem;
  padding: 24rem 24rem;
}
#contact .field label {
  position: absolute;
  left: 16rem;
  top: 12rem;
  color: #303030;
  pointer-events: none;
  transition: top 0.2s;
}
html.bp-pc #contact .field label {
  left: 24rem;
}
#contact .field .req {
  color: red;
  margin-left: 4px;
}
#contact .field {
  /* 入力 or フォーカス時はラベルを上へ */
}
#contact .field:has(input:not(:-moz-placeholder)) label, #contact .field:has(textarea:not(:-moz-placeholder)) label {
  top: -13rem;
}
#contact .field:focus-within label, #contact .field:has(input:not(:placeholder-shown)) label, #contact .field:has(textarea:not(:placeholder-shown)) label,
#contact .field .confirm-title {
  top: -13rem;
}
#contact .btns {
  margin-top: 16rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #contact .btns {
    margin-top: 32rem;
  }
}
#contact .btns input {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Times New Roman", serif;
  color: #fff;
  background: #303030;
  width: 100%;
  height: 38rem;
  font-size: 14rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
html.bp-pc #contact .btns input {
  font-size: 16rem;
  width: 215rem;
  height: 40rem;
}
#contact .btns input.back {
  background: rgba(48, 48, 48, 0.6);
}
html.bp-sp #contact .btns input.back {
  margin-bottom: 16rem;
}
#contact .btns .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10rem;
  margin: 0;
  transform: translateY(-50%);
}
#contact .privacy {
  margin-top: 16rem;
}
#contact .privacy a {
  color: #439BE8;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
html.bp-pc #contact .privacy a {
  font-size: 12rem;
}/*# sourceMappingURL=iframe.css.map */