@charset "UTF-8";
/*
function,breakpoint,英文などの特殊フォントの関数
*/
/*英語フォント*/
.p-home-managers-slide__name-en {
  font-family: var(--en-font);
  font-weight: 500;
  font-style: normal;
  font-display: optional;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

/*
mixinの設定
フォントサイズや、レスポンシブデザインの設定を行う
*/
/*------------------------------------------------------
  ファーストビュー（スライド以外）
-------------------------------------------------------*/
.p-fv-header__logo {
  margin: 9.8630136986vw auto 4.1095890411vw;
  width: 31.5068493151vw;
  max-width: 200px;
}
@media print, screen and (min-width:768px) {
  .p-fv-header__logo {
    margin: 85px auto 10px;
    width: min(246px, 19.21875vw);
    max-width: unset;
  }
}

.p-fv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-fv__copy {
  margin-bottom: 1em;
  font-size: max(10px, 3.2876712329vw);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width:768px) {
  .p-fv__copy {
    /*PCのみ*/
    margin-bottom: 0;
    font-size: min(21px, 1.640625vw);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    position: absolute;
    top: 0;
    left: min(132px, 10.3125vw);
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
}

/*-------------------------------------------------------
  ファーストビューのスライド
  ※JavaScriptの設定が必要
-------------------------------------------------------*/
.p-fv-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: calc(16px + 6.0273972603vw);
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
  /*ページネーション（ドットの部分）が必要なら設定*/
}
@media print, screen and (min-width:768px) {
  .p-fv-slide {
    margin: 0 auto;
    width: calc(100% - 2 * min(120px, 9.375vw));
    padding-bottom: 25px;
  }
}
.p-fv-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-fv-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-fv-slide__wrapper {
  position: relative;
}
.p-fv-slide__wrapper::before, .p-fv-slide__wrapper::after {
  display: none;
}
.p-fv-slide__img {
  overflow: hidden;
  width: 100%;
  height: 54.2465753425vw;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__img {
    height: 42.03125vw;
  }
}
.p-fv-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv-slide__img--no-image {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fv-slide__img--no-image img {
  width: 35%;
  height: 35%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__img--no-image img {
    width: 30%;
    height: 30%;
  }
}
.p-fv-slide__textarea {
  text-align: left;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__textarea {
    position: absolute;
    bottom: 5.7692307692%;
    left: 2.9807692308%;
  }
}
.p-fv-slide__textarea a {
  display: block;
  overflow: visible;
}
.p-fv-slide__title {
  margin-top: -1em;
  margin-bottom: 1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.3835616438vw;
  font-weight: bold;
  line-height: 2.0625;
  /*行ごとに入れたspanタグ*/
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__title {
    margin-bottom: 0.35em;
    font-size: min(24px, 2.3076923077vw);
  }
}
.p-fv-slide__title .row {
  background-color: var(--color-main);
  padding: 0.18em 1rem;
}
.p-fv-slide__shop {
  display: inline-block;
  margin-right: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8356164384vw;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__shop {
    display: block;
    font-size: min(14px, 1.3461538462vw);
    background-color: #fff;
    padding: 0.08em 1rem;
  }
}
.p-fv-slide__manager {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.1095890411vw;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__manager {
    display: block;
    font-size: min(14px, 1.3461538462vw);
    background-color: #fff;
    padding: 0.08em 1rem;
    margin-top: 0.3em;
  }
}
.p-fv-slide__time {
  display: block;
  font-size: max(10px, 3.2876712329vw);
  font-weight: 500;
  color: #767676;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .p-fv-slide__time {
    margin-top: 1em;
    margin-left: 0.5rem;
    font-size: min(11px, 1.0576923077vw);
    color: #fff;
  }
}
.p-fv-slide .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-fv-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #c4c4c4;
  opacity: 1;
  -webkit-transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  border-radius: 5px;
}
@media only screen and (max-width:767px) {
  .p-fv-slide .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
}
.p-fv-slide .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.8rem;
}
.p-fv-slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
  width: 35px;
}

.p-home-managers {
  position: relative;
  overflow: hidden;
  margin-top: 21.9178082192vw;
  padding-bottom: 36.4383561644vw;
}
@media print, screen and (min-width:768px) {
  .p-home-managers {
    margin-top: 30px;
    padding-bottom: 55px;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-managers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:767px) {
  .p-home-managers__link {
    position: absolute;
    bottom: 13.1506849315vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 16.4383561644vw);
    margin: auto;
  }
}
@media only screen and (max-width:767px) and (min-width:1280px) {
  .p-home-managers__link {
    width: calc(100% - 200px);
    max-width: 1472px;
  }
}

