@charset "UTF-8";
:root {
  --font-main: "Noto Sans JP";
  --font-en: "Roboto";
  --color-black: #333;
  --color-txt: #666;
  --color-border: #999;
  --color-border-pink: #F5C3D1;
  --color-main: #B72656;
  --color-mainrgb: 188,38,86;
  --color-light: #E06B8D;
  --color-bg: #F9F6F3;
  --color-bg-pink: #F8EDF0;
}

* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  font-size: 1rem;
}

:where(video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  background-color: transparent;
}

:where(button) {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  color: var(--color-black);
}

:where(h1) {
  font-size: 3rem;
}

:where(h2) {
  font-size: 2.4rem;
}

:where(h3) {
  font-size: 2.2rem;
}

:where(h4) {
  font-size: 2rem;
}

:where(h5) {
  font-size: 1.8rem;
}

:where(h6) {
  font-size: 1.6rem;
}

:where(p, ul, ol, th, td) {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  :where(p, ul, ol, th, td) {
    font-size: 1.8rem;
  }
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a) {
  color: currentColor;
  text-decoration: none;
}

:where(table) {
  border-collapse: collapse;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline: none;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-prev:before,
.viewer-reset:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 40'%3E%3Cpath fill='%23fff' d='M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in:before {
  background-position: 0 0;
  content: "Zoom In";
}

.viewer-zoom-out:before {
  background-position: -20px 0;
  content: "Zoom Out";
}

.viewer-one-to-one:before {
  background-position: -40px 0;
  content: "One to One";
}

.viewer-reset:before {
  background-position: -60px 0;
  content: "Reset";
}

.viewer-prev:before {
  background-position: -80px 0;
  content: "Previous";
}

.viewer-play:before {
  background-position: -100px 0;
  content: "Play";
}

.viewer-next:before {
  background-position: -120px 0;
  content: "Next";
}

.viewer-rotate-left:before {
  background-position: -140px 0;
  content: "Rotate Left";
}

.viewer-rotate-right:before {
  background-position: -160px 0;
  content: "Rotate Right";
}

.viewer-flip-horizontal:before {
  background-position: -180px 0;
  content: "Flip Horizontal";
}

.viewer-flip-vertical:before {
  background-position: -200px 0;
  content: "Flip Vertical";
}

.viewer-fullscreen:before {
  background-position: -220px 0;
  content: "Enter Full Screen";
}

.viewer-fullscreen-exit:before {
  background-position: -240px 0;
  content: "Exit Full Screen";
}

.viewer-close:before {
  background-position: -260px 0;
  content: "Close";
}

.viewer-container {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container ::-moz-selection,
.viewer-container::-moz-selection {
  background-color: transparent;
}

.viewer-container ::selection,
.viewer-container::selection {
  background-color: transparent;
}

.viewer-container:focus {
  outline: 0;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:focus,
.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li:focus {
  outline: 0;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading:after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:focus,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  right: 0;
  z-index: 1;
}

.viewer-player,
.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 6px 3px;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0;
  position: relative;
  z-index: 1;
}

.viewer-toolbar > ul > li:before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small:before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large:before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button:focus {
  box-shadow: 0 0 3px #fff;
  outline: 0;
}

.viewer-button:before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.viewer-loading:after {
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid hsla(0, 0%, 100%, 0.1);
  border-left-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 16vw !important;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 7rem !important;
  }
}
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 17rem !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-top: 20rem !important;
  }
}

body {
  font-family: var(--font-en), var(--font-main), sans-serif;
  font-optical-sizing: auto;
  color: var(--color-txt);
}

