@charset "UTF-8";

:root {
  --font-mincho: "Noto Serif JP", serif;
  --font-mincho-en: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-gothic: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  --font-en: "Manrope", sans-serif;
  /*
    font-size: var(--font-size);
    line-height: var(--line-height);
  */
  /*
    font-size: var(--font-size-small);
    line-height: var(--line-height-small);
  */
  /*
    font-size: var(--font-size-list-title);
    line-height: var(--line-height-list-title);
  */
  /*
    font-size: var(--font-size-caption);
    line-height: var(--line-height-caption);
  */
}

body {
  font-family: var(--font-gothic);
  font-weight: 500;
}

:root {
  --duration: .6s;
  --duration-1of2: .3s;
  --duration-1of3: .2s;
  --ease: cubic-bezier(0.25,.25,.42,1);
  --delay: 1s;
}

:root {
  --color-main: #1D1D1D;
  --color-white: #ffffff;
  --color-attention: #E04E4E;
  --color-sub: #333333;
  --color-line-separator: #E8E4DF;
  --color-background: #fff;
  --color-contact-background: #edeae5;
  --color-contact-background-wd-202308: #F4F2F0;
  --color-line: #E8EDEA;
  --color-hover-btn: #F55361;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  background: #fff;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}
.swiper-button-prev::before, .swiper-button-next::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 21px;
  height: 7px;
}

.swiper-button-prev::before {
  background-image: url(../images/icons/arrow-left--black.svg);
  transform: translateX(0px);
  transition: transform var(--duration) var(--ease);
}

.swiper-button-next::before {
  background-image: url(../images/icons/arrow-right--black.svg);
  transform: translateX(0px);
  transition: transform var(--duration) var(--ease);
}

.swiper-pagination-bullet {
  border-radius: 0;
}

:root {
  --swiper-theme-color: #1D1D1D;
}

.swiper-slide {
  opacity: 1;
  transition: opacity var(--duration) var(--ease);
}

.swiper-slide-thumb-active {
  box-sizing: border-box;
  position: relative;
  opacity: 0.5;
}
.swiper-slide-thumb-active::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  width: 0.0981rem;
  height: 0.0491rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: var(--letter-spacing-middle);
  line-height: var(--line-height-middle);
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background: var(--color-background);
  color: var(--color-main);
}

a {
  color: inherit;
}

[role=tab],
[role=button],
[role=banner] {
  cursor: pointer;
}

.l-inner {
  margin-inline: auto;
}

.l-section {
  position: relative;
  border-top: 1px solid var(--color-line);
}

.c-icon {
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
.c-icon[data-flip=horizontal] {
  transform: scale(-1, 1);
}
.c-icon[data-icon=calendar] {
  -webkit-mask-image: url(../images/icons/calendar.svg);
          mask-image: url(../images/icons/calendar.svg);
  width: 0.2193rem;
  height: 0.2193rem;
}
.c-icon[data-icon=logo] {
  -webkit-mask-image: url(../images/icons/logo-mark.svg);
          mask-image: url(../images/icons/logo-mark.svg);
  width: 0.66rem;
  height: 0.66rem;
}
.c-icon[data-icon=plan_wedding] {
  -webkit-mask-image: url(../images/icons/plan_wedding.svg);
          mask-image: url(../images/icons/plan_wedding.svg);
  width: 0.1978rem;
  height: 0.2674rem;
}
.c-icon[data-icon=plan_people] {
  -webkit-mask-image: url(../images/icons/plan_people.svg);
          mask-image: url(../images/icons/plan_people.svg);
  width: 0.32rem;
  height: 0.19rem;
}
.c-icon[data-icon=logo-typo] {
  -webkit-mask-image: url(../images/icons/logo-typo.svg);
          mask-image: url(../images/icons/logo-typo.svg);
  width: 0.6597rem;
  height: 0.876rem;
}
.c-icon[data-icon=tel] {
  -webkit-mask-image: url(../images/icons/tel.svg);
          mask-image: url(../images/icons/tel.svg);
  width: 0.2449rem;
  height: 0.2442rem;
}
.c-icon[data-icon=time] {
  -webkit-mask-image: url(../images/icons/time.svg);
          mask-image: url(../images/icons/time.svg);
  width: 0.18rem;
  height: 0.18rem;
}
.c-icon[data-icon=accordion-arrow] {
  -webkit-mask-image: url(../images/icons/accordion-arrow.svg);
          mask-image: url(../images/icons/accordion-arrow.svg);
  width: 0.0981rem;
  height: 0.0491rem;
}
.c-icon[data-icon=form-arrow] {
  -webkit-mask-image: url(../images/icons/form-arrow.svg);
          mask-image: url(../images/icons/form-arrow.svg);
  width: 0.11227rem;
  height: 0.07027rem;
}
.c-icon[data-icon=target] {
  -webkit-mask-image: url(../images/icons/target.svg);
          mask-image: url(../images/icons/target.svg);
  width: 0.1569rem;
  height: 0.1074rem;
}
.c-icon[data-icon=arrow-top] {
  -webkit-mask-image: url(../images/icons/arrow-top.svg);
          mask-image: url(../images/icons/arrow-top.svg);
  width: 0.08085rem;
  height: 0.23504rem;
}
.c-icon[data-icon=arrow-left] {
  -webkit-mask-image: url(../images/icons/arrow.svg);
          mask-image: url(../images/icons/arrow.svg);
  width: 0.235rem;
  height: 0.0809rem;
}
.c-icon[data-icon=arrow-half-left], .c-icon[data-icon=arrow-half-right] {
  -webkit-mask-image: url(../images/icons/arrow-half-right.svg);
          mask-image: url(../images/icons/arrow-half-right.svg);
  width: 0.18rem;
  height: 0.03rem;
}
.c-icon[data-icon=arrow-half-left] {
  transform: scale(-1, 1);
}

.c-cv-button {
  background: var(--color-attention);
  transition: background var(--duration-1of2) var(--ease);
  color: #fff;
  display: flex;
  width: 100%;
}
.c-cv-button__attention {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E66767;
  transition: border-right var(--duration-1of2) var(--ease);
}
.c-cv-button__information {
  display: flex;
  align-items: center;
}
.c-cv-button__text {
  padding-left: 0.2rem;
}
.c-cv-button__text--jp {
  font-weight: 700;
  font-size: 0.14rem;
}
.c-cv-button__text--en {
  font-family: var(--font-mincho-en);
  font-weight: 600;
  font-size: 0.1rem;
}
.c-cv-button__arrow {
  display: flex;
  margin-left: auto;
}

@-webkit-keyframes bound {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0.03rem);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0.03rem);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.c-cv-button-line {
  background: #00B950;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  width: 2.3rem;
  height: 0.44rem;
}
.c-cv-button-line__text {
  font-weight: 700;
}
.c-cv-button-line__arrow {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
.c-headline {
  position: relative;
}
.c-headline:before {
  content: "";
  background: var(--color-main);
  width: 14px;
  height: 1px;
  position: absolute;
  left: 0%;
}
.c-headline span {
  font-family: var(--font-mincho);
}
.c-headline__logo {
  width: 1.45rem;
}
.c-headline__image {
  width: 100%;
}
.c-headline__en {
  font-family: var(--font-mincho-en);
  letter-spacing: 0.08em;
}
.c-headline__jp {
  font-weight: 500;
  font-size: 0.12rem;
  position: relative;
}
.c-headline__jp:after {
  content: "";
  background: var(--color-main);
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.c-send-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-main);
  color: #fff;
  transition: fill var(--duration) var(--ease), background var(--duration-1of2) var(--ease), transform var(--duration-1of3) var(--ease);
  box-sizing: border-box;
}
.c-send-btn__jp {
  font-size: 0.16rem;
  font-weight: 700;
}
.c-send-btn__jp:before {
  content: "送信する";
}
.c-send-btn__en {
  font-size: 0.1rem;
  font-family: var(--font-mincho-en);
  font-weight: 600;
}
.c-send-btn__load {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity var(--duration) var(--ease);
}
.c-send-btn.s-1 {
  pointer-events: none;
}
.c-send-btn.s-1 .c-send-btn__jp:before {
  content: "送信中 …";
}
.c-send-btn.s-1 .c-send-btn__jp, .c-send-btn.s-1 .c-send-btn__en {
  -webkit-animation: s-1 var(--duration) 0s infinite;
          animation: s-1 var(--duration) 0s infinite;
}
.c-send-btn.s-1 .c-send-btn__load {
  opacity: 1;
}
.c-send-btn.s-2 {
  pointer-events: none;
  background: #ccc;
}
.c-send-btn.s-2 .c-send-btn__jp:before {
  content: "送信完了しました！";
}
.c-send-btn.s-2 .c-send-btn__load {
  opacity: 0;
}