.p-home-managers-slide {
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
}
@media print, screen and (min-width:768px) {
  .p-home-managers-slide {
    margin-top: min(40px, 3.8461538462vw);
  }
}
.p-home-managers-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-home-managers-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-home-managers-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .p-home-managers-slide__wrapper {
    display: contents;
  }
}
.p-home-managers-slide__textarea {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  inset: 0; /* top right bottom left */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 40%;
  padding-left: 18%;
  text-align: left;
  color: #fff;
  z-index: 1;
}
.p-home-managers-slide__bg {
  position: absolute;
  inset: 0; /* top right bottom left */
  width: 100%;
  height: 100%;
  background: var(--color-main);
  border-radius: 50%;
  opacity: 0.8;
  z-index: 0;
}
.p-home-managers-slide__name {
  position: relative;
  font-size: min(15px, 1.4423076923vw);
  line-height: 1.8;
  font-weight: bold;
}
.p-home-managers-slide__name-en {
  position: relative;
  font-size: min(11px, 1.0576923077vw);
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.p-home-managers-slide__shop {
  position: relative;
  font-size: min(12px, 1.1538461538vw);
  line-height: 1.3333333333;
  font-weight: bold;
  margin-top: 0.2em;
}
.p-home-managers-slide__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-home-managers-slide__inner img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
}
.p-home-managers-slide__inner::before {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: url(../../dist/img//common/manager_decoration.svg) no-repeat top left/contain;
}
.p-home-managers-slide__inner:hover {
  opacity: 1;
}
.p-home-managers-slide__inner:hover::before {
  opacity: 1;
}
.p-home-managers-slide__inner:hover .p-home-managers-slide__textarea {
  opacity: 1;
}
.p-home-managers-slide .swiper-button-prev,
.p-home-managers-slide .swiper-button-next {
  text-indent: -9999px;
  width: 30px;
  height: 62px;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-home-managers-slide .swiper-button-prev,
  .p-home-managers-slide .swiper-button-next {
    top: 34.2465753425vw;
  }
}
.p-home-managers-slide .swiper-button-prev.swiper-button-disabled,
.p-home-managers-slide .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
}
.p-home-managers-slide .swiper-button-prev {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.p-home-managers-slide .swiper-button-prev::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
}
.p-home-managers-slide .swiper-button-next {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.p-home-managers-slide .swiper-button-next::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.p-home-features {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  position: relative;
  padding-top: 12.3287671233vw;
  padding-bottom: 36.4383561644vw;
  background-color: var(--color-main);
}
@media print, screen and (min-width:768px) {
  .p-home-features {
    padding-top: 50px;
    padding-bottom: 68px;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-features__wrapper {
    margin-top: min(30px, 2.8846153846vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-home-features__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width:768px) {
  .p-home-features__title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-home-features__title .main {
  line-height: 1;
}
.p-home-features__title .sub {
  display: block;
  font-size: max(10px, 4.1095890411vw);
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
  .p-home-features__title .sub {
    margin-left: 1.2em;
    font-size: min(13px, 1.25vw);
  }
}
@media only screen and (max-width:767px) {
  .p-home-features__link {
    position: absolute;
    bottom: 13.1506849315vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 16.4383561644vw);
    margin: auto;
  }
}
@media only screen and (max-width:767px) and (min-width:1280px) {
  .p-home-features__link {
    width: calc(100% - 200px);
    max-width: 1472px;
  }
}
.p-home-features__link a .text {
  color: inherit;
}

.p-home-features-slide {
  margin-top: 8.2191780822vw;
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
  /*ページネーション（ドットの部分）が必要なら設定*/
}
@media print, screen and (min-width:768px) {
  .p-home-features-slide {
    margin: 0;
    width: calc(100% - min(200px, 19.2307692308vw) - 3%);
  }
}
@media print, screen and (min-width:1280px) {
  .p-home-features-slide {
    width: calc(100% - min(240px, 13.9534883721vw) - 5%);
  }
}
.p-home-features-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-home-features-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-home-features-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.p-home-features-slide .swiper-pagination.swiper-pagination-bullets {
  top: 105.7534246575vw;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
  .p-home-features-slide .swiper-pagination.swiper-pagination-bullets {
    height: 18px;
  }
}
.p-home-features-slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  transition: width 0.5s cubic-bezier(0.35, 0.15, 0.02, 0.99);
  border-radius: 5px;
}
@media only screen and (max-width:767px) {
  .p-home-features-slide .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
}
.p-home-features-slide .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.8rem;
}
.p-home-features-slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
}

.p-home-features-card {
  color: inherit;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-home-features-card__img {
  margin-bottom: 14.7945205479vw;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 70.4109589041vw;
  aspect-ratio: 305/257;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__img {
    width: 40%;
    height: auto;
    aspect-ratio: 407/344;
    margin-bottom: 0;
    margin-right: 2%;
  }
}
@media print, screen and (min-width:1280px) {
  .p-home-features-card__img {
    width: min(407px, 29.0714285714vw);
  }
}
.p-home-features-card__img img {
  border-radius: 10px;
}
.p-home-features-card__body {
  text-align: left;
  color: inherit;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__body {
    width: 58%;
  }
}
@media print, screen and (min-width:1280px) {
  .p-home-features-card__body {
    width: calc(100% - min(407px, 29.0714285714vw) - 2%);
  }
}
.p-home-features-card__body a {
  color: inherit;
}
@media only screen and (max-width:767px) {
  .p-home-features-card__body > a {
    pointer-events: none;
  }
}
.p-home-features-card__sub-title {
  position: relative;
  font-size: 4.1095890411vw;
  font-weight: 500;
  letter-spacing: 0.37em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #fff solid 1px;
  border-left: #fff solid 1px;
  padding: 0 1em 0.3em 0.8em;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__sub-title {
    margin-bottom: 1em;
    font-size: min(14px, 1.3461538462vw);
    display: inline-block;
    margin-right: 0.6em;
  }
}
.p-home-features-card__sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  background-color: #fff;
}
.p-home-features-card__time {
  display: block;
  font-size: 3.5616438356vw;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__time {
    font-size: clamp(10px, 1.0576923077vw, 11px);
  }
}
.p-home-features-card__shops {
  margin-bottom: 0.8em;
  font-size: 3.5616438356vw;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__shops {
    font-size: clamp(10px, 1.25vw, 13px);
  }
}
.p-home-features-card__title {
  margin-bottom: 0.75em;
  color: #000;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.2054794521vw;
  font-weight: bold;
  line-height: 2.0526315789;
  /*行ごとに入れたspanタグ*/
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__title {
    margin-bottom: 0.35em;
    font-size: min(24px, 2.3076923077vw);
  }
}
.p-home-features-card__title .row {
  background-color: #fff;
  padding: 0.18em 1rem;
}
.p-home-features-card__text {
  margin-bottom: 1.5em;
  font-size: 3.8356164384vw;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__text {
    font-size: min(13px, 1.25vw);
  }
}
.p-home-features-card__tags {
  font-size: 3.5616438356vw;
  font-weight: 300;
  line-height: 1.3846153846;
  margin-bottom: 2em;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__tags {
    font-size: min(13px, 1.25vw);
    margin-bottom: 0;
  }
}
.p-home-features-card__tags li {
  display: inline-block;
  margin-right: 0.5em;
}
.p-home-features-card__tags li::before {
  content: "#";
  display: inline-block;
}
.p-home-features-card__link {
  margin-bottom: 3em;
}
@media print, screen and (min-width:768px) {
  .p-home-features-card__link {
    margin-bottom: 0;
  }
}

.p-home-features-popular {
  text-align: left;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  padding: 6.5753424658vw 6.5753424658vw 8.2191780822vw;
}
@media print, screen and (min-width:768px) {
  .p-home-features-popular {
    padding: 1.8% 1.5% 2%;
    width: min(200px, 19.2307692308vw);
    margin: 0;
  }
}
@media print, screen and (min-width:1280px) {
  .p-home-features-popular {
    width: min(240px, 13.9534883721vw);
  }
}
.p-home-features-popular__item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #707070;
}
.p-home-features-popular__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-home-features-popular__title {
  color: #000;
  margin-bottom: 1em;
  font-size: 3.8356164384vw;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media print, screen and (min-width:768px) {
  .p-home-features-popular__title {
    font-size: min(13px, 1.25vw);
  }
}
.p-home-features-popular__time {
  font-size: 3.5616438356vw;
  font-weight: 500;
  color: #9f9f9f;
}
@media print, screen and (min-width:768px) {
  .p-home-features-popular__time {
    font-size: clamp(10px, 1.0576923077vw, 11px);
  }
}
.p-home-features-popular__list-title {
  color: #000;
  font-size: 3.8356164384vw;
  font-weight: bold;
  line-height: 1.5714285714;
  margin-bottom: 0.2em;
}
@media print, screen and (min-width:768px) {
  .p-home-features-popular__list-title {
    font-size: min(13px, 1.25vw);
  }
}
.p-home-features-popular__shops {
  font-size: 3.0136986301vw;
  font-weight: 500;
  line-height: 1.4545454545;
  color: #434343;
}
@media print, screen and (min-width:768px) {
  .p-home-features-popular__shops {
    font-size: clamp(10px, 1.0576923077vw, 11px);
  }
}

.p-home-features.is-dark-text {
  color: #000;
}
.p-home-features.is-dark-text a {
  color: #000;
}
.p-home-features.is-dark-text .p-home-features__title {
  color: #000;
}
.p-home-features.is-dark-text .p-home-features-card__sub-title {
  border-color: #000;
}
.p-home-features.is-dark-text .p-home-features-card__sub-title::before {
  background-color: #000;
}
.p-home-features.is-dark-text .c-button-bg-left-to-right a {
  color: #000;
  border-color: #000;
}
.p-home-features.is-dark-text .c-button-bg-left-to-right a::after {
  border-color: #000;
}
.p-home-features.is-dark-text .c-button-bg-left-to-right a:hover {
  color: #fff;
}
.p-home-features.is-dark-text .c-button-bg-left-to-right a:hover::after {
  border-color: #fff;
}
.p-home-features.is-light-text {
  color: #fff;
}
.p-home-features.is-light-text a {
  color: #fff;
}
.p-home-features.is-light-text .p-home-features__title {
  color: #fff;
}
.p-home-features.is-light-text .c-button-bg-left-to-right a {
  color: #fff;
  border-color: #fff;
}
.p-home-features.is-light-text .c-button-bg-left-to-right a::after {
  border-color: #fff;
}
.p-home-features.is-light-text .c-button-bg-left-to-right a:hover {
  color: #fff;
  border-color: #000;
}

.p-home-shops {
  position: relative;
  overflow: hidden;
  margin-top: 13.698630137vw;
  padding-bottom: 36.4383561644vw;
}
@media print, screen and (min-width:768px) {
  .p-home-shops {
    margin-top: 30px;
    padding-bottom: 55px;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-shops__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:767px) {
  .p-home-shops__link {
    position: absolute;
    bottom: 13.1506849315vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 16.4383561644vw);
    margin: auto;
  }
}
@media only screen and (max-width:767px) and (min-width:1280px) {
  .p-home-shops__link {
    width: calc(100% - 200px);
    max-width: 1472px;
  }
}

.p-home-shops-slide {
  margin-top: 2.7397260274vw;
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
}
@media print, screen and (min-width:768px) {
  .p-home-shops-slide {
    margin-top: min(40px, 3.8461538462vw);
  }
}
.p-home-shops-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-home-shops-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-home-shops-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .p-home-shops-slide__wrapper {
    display: contents;
  }
}
.p-home-shops-slide__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .p-home-shops-slide__inner {
    width: 100%;
    height: 100%;
  }
}
.p-home-shops-slide__inner img {
  width: 100%;
}
.p-home-shops-slide__inner .c-icon-new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 3.5616438356vw;
}
@media print, screen and (min-width:768px) {
  .p-home-shops-slide__inner .c-icon-new {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
}
.p-home-shops-slide .swiper-button-prev,
.p-home-shops-slide .swiper-button-next {
  text-indent: -9999px;
  width: 30px;
  height: 62px;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-home-shops-slide .swiper-button-prev,
  .p-home-shops-slide .swiper-button-next {
    top: 34.2465753425vw;
  }
}
.p-home-shops-slide .swiper-button-prev.swiper-button-disabled,
.p-home-shops-slide .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
}
.p-home-shops-slide .swiper-button-prev {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.p-home-shops-slide .swiper-button-prev::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
}
.p-home-shops-slide .swiper-button-next {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.p-home-shops-slide .swiper-button-next::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.p-home-select {
  background: #fcfcfc;
  position: relative;
  overflow: hidden;
  padding-top: 12.3287671233vw;
  padding-bottom: 36.4383561644vw;
}
@media print, screen and (min-width:768px) {
  .p-home-select {
    padding-top: 50px;
    padding-bottom: 68px;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-select__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width:767px) {
  .p-home-select__link {
    position: absolute;
    bottom: 13.1506849315vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 16.4383561644vw);
    margin: auto;
  }
}
@media only screen and (max-width:767px) and (min-width:1280px) {
  .p-home-select__link {
    width: calc(100% - 200px);
    max-width: 1472px;
  }
}

.p-home-select-slide {
  margin-top: 8.2191780822vw;
  /* 最初は非表示 */
  /* Swiperが初期化されたら表示 */
}
@media print, screen and (min-width:768px) {
  .p-home-select-slide {
    margin-top: min(30px, 2.8846153846vw);
  }
}
.p-home-select-slide.swiper-container {
  visibility: hidden;
  overflow: hidden;
}
.p-home-select-slide.swiper-initialized {
  visibility: visible;
  overflow: visible;
}
.p-home-select-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .p-home-select-slide__wrapper {
    display: contents;
  }
}
.p-home-select-slide__inner {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.16));
}
@media print, screen and (min-width:768px) {
  .p-home-select-slide__inner {
    width: 100%;
    height: 100%;
  }
}
.p-home-select-slide__inner img {
  width: 100%;
}
.p-home-select-slide .swiper-button-prev,
.p-home-select-slide .swiper-button-next {
  text-indent: -9999px;
  width: 30px;
  height: 62px;
  background: #f7f7f7;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .p-home-select-slide .swiper-button-prev,
  .p-home-select-slide .swiper-button-next {
    top: 80vw;
  }
}
.p-home-select-slide .swiper-button-prev.swiper-button-disabled,
.p-home-select-slide .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
}
.p-home-select-slide .swiper-button-prev {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.p-home-select-slide .swiper-button-prev::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
}
.p-home-select-slide .swiper-button-next {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.p-home-select-slide .swiper-button-next::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.p-home-blog {
  position: relative;
  padding-top: 19.1780821918vw;
  padding-bottom: 36.4383561644vw;
}
@media print, screen and (min-width:768px) {
  .p-home-blog {
    padding-top: 50px;
    padding-bottom: 63px;
  }
}
.p-home-blog__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-home-blog__search-form-box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
  width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* ← 縮まないように固定 */
  overflow: hidden;
  padding-left: 0;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-home-blog__search-form-box.is-active {
  width: 240px;
  padding-left: 1.5em;
}
.p-home-blog__search-btn {
  cursor: pointer;
  background-color: transparent;
  width: auto;
  height: 42px;
  color: inherit;
}
.p-home-blog__search-btn .icon-close {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home-blog__search-btn .is-hidden {
  display: none;
}
.p-home-blog__search-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.p-home-blog__search-btn-icon .text {
  margin-right: 0.5em;
  display: block;
  font-size: 3.8356164384vw;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width:768px) {
  .p-home-blog__search-btn-icon .text {
    font-size: clamp(10px, 1.0576923077vw, 11px);
  }
}
@media only screen and (max-width:767px) {
  .p-home-blog__search-btn-icon img {
    width: 4.9315068493vw;
    height: 4.9315068493vw;
  }
}
.p-home-blog__inner {
  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;
}
@media only screen and (max-width:767px) {
  .p-home-blog__link {
    position: absolute;
    bottom: 13.1506849315vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 16.4383561644vw);
    margin: auto;
  }
}
@media only screen and (max-width:767px) and (min-width:1280px) {
  .p-home-blog__link {
    width: calc(100% - 200px);
    max-width: 1472px;
  }
}
@media print, screen and (min-width:768px) {
  .p-home-blog__link {
    margin: 4em auto 0.5em;
    width: min(286px, 27.5vw);
  }
}
@media print, screen and (min-width:768px) {
  .p-home-blog__link a {
    font-size: min(16px, 1.5384615385vw);
    padding-left: 1.5em;
  }
}
.p-home-blog__wrapper {
  margin-top: 8.2191780822vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.0410958904vw;
}
@media print, screen and (min-width:768px) {
  .p-home-blog__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: min(20px, 1.9230769231vw);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.953125vw 1fr 1.953125vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.28125vw;
    -webkit-column-gap: 1.953125vw;
       -moz-column-gap: 1.953125vw;
            column-gap: 1.953125vw;
  }
}
@media print, screen and (min-width:1280px) {
  .p-home-blog__wrapper {
    -ms-grid-columns: 1fr 1.5625vw 1fr 1.5625vw 1fr 1.5625vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.125vw;
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }
}
@media only screen and (max-width:1279px) {
  .p-home-blog__wrapper .c-blog-card:nth-of-type(n + 7) {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .p-home-blog__wrapper .c-blog-card:nth-of-type(n + 4) {
    display: none;
  }
}