@media screen and (min-width: 768px) {
  .show_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .show_tabsp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show_tab {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .show_tab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show_tabpc {
    display: none !important;
  }
}

.show_pc {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .show_pc {
    display: block !important;
  }
}

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

.jp {
  font-family: var(--font-main);
}

.red {
  color: var(--color-main);
}

.pink {
  color: var(--color-light);
}

.black {
  color: var(--color-black);
}

.gray {
  color: var(--color-txt);
}

.bg-gray {
  background-color: var(--color-bg);
}

.bg-pink {
  background-color: var(--color-bg-pink);
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.h1 {
  font-size: 3rem;
}

.h2 {
  font-size: 2.4rem;
}

.h3 {
  font-size: 2.2rem;
}

.h4 {
  font-size: 2rem;
}

.h5 {
  font-size: 1.8rem;
}

.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .h1-sm {
    font-size: 2.4rem !important;
  }
  .h2-sm {
    font-size: 2rem !important;
  }
  .h3-sm {
    font-size: 1.8rem !important;
  }
}
.txt {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .txt {
    font-size: 1.8rem;
  }
}

.small {
  font-size: 1.4rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.py-60 {
  padding-block: 6rem !important;
}

.txt-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center-sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .txt-center-tab {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .txt-center-pc {
    text-align: center;
  }
}

.txt-right {
  text-align: right;
}

.block-center {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .block-center-tab {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .block-center-pc {
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .sp-center {
    margin-inline: auto;
  }
}

.btn {
  font-size: 1.6rem;
  background-color: var(--color-main);
  border: 0.1rem solid var(--color-main);
  color: #fff;
  text-align: center;
  width: 28rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  transition: 0.3s;
}
@media (hover) {
  .btn:hover {
    color: var(--color-main);
    background-color: #fff;
  }
  .btn:hover .btn-icon-white {
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(1925%) hue-rotate(319deg) brightness(86%) contrast(92%);
  }
}
.btn_wrap {
  margin-top: 3.5rem;
}
.btn-center {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .btn-center-sp {
    margin-inline: auto;
  }
}
@media screen and (max-width: 999px) {
  .btn-center-tab {
    margin-inline: auto;
  }
}
.btn img {
  margin-right: 1rem;
  width: 2.4rem;
  transition: 0.3s;
}
.btn-lg {
  font-size: 1.8rem;
}
.btn-lg img {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .btn-wide {
    width: 32rem;
  }
}

.txt-link, .custom-text-link {
  font-size: 1.6rem;
  color: var(--color-main);
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (hover) {
  .txt-link:hover, .custom-text-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .txt-link, .custom-text-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .txt-link, .custom-text-link {
    font-size: 1.6rem;
  }
}
.txt-link:after, .custom-text-link:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid var(--color-main);
  border-right: 0.2rem solid var(--color-main);
  transform: rotate(45deg);
  margin-left: 1.6rem;
}
.txt-link_center, .custom-text-link_center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .txt-link_center-tab, .custom-text-link_center-tab {
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .txt-link_center-pc, .custom-text-link_center-pc {
    justify-content: center;
  }
}
.txt-link_right, .custom-text-link_right {
  justify-content: flex-end;
}

.custom-text-link-wrapper {
  display: flex;
}
.custom-text-link-wrapper.has-text-align-right {
  justify-content: flex-end;
}
.custom-text-link-wrapper.has-text-align-center {
  justify-content: center;
}

.ul-list li {
  position: relative;
  padding-left: 1.2em;
}
.ul-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.inner {
  margin-inline: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .inner {
    max-width: 124rem;
    margin-inline: auto;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    max-width: 130rem;
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .inner-tab {
    margin-inline: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .w-mid {
    max-width: 100rem;
    margin-inline: auto;
  }
}

.box-shadow {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
  background-color: #fff;
}

.note_txt {
  font-size: 1.4rem;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .note_txt {
    font-size: 1.6rem;
  }
}
.note_txt::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.sec + .sec {
  margin-top: 8rem;
}
@media screen and (min-width: 1000px) {
  .sec + .sec {
    margin-top: 14rem;
  }
}
.sec_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.sec_ttl span {
  font-weight: 200;
  font-size: 4rem;
  color: var(--color-main);
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec_ttl span {
    font-size: 6rem;
  }
}
.sec_ttl strong {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  display: flex;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec_ttl strong {
    font-size: 1.8rem;
  }
}
.sec_ttl strong:before {
  content: "";
  width: 3rem;
  height: 0.1rem;
  background-color: var(--color-main);
  margin-right: 1rem;
  margin-top: 0.8em;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.col {
  display: grid;
}
@media screen and (max-width: 767px) {
  .col-sp1 {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .col-sp2 {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .col-pc2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .col-pc3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .col-pc4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .col-pc4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.innerBox {
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .innerBox {
    padding: 6rem 3rem;
  }
}
.innerBox-thin {
  padding: 3rem 2rem;
}

/*---------------------
header
-----------------------*/
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1000px) {
  .header {
    position: relative;
    display: grid;
    grid-template-columns: 10.6rem 1fr auto;
    column-gap: min(2.6041666667vw, 5rem);
    align-items: center;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .header {
    padding: 0 5rem;
    font-size: 1.6rem;
  }
}
.header_pc {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1rem;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (min-width: 1200px) {
  .header_pc {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .header_pc {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 999px) {
  .header_pc {
    display: none !important;
  }
}
.header_pc_catch {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .header_pc_catch {
    font-size: 1.6rem;
  }
}
.header_pc_item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  column-gap: min(2.0833333333vw, 4rem);
}
.header_pc_item_tel {
  grid-area: 1/1/2/2;
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel {
    column-gap: 4.6rem;
  }
}
.header_pc_item_tel li a {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel li a {
    column-gap: 2rem;
  }
}
@media (hover) {
  .header_pc_item_tel li a:hover p:nth-child(2) {
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 1px;
  }
}
.header_pc_item_tel li a p {
  line-height: 1;
}
.header_pc_item_tel li a p:first-child {
  font-size: 1.3rem;
  color: var(--color-main);
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel li a p:first-child {
    font-size: 1.4rem;
  }
}
.header_pc_item_tel li a p:nth-child(2) {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel li a p:nth-child(2) {
    column-gap: 1rem;
  }
}
.header_pc_item_tel li a p:nth-child(2) img {
  width: 2rem;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel li a p:nth-child(2) img {
    width: 2.6rem;
  }
}
.header_pc_item_tel li a p:nth-child(2) span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_tel li a p:nth-child(2) span {
    font-size: 2rem;
  }
}
.header_pc_item_open {
  grid-area: 2/1/3/2;
  font-size: 1.5rem;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_open {
    font-size: 1.6rem;
  }
}
.header_pc_item_btn {
  grid-area: 1/2/3/3;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  width: 11rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: 0.3s;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .header_pc_item_btn {
    width: 14rem;
    height: 6.4rem;
    font-size: 1.6rem;
  }
}
@media (hover) {
  .header_pc_item_btn:hover {
    background-color: #fff;
    color: var(--color-main);
  }
}
.header_logo {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .header_logo {
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    height: 5rem;
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header_logo img {
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .header_logo:has(+ .active) {
    background-color: #fff;
  }
}
.header_btn {
  background-color: var(--color-main);
}
@media screen and (max-width: 999px) {
  .header_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 1000px) {
  .header_btn {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .header_btn svg {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .header_btn svg {
    width: 5rem;
    height: 5rem;
  }
}
.header_btn line {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3px;
  transform-origin: center center;
  transition: 0.2s ease;
}
.header_btn .border1 {
  transform: translateY(-8px);
}
.header_btn .border3 {
  transform: translateY(8px);
}
.header_btn.active {
  background-color: #fff;
}
.header_btn.active line {
  stroke: var(--color-main);
}
.header_btn.active .border1 {
  transform: translateY(0px) rotate(45deg);
}
.header_btn.active .border2 {
  opacity: 0;
}
.header_btn.active .border3 {
  transform: translateY(0px) rotate(-45deg);
}
@media screen and (max-width: 999px) {
  .header_btn.active + #google_language_translator {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (max-width: 999px) {
  .header_btn.active ~ .header_gnav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (max-width: 767px) {
  .header_btn.active ~ .header_gnav {
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  .header_gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 37.5rem;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99;
    transform: translateX(100%);
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .header_gnav {
    width: 100%;
    transform: translateX(0);
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav {
    grid-area: 1/2/2/3;
  }
}
.header_gnav::-webkit-scrollbar {
  width: 2px;
}
.header_gnav::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.header_gnav::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 2px;
}
@media screen and (max-width: 999px) {
  .header_gnav_inner {
    margin-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item {
    display: flex;
    column-gap: min(2vw, 3rem);
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item {
    color: var(--color-main);
    margin-inline: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item .menu_top {
    display: none;
  }
}
.header_gnav_item a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .header_gnav_item a {
    padding-block: 3rem;
    line-height: 1.2;
    text-align: center;
  }
}
.header_gnav_item li {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  .header_gnav_item li {
    border-bottom: 1px solid rgba(var(--color-mainrgb), 0.2);
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item li {
    font-size: min(1.44vw, 1.8rem);
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item li a {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item dl {
    border-bottom: 1px solid rgba(var(--color-mainrgb), 0.2);
    padding-block-end: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dl.active dd {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
.header_gnav_item dt {
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  .header_gnav_item dt {
    padding-block-start: 3.2rem;
    padding-block-end: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dt {
    padding-block: 3rem;
    display: flex;
    align-items: center;
    font-size: min(1.44vw, 1.8rem);
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dt::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid var(--color-main);
    border-bottom: 0.2rem solid var(--color-main);
    transform: translateY(-0.3rem) rotate(45deg);
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item dd {
    display: block;
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dd {
    position: absolute;
    top: 100%;
    left: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
@media screen and (min-width: 1200px) {
  .header_gnav_item dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item dd a {
    padding-block: 1.4rem;
    display: grid;
    grid-template-columns: 1fr 1.5rem;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dd a {
    color: var(--color-main);
    padding: 2rem 3rem;
    line-height: 1.5;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1000px) and (hover) {
  .header_gnav_item dd a:hover {
    color: #fff;
    background-color: var(--color-light);
  }
}
@media screen and (max-width: 999px) {
  .header_gnav_item dd a:after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid var(--color-main);
    border-right: 0.2rem solid var(--color-main);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item dd a + a {
    border-top: 0.1rem solid var(--color-light);
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item .menu_other {
    display: flex;
    column-gap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .header_gnav_item .menu_other_contact, .header_gnav_item .menu_other_policy, .header_gnav_item .menu_other_recruit {
    display: none !important;
  }
}
.header .sns_area {
  margin-top: 6rem;
}
@media screen and (min-width: 1000px) {
  .header .sns_area {
    display: none !important;
  }
}
.header .sns_area_sns {
  margin: 3rem 3rem 0;
}

/*.gtranslate_wrapper {
  position: absolute;
  top: .8rem;
  right: 7rem;
  z-index: 100;
  border: 1px solid $color-main;
  background-color: #fff;
  color: $color-main;
  font-size: 1.2rem;
  line-height: 1;
  padding: .8rem;
  @include mq(tab) {
    display: none;
  }
  @include mq(lg) {
    position: static;
    grid-area: 1/3/2/4;
  }
}*/
.header #google_language_translator {
  position: absolute;
  top: 0.8rem;
  right: 7rem;
  z-index: 100;
}
@media screen and (max-width: 999px) {
  .header #google_language_translator {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 1000px) {
  .header #google_language_translator {
    position: static;
    grid-area: 1/3/2/4;
  }
}
.header #google_language_translator select.goog-te-combo {
  padding: 0.8rem !important;
  border-color: var(--color-main) !important;
  font-size: 1.2rem;
  color: var(--color-main);
  line-height: 1;
  margin: 0 !important;
  width: 12rem !important;
}

.header .goog-te-gadget {
  font-family: var(--font-en), var(--font-main);
}

.sns_area {
  text-align: center;
}
.sns_area h3 {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.sns_area_button {
  display: flex;
}
.sns_area_button li {
  flex: 1;
  border-top: 0.1rem solid var(--color-main);
  border-bottom: 0.1rem solid var(--color-main);
}
.sns_area_button li a {
  display: block;
  font-size: 1.7rem;
  color: var(--color-main);
  padding: 1.4rem 0;
  transition: 0.3s;
}
@media (hover) {
  .sns_area_button li a:hover {
    color: #fff;
    background-color: var(--color-main);
  }
}
.sns_area_button li + li {
  border-left: 0.1rem solid var(--color-main);
}
.sns_area_sns {
  display: flex;
  justify-content: center;
  margin: 3rem 3.8rem 0;
}
.sns_area_sns li {
  flex: 1;
}
.sns_area_sns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0;
  transition: 0.3s;
}
@media (hover) {
  .sns_area_sns a:hover {
    opacity: 0.7;
  }
}
.sns_area_sns a span {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 1rem;
}

/*---------------------
footer
-----------------------*/
.footer {
  margin-top: 12rem;
  padding-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_top {
    background-color: var(--color-bg);
    padding: 6rem 0 8rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top {
    position: relative;
    padding: 10rem 3rem 13rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_top dl {
    display: grid;
    grid-template-columns: 40rem 1fr;
    column-gap: 3rem;
    max-width: 120rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer_top dl dt {
    grid-area: 1/2/2/3;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dt {
    position: absolute;
    right: 0;
    top: 10rem;
    height: 70rem;
    width: 46.875vw;
    pointer-events: none;
  }
}
.footer_top dl dt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_top dl dt img {
    object-fit: cover;
    object-position: right;
    height: 70%;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dt img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer_top dl dt:after {
    content: "";
    width: 50%;
    height: auto;
    aspect-ratio: 1;
    background: url(../img/common/footer_pc2.webp) no-repeat center/cover;
    position: absolute;
    top: calc(70% - 5rem);
    left: -3rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dt:after {
    width: 40rem;
    top: auto;
    bottom: -20rem;
    left: -10rem;
  }
}
.footer_top dl dd {
  padding: 4rem 1.5rem 6rem;
}
@media screen and (min-width: 768px) {
  .footer_top dl dd {
    grid-area: 1/1/2/2;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dd {
    width: 50rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer_top dl dd {
    width: 65.5rem;
  }
}
.footer_top dl dd h2 {
  margin-bottom: 3rem;
}
.footer_top dl dd h2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_top dl dd h2 a {
    width: fit-content;
  }
}
.footer_top dl dd h2 img {
  width: 20rem;
}
@media screen and (min-width: 1000px) {
  .footer_top dl dd h2 img {
    width: 26.6rem;
  }
}
.footer_top dl dd h2 span {
  font-weight: 400;
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .footer_top dl dd h2 span {
    font-size: 2rem;
  }
}
.footer_top dl dd p {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .footer_top dl dd p.min {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dd p.min {
    font-size: 1.6rem;
  }
}
.footer_top dl dd p.min small {
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer_top dl dd p.min small {
    font-size: 1.2rem;
  }
}
.footer_top dl dd p span {
  display: inline-block;
}
.footer_top dl dd h3 {
  margin: 3rem 0 1rem;
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  column-gap: 2rem;
  align-items: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_top dl dd h3 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top dl dd h3 {
    font-size: 1.4rem;
  }
}
.footer_top dl dd h3:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: var(--color-main);
}
.footer_txtlink {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .footer_txtlink {
    flex-direction: row;
  }
}
.footer_txtlink a + a {
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .footer_txtlink a + a {
    margin-top: 0;
    margin-left: 4rem;
  }
}
.footer_time {
  border-top: 1px solid var(--color-border);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .footer_time {
    width: 100%;
  }
}
.footer_time th, .footer_time td {
  font-size: 1.7rem;
  font-weight: 400;
  padding: 1rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .footer_time th, .footer_time td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_time th, .footer_time td {
    font-size: 1.6rem;
  }
}
.footer_time_wrap {
  width: 100%;
  overflow-x: auto;
}
.footer_policy {
  display: flex;
  justify-content: center;
}
.footer_policy li {
  position: relative;
}
.footer_policy li + li:before {
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  background-color: var(--color-border);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75rem;
}
.footer_policy a {
  display: block;
  font-size: 1.5rem;
  padding: 2rem;
}
.footer_copyright {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu {
    max-width: 120rem;
    margin: 0 auto;
    padding: 5rem 1.5rem 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1000px) {
  .footer_menu {
    padding: 19.5rem 3rem 9rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .footer_menu {
    grid-template-columns: 11.8rem 1fr 1fr 1fr 1fr;
  }
}
.footer_menu li a {
  font-size: 1.6rem;
  padding: 0.8rem 0;
  display: block;
  color: var(--color-black);
  transition: color 0.3s;
}
@media (hover) {
  .footer_menu li a:hover {
    color: var(--color-main);
  }
}
.footer_menu dl dt {
  font-size: 1.6rem;
  padding: 0.8rem 0;
  color: var(--color-black);
}
.footer_menu dl dd {
  display: flex;
  flex-direction: column;
}
.footer_menu dl dd a {
  white-space: nowrap;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
  transition: color 0.3s;
}
.footer_menu dl dd a:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid var(--color-main);
  border-right: 0.2rem solid var(--color-main);
  transform: rotate(45deg);
  margin-left: 1.6rem;
}
@media (hover) {
  .footer_menu dl dd a:hover {
    color: var(--color-main);
  }
}
@media screen and (min-width: 1000px) {
  .footer .menu_other {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-area: 2/1/3/5;
  }
}
@media screen and (min-width: 1200px) {
  .footer .menu_other {
    grid-area: auto;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .footer .menu_other li {
    margin: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .menu_other li {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area {
    display: grid;
    grid-template-columns: 17.8rem auto 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area h3 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_button {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_button {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_button li {
    border: none;
    flex: none;
    margin-inline: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_button li {
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_button li a {
    font-size: 1.6rem;
    background-color: #fff;
    border: 0.1rem solid var(--color-main);
    color: var(--color-main);
    text-align: center;
    width: 28rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (hover) {
  .footer .sns_area_button li a:hover {
    color: #fff;
    background-color: var(--color-main);
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_button li a {
    width: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_button li + li {
    border-left: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_button li + li {
    margin-left: 6.2%;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_sns {
    width: fit-content;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_sns {
    margin: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_sns li {
    flex: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_sns li + li {
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_sns a {
    padding: 0.9rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_sns a {
    padding: 1rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .footer .sns_area_sns a span {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer .sns_area_sns a span {
    padding-top: 0;
    padding-left: 2rem;
  }
}

/*---------------------
spNav
-----------------------*/
.spNav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
.spNav.is-show {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.spNav_item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.1rem;
  position: relative;
  height: 7rem;
}
.spNav_item > li {
  background-color: var(--color-main);
}
.spNav_item > li > a, .spNav_item > li > button {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.spNav_item > li > a img, .spNav_item > li > button img {
  width: 2.4rem;
}
.spNav_item > li > a span, .spNav_item > li > button span {
  font-size: 1rem;
  padding-top: 0.5rem;
}
.spNav_item > li > button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
.spNav_item > li > button.is-show + .spNav_tel {
  transform: scale3d(1, 1, 1);
}
.spNav_tel {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: grid;
  row-gap: 2rem;
  padding: 1.5rem;
  background-color: #fff;
  transition: transform 0.3s;
  transform-origin: 38% 100%;
  transform: scale3d(0, 0, 0);
}
.spNav_tel a {
  display: block;
  background-color: var(--color-bg);
  border: 0.1rem solid var(--color-main);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.25));
  border-radius: 1rem;
  padding: 1rem 2rem;
  text-align: left;
}
.spNav_tel_ttl {
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-main);
  margin-bottom: 0.8rem;
}
.spNav_tel_num {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.spNav_tel_num img {
  width: 3.1rem;
}
.spNav_tel_num span {
  font-size: 2.4rem;
  padding-left: 1rem;
  letter-spacing: 0.01em;
  line-height: 1;
}
.spNav_tel_time {
  line-height: 1.5;
}
.spNav .soon {
  width: 100%;
  color: #fff !important;
}
.spNav .soon::before {
  font-size: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
}

/*---------------------
slider
-----------------------*/
.carousel-progress {
  background: #F2F2F2;
  margin-top: 4rem;
}

.carousel-progress-bar {
  background: var(--color-main);
  height: 2px;
  transition: width 400ms ease;
}

.splide .splide__arrow {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border: 1px solid var(--color-main);
  opacity: 1;
  transform: none;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .splide .splide__arrow {
    bottom: auto;
    top: 50%;
    margin-top: -7rem;
  }
}
.splide .splide__arrow svg {
  width: 5rem;
  height: 5rem;
  fill: var(--color-main);
  stroke: none;
}
.splide .splide__arrow--prev {
  left: auto;
  right: 7rem;
}
@media screen and (min-width: 1200px) {
  .splide .splide__arrow--prev {
    left: -2.5rem;
    right: auto;
  }
}
.splide .splide__arrow--next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .splide .splide__arrow--next {
    right: -2.5rem;
  }
}
.splide .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

/*---------------------
breadcrumbs
-----------------------*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding-block-start: 1.5rem;
    padding-block-end: 4rem;
  }
}
.breadcrumbs p {
  font-size: 1.4rem;
}
.breadcrumbs p + p:before {
  content: "/";
  padding: 0.5rem;
}
.breadcrumbs a {
  color: #999;
}

/*---------------------
pagination
-----------------------*/
.pagination {
  margin-top: 6rem;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--color-main);
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  text-decoration: none;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    width: 5rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}
.pagination .page-numbers.next {
  transform: scale(-1, 1);
}
.pagination .page-numbers.current {
  background-color: var(--color-main);
  color: #fff;
}
.pagination .page-numbers.dots {
  border: none;
  background-color: transparent;
}
.pagination a:not(.prev):not(.next) {
  transition: 0.3s;
}
@media (hover) {
  .pagination a:not(.prev):not(.next):hover {
    background-color: var(--color-main);
    color: #fff;
  }
}

.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.notfound p {
  margin-top: 2rem;
}
.notfound .btn {
  margin-top: 4rem;
}

.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
  max-width: 100rem;
  margin-inline: auto;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: 100%;
}

.soon {
  position: relative;
  color: rgba(51, 51, 51, 0.6) !important;
  width: fit-content;
  pointer-events: none;
}
.soon:before {
  content: "Coming soon";
  width: 100%;
  text-align: center;
  color: var(--color-light) !important;
  font-size: 80%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

.footer .soon:before {
  top: -0.5rem;
}

@media screen and (max-width: 999px) {
  .header_gnav .soon {
    color: rgba(183, 38, 86, 0.6) !important;
  }
}
.header_gnav .soon:before {
  top: 1rem;
}
@media screen and (max-width: 999px) {
  .header_gnav .soon:before {
    color: #999 !important;
    text-align: left;
    top: 1.5rem;
  }
}/*# sourceMappingURL=common.css.map */