@-webkit-keyframes s-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.78;
  }
  100% {
    opacity: 1;
  }
}

@keyframes s-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.78;
  }
  100% {
    opacity: 1;
  }
}
.scroll {
  position: absolute;
  z-index: 10;
}

.c-scroll {
  background-color: rgba(29, 29, 29, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vh;
  width: 0.32rem;
  height: 0.7rem;
}
.c-scroll__arrow {
  overflow: hidden;
}
.c-scroll__icon {
  -webkit-animation: scroll-arrow 2s var(--ease) infinite;
          animation: scroll-arrow 2s var(--ease) infinite;
}

@-webkit-keyframes scroll-arrow {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes scroll-arrow {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
#pwed .header {
  display: none;
}

.header {
  background: #fff;
  z-index: 9999;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__bar {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e8edea;
  display: flex;
  align-items: center;
}
.header__logo .c-icon {
  color: #000;
}
.header__menu {
  height: 100%;
  z-index: 1000;
}
.header__btn {
  pointer-events: auto;
  transition: opacity var(--duration) var(--ease);
}
.form-is-veiw .header__btn {
  pointer-events: none !important;
  opacity: 0 !important;
}

.navigation {
  display: flex;
  height: 100%;
}
.navigation__item {
  font-family: var(--font-mincho);
  display: flex;
  align-items: center;
  justify-content: center;
  /* ======================
     current
     ====================== */
}
.navigation__item:after {
  content: "";
  width: 0;
}
.navigation__item.is-current {
  position: relative;
}
.navigation__item.is-current:after {
  content: "";
  background: var(--color-main);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0%;
  transition: width var(--duration-1of2) var(--ease);
}
.navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ======================
   カレント
   ====================== */
.hero {
  overflow: hidden;
  position: relative;
}
.hero__jp {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.hero__en {
  font-size: 0.1rem;
}
.hero__image {
  width: 100%;
}
.concept__information-title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.concept__information-lead {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.concept__image {
  width: 100%;
}
.fair__lead {
  margin-inline: auto;
}
.fair__item {
  position: relative;
}
.fair__item:after {
  content: "";
  background: var(--color-line-separator);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.fair__tag-unit {
  display: flex;
}
.fair__tag {
  background: var(--color-main);
  font-weight: 700;
  color: #fff;
}
.fair__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.fair__description {
  letter-spacing: 0.02em;
}
.fair__conversion {
  background: #EFF2F0;
  box-sizing: border-box;
}
.fair__figure-image {
  width: 100%;
}
.fair__hour {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fair__number {
  font-weight: 700;
}
.gallery__image {
  width: 100%;
}

.cv {
  box-sizing: border-box;
  background: var(--color-main);
  color: var(--color-white);
}
.cv__image {
  width: 100%;
}
.cv__message-main {
  font-weight: 700;
}
.cv__message-sub {
  color: #B7B7B7;
}
.cv__tel-number {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.cv__business-hour {
  font-size: 0.12rem;
}
.cv__supplement {
  font-size: 0.12rem;
  color: #B7B7B7;
}

.point {
  width: 100%;
  overflow: hidden;
  /* ======================
     スライダー調整
     ====================== */
}
.point__item {
  position: relative;
}
.point__item:after {
  content: "";
  background: var(--color-line-separator);
  font-family: var(--font-mincho-en);
  width: 1080px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.point__tip {
  font-family: var(--font-mincho-en);
  position: relative;
}
.point__tip::before {
  font-family: var(--font-mincho-en);
  position: absolute;
  content: "Point.";
  font-size: 0.16rem;
}
.point__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.point__description {
  letter-spacing: 0.02em;
}
.point__slider {
  /* 特殊設定
     ---------------------- */
}
.point__slider .swiper {
  overflow: visible !important;
}

.plan {
  /* item
     ---------------------- */
  /**
   * プラン説明
   */
  /**
   * 挙式＋人数＝通常価格
   */
  /**
   * キャンペーン得点
   */
}
.plan__item {
  position: relative;
  background: #f5f3f0;
  border: 1px solid #e8e4df;
  box-sizing: border-box;
}
.plan__item-container {
  position: relative;
}
.plan__item-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.plan__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.plan__description {
  letter-spacing: 0.02em;
}
.plan__figure {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__sum {
  position: relative;
  display: flex;
  align-items: center;
  /* -------テキスト関連------- */
}
.plan__tag {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__price {
  position: relative;
  font-weight: 700;
  font-size: 0.18rem;
}
.plan__price::before {
  content: "";
  position: absolute;
  background-image: url(../images/promotion/wd-202308/arr-red.svg);
  background-position: center;
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
}
.plan__price::after {
  content: "";
  background: var(--color-main);
  width: calc(100% - 0.82rem);
  height: 1px;
  position: absolute;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
}
.plan__price span.price_til {
  padding-right: 0.1rem;
}
.plan__price span.price_text {
  font-size: 0.14rem;
}
.plan__campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 4px;
  letter-spacing: 0.06em;
  background: #fff;
  font-weight: 700;
}
.plan__campaign-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__campaign-price--cost {
  position: relative;
}
.plan__campaign-price--cost:after {
  content: "";
  background: #e04e4e;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}
.plan__campaign-text {
  font-size: 0.2rem;
}
.plan__price-lp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__price-lp--text {
  background: #e04e4e;
  border: 1px solid #c62f2f;
  color: #fff;
  border-radius: 2px;
}
.plan__price-lp--cost {
  color: #e04e4e;
  font-size: 0.22rem;
}
.plan__accordion {
  background: #f0eeea;
}
.plan .swiper-pagination {
  display: none;
}

.plan-accordion {
  box-sizing: border-box;
}
.plan-accordion__title {
  color: var(--color-main);
  transition: color var(--duration-1of2) var(--ease), background var(--duration-1of2) var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-accordion__title:hover .plan-accordion__icon .c-icon::before {
  opacity: 1;
}
.plan-accordion__btn {
  background: #F5F3F0;
  border: 1px solid #E8E4DF;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.plan-accordion__btn-text {
  font-size: 0.14rem;
  text-decoration: none;
}
.plan-accordion__btn-text:after {
  font-weight: 400;
  content: "本プランの詳細を見る";
}
.is-open .plan-accordion__btn-text:after {
  content: "本プランの詳細を閉じる";
}
.plan-accordion__icon {
  position: absolute;
  top: 50%;
  right: 0.24rem;
  transform: translateY(-50%);
}
.is-open .plan-accordion__icon .c-icon::before {
  opacity: 0 !important;
}
.plan-accordion .c-icon {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  background: none;
}
.plan-accordion .c-icon:before {
  content: "";
  position: absolute;
  background: var(--color-main);
  width: 0.02rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity var(--duration-1of2) var(--ease);
}
.plan-accordion .c-icon:after {
  content: "";
  position: absolute;
  background: var(--color-main);
  width: 100%;
  height: 0.02rem;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.plan-accordion__box:first-of-type {
  margin-top: 0;
}
.plan-accordion__headline {
  font-weight: 700;
}
.plan-accordion__item {
  width: 100%;
  background: #ffffff;
  display: flex;
}
.plan-accordion__item-ttl {
  display: flex;
  align-items: center;
}
.styling__item {
  counter-increment: mycounter;
  position: relative;
}
.styling__item:before {
  content: counter(mycounter, decimal-leading-zero);
  font-family: var(--font-mincho-en);
  color: #F0F4F0;
  position: absolute;
}
.styling__item:last-of-type:after {
  display: none;
}
.styling__item-container {
  display: flex;
}
.styling__title {
  position: relative;
}
.styling__title--en {
  font-family: var(--font-mincho-en);
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 0.36rem;
}
.styling__title:after {
  content: "";
  background: var(--color-main);
  width: 14px;
  height: 1px;
  position: absolute;
  left: 0%;
}
.styling__description-title {
  font-weight: 700;
  display: block;
  margin-bottom: 0.08rem;
}
.styling__recommend--headline {
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.06em;
}
.styling__recommend--text {
  font-size: 0.12rem;
  line-height: 1.6666666667;
}
.styling__slide {
  position: relative;
}
.styling__slide:before {
  content: "";
  background: var(--color-main);
  position: absolute;
}
.styling__slide::after {
  position: absolute;
  content: "Gallery";
  font-size: 0.1rem;
  font-family: var(--font-mincho-en);
  font-weight: 500;
  transform-origin: 0 0;
}
.styling-slide__swiper img {
  width: 100%;
}
.styling-slide__thumb .swiper-wrapper {
  justify-content: space-between;
  width: 100%;
}
.styling-slide__thumb img {
  width: 100%;
  height: 100%;
}

.voice {
  /* ======================
     structure
     ====================== */
  /* 右カラム
     ---------------------- */
  /* 大タイトル */
  /* ユーザー */
  /* テキストエリア */
}
.voice__item {
  counter-increment: mycounter;
  position: relative;
  position: relative;
}
.voice__item:before {
  font-family: var(--font-mincho);
  font-weight: 600;
  color: #F0F4F0;
  position: absolute;
}
.voice__item:after {
  content: "";
  background: var(--color-line-separator);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0%;
}
.voice__item-container {
  display: flex;
}
.voice__information {
  position: relative;
}
.voice__title {
  position: relative;
  letter-spacing: var(--letter-spacing-large);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.voice__user {
  display: flex;
}
.voice__figure {
  border-radius: 100vh;
  overflow: hidden;
}
.voice__image {
  width: 100%;
  height: 100%;
}
.voice__name {
  font-weight: bold;
  font-size: 0.16rem;
  margin-bottom: 0.03rem;
}
.voice__spec {
  font-size: 0.12rem;
  line-height: var(--line-height-small);
}
.voice__subtitle {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.voice__description {
  line-height: var(--line-height-large);
  letter-spacing: 0.02em;
}
.voice__slider-frame {
  position: relative;
}

.voice-slide {
  position: relative;
  /* ======================
     .voice スライダーのデザイン調整
     ====================== */
}
.voice-slide__swiper img {
  width: 100%;
}
.voice-slide__thumb .swiper-wrapper {
  justify-content: space-between;
  width: 100%;
}
.voice-slide__thumb img {
  width: 100%;
  height: 100%;
}
.voice-slide .swiper-button-prev {
  margin-left: 0;
  transition: left 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83);
}
.voice-slide .swiper-button-next {
  margin-right: 0;
  transition: right 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83);
}
.faq__item {
  position: relative;
}
.faq__item:after {
  content: "";
  background: #D9D8D5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0%;
}
.faq__box {
  width: 100%;
}
.faq__question {
  display: flex;
}
.faq__question-mark {
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: 0.28rem;
}
.faq__question-text {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.faq__icon {
  background: var(--color-main);
  transition: background var(--duration) var(--ease);
  position: relative;
  border-radius: 100vh;
}
.faq__icon:before, .faq__icon:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__icon:before {
  width: 0.02rem;
  height: 0.14rem;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.6, 0.43, 0.94, 0.83);
}
.is-open .faq__icon:before {
  opacity: 0;
}
.faq__icon:after {
  width: 0.14rem;
  height: 0.02rem;
}
.faq__anser-mark {
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: 0.28rem;
}

.reservation {
  background: var(--color-contact-background);
}
.reservation__title {
  text-align: center;
  position: relative;
}
.reservation__title:after {
  content: "";
  background: var(--color-main);
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.reservation__title__jp {
  font-weight: 700;
}
.reservation__title__en {
  font-family: var(--font-mincho);
  font-weight: 600;
}
.reservation__body {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
.form__unit-textarea {
  /* 長さを揃える */
}
.form__req {
  font-size: 0.12rem;
  color: #fff;
  padding: 0.05rem 0.07rem;
  font-weight: 700;
  background: #D14C57;
  border-radius: 0.02rem;
}
.form__any {
  font-size: 0.12rem;
  color: #fff;
  padding: 0.05rem 0.07rem;
  font-weight: 700;
  background: var(--color-main);
  border-radius: 0.02rem;
}
.form__label {
  letter-spacing: var(--letter-spacing-large);
  font-size: 0.18rem;
  font-weight: 500;
}
.form__label-supplement {
  font-size: 0.12rem;
}
.form__date-select {
  display: flex;
  align-items: flex-end;
  gap: 0.06rem;
}
.form__field {
  position: relative;
}
.form__field .c-icon {
  position: absolute;
  top: 0.32rem;
  right: 0.2rem;
  transform: translateY(-50%);
  opacity: 1;
}
.form__privacy a {
  text-decoration: underline;
}
.form__privacy .c-icon {
  margin: 0 0.03rem;
}
.form__send {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*
input - serect - textarea -  setting
** */
input, select, textarea {
  box-sizing: border-box;
  background: #fff;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  padding: 0.15rem 0.2rem;
  width: 100%;
}

input:-moz-placeholder-shown {
  background: #f5f5f5;
}

input:-ms-input-placeholder {
  background: #f5f5f5;
}

input:placeholder-shown {
  background: #f5f5f5;
}

/* selectの矢印を消す */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

select.is-empty {
  background: #f5f5f5;
  color: #666;
}

.field-textarea {
  height: 100%;
}
.field-textarea textarea.is-empty {
  background: #f5f5f5;
}

select:invalid {
  color: #666;
  background: #f5f5f5;
}

select {
  color: #222;
  background: #ffffff;
}

/*
 * error
 *** */
.err-msg {
  color: #e05767;
  font-weight: 700;
  font-size: 0.12rem;
  margin-top: 0.05rem;
}

.footer {
  width: 100%;
  background: var(--color-main);
  position: relative;
  /* copyright */
  /* page top */
}
.footer__copy {
  color: #fff;
  font-family: var(--font-mincho-en);
  font-size: 0.12rem;
}
.footer__pagetop {
  z-index: 100;
}
.footer__btn {
  background: var(--color-main);
  color: #fff;
  display: flex;
  align-items: center;
}
.footer__text {
  font-weight: 700;
  margin-right: auto;
}
.done__logo {
  text-align: center;
}
.done__tanks {
  text-align: center;
  position: relative;
}
.done__tanks--en {
  font-family: var(--font-en);
  font-weight: 800;
}
.done__tanks--jp {
  font-family: var(--font-mincho);
  font-weight: 500;
}
.done__tanks:after {
  content: "";
  background: var(--color-main);
  width: 40px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.done__supplement {
  font-size: 0.12rem;
  line-height: var(--line-height-small);
}
.done__item {
  background: var(--color-main);
  color: #fff;
}
.done__figure img {
  width: 100%;
}
.done__information {
  position: relative;
}
.done__information .c-icon {
  position: absolute;
}
.done__text {
  text-align: center;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 100px;
  }
  :root {
    --font-size-large: 18px;
    --font-size-middle: 14px;
    --font-size-small: 12px;
    --line-height-large: 2.2857142857;
    --line-height-middle: 1.8571428571;
    --line-height-small: 1.6666666667;
    --letter-spacing-large:0.06em;
    --letter-spacing-middle:0.02em;
    --letter-spacing-small:0em;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .swiper-button-prev:hover::before {
    transform: translateX(-10px);
  }
  .swiper-button-next:hover::before {
    transform: translateX(10px);
  }
  .swiper-button-prev {
    margin-left: -44px;
  }
  .swiper-button-next {
    margin-right: -44px;
  }
  .swiper-pagination {
    margin-bottom: -54px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
  }
  .swiper-slide-thumb-active::before {
    top: -0.15rem;
  }
  body {
    font-size: var(--font-size-middle);
  }
  .l-inner {
    width: min(12rem, 95.8333333333vw);
  }
  .l-inner--l-pc {
    width: min(10.8rem, 90vw);
  }
  .l-inner--m-pc {
    width: min(9.6rem, 80vw);
  }
  .l-inner--s-pc {
    width: min(7.2rem, 60vw);
  }
  .l-section {
    padding-top: 70px;
  }
  .c-cv-button {
    width: 314px;
    height: 70px;
  }
  .c-cv-button:hover {
    background: #D54747;
  }
  .c-cv-button__attention {
    width: 76px;
  }
  .c-cv-button:hover .c-cv-button__attention {
    border-right: 1px solid #E66767;
  }
  .c-cv-button__text--en {
    margin-top: -5px;
  }
  .c-cv-button__arrow {
    align-items: flex-end;
    padding: 0 25px 18px 0;
  }
  a:hover .c-cv-button__arrow {
    -webkit-animation: slideRight 0.3s ease forwards;
            animation: slideRight 0.3s ease forwards;
  }
  .c-cv-button__arrow .c-icon {
    transition: transform var(--duration-1of2) var(--ease);
    transform-origin: right bottom;
    width: 0.18rem;
    height: 0.07rem;
  }
  .c-cv-button-line {
    padding: 0 20px 0 25px;
    border: 3px solid #00B950;
    box-sizing: border-box;
    transition: background var(--duration-1of2) var(--ease), color var(--duration-1of2) var(--ease);
  }
  .c-cv-button-line:hover {
    background: #fff;
    color: #00B950;
  }
  .c-cv-button-line__text {
    font-size: 12px;
  }
  .c-headline:before {
    top: -71px;
  }
  .c-headline__logo {
    margin-bottom: -6px;
  }
  .c-headline__en {
    font-size: 60px;
    margin-bottom: -6px;
  }
  .c-headline__jp {
    padding-left: 0.2rem;
    margin-bottom: 12px;
  }
  .c-send-btn {
    width: 297px;
    height: 66px;
  }
  .c-send-btn__en {
    margin-top: -0.05rem;
  }
  .c-send-btn__load {
    left: 30px;
  }
  .c-send-btn:hover {
    background: var(--color-hover-btn);
  }
  .scroll {
    bottom: 42px;
    right: 42px;
  }
  .c-scroll__icon {
    width: 0.09rem;
  }
  .header {
    height: 70px;
  }
  .header__logo {
    margin-right: auto;
    margin-left: 0.35rem;
  }
  .header__logo .c-icon {
    width: 35px;
    height: 35px;
    opacity: 1;
    transition: opacity var(--duration) var(--ease);
  }
  .header__logo .c-icon:hover {
    opacity: 0.6;
  }
  .header__menu {
    padding-right: 50px;
    transition: padding-right 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83);
  }
  .header__btn {
    white-space: nowrap;
  }
  .navigation__item {
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    transition: font-size 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83), padding 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83);
  }
  .hero {
    padding-top: 190px;
    margin-bottom: 140px;
  }
  .hero__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero__wd-logo {
    width: 635px;
    margin-bottom: 0.36rem;
    transition: width var(--duration) var(--ease), margin-bottom var(--duration) var(--ease);
  }
  .hero__jp {
    font-size: 0.2rem;
    margin-bottom: 0.06rem;
    transition: font-size var(--duration) var(--ease), margin-bottom var(--duration) var(--ease);
  }
  .hero__bestrate {
    text-align: center;
  }
  .hero__bestrate-logo {
    width: 374px;
    margin-bottom: 0.3rem;
  }
  .hero__bestrate-text {
    font-size: 12px;
  }
  .hero__figure {
    margin-top: 0.8rem;
  }
  .concept {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .concept__container {
    display: flex;
    align-items: center;
    margin-top: 100px;
  }
  .concept__information {
    width: 470px;
    margin-right: 70px;
    transition: width 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83), margin-right 0.6s cubic-bezier(0.6, 0.43, 0.94, 0.83);
  }
  .concept__information-title {
    font-size: 0.34rem;
    margin-bottom: 22px;
  }
  .concept__information-lead {
    font-size: 0.17rem;
    margin-bottom: 14px;
  }
  .concept__information-text {
    line-height: 2.3125;
    font-size: 0.16rem;
  }
  .concept__figure {
    width: 540px;
  }
  .fair {
    margin-bottom: 130px;
  }
  .fair__lead {
    line-height: 2.2857142857;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .fair__item {
    display: flex;
    margin-bottom: 100px;
  }
  .fair__item:after {
    bottom: -50px;
  }
  .fair__information {
    width: 600px;
    margin-right: auto;
  }
  .fair__tag-unit {
    gap: 10px;
  }
  .fair__tag {
    font-size: 0.14rem;
    border-radius: 2px;
    padding: 2px 20px;
    transition: padding var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .fair__title {
    margin-top: 24px;
    font-size: 26px;
    line-height: 1.6666666667;
    margin-bottom: 16px;
    transition: margin var(--duration) var(--ease);
  }
  .fair__description {
    font-size: 16px;
    margin-bottom: 30px;
    transition: margin var(--duration) var(--ease);
  }
  .fair__privilege {
    font-size: 0.12rem;
  }
  .fair__conversion {
    width: 390px;
    height: 390px;
    padding: 20px;
  }
  .fair__figure {
    width: 350px;
    margin-bottom: 12px;
  }
  .fair__reservation {
    margin-bottom: 14px;
  }
  .fair__reservation .c-cv-button {
    width: 350px;
  }
  .fair__number {
    margin-left: 8px;
    font-size: 0.16rem;
  }
  .gallery {
    margin-bottom: 80px;
  }
  .cv {
    padding: 74px 0px;
    transition: padding var(--duration) var(--ease);
  }
  .cv__best-rate-logo {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .cv__message {
    text-align: center;
    margin-bottom: 40px;
  }
  .cv__message-main {
    font-size: 0.24rem;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .cv__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv__information {
    text-align: center;
    width: 436px;
    padding-right: 57px;
    border-right: 1px solid #343434;
  }
  .cv__tel-number {
    justify-content: center;
    font-size: 0.26rem;
  }
  .cv__tel-icon {
    width: 28px;
    height: 28px;
    margin-bottom: -2px;
    margin-right: 8px;
  }
  .cv__reservation {
    padding-left: 90px;
  }
  .cv__reservation .c-cv-button {
    width: 350px;
  }
  .point {
    margin-top: 100px;
  }
  .point__unit {
    margin-top: 60px;
  }
  .point__item {
    margin-bottom: 200px;
  }
  .point__item:after {
    bottom: -70px;
  }
  .point__information {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .point__number {
    width: 150px;
    height: 180px;
  }
  .point__tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    height: 100px;
    transition: font-size var(--duration) var(--ease);
    margin-top: 24px;
  }
  .point__tip::before {
    top: -24px;
    left: 34px;
  }
  .point__body {
    margin-left: 24px;
  }
  .point__title {
    font-size: 0.26rem;
    margin-bottom: 5px;
  }
  .point__description {
    font-size: 0.16rem;
  }
  .point__slider {
    margin-bottom: 80px;
    margin-top: -10px;
  }
  .point__slider .swiper-pagination {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-left: 60px;
  }
  .point__map {
    margin-top: -70px;
  }
  .point .point__slider .swiper-slide {
    padding: 0 60px;
    transition: padding var(--duration) var(--ease);
  }
  .plan {
    margin-top: 160px;
    margin-bottom: 130px;
    overflow: hidden;
  }
  .plan__unit {
    margin-top: 100px;
    width: 100%;
    overflow: visible;
    position: relative;
  }
  .plan__item {
    padding-top: 74px;
    margin-bottom: 80px;
    margin-right: 2%;
    margin-left: 2%;
    width: 96%;
  }
  .plan__item-container {
    display: flex;
    width: 920px;
    margin: 0 auto;
    margin-bottom: 50px;
    transition: margin var(--duration) var(--ease);
  }
  .plan__item-container:after {
    background-image: linear-gradient(to right, #dedbd6 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .plan__information {
    width: 600px;
    margin-right: auto;
    transition: width var(--duration) var(--ease);
  }
  .plan__title {
    font-size: 28px;
    margin-bottom: 14px;
    transition: margin var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .plan__title span {
    padding-left: 20px;
    font-size: 0.18rem;
  }
  .plan__description {
    margin-bottom: 30px;
    font-size: 0.16rem;
  }
  .plan__figure {
    width: 276px;
    height: 168px;
    transition: width var(--duration) var(--ease);
  }
  .plan__image {
    width: calc(100% - 24px);
    height: 144px;
  }
  .plan__sum {
    justify-content: center;
    margin-bottom: 30px;
  }
  .plan__sum .sun-text {
    font-size: 0.16rem;
    margin: 0 18px;
  }
  .plan__sum .sun-equal {
    margin-right: 18px;
    font-size: 0.16rem;
  }
  .plan__tag {
    height: 50px;
    padding: 0 24px;
    font-size: 0.18rem;
  }
  .plan__tag-icon {
    margin-right: 12px;
  }
  .plan__price::before {
    bottom: -28px;
    left: 25px;
  }
  .plan__campaign {
    border: solid #e04e4e 2px;
    width: 920px;
    padding: 30px 40px;
  }
  .plan__campaign-price--title {
    font-size: 0.18rem;
    margin-right: 16px;
  }
  .plan__campaign-price--cost {
    font-size: 0.34rem;
  }
  .plan__campaign-price--cost span {
    font-size: 0.28rem;
  }
  .plan__campaign-price--cost:after {
    bottom: 5px;
  }
  .plan__campaign-text {
    margin: 0 24px;
  }
  .plan__price-lp--text {
    padding: 8px 20px;
  }
  .plan__price-lp--cost {
    margin-left: 22px;
  }
  .plan__accordion {
    box-sizing: border-box;
    outline: 1px solid #d3cdc7;
    margin-top: 70px;
  }
  .plan .swiper-button-prev,
.plan .swiper-button-next {
    top: 3rem;
  }
  .plan-accordion__title {
    width: 100%;
    height: 90px;
  }
  .plan-accordion__title:hover {
    background: #E0DCD6;
  }
  .plan-accordion__btn {
    width: 260px;
    height: 48px;
  }
  .plan-accordion__btn-text {
    padding-right: 0.16rem;
  }
  .plan-accordion__content {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .plan-accordion__box {
    width: 920px;
    margin-top: 20px;
    background: #F5F3F0;
    padding: 30px 40px;
  }
  .plan-accordion__headline {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .plan-accordion__item {
    margin-bottom: 2px;
  }
  .plan-accordion__item-ttl {
    background: #F0EEEA;
    width: 240px;
    padding-left: 22px;
    transition: width var(--duration) var(--ease), padding var(--duration) var(--ease);
  }
  .plan-accordion__item-text {
    width: calc(100% - 2.4rem );
    padding: 12px 20px;
  }
  .styling {
    margin-top: 100px;
  }
  .styling__unit {
    margin-top: 95px;
  }
  .styling__item {
    margin-bottom: 140px;
  }
  .styling__item:before {
    top: -28px;
    left: 330px;
    font-size: 90px;
    transition: left var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .styling__item:after {
    content: "";
    background: var(--color-line-separator);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -70px;
    left: 0%;
  }
  .styling__information {
    position: relative;
    width: 420px;
    margin-right: auto;
  }
  .styling__title {
    margin-bottom: 44px;
  }
  .styling__title--en {
    margin-top: -12px;
  }
  .styling__title:after {
    bottom: 0%;
  }
  .styling__description {
    margin-bottom: 20px;
  }
  .styling__recommend--headline {
    margin-bottom: 4px;
  }
  .styling__slide:before {
    width: 1px;
    height: 36px;
    top: 0.57rem;
    right: -0.16rem;
  }
  .styling__slide::after {
    transform: rotate(90deg);
    top: 0.1rem;
    right: -0.64rem;
  }
  .styling-slide {
    width: 600px;
  }
  .styling-slide__swiper {
    margin-bottom: 24px;
  }
  .styling-slide__swiper .swiper-slide {
    width: 100%;
  }
  .styling-slide__thumb {
    width: 600px;
  }
  .styling-slide__thumb .swiper-slide {
    width: 135px !important;
    height: 81px !important;
  }
  .styling-slide .swiper-button-prev {
    display: none;
  }
  .styling-slide .swiper-button-next {
    display: none;
  }
  .voice {
    margin-bottom: 230px;
  }
  .voice__unit {
    margin-top: 100px;
  }
  .voice__item {
    margin-bottom: 140px;
  }
  .voice__item:before {
    bottom: -70px;
    right: 0;
    font-size: 160px;
  }
  .voice__item:after {
    bottom: -70px;
  }
  .voice__information {
    width: 450px;
    margin-right: auto;
  }
  .voice__title {
    font-size: 0.26rem;
    margin-bottom: 20px;
  }
  .voice__user {
    position: relative;
    padding-bottom: 45px;
    transition: padding-bottom var(--duration) var(--ease);
  }
  .voice__user:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #E8EDEA 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .voice__figure {
    margin-right: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .voice__text-area {
    padding-top: 45px;
    transition: padding-top var(--duration) var(--ease);
  }
  .voice__subtitle {
    font-size: 0.2rem;
  }
  .voice__slide {
    width: 540px;
  }
  .voice-slide {
    width: 540px;
  }
  .voice-slide__swiper {
    margin-bottom: 24px;
  }
  .voice-slide__swiper .swiper-slide {
    width: 100%;
  }
  .voice-slide__thumb {
    width: 540px;
  }
  .voice-slide__thumb .swiper-slide {
    width: 166px !important;
    height: 99px !important;
  }
  .voice-slide .swiper-button-prev, .voice-slide .swiper-button-next {
    top: calc(50% - 18px);
  }
  .voice-slide .swiper-button-prev {
    left: -70px;
  }
  .voice-slide .swiper-button-next {
    right: -70px;
  }
  .faq {
    margin-top: 80px;
    margin-bottom: 180px;
  }
  .faq__unit {
    margin-top: 72px;
  }
  .faq__item {
    cursor: pointer;
    margin-bottom: 80px;
  }
  .faq__item:after {
    bottom: -40px;
  }
  .faq__box {
    display: flex;
    width: calc(100% - 60px);
  }
  .faq__question-mark {
    width: 60px;
    transition: width var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .faq__question-text {
    padding-right: 60px;
    font-size: 22px;
    padding-top: 14px;
    transition: padding var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .faq__icon {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    transition: width var(--duration) var(--ease), height var(--duration) var(--ease);
  }
  .faq__question:hover .faq__icon {
    background: #666;
  }
  .faq__anser {
    display: flex;
    margin-top: 30px;
  }
  .faq__anser-mark {
    width: 60px;
    transition: width var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .faq__anser-text {
    line-height: 2.2857142857;
    width: calc(100% - 0.6rem );
    padding-top: 10px;
    transition: line-height var(--duration) var(--ease);
  }
  .reservation {
    padding-top: 1rem;
    padding-bottom: 1.4rem;
  }
  .reservation__title {
    margin-bottom: 60px;
  }
  .reservation__title:after {
    width: 100px;
    bottom: -30px;
  }
  .reservation__title__jp {
    font-size: 32px;
  }
  .reservation__title__en {
    font-size: 0.22rem;
  }
  .reservation__lead {
    text-align: center;
    margin-bottom: 0.7rem;
  }
  .reservation__body .c-cv-button {
    width: 400px;
    height: 60px;
  }
  .form__unit {
    display: flex;
    align-items: stretch;
    padding-bottom: 30px;
    position: relative;
  }
  .form__unit:after {
    content: "";
    background: #D9D8D5;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .form__unit--left {
    width: 420px;
    margin-right: auto;
  }
  .form__unit--right {
    width: 420px;
  }
  .form__unit-textarea {
    width: 420px;
    height: calc(100% - 55px);
  }
  .form__unit-textarea .form__label {
    height: 100%;
  }
  .form__check {
    border-top: 1px solid #D9D8D5;
  }
  .form__item {
    margin-bottom: 0.2rem;
  }
  .form__req {
    margin-right: 0.12rem;
  }
  .form__any {
    margin-right: 0.12rem;
  }
  .form__label-2nd {
    margin-top: 0.15rem;
  }
  .form__field {
    margin-top: 0.08rem;
  }
  .form__field .c-icon {
    transition: opacity var(--duration) var(--ease), top var(--duration) var(--ease), right var(--duration) var(--ease);
  }
  .form__field.--yyyy {
    width: 177px;
  }
  .form__field.--mm {
    width: 117px;
  }
  .form__field.--dd {
    width: 117px;
  }
  .form__privacy {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  input, select, textarea {
    transition: padding var(--duration) var(--ease), font-size var(--duration) var(--ease);
  }
  .field-textarea textarea {
    height: 100%;
  }
  .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }
  .footer__pagetop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer__btn {
    width: 2.1rem;
    height: 1rem;
  }
  .footer__text {
    padding-left: 0.2rem;
  }
  .footer__arrow {
    padding-right: 30px;
    margin-bottom: -10px;
    transition: transform var(--duration-1of2) var(--ease);
  }
  a:hover .footer__arrow {
    transform: translateY(-10px);
  }
  .done {
    padding-top: 160px;
    margin-bottom: 110px;
  }
  .done__tanks {
    margin-bottom: 80px;
  }
  .done__tanks--en {
    font-size: 0.68rem;
  }
  .done__tanks--jp {
    font-size: 0.28rem;
    margin-top: -10px;
    transition: font-size var(--duration) var(--ease);
  }
  .done__tanks:after {
    bottom: -40px;
  }
  .done__description {
    text-align: center;
    margin-bottom: 30px;
  }
  .done__supplement {
    text-align: center;
  }
  .done__unit {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
  .done__item {
    width: 335px;
    transition: width var(--duration) var(--ease);
  }
  .done__figure {
    width: 100%;
  }
  .done__information {
    width: 100%;
    padding: 20px 0;
  }
  .done__information .c-icon {
    right: 30px;
    bottom: 20px;
  }
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 26.6666666667vw;
  }
  :root {
    --font-size-large: rem(18px);
    --font-size-middle: rem(14px);
    --font-size-small: rem( 12px);
  }
  .swiper-button-prev, .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    width: 0.17rem;
    height: 0.056rem;
  }
  .swiper-button-prev {
    margin-left: -0.44rem;
  }
  .swiper-button-next {
    margin-right: -0.44rem;
  }
  .swiper-pagination {
    margin-bottom: -0.3rem;
  }
  .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.04rem;
  }
  .swiper-slide-thumb-active::before {
    top: -0.1rem;
  }
  body {
    font-size: 0.14rem;
  }
  .l-inner {
    width: 3.35rem;
  }
  .l-inner--100-sp {
    width: 100%;
  }
  .l-inner--s-sp {
    width: 3.35rem;
  }
  .l-section {
    padding-top: 0.56rem;
  }
  .c-cv-button {
    height: 0.45rem;
  }
  .c-cv-button__attention {
    width: 0.68rem;
  }
  .c-cv-button__attention .c-icon {
    width: 0.22rem;
  }
  .c-cv-button__text--en {
    display: none;
  }
  .c-cv-button__arrow {
    align-items: center;
    padding-right: 0.1rem;
  }
  .c-cv-button__arrow .c-icon {
    width: 0.14rem;
    height: 0.05rem;
  }
  .c-cv-button-line {
    font-size: 0.12rem;
    padding: 0 0.24rem;
  }
  .c-headline:before {
    top: -0.57rem;
  }
  .c-headline__logo {
    margin-bottom: 0.24rem;
  }
  .c-headline__en {
    font-size: 0.4rem;
    margin-bottom: 0.18rem;
  }
  .c-headline__jp {
    padding-left: 0.16rem;
    line-height: 1.5714285714;
  }
  .c-send-btn {
    width: 3.35rem;
    height: 0.66rem;
  }
  .c-send-btn__en {
    margin-top: 0.05rem;
  }
  .scroll {
    bottom: 0.12rem;
    right: 0.12rem;
  }
  .c-scroll__icon {
    width: 0.09rem;
  }
  .header {
    height: 0.44rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--duration) var(--ease);
  }
  .is-scroll .header {
    pointer-events: auto;
    opacity: 1;
  }
  .header__logo {
    display: none;
  }
  .header__logo .c-icon {
    width: 0.45rem;
    width: 0.45rem;
  }
  .header__menu {
    width: 100%;
  }
  .header__btn {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
  .is-scroll .header__btn {
    pointer-events: auto;
    opacity: 1;
  }
  .navigation {
    width: 100%;
    justify-content: space-between;
    padding: 0 0.12rem;
  }
  .navigation__item {
    color: #C6CEC9;
    font-size: 0.1rem;
  }
  .navigation__item.is-current {
    font-size: 0.11rem !important;
    color: var(--color-main);
    transition: color var(--duration-1of2) var(--ease), font-size var(--duration-1of2) var(--ease);
  }
  .navigation__link {
    letter-spacing: 0em;
  }
  .hero {
    padding-top: 1rem;
    position: relative;
  }
  .hero__logo {
    position: absolute;
    top: 0.16rem;
    left: 0.2rem;
  }
  .hero__logo .c-icon {
    width: 0.4rem;
    width: 0.4rem;
  }
  .hero__title {
    margin-bottom: 0.6rem;
  }
  .hero__wd-logo {
    width: 3.12rem;
    margin-bottom: 0.24rem;
  }
  .hero__jp {
    font-size: 0.16rem;
    margin-bottom: 0.06rem;
    line-height: 1.625;
  }
  .hero__bestrate {
    display: flex;
    align-items: center;
  }
  .hero__bestrate-logo {
    width: 1.3rem;
  }
  .hero__bestrate-text {
    letter-spacing: 0.06em;
    line-height: 1.8;
    font-size: 0.1rem;
    margin-left: 0.15rem;
  }
  .hero__figure {
    margin-top: 0.35rem;
  }
  .concept {
    margin-top: 0.8rem;
  }
  .concept__container {
    padding-top: 0.57rem;
  }
  .concept__information-title {
    font-size: 0.2rem;
    margin-bottom: 0.18rem;
  }
  .concept__information-lead {
    font-size: 0.16rem;
    line-height: 1.75;
    margin-bottom: 0.22rem;
  }
  .concept__information-text {
    line-height: 1.8333333333;
    letter-spacing: 0.04em;
    font-size: 0.12rem;
  }
  .concept__figure {
    margin-top: 0.34rem;
  }
  .fair {
    margin-bottom: 0.96rem;
  }
  .fair__lead {
    line-height: 2;
    width: 3.35rem;
    margin-top: 0.24rem;
    margin-bottom: 0.4rem;
  }
  .fair__item {
    margin-bottom: 0.8rem;
  }
  .fair__item:after {
    bottom: -0.4rem;
  }
  .fair__tag-unit {
    gap: 0.04rem;
  }
  .fair__tag {
    border-radius: 0.02rem;
    padding: 0.07rem 0.15rem;
    font-size: 0.11rem;
  }
  .fair__title {
    margin-top: 0.14rem;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .fair__description {
    line-height: 1.5555555556;
    margin-bottom: 0.2rem;
  }
  .fair__privilege {
    line-height: 1.7142857143;
    font-size: 0.11rem;
  }
  .fair__conversion {
    padding: 0.17rem;
    box-sizing: border-box;
    margin-bottom: 0.24rem;
  }
  .fair__figure {
    margin-bottom: 0.08rem;
  }
  .fair__time {
    margin-top: 0.16rem;
  }
  .gallery {
    margin-bottom: 0.5rem;
  }
  .cv {
    padding: 0.6rem 0.25rem 0.5rem;
  }
  .cv__best-rate-logo {
    width: 2rem;
    margin-bottom: 0.38rem;
  }
  .cv__message {
    margin-bottom: 0.3rem;
  }
  .cv__message-main {
    font-size: 0.14rem;
    letter-spacing: 0.02em;
    line-height: 1.5714285714;
    margin-bottom: 0.1rem;
  }
  .cv__message-sub {
    font-size: 0.11rem;
    letter-spacing: 0.02em;
    line-height: 1.6363636364;
  }
  .cv__tel-number {
    margin-bottom: 0.14rem;
    font-size: 0.16rem;
    text-decoration: underline;
  }
  .cv__tel-icon {
    width: 0.19rem !important;
    height: 0.19rem !important;
    margin-bottom: -0.04rem;
    margin-right: 0.1rem;
  }
  .cv__business-hour {
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 0.14rem;
  }
  .cv__supplement {
    font-size: 0.11rem;
    line-height: 1.6363636364;
    letter-spacing: 0.02em;
    margin-bottom: 0.1rem;
  }
  .cv__reservation {
    padding-top: 24px;
  }
  .point {
    margin-top: 0.6rem;
  }
  .point__unit {
    margin-top: 0.48rem;
  }
  .point__item {
    margin-bottom: 1rem;
  }
  .point__item:after {
    bottom: -0.45rem;
  }
  .point__tip {
    font-size: 0.9rem;
    margin-bottom: 0.16rem;
  }
  .point__tip::before {
    top: -0.1rem;
    left: 0.08rem;
  }
  .point__title {
    margin-bottom: 0.16rem;
    line-height: 1.6470588235;
    font-size: 0.17rem;
  }
  .point__description {
    line-height: 1.7333333333;
    font-size: 0.15rem;
    margin-bottom: 0.34rem;
  }
  .point__slider {
    margin-bottom: 0.4rem;
  }
  .point__map {
    margin-top: -0.1rem;
  }
  .point .point__slider .swiper-slide {
    padding: 0 0.1rem;
  }
  .point .swiper-button-prev {
    top: 42%;
    left: 0.2rem;
  }
  .point .swiper-button-next {
    top: 42%;
    right: 0.2rem;
  }
  .plan {
    margin-top: 1.2rem;
    overflow: hidden;
  }
  .plan__unit {
    padding-top: 0.54rem;
    width: 100%;
    overflow: visible;
    position: relative;
  }
  .plan__item {
    margin: 0 2px 0.6rem 2px;
    padding: 0.3rem 0.2rem 0;
  }
  .plan__item-container {
    margin-bottom: 0.2rem;
  }
  .plan__title {
    margin-bottom: 0.12rem;
    font-size: 0.2rem;
    line-height: 1.5555555556;
  }
  .plan__title span {
    display: block;
    font-size: 0.17rem;
  }
  .plan__description {
    font-size: 0.15rem;
    line-height: 1.7142857143;
    margin-bottom: 0.2rem;
  }
  .plan__figure {
    width: 100%;
    height: 1.3rem;
    margin-bottom: 0.2rem;
  }
  .plan__image {
    width: 100%;
    height: 100%;
  }
  .plan__sum {
    display: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .plan__sum .sun-text {
    font-size: 0.12rem;
    margin: 0 0.1rem;
  }
  .plan__sum .sun-text.--case {
    margin-right: auto;
  }
  .plan__sum .sun-equal {
    margin-left: 0.2rem;
    font-size: 0.18rem;
    margin-right: 0.1rem;
    margin-top: 0.1rem;
  }
  .plan__tag {
    height: 0.38rem;
    padding: 0rem 0.1rem;
    font-size: 0.12rem;
  }
  .--b01 .plan__tag-icon {
    width: 0.18rem;
  }
  .--b02 .plan__tag-icon {
    width: 0.2rem;
  }
  .plan__tag-text {
    margin-left: 0.08rem;
  }
  .plan__price {
    margin-top: 0.1rem;
  }
  .plan__price::before {
    bottom: -0.36rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .plan__campaign {
    display: none;
    flex-wrap: wrap;
    border: solid #e04e4e 0.04rem;
    padding: 0.24rem 0;
  }
  .plan__campaign-price--title {
    font-size: 0.12rem;
    margin-right: 16px;
  }
  .plan__campaign-price--cost {
    font-size: 0.22rem;
  }
  .plan__campaign-price--cost span {
    font-size: 0.18rem;
  }
  .plan__campaign-price--cost:after {
    bottom: -0.04rem;
  }
  .plan__campaign-text {
    width: 100%;
    text-align: center;
    padding: 0.12rem 0 0.1rem;
  }
  .plan__price-lp--text {
    font-size: 0.11rem;
    padding: 0.04rem 0.08rem;
    margin-right: 0.12rem;
  }
  .plan__price-lp--cost {
    font-size: 0.14rem;
  }
  .plan__accordion {
    width: calc(100% + 0.4rem);
    margin-left: -0.2rem;
    border-top: 1px solid #e8e4df;
  }
  .plan .swiper-button-prev,
.plan .swiper-button-next {
    top: 3rem;
  }
  .plan .swiper-button-prev {
    top: 3rem;
    left: 0.17rem;
  }
  .plan .swiper-button-next {
    top: 3rem;
    right: 0.17rem;
  }
  .plan-accordion__title {
    padding: 0.12rem 0;
  }
  .plan-accordion__btn {
    width: 2.6rem;
    height: 0.48rem;
  }
  .plan-accordion__btn-text {
    padding-right: 0.16rem;
  }
  .plan-accordion__content {
    box-sizing: border-box;
    padding: 0 0.16rem 0.24rem 0.1rem;
  }
  .plan-accordion__box:nth-of-type(n+2) {
    margin-top: 0.2rem;
  }
  .plan-accordion__headline {
    margin-top: 0.18rem;
    font-size: 0.16rem;
  }
  .plan-accordion__headline:first-of-type {
    margin-top: 0;
  }
  .plan-accordion__unit {
    margin-top: 0.12rem;
  }
  .plan-accordion__item {
    margin-bottom: 0.03rem;
  }
  .plan-accordion__item-ttl {
    background: #E0DCD6;
    padding-left: 0.12rem;
    width: 0.86rem;
  }
  .plan-accordion__item-text {
    width: calc(100% - 0.86rem );
    padding: 0.14rem 0.17rem;
  }
  .styling {
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .styling__unit {
    margin-top: 0.5rem;
  }
  .styling__item {
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--color-line-separator);
  }
  .styling__item:before {
    font-size: 0.7rem;
    top: -0.16rem;
    right: -0.06rem;
  }
  .styling__item-container {
    flex-direction: column-reverse;
  }
  .styling__title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .styling__title:after {
    display: none;
  }
  .styling__description {
    line-height: 1.7142857143;
    margin-bottom: 0.24rem;
  }
  .styling__recommend--headline {
    line-height: 1.6666666667;
    margin-bottom: 0.08rem;
  }
  .styling__slide {
    padding-top: 0.7rem;
    margin-bottom: 0.28rem;
  }
  .styling__slide:before {
    width: 0.2rem;
    height: 1px;
    top: 0.48rem;
    right: 0rem;
  }
  .styling__slide::after {
    top: 0.42rem;
    right: 0.32rem;
  }
  .styling-slide__swiper {
    margin-bottom: 0.13rem;
  }
  .styling-slide__thumb {
    width: 100%;
  }
  .styling-slide__thumb .swiper-slide {
    width: 24% !important;
    height: auto !important;
  }
  .styling-slide .swiper-button-prev {
    top: 38%;
    left: 0.2rem;
  }
  .styling-slide .swiper-button-next {
    top: 38%;
    right: 0.2rem;
  }
  .voice {
    margin-top: 0.9rem;
    margin-bottom: 1.26rem;
  }
  .voice__unit {
    margin-top: 0.35rem;
  }
  .voice__item {
    margin-bottom: 0.8rem;
  }
  .voice__item:before {
    font-size: 1rem;
    bottom: 0rem;
    right: 0;
  }
  .voice__item:after {
    bottom: -0.4rem;
  }
  .voice__item-container {
    flex-direction: column;
  }
  .voice__title {
    margin-bottom: 0.16rem;
    font-size: 0.18rem;
    line-height: 1.5714285714;
  }
  .voice__figure {
    width: 0.9rem;
    height: 0.9rem;
  }
  .voice__detail {
    width: calc(100% - 0.9rem );
    padding-left: 0.2rem;
  }
  .voice__name {
    line-height: 1.5714285714;
    margin-bottom: 0.08rem;
  }
  .voice__spec {
    line-height: 1.6666666667;
  }
  .voice__subtitle {
    font-size: 0.17rem;
    line-height: 1.6470588235;
    margin-bottom: 0.15rem;
  }
  .voice__description {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  .voice__slide {
    margin-top: 0.36rem;
    margin-bottom: 0.5rem;
  }
  .voice-slide__swiper {
    margin-bottom: 0.13rem;
  }
  .voice-slide__thumb {
    width: 100%;
  }
  .voice-slide__thumb .swiper-slide {
    width: 30% !important;
    height: auto !important;
  }
  .voice-slide .swiper-button-prev, .voice-slide .swiper-button-next {
    top: 0.9rem;
  }
  .voice-slide .swiper-button-prev {
    left: -0.2rem;
  }
  .voice-slide .swiper-button-next {
    right: -0.2rem;
  }
  .faq {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .faq__unit {
    margin-top: 0.4rem;
  }
  .faq__item {
    margin-bottom: 0.6rem;
  }
  .faq__item:after {
    bottom: -0.3rem;
  }
  .faq__box {
    width: calc(100% - 0.5rem - 0.2rem );
    margin-right: auto;
  }
  .faq__question {
    align-items: flex-end;
    margin-bottom: 0.3rem;
  }
  .faq__question-mark {
    margin-bottom: 0.1rem;
  }
  .faq__question-text {
    line-height: 1.7142857143;
    font-size: 0.14rem;
  }
  .faq__icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .faq__anser-text {
    line-height: 1.7142857143;
    margin-top: 0.1rem;
  }
  .reservation {
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
  }
  .reservation__title {
    margin-bottom: 0.5rem;
  }
  .reservation__title:after {
    width: 0.4rem;
    bottom: -0.2rem;
  }
  .reservation__title__jp {
    font-size: 0.22rem;
  }
  .reservation__title__en {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .reservation__lead {
    margin-bottom: 0.4rem;
    line-height: 1.6;
  }
  .reservation span {
    display: none;
  }
  .reservation__body .c-cv-button {
    width: 3.2rem;
    height: 0.5rem;
  }
  .form__check {
    margin-top: 0.2rem;
  }
  .form__item {
    margin-bottom: 0.3rem;
  }
  .form__req {
    margin-right: 0.12rem;
  }
  .form__any {
    margin-right: 0.12rem;
  }
  .form__label-2nd {
    margin-top: 0.15rem;
    margin-bottom: -0.07rem;
  }
  .form__label-supplement {
    margin-top: 0.1rem;
    margin-bottom: -0.07rem;
  }
  .form__field {
    margin-top: 0.14rem;
  }
  .form__field .c-icon {
    top: 0.3rem;
  }
  .form__field.--yyyy {
    width: 1.3rem;
  }
  .form__field.--mm {
    width: 0.96rem;
  }
  .form__field.--dd {
    width: 0.96rem;
  }
  .form__privacy {
    line-height: 1.7142857143;
  }
  input, select, textarea {
    width: 100%;
    padding: 0.18rem 0.2rem;
    font-size: 0.16rem;
  }
  .field-textarea textarea {
    height: 2rem;
  }
  .footer__copy {
    bottom: 0.2rem;
    width: 100%;
    text-align: center;
    padding: 0.3rem 0;
  }
  .footer__pagetop {
    height: 0.5rem;
    position: absolute;
    left: 50%;
    top: -0.5rem;
    transform: translateX(-50%);
  }
  .footer__btn {
    width: 2.1rem;
    height: 0.5rem;
  }
  .footer__text {
    font-size: 0.13rem;
    padding-left: 0.3rem;
  }
  .footer__arrow {
    padding-right: 0.2rem;
  }
  .done {
    padding-top: 0.8rem;
  }
  .done__logo {
    margin-bottom: 0.2rem;
  }
  .done__tanks {
    margin-bottom: 0.56rem;
  }
  .done__tanks--en {
    font-size: 0.42rem;
    margin-bottom: 0.12rem;
  }
  .done__tanks--jp {
    font-size: 0.18rem;
  }
  .done__tanks:after {
    bottom: -0.28rem;
  }
  .done__description {
    line-height: 2;
    margin-bottom: 0.2rem;
  }
  .done__supplement {
    line-height: 1.6666666667;
    margin-bottom: 0.4rem;
  }
  .done__unit {
    margin-bottom: 0.4rem;
  }
  .done__item {
    margin-bottom: 0.12rem;
  }
  .done__information {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    height: 0.7rem;
  }
  .done__information .c-icon {
    right: 0.12rem;
    bottom: 0.12rem;
  }
  .u-pc {
    display: none !important;
  }
  .u-full-width {
    margin-inline: -0.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    width: 0.2rem !important;
    height: 0.07rem !important;
  }
  .swiper-button-prev {
    margin-left: -40px;
  }
  .swiper-button-next {
    margin-right: -40px;
  }
  .header__menu {
    padding-right: 20px;
  }
  .header__btn {
    width: 290px;
  }
  .header__btn .c-cv-button__text {
    padding-left: 10px;
  }
  .header__btn .c-cv-button__attention {
    width: 50px;
  }
  .header__btn .c-cv-button__arrow {
    margin-left: 0px;
  }
  .navigation__item {
    padding: 0 10px;
    font-size: 13px;
  }
  .hero__title {
    width: 65%;
  }
  .hero__wd-logo {
    width: 90%;
    margin-bottom: 0.24rem;
  }
  .hero__jp {
    font-size: 0.18rem;
  }
  .hero__bestrate {
    width: 32%;
    padding-right: 5%;
  }
  .hero__bestrate-logo {
    width: 100%;
  }
  .concept__information {
    width: 50%;
    margin-right: 0;
    padding-right: 4%;
  }
  .concept__figure {
    width: 43%;
  }
  .fair__item {
    align-items: flex-start;
  }
  .fair__information {
    width: 47%;
  }
  .fair__tag-unit {
    flex-wrap: wrap;
  }
  .fair__tag {
    padding: 7px 8px;
    font-size: 13px;
  }
  .fair__title {
    margin-top: 16px;
    margin-bottom: 10px;
    line-height: var(--line-height-small);
  }
  .fair__description {
    margin-bottom: 20px;
  }
  .fair__conversion {
    width: 50%;
    height: auto;
  }
  .fair__figure {
    width: 100%;
  }
  .fair__reservation .c-cv-button {
    width: 100%;
  }
  .cv {
    padding: 74px 45px;
  }
  .cv__information {
    width: 45%;
    padding-right: 5%;
  }
  .cv__reservation {
    padding-left: 5%;
  }
  .cv__reservation .c-cv-button {
    width: 100%;
  }
  .point__tip::before {
    left: 19px;
  }
  .point__slider {
    margin-top: 20px;
  }
  .point .point__slider .swiper-slide {
    padding: 0 20px;
  }
  .point .swiper-button-prev {
    left: 20px;
  }
  .point .swiper-button-next {
    right: 20px;
  }
  .plan__item-container {
    margin-bottom: 30px;
    padding: 0 40px;
    width: 100%;
  }
  .plan__information {
    width: 52%;
  }
  .plan__title {
    font-size: max(2.037vw, 17px);
    margin-bottom: 8px;
  }
  .plan__figure {
    width: 44%;
  }
  .plan__campaign {
    padding: 20px 32px;
    width: calc(100% - 80px);
  }
  .plan__campaign-price--cost {
    font-size: 0.3rem;
  }
  .plan__campaign-text {
    padding: 0.12rem 0 0.1rem;
  }
  .plan__price-lp {
    flex-direction: column;
  }
  .plan__price-lp--cost {
    margin-left: 0;
  }
  .plan__accordion {
    margin-top: 30px;
  }
  .plan-accordion__box {
    width: 100%;
  }
  .plan-accordion__item-ttl {
    width: 22%;
    padding-left: 1.8%;
    padding-right: 1.8%;
  }
  .plan-accordion__item-text {
    width: 100%;
  }
  .styling__item:before {
    left: 29%;
    font-size: 90px;
  }
  .styling__information {
    width: 39%;
  }
  .styling__title {
    margin-bottom: 26px;
  }
  .styling__title--en {
    font-size: max(2.963vw, 22px);
  }
  .styling-slide {
    width: 55%;
  }
  .styling-slide__thumb {
    width: 55%;
  }
  .styling-slide__thumb .swiper-wrapper {
    gap: 7.2%;
  }
  .styling-slide__thumb .swiper-slide {
    width: 40% !important;
    height: auto !important;
  }
  .voice__information {
    width: 47%;
  }
  .voice__title {
    font-size: max(2.037vw, 18px);
    margin-bottom: 10px;
  }
  .voice__user {
    padding-bottom: 25px;
  }
  .voice__figure {
    width: 18%;
    height: 18%;
  }
  .voice__name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .voice__text-area {
    padding-top: 20px;
  }
  .voice__description {
    line-height: var(--line-height-middle);
    margin-bottom: 40px;
  }
  .voice-slide {
    width: 50%;
  }
  .voice-slide__thumb {
    width: 50%;
  }
  .voice-slide__thumb .swiper-wrapper {
    gap: 7.2%;
  }
  .voice-slide__thumb .swiper-slide {
    width: 50% !important;
    height: auto !important;
  }
  .voice-slide .swiper-button-prev, .voice-slide .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    top: calc(58% - 0.25rem );
    background-color: rgba(255, 255, 255, 0.8);
  }
  .voice-slide .swiper-button-prev {
    left: 0;
  }
  .voice-slide .swiper-button-next {
    right: 0px;
  }
  .faq__question-mark {
    width: 40px;
    font-size: 22px;
  }
  .faq__question-text {
    padding-right: 30px;
    font-size: 18px;
    padding-top: 8px;
  }
  .faq__icon {
    width: 40px;
    height: 40px;
  }
  .faq__anser-mark {
    width: 40px;
    font-size: 22px;
  }
  .faq__anser-text {
    line-height: var(--line-height-small);
  }
  .form__unit--left {
    width: 45%;
  }
  .form__unit--right {
    width: 45%;
  }
  .form__unit-textarea {
    width: 100%;
  }
  .form__field .c-icon {
    top: 0.27rem;
    right: 0.15rem;
    opacity: 0.32;
  }
  input, select, textarea {
    font-size: 0.14rem;
    padding: 0.12rem 0.14rem;
  }
  .done__tanks--jp {
    font-size: 20px;
  }
  .done__item {
    width: 45%;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
  .header__menu {
    padding-right: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 910px) {
  .navigation__item {
    padding: 0 7px;
    font-size: 12px;
  }
  .navigation__item span {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/promotion-wd-202508.css.map */