@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

body {
  background: #fff;
}

.page-information {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .page-information {
    margin-top: 6.9333333333vw;
  }
}

.hatachidori2025 {
  /*左右スライダ*/
  /*ページャ*/
  /*ページャ*/
}
.hatachidori2025 * {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #390808;
}
.hatachidori2025 .slide-attention-prev,
.hatachidori2025 .slide-attention-next {
  position: absolute;
  top: 182px;
  z-index: 99;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 8px 1px rgba(1, 1, 1, 0.1);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .slide-attention-prev,
  .hatachidori2025 .slide-attention-next {
    top: 50%;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
}
.hatachidori2025 .slide-attention-prev:hover,
.hatachidori2025 .slide-attention-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .slide-attention-prev:hover,
  .hatachidori2025 .slide-attention-next:hover {
    opacity: 1;
  }
}
.hatachidori2025 .slide-attention-prev:after,
.hatachidori2025 .slide-attention-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(/assets/img/hatachidori/2025/icon_arrow_under.png) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .slide-attention-prev:after,
  .hatachidori2025 .slide-attention-next:after {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    background-size: 2.6666666667vw auto;
  }
}
.hatachidori2025 .slide-attention-prev {
  left: -34px;
}
@media screen and (max-width: 1380px) {
  .hatachidori2025 .slide-attention-prev {
    left: -18px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .slide-attention-prev {
    left: -3.7333333333vw;
  }
}
.hatachidori2025 .slide-attention-prev:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hatachidori2025 .slide-attention-next {
  right: -25px;
}
@media screen and (max-width: 1380px) {
  .hatachidori2025 .slide-attention-next {
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .slide-attention-next {
    right: 0;
  }
}
.hatachidori2025 .slide-attention-next:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hatachidori2025 .mv {
  width: 100%;
  padding: 0;
  background: #fff;
  position: relative;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv {
    padding: 0;
    margin-top: 12vw;
    margin-bottom: 0;
  }
}
.hatachidori2025 .mv-image {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.hatachidori2025 .mv-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-image img {
    width: 100%;
    height: auto;
  }
}
.hatachidori2025 .mv-info {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hatachidori2025 .mv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 7%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-inner {
    padding-top: 0;
  }
}
.hatachidori2025 .mv-catch {
  width: 35.75%;
  margin-left: 40%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-catch {
    width: 100%;
    margin-left: 0;
    text-align: right;
    padding: 9.0666666667vw 8vw 0 0;
  }
}
.hatachidori2025 .mv-catch img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-catch img {
    width: 22.2666666667vw;
  }
}
.hatachidori2025 .mv-headline {
  width: 48.667%;
  margin: 5% 0 0 49%;
  padding: 36px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-headline {
    width: 81.6vw;
    margin: 6.9333333333vw 0 0;
    padding: 5.8666666667vw 0 5.3333333333vw;
    background: rgba(255, 255, 255, 0.8);
  }
}
.hatachidori2025 .mv-headline img {
  max-width: 71.746%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-headline img {
    width: 61.8666666667vw;
    max-width: 100%;
  }
}
.hatachidori2025 .mv-check {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-check {
    padding: 0 5.3333333333vw;
  }
}
.hatachidori2025 .mv-check span {
  display: inline-block;
  background: #d08bad;
  padding: 20px 4em;
  border-radius: 30px/50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 900px) {
  .hatachidori2025 .mv-check span {
    padding: 20px 3em;
  }
}
@media screen and (max-width: 840px) {
  .hatachidori2025 .mv-check span {
    padding: 20px 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .mv-check span {
    padding: 3.2vw 2em;
    border-radius: 8vw/50%;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.hatachidori2025 .anchor-wrap {
  width: 100%;
  padding: 60px 20px 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-wrap {
    padding: 0;
  }
}
.hatachidori2025 .anchor-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0;
  background: #ede6ec;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-box {
    max-width: 100%;
    padding: 16vw 9.6vw 11.7333333333vw;
    border-radius: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hatachidori2025 .anchor-box dt {
  width: 31%;
  font-size: 30px;
  text-align: center;
  color: #806464;
  font-family: Inter, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-box dt {
    width: 100%;
    font-size: 4.5333333333vw;
    text-align: left;
  }
}
.hatachidori2025 .anchor-box dd {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-box dd {
    width: 100%;
  }
}
.hatachidori2025 .anchor-list {
  width: 100%;
}
.hatachidori2025 .anchor-item {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-item {
    width: 100%;
  }
}
.hatachidori2025 .anchor-item + .anchor-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-item + .anchor-item {
    margin-top: 2.6666666667vw;
  }
}
.hatachidori2025 .anchor-item a {
  display: block;
  width: 100%;
  background: #fff url(/assets/img/hatachidori/2025/icon_arrow_under.png) no-repeat right 20px center;
  background-size: 15px auto;
  padding: 12px 2em 12px 2em;
  border-radius: 10px;
  border: 2px solid #d3c0c0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-item a {
    background: #fff url(/assets/img/hatachidori/2025/icon_arrow_under.png) no-repeat right 3.7333333333vw center;
    background-size: 2.6666666667vw auto;
    padding: 3.2vw 5.3333333333vw 3.2vw 1.5em;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #d3c0c0;
    font-size: 4vw;
    line-height: 1.3;
  }
}
.hatachidori2025 .anchor-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .anchor-item a:hover {
    opacity: 1;
  }
}
.hatachidori2025 .about {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about {
    padding: 0;
  }
}
.hatachidori2025 .about-content-wrap {
  max-width: 1200px;
  margin: 84px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-content-wrap {
    max-width: 100%;
    margin: 0;
    padding: 14.9333333333vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hatachidori2025 .about-info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-info {
    width: 100%;
  }
}
.hatachidori2025 .about-headline {
  text-align: center;
}
.hatachidori2025 .about-headline img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-headline img {
    width: 73%;
  }
}
.hatachidori2025 .about-lead {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-lead {
    padding: 5.3333333333vw 0 0;
  }
}
.hatachidori2025 .about-lead .is-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-lead .is-text {
    font-size: 3.7333333333vw;
  }
}
.hatachidori2025 .about-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .about-image {
    width: 100%;
    padding-top: 9.6vw;
  }
}
.hatachidori2025 .about-image .is-image img {
  max-width: 100%;
}
.hatachidori2025 .reason {
  width: 100%;
  padding: 0 20px;
  background: linear-gradient(to bottom, #eeeedd 0%, #fff 94px, #fff 100%);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason {
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeedd), color-stop(12.5333333333vw, #fff), to(#fff));
    background: linear-gradient(to bottom, #eeeedd 0%, #fff 12.5333333333vw, #fff 100%);
    padding: 0;
  }
}
.hatachidori2025 .reason-headline {
  padding: 90px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-headline {
    padding: 17.6vw 8.2666666667vw 0;
  }
}
.hatachidori2025 .reason-headline img {
  max-width: 100%;
}
.hatachidori2025 .reason-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 84px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-list {
    max-width: 100%;
    margin: 0;
    padding: 14.9333333333vw 6.4vw 0;
  }
}
.hatachidori2025 .reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.5333333333vw solid #cda5b9;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5ecf1), color-stop(56vw, #f5ecf1), color-stop(56vw, #fff));
    background: linear-gradient(to top, #f5ecf1 0%, #f5ecf1 56vw, #fff 56vw);
  }
}
.hatachidori2025 .reason-item + .reason-item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item + .reason-item {
    margin-top: 21.3333333333vw;
  }
}
.hatachidori2025 .reason-item:nth-of-type(2n) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-image {
    border-radius: 0;
  }
}
.hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-headline:after {
  left: -32px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(2n) .reason-item-headline:after {
    left: -3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(2) {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5ecf1), color-stop(29.3333333333vw, #f5ecf1), color-stop(29.3333333333vw, #fff));
    background: linear-gradient(to top, #f5ecf1 0%, #f5ecf1 29.3333333333vw, #fff 29.3333333333vw);
  }
}
.hatachidori2025 .reason-item:nth-of-type(2) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason02.png);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(2) .reason-item-image .is-image {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(3) {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5ecf1), color-stop(34.6666666667vw, #f5ecf1), color-stop(34.6666666667vw, #fff));
    background: linear-gradient(to top, #f5ecf1 0%, #f5ecf1 34.6666666667vw, #fff 34.6666666667vw);
  }
}
.hatachidori2025 .reason-item:nth-of-type(3) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason03.png);
}
.hatachidori2025 .reason-item:nth-of-type(4) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason04.png);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(5) {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5ecf1), color-stop(69.3333333333vw, #f5ecf1), color-stop(69.3333333333vw, #fff));
    background: linear-gradient(to top, #f5ecf1 0%, #f5ecf1 69.3333333333vw, #fff 69.3333333333vw);
  }
}
.hatachidori2025 .reason-item:nth-of-type(5) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason05.png);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(6) {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5ecf1), color-stop(32.5333333333vw, #f5ecf1), color-stop(32.5333333333vw, #fff));
    background: linear-gradient(to top, #f5ecf1 0%, #f5ecf1 32.5333333333vw, #fff 32.5333333333vw);
  }
}
.hatachidori2025 .reason-item:nth-of-type(6) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason06.png);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(6) .reason-item-image {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(6) .reason-item-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 3.2vw;
    top: 8.5333333333vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    background: url(/assets/img/hatachidori/2025/sp_reason_item06_add.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(7) {
    background: none;
    padding-bottom: 24vw;
  }
}
.hatachidori2025 .reason-item:nth-of-type(7) .reason-item-headline:after {
  background-image: url(/assets/img/hatachidori/2025/ballon_reason07.png);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(7) .reason-item-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(7) .reason-item-info {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item:nth-of-type(7) .reason-item-annotation {
    position: absolute;
    left: 0;
    bottom: 4.8vw;
    padding: 0 5.3333333333vw;
  }
}
.hatachidori2025 .reason-item-headline {
  position: relative;
  padding: 0 28px 0 70px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-headline {
    padding: 11.2vw 6.9333333333vw 0;
  }
}
.hatachidori2025 .reason-item-headline:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: -88px;
  width: 136px;
  height: 80px;
  background-image: url(/assets/img/hatachidori/2025/ballon_reason01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
  .hatachidori2025 .reason-item-headline:after {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-headline:after {
    left: -3.2vw;
    top: -6.9333333333vw;
    width: 25.3333333333vw;
    height: 14.4vw;
  }
}
.hatachidori2025 .reason-item-headline img {
  max-width: 100%;
}
.hatachidori2025 .reason-item-lead {
  padding: 30px 3em 0 70px;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-lead {
    padding: 2.6666666667vw 6.9333333333vw 0;
  }
}
.hatachidori2025 .reason-item-lead .is-text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-lead .is-text {
    font-size: 3.2vw;
  }
}
.hatachidori2025 .reason-item-annotation {
  padding: 28px 3em 0 70px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-annotation {
    padding: 2.6666666667vw 6.9333333333vw 0;
  }
}
.hatachidori2025 .reason-item-annotation .is-text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-annotation .is-text {
    font-size: 2.1333333333vw;
  }
}
.hatachidori2025 .reason-item-image {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-image {
    border-radius: 0;
    padding: 4.2666666667vw 6.4vw 0;
    margin-bottom: -10.6666666667vw;
    overflow: initial;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .reason-item-image .is-image {
    text-align: center;
    border-radius: 4vw;
    overflow: hidden;
  }
}
.hatachidori2025 .conversion {
  width: 100%;
  padding: 100px 20px 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion {
    padding: 10.6666666667vw 3.2vw 0;
  }
}
.hatachidori2025 .conversion-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 36px;
  border-radius: 20px;
  position: relative;
  background-image: url(/assets/img/hatachidori/2025/conv_bg_left_pc.png), url(/assets/img/hatachidori/2025/conv_bg_right_pc.png);
  background-position: bottom 20px left, top 16px right;
  background-repeat: no-repeat, no-repeat;
  background-color: #f3e6e6;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-wrap {
    max-width: 100%;
    padding: 7.4666666667vw 0 8.5333333333vw;
    border-radius: 2.6666666667vw;
    background-image: url(/assets/img/hatachidori/2025/conv_bg_left_sp.png), url(/assets/img/hatachidori/2025/conv_bg_right_sp.png);
    background-position: bottom 3.2vw left, top 3.2vw right;
    background-size: 24.8vw 11.4666666667vw, 26.5333333333vw 12.1333333333vw;
  }
}
.hatachidori2025 .conversion-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: -20px;
  width: 311px;
  height: 93px;
  background: url(/assets/img/hatachidori/2025/icon_reservation.svg) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-wrap:after {
    left: -2.6666666667vw;
    top: -1.8666666667vw;
    width: 58.9333333333vw;
    height: 17.6vw;
    z-index: 1;
  }
}
.hatachidori2025 .conversion-headline {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-headline {
    padding-top: 10.6666666667vw;
  }
}
.hatachidori2025 .conversion-headline img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-headline img {
    width: 73.0666666667vw;
  }
}
.hatachidori2025 .conversion-headline + .conversion-list {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-headline + .conversion-list {
    padding-top: 5.3333333333vw;
  }
}
.hatachidori2025 .conversion-list {
  width: 100%;
  padding: 16px 15% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-list {
    padding: 5.3333333333vw 6.4vw 0;
    gap: 0;
  }
}
.hatachidori2025 .conversion-item {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item + .conversion-item {
    margin-top: 2.6666666667vw;
  }
}
.hatachidori2025 .conversion-item a {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #b68ca1;
  border-radius: 10px;
  padding: 24px 0;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
  color: #390808;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 1200px) {
  .hatachidori2025 .conversion-item a {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item a {
    padding: 3.2vw 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0.025em;
  }
}
.hatachidori2025 .conversion-item a:hover {
  background: #b68ca1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item a:hover {
    background: #fff;
    color: #390808;
  }
}
.hatachidori2025 .conversion-item.bg-brown a {
  background: #492525;
  border: 2px solid #492525;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item.bg-brown a {
    padding: 5.3333333333vw 0;
  }
}
.hatachidori2025 .conversion-item.bg-brown a:hover {
  background: #fff;
  color: #492525;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .conversion-item.bg-brown a:hover {
    background: #492525;
    color: #fff;
  }
}
.hatachidori2025 .conversion-item.is-full {
  width: 100%;
}
.hatachidori2025 .message {
  width: 100%;
  height: 506px;
  margin-top: 120px;
  padding: 0 20px;
  background: #1c0302 url(/assets/img/hatachidori/2025/message_bg_pc.webp) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message {
    height: 135.2vw;
    margin-top: 10.6666666667vw;
    padding: 0;
    background: #1c0302 url(/assets/img/hatachidori/2025/message_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
.hatachidori2025 .message-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message-wrap {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hatachidori2025 .message-content {
  width: 50%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message-content {
    width: 100%;
    margin: 0;
  }
}
.hatachidori2025 .message-headline {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message-headline {
    padding: 11.7333333333vw 16vw 0;
  }
}
.hatachidori2025 .message-headline img {
  max-width: 100%;
}
.hatachidori2025 .message-lead {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message-lead {
    padding: 3.7333333333vw 0 0;
  }
}
.hatachidori2025 .message-lead .is-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .message-lead .is-text {
    font-size: 2.6666666667vw;
  }
}
.hatachidori2025 .voice {
  width: 100%;
  padding: 0 20px 100px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice {
    padding: 0 0 13.3333333333vw;
  }
}
.hatachidori2025 .voice .swiper-pagination-bullet {
  background: #e7d4dd;
  opacity: 1;
}
.hatachidori2025 .voice .swiper-pagination-bullet-active {
  background: #583435;
  opacity: 1;
}
.hatachidori2025 .voice-headline {
  padding: 125px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-headline {
    padding: 9.6vw 26.4vw 0;
  }
}
.hatachidori2025 .voice-headline img {
  max-width: 100%;
}
.hatachidori2025 .voice-wrap-outer {
  max-width: 1280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-wrap-outer {
    max-width: 100%;
    margin: 6.9333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-wrap-outer .slide-attention-prev,
  .hatachidori2025 .voice-wrap-outer .slide-attention-next {
    display: none;
  }
}
.hatachidori2025 .voice-wrap {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-wrap {
    max-width: 100%;
  }
}
.hatachidori2025 .voice-item {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
          box-shadow: 3px 3px 8px 2px rgba(1, 1, 1, 0.2);
  background: transparent;
  width: calc(100% - 15px);
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-item {
    border-radius: 2.6666666667vw;
    width: 100%;
  }
}
.hatachidori2025 .voice-item-image {
  width: 100%;
  text-align: center;
}
.hatachidori2025 .voice-item-image img {
  max-width: 100%;
}
.hatachidori2025 .voice-item-lead {
  padding: 24px 52px 32px;
}
@media screen and (max-width: 1200px) {
  .hatachidori2025 .voice-item-lead {
    padding: 24px 1.5em 32px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-item-lead {
    padding: 4.8vw 6.4vw 3.7333333333vw;
  }
}
.hatachidori2025 .voice-item-lead .is-text {
  min-height: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-item-lead .is-text {
    min-height: 22.4vw;
    font-size: 3.7333333333vw;
  }
}
.hatachidori2025 .voice-item-lead .is-who {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-item-lead .is-who {
    font-size: 2.6666666667vw;
  }
}
.hatachidori2025 .voice-pager-box {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .voice-pager-box {
    margin-top: 5.3333333333vw;
  }
}
.hatachidori2025 .plan {
  width: 100%;
  padding: 0 20px;
  background: url(/assets/img/hatachidori/2025/plan_bg_pc.webp) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan {
    padding: 0;
    background: url(/assets/img/hatachidori/2025/plan_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
.hatachidori2025 .plan-headline {
  padding: 140px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-headline {
    padding: 24vw 16.6666666667vw 0;
  }
}
.hatachidori2025 .plan-headline img {
  max-width: 100%;
}
.hatachidori2025 .plan-lead {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-lead {
    padding: 4.8vw 12.2666666667vw 0;
  }
}
.hatachidori2025 .plan-lead .is-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-lead .is-text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.hatachidori2025 .plan-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-list {
    max-width: 100%;
    padding: 8.5333333333vw 6.4vw 0;
  }
}
.hatachidori2025 .plan-item {
  position: relative;
}
.hatachidori2025 .plan-item + .plan-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item + .plan-item {
    margin-top: 13.3333333333vw;
  }
}
.hatachidori2025 .plan-item.plan03 .plan-item-image:before, .hatachidori2025 .plan-item.plan03 .plan-item-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 113px;
  height: 112px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:before, .hatachidori2025 .plan-item.plan03 .plan-item-image:after {
    width: 18.2666666667vw;
    height: 18.1333333333vw;
  }
}
.hatachidori2025 .plan-item.plan03 .plan-item-image:before {
  left: -40px;
  top: 30px;
  background-image: url(/assets/img/hatachidori/2025/plan03_add_left.png);
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:before {
    left: calc(50% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:before {
    left: -4.2666666667vw;
    top: 10.6666666667vw;
  }
}
.hatachidori2025 .plan-item.plan03 .plan-item-image:after {
  right: -40px;
  top: 25px;
  background-image: url(/assets/img/hatachidori/2025/plan03_add_right.png);
}
@media screen and (max-width: 1300px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:after {
    right: -18px;
  }
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:after {
    right: calc(50% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item.plan03 .plan-item-image:after {
    right: -6.4vw;
    top: 11.7333333333vw;
  }
}
.hatachidori2025 .plan-item.plan03 .plan-content-item.icon-fullset {
  min-width: 335px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item.plan03 .plan-content-item.icon-fullset {
    min-width: 100%;
  }
}
.hatachidori2025 .plan-item-headline {
  padding-left: 20px;
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-item-headline {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-headline {
    padding: 0 3.7333333333vw;
  }
}
.hatachidori2025 .plan-item-headline img {
  max-width: 100%;
}
.hatachidori2025 .plan-price {
  max-width: 609px;
  margin: 0 auto 0 40px;
  padding-top: 14px;
  font-size: 46px;
  text-align: center;
  color: #d08bad;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-price {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-price {
    max-width: 100%;
    margin: 0;
    padding-top: 2.6666666667vw;
    font-size: 7.2vw;
  }
}
.hatachidori2025 .plan-price small {
  font-size: 20px;
  color: #d08bad;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-price small {
    font-size: 3.2vw;
  }
}
.hatachidori2025 .plan-price-annotation {
  max-width: 609px;
  margin: 0 auto 0 40px;
  font-size: 12px;
  color: #583435;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-price-annotation {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-price-annotation {
    font-size: 2.4vw;
    line-height: 1.6;
  }
}
.hatachidori2025 .plan-item-image {
  position: absolute;
  right: 0;
  top: 60px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .hatachidori2025 .plan-item-image {
    width: 44%;
    top: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-item-image {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-image {
    position: relative;
    right: initial;
    top: initial;
    padding-top: 2.6666666667vw;
  }
}
.hatachidori2025 .plan-item-image img {
  display: inline-block;
  border-radius: 20px;
  max-width: 100%;
  -webkit-box-shadow: 13px 16px 0px 1px #390808;
          box-shadow: 13px 16px 0px 1px #390808;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-image img {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.6vw 2.1333333333vw 0px 1px #390808;
            box-shadow: 1.6vw 2.1333333333vw 0px 1px #390808;
  }
}
.hatachidori2025 .plan-item-content {
  width: 55%;
  margin: 44px auto 0 0;
  padding: 20px 0 30px;
  background: #ede6ec;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .hatachidori2025 .plan-item-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content {
    width: 100%;
    margin: 8vw auto 0 0;
    padding: 3.7333333333vw 0 5.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.hatachidori2025 .plan-item-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-bottom: 24px solid #ede6ec;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content:after {
    margin-left: -2.6666666667vw;
    border: 2.6666666667vw solid transparent;
    border-bottom: 4.2666666667vw solid #ede6ec;
  }
}
.hatachidori2025 .plan-item-content dt {
  padding: 0 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content dt {
    padding: 0 9.0666666667vw;
    font-size: 4vw;
  }
}
.hatachidori2025 .plan-item-content dt span {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #583435;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content dt span {
    padding-bottom: 1.6vw;
    border-bottom: 0.5333333333vw solid #583435;
  }
}
.hatachidori2025 .plan-item-content dd {
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content dd {
    padding: 2.6666666667vw 9.6vw 0;
  }
}
.hatachidori2025 .plan-item-content dd.is-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .hatachidori2025 .plan-item-content dd.is-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content dd.is-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 4.2666666667vw;
  }
}
.hatachidori2025 .plan-item-content.is-location {
  width: 52%;
  margin: 44px auto 0 10px;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .plan-item-content.is-location {
    margin: 44px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content.is-location {
    width: 100%;
    margin: 8vw auto 0 0;
  }
}
.hatachidori2025 .plan-item-content.is-location:after {
  border-bottom: 24px solid #fff;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-content.is-location:after {
    border-bottom: 4.2666666667vw solid #fff;
  }
}
.hatachidori2025 .plan-item-content.is-location .plan-content-item:before {
  background: #f5eee6;
}
@media screen and (max-width: 1200px) {
  .hatachidori2025 .plan-content-list {
    width: 100%;
  }
}
.hatachidori2025 .plan-content-item {
  height: 70px;
  padding-left: 70px;
  min-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item {
    width: 100%;
    height: 10.1333333333vw;
    padding-left: 10.6666666667vw;
    min-width: 0;
    font-size: 3.7333333333vw;
    line-height: 1.3;
  }
}
.hatachidori2025 .plan-content-item small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item small {
    font-size: 3.3333333333vw;
  }
}
.hatachidori2025 .plan-content-item:before, .hatachidori2025 .plan-content-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item:before, .hatachidori2025 .plan-content-item:after {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.hatachidori2025 .plan-content-item:before {
  top: calc(50% - 27px);
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item:before {
    top: calc(50% - 3.6vw);
  }
}
.hatachidori2025 .plan-content-item:after {
  background-position: center center;
  background-repeat: no-repeat;
}
.hatachidori2025 .plan-content-item.icon-fullset {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-fullset {
    width: 100%;
  }
}
.hatachidori2025 .plan-content-item.icon-fullset:after {
  top: 4px;
  background-image: url(/assets/img/hatachidori/2025/icon_fullset.png);
  background-size: 45px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-fullset:after {
    top: 1.0666666667vw;
    background-size: 6vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-hairset:after {
  top: 6px;
  background-image: url(/assets/img/hatachidori/2025/icon_hairset.png);
  background-size: 34px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-hairset:after {
    top: 1.6vw;
    background-size: 4.5333333333vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-make:after {
  top: 6px;
  background-image: url(/assets/img/hatachidori/2025/icon_make.png);
  background-size: 35px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-make:after {
    top: 1.6vw;
    background-size: 4.6666666667vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-kimono:after {
  top: 8px;
  background-image: url(/assets/img/hatachidori/2025/icon_kimono.png);
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-kimono:after {
    top: 2.1333333333vw;
    background-size: 4vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-camera:after {
  top: 8px;
  background-image: url(/assets/img/hatachidori/2025/icon_camera.png);
  background-size: 31px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-camera:after {
    top: 1.6vw;
    background-size: 4.1333333333vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-book:after {
  top: 8px;
  background-image: url(/assets/img/hatachidori/2025/icon_book.png);
  background-size: 34px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-book:after {
    top: 1.6vw;
    background-size: 4.5333333333vw auto;
  }
}
.hatachidori2025 .plan-content-item.icon-wear:after {
  top: 8px;
  background-image: url(/assets/img/hatachidori/2025/icon_wear.png);
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-item.icon-wear:after {
    top: 1.6vw;
    background-size: 4vw auto;
  }
}
.hatachidori2025 .plan-content-lead {
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-lead {
    padding: 2.1333333333vw 0 0;
  }
}
.hatachidori2025 .plan-content-lead .is-annotation {
  font-size: 12px;
  color: #583435;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-content-lead .is-annotation {
    font-size: 2.4vw;
    line-height: 1.6;
  }
}
.hatachidori2025 .plan-item-lead {
  padding: 20px 28px 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-lead {
    padding: 3.2vw 5.3333333333vw 0;
  }
}
.hatachidori2025 .plan-item-lead .is-text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-lead .is-text {
    font-size: 3.7333333333vw;
  }
}
.hatachidori2025 .plan-item-lead .is-text b {
  color: #a41010;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-lead .is-text + .is-annotation {
    padding-top: 2.6666666667vw;
  }
}
.hatachidori2025 .plan-item-lead .is-annotation {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .plan-item-lead .is-annotation {
    font-size: 2.4vw;
  }
}
.hatachidori2025 .location-plan {
  width: 100%;
  padding: 0 20px 100px;
  margin-top: 100px;
  background: #f5f2e9 url(/assets/img/hatachidori/2025/location_ph_bg_pc.webp) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan {
    padding: 0 6.4vw 10.1333333333vw;
    margin-top: 13.3333333333vw;
    background: #f5f2e9 url(/assets/img/hatachidori/2025/location_ph_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
  }
}
.hatachidori2025 .location-plan .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.hatachidori2025 .location-plan .swiper-pagination-bullet-active {
  background: #583435;
  opacity: 1;
}
.hatachidori2025 .location-plan-headline {
  padding: 140px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-headline {
    padding: 19.7333333333vw 0 0;
  }
}
.hatachidori2025 .location-plan-headline img {
  max-width: 100%;
}
.hatachidori2025 .location-plan-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .location-plan-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-list {
    max-width: 100%;
    padding: 7.4666666667vw 0 0;
  }
}
.hatachidori2025 .location-plan-item + .location-plan-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-item + .location-plan-item {
    margin-top: 12.2666666667vw;
  }
}
.hatachidori2025 .location-name {
  width: 100%;
  text-align: center;
}
.hatachidori2025 .location-name span {
  display: inline-block;
  padding: 5px 3em;
  background: #d39032;
  border-radius: 25px/50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-name span {
    padding: 1.3333333333vw 4em;
    border-radius: 4.2666666667vw/50%;
    font-size: 3.2vw;
  }
}
.hatachidori2025 .location-plan-content-wrap {
  position: relative;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-content-wrap {
    margin-top: 5.3333333333vw;
  }
}
.hatachidori2025 .location-plan-item-headline {
  padding-left: 16px;
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .location-plan-item-headline {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-item-headline {
    padding-left: 0;
  }
}
.hatachidori2025 .location-plan-item-headline img {
  max-width: 100%;
}
.hatachidori2025 .location-plan-image-wrap {
  position: absolute;
  right: 0;
  top: 60px;
  width: 43.333%;
  /*左右スライダの位置調整*/
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .location-plan-image-wrap {
    position: relative;
    right: initial;
    top: initial;
    margin: 0 auto;
    width: 518px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-image-wrap {
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    padding: 8vw 0 0;
  }
}
.hatachidori2025 .location-plan-image-wrap .slide-attention-prev,
.hatachidori2025 .location-plan-image-wrap .slide-attention-next {
  top: 220px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-image-wrap .slide-attention-prev,
  .hatachidori2025 .location-plan-image-wrap .slide-attention-next {
    top: 45.3333333333vw;
  }
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .location-plan-image-wrap .slide-attention-prev {
    left: -30px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 767px) {
  .hatachidori2025 .location-plan-image-wrap .slide-attention-prev {
    left: -3.7333333333vw;
  }
}
.hatachidori2025 .location-plan-image-wrap .slide-attention-next {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-image-wrap .slide-attention-next {
    right: -2.6666666667vw;
  }
}
.hatachidori2025 .location-slide-wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-slide-image {
    padding-right: 2.6666666667vw;
  }
}
.hatachidori2025 .location-slide-image img {
  display: inline-block;
  border-radius: 20px;
  max-width: 100%;
  -webkit-box-shadow: 13px 16px 0px 1px #390808;
          box-shadow: 13px 16px 0px 1px #390808;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-slide-image img {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.6vw 2.1333333333vw 0px 1px #390808;
            box-shadow: 1.6vw 2.1333333333vw 0px 1px #390808;
  }
}
.hatachidori2025 .location-pager-box {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-pager-box {
    margin-top: 8vw;
  }
}
.hatachidori2025 .location-plan-lead {
  width: 45%;
  margin-left: 56px;
  padding: 24px 0 0;
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .location-plan-lead {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-lead {
    width: 100%;
    margin-left: 0;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
.hatachidori2025 .location-plan-lead .is-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .location-plan-lead .is-text {
    font-size: 3.7333333333vw;
  }
}
.hatachidori2025 .location-plan-lead .is-text span {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5ea8f), color-stop(50%, #f5ea8f), to(#f5ea8f));
  background: linear-gradient(to bottom, #f5ea8f 0%, #f5ea8f 50%, #f5ea8f 100%);
}
.hatachidori2025 .flow {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow {
    padding: 0 6.4vw;
  }
}
.hatachidori2025 .flow-headline {
  padding-top: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-headline {
    padding-top: 13.3333333333vw;
  }
}
.hatachidori2025 .flow-headline img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-headline img {
    width: 47.2vw;
  }
}
.hatachidori2025 .flow-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-content {
    max-width: 100%;
    padding: 11.2vw 0 0;
  }
}
.hatachidori2025 .flow-content .flow-wrap.is-on {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-content .flow-wrap.is-on {
    padding-top: 10.6666666667vw;
  }
}
.hatachidori2025 .flow-content .flow-wrap.is-on dt {
  background: #d08bad;
  color: #fff;
}
.hatachidori2025 .flow-content .flow-wrap dt {
  width: 100%;
  border: 4px solid #390808;
  background: #f6f4f4;
  padding: 15px 0;
  -webkit-box-shadow: 13px 13px 0px 1px #390808;
          box-shadow: 13px 13px 0px 1px #390808;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-content .flow-wrap dt {
    border: 0.5333333333vw solid #390808;
    padding: 2.1333333333vw 0;
    -webkit-box-shadow: 1.6vw 1.6vw 0px 1px #390808;
            box-shadow: 1.6vw 1.6vw 0px 1px #390808;
    font-size: 4.5333333333vw;
  }
}
.hatachidori2025 .flow-content .flow-wrap dd {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-content .flow-wrap dd {
    padding-top: 10.6666666667vw;
  }
}
.hatachidori2025 .flow-list {
  width: 100%;
}
.hatachidori2025 .flow-item {
  position: relative;
  background: url(/assets/img/hatachidori/2025/step_bg_pc.png);
  padding: 60px 42% 0 76px;
  min-height: 300px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item {
    background: url(/assets/img/hatachidori/2025/step_bg_sp.png);
    background-size: 4.8vw;
    padding: 9.6vw 8vw 4.2666666667vw;
    min-height: 0;
    margin-bottom: 9.6vw;
  }
}
.hatachidori2025 .flow-item:before, .hatachidori2025 .flow-item:after {
  content: "";
  display: block;
  position: absolute;
}
.hatachidori2025 .flow-item:before {
  left: 25px;
  top: -25px;
  width: 127px;
  height: 54px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item:before {
    left: 4vw;
    top: -5.3333333333vw;
    width: 30.6666666667vw;
    height: 12.6666666667vw;
  }
}
.hatachidori2025 .flow-item:after {
  top: calc(100% + 15px);
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #d08bad;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item:after {
    top: calc(100% + 4vw);
    margin-left: -4vw;
    border: 4vw solid transparent;
    border-top: 2.6666666667vw solid #d08bad;
  }
}
.hatachidori2025 .flow-item.is-step01:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step01.svg);
}
.hatachidori2025 .flow-item.is-step02:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step02.svg);
}
.hatachidori2025 .flow-item.is-step03:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step03.svg);
}
.hatachidori2025 .flow-item.is-step04:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step04.svg);
}
.hatachidori2025 .flow-item.is-step05:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step05.svg);
}
.hatachidori2025 .flow-item.is-step06:before {
  background-image: url(/assets/img/hatachidori/2025/icon_step06.svg);
}
.hatachidori2025 .flow-item.is-step06:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.hatachidori2025 .flow-item-headline {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item-headline {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.hatachidori2025 .flow-item-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 36.666%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item-image {
    position: relative;
    right: initial;
    top: initial;
    padding-top: 5.3333333333vw;
    width: 100%;
  }
}
.hatachidori2025 .flow-item-image img {
  max-width: 100%;
}
.hatachidori2025 .flow-item-lead {
  padding: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item-lead {
    padding: 4.2666666667vw 0 0;
  }
}
.hatachidori2025 .flow-item-lead .is-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .flow-item-lead .is-text {
    font-size: 3.2vw;
  }
}
.hatachidori2025 .other {
  width: 100%;
  padding: 80px 20px 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other {
    padding: 10.6666666667vw 0 0;
  }
}
.hatachidori2025 .other-content {
  max-width: 1440px;
  margin: 0 auto;
  background: #f3f3f2;
  padding: 0 8% 80px;
}
@media screen and (max-width: 1240px) {
  .hatachidori2025 .other-content {
    padding: 0 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-content {
    max-width: 100%;
    padding: 0 6.4vw 16vw;
  }
}
.hatachidori2025 .other-headline {
  padding-top: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-headline {
    padding-top: 12.2666666667vw;
  }
}
.hatachidori2025 .other-headline img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-headline img {
    width: 77.7333333333vw;
  }
}
.hatachidori2025 .other-list {
  width: 100%;
  padding: 68px 0 0;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-list {
    padding: 7.4666666667vw 0 0;
  }
}
.hatachidori2025 .other-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hatachidori2025 .other-item + .other-item {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item + .other-item {
    margin-top: 13.3333333333vw;
  }
}
.hatachidori2025 .other-item:nth-of-type(2n) .other-item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item:nth-of-type(2n) .other-item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hatachidori2025 .other-item-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hatachidori2025 .other-item-image img {
  display: inline-block;
  border-radius: 20px;
  max-width: 100%;
  -webkit-box-shadow: 12px 14px 0px 1px #390808;
          box-shadow: 12px 14px 0px 1px #390808;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-image img {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 1.6vw 1.8666666667vw 0px 1px #390808;
            box-shadow: 1.6vw 1.8666666667vw 0px 1px #390808;
  }
}
.hatachidori2025 .other-item-info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.hatachidori2025 .other-item-headline {
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-headline {
    padding: 5.8666666667vw 5.3333333333vw 0;
  }
}
.hatachidori2025 .other-item-headline img {
  max-width: 100%;
}
.hatachidori2025 .other-item-btn {
  padding: 40px 0 0;
  max-width: 55.55%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-btn {
    padding: 5.3333333333vw 5.3333333333vw 0;
    max-width: 100%;
  }
}
.hatachidori2025 .other-item-btn a {
  display: inline-block;
  width: 100%;
  background: #492525;
  border-radius: 10px;
  border: 1px solid #492525;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-btn a {
    border-radius: 2.6666666667vw;
    padding: 3.2vw 0;
    font-size: 4vw;
  }
}
.hatachidori2025 .other-item-btn a:hover {
  background: #fff;
  color: #492525;
}
@media screen and (max-width: 767px) {
  .hatachidori2025 .other-item-btn a:hover {
    background: #492525;
    color: #fff;
  }
}