@charset "utf-8";

body {
  font-family: 
  "Noto Sans JP",
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  "Yu Gothic",
  "Meiryo",
  sans-serif;
}

h1, h2, h3, h4,
.section-title,
.catch,
.heading-en,
.pickup-card__no,
.season-block__label,
.ranking-card__no,
.footer__pagetop,
.voices__en,
.voice-card__body,
.season-item__copy,
.voice-card__quote {
  font-family:
  "Zen Old Mincho",
  "Yu Mincho",
  "Hiragino Mincho ProN",
  serif;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

/* 可変滑らか */
html.is-resizing * {
  transition:
    width 0.3s ease,
    height 0.3s ease,
    padding 0.3s ease,
    margin 0.3s ease,
    gap 0.3s ease,
    font-size 0.3s ease;
}

/* pc */
.u-pc { display: block; }
.u-sp { display: none; }
/* sp */
@media screen and (max-width: 860px) {
  .u-pc { display: none; }
  .u-sp { display: inline; }
}

/* ヘッダー */
.mv {
  position: relative;
  width: 100%;
  height: 900px;
  margin: 0 auto;
  background-image: url("images/bk_mv.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .mv {
    min-height: 109.9vw;
    height: 117.187vw;
    background-image: url("images/bk_mv_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 50px 13.333% 60px;
    display: flex;
    align-items: flex-start;
  }
}

.mv__brand {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .mv__brand {
    width: 15.625vw;
    max-width: 100%;
    margin: 0 auto;
  }
}

.mv__copy {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(26px, 4vw, 100px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 860px) {
  .mv__copy {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  }
}

/* about＆メニューリスト */
.about {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #e78f7d;
  padding: 80px 0 200px;
}
@media screen and (max-width: 860px) {
  .about {
    padding: 20px 0 50px;
  }
}

/* メニューリスト */
.local-nav__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 860px) {
  .local-nav__list {
    gap: 25px 0;
    margin: 0 3.125%;
    align-items: flex-end;
  }
}

.local-nav__item {
  position: relative;
  padding: 0 34px;
}
@media screen and (max-width: 860px) {
  .local-nav__item {
    width: 33.3%;
    padding: 0 5px;
    text-align: center;
  }
}

.local-nav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0.1em 0 0;
  width: 1px;
  height: 70%;
  background: #595757;
}
@media screen and (max-width: 860px) {
  .local-nav__item:nth-child(3)::after {
    content: none;
  }
}

.local-nav__link {
  position: relative;
  display: inline-block;
  color: #595757;
  text-decoration: none;
  font-size: clamp(12px, 1.26vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}

.local-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: #f7ddd7;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 860px) {
  .local-nav__link::before {
    height: 1px;
    bottom: -6px;
  }
}

.local-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #f7ddd7;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 860px) {
  .local-nav__link::after {
    bottom: -11px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #f7ddd7;
  }
}

.local-nav__link span {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.local-nav__link span::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #92584c;
  border-right: solid 2px #92584c;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 860px) {
  .local-nav__link span::before {
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #92584c;
    border-right: solid 1px #92584c;
    bottom: -10px;
  }
}

.local-nav__link:hover::before,
.local-nav__link.is-current::before {
  transform: scaleX(1);
}

.local-nav__link:hover::after,
.local-nav__link.is-current::after {
  opacity: 1;
}

.local-nav__link span:hover::before {
  opacity: 0;
}

.local-nav__link:hover {
  opacity: 0.92;
}

/* about */
.about__txtarea {
  position: relative;
  max-width: 1514px;
  height: 1779px;
  margin: 120px auto 0;
  padding: 300px 0 0;
  background-image: url("images/bk_about.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  gap: 80px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 860px) {
  .about__txtarea {
    margin: 30px auto 0;
    padding: 100px 0 60px;
    max-width: 100%;
    height: auto;
    background-image: url("images/bk_about_sp.png");
    background-size:auto 100%;
    gap: 20px;
  }
}

.about__catch {
  font-size: 50px;
  line-height: 1.9;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .about__catch {
    font-size: clamp(18px, 2.6vw, 50px);
  }
}

.about__txt {
  font-size: 38px;
  line-height: 1.9;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .about__txt {
    font-size: clamp(15px, 1.98vw, 38px);
  }
}

.about__logo {
  width: 214px;
  max-width: 100%;
  margin: -20px auto 0;
}
@media screen and (max-width: 860px) {
  .about__logo {
    margin: 0 auto;
    width: 70px;
  }
}

.profile {
  max-width: 1024px;
  margin: 90px auto 0;
  border-bottom: 1px solid #595757;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .profile {
    padding: 0 7.812% 100px;
  }
}
@media screen and (max-width: 860px) {
  .profile {
    margin: 10px auto 0;
    border-bottom: none;
    padding: 0 7.812% 0;
  }
}

.profile__heading {
  position: relative;
  margin: 0 0 70px;
  text-align: center;
  color: #595757;
  font-size: clamp(10px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .profile__heading {
    margin: 0 0 10px;
  }
}

.profile__heading span {
  position: relative;
  display: inline-block;
  padding: 0 48px;
}

.profile__heading::before,
.profile__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 180px);
  height: 1px;
  background: #4d4746;
}
@media screen and (max-width: 860px) {
  .profile__heading::before,
  .profile__heading::after {
    width: calc(50% - 50px);
  }
}

.profile__heading::before {
  left: 0;
}

.profile__heading::after {
  right: 0;
}

.profile__content {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.profile__image {
  width: 38%;
}
.profile__text .profile__image {
  display: none;
}
@media screen and (max-width: 860px) {
  .profile__image {
    display: none;
  }
  .profile__text .profile__image {
    display: block;
    margin: 0 auto 10px;
  }
}

.profile__image img {
  display: block;
  width: 100%;
  height: auto;
}

.profile__text {
  flex: 1;
  color: #3f3a39;
}

.profile__title {
  margin: 8px 0 24px;
  font-size: clamp(28px, 1.88vw, 36px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .profile__title {
    font-size: clamp(15px, 1.88vw, 36px);
    text-align: center;
  }
}

.profile__text p {
  margin: 0;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (max-width: 860px) {
  .profile__text p {
    font-size: clamp(14px, 1.25vw, 24px);
    border-bottom: 1px solid #595757;
    padding-bottom: 20px;
  }
}

/* ランキング */
.ranking {
  max-width: 1920px;
  margin: 0 auto;
  background: #e9e9e9;
  padding: 150px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ranking {
    padding: 150px 7.812% 100px;
  }
}
@media screen and (max-width: 860px) {
  .ranking {
    padding: 50px 7.812% 80px;
  }
}

.ranking__inner {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.ranking__heading {
  margin: 0 0 100px;
  text-align: center;
  color: #5a5654;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  .ranking__heading {
    margin: 0 0 30px;
  }
}

.ranking__heading-en,
.ranking__heading-ja {
  display: block;
}

.ranking__heading-en {
  font-size: clamp(14px, 1.98vw, 38px);
  letter-spacing: 0.04em;
}

.ranking__heading-ja {
  margin-top: 6px;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.ranking-slider-wrap {
  position: relative;
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ranking-slider-wrap {
    width: 100% !important;
  }
}

.ranking-swiper {
  position: relative;
  overflow: visible;
}

.ranking-swiper .swiper-slide {
  width: 1024px !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.55;
}
@media screen and (max-width: 1024px) {
  .ranking-swiper .swiper-slide {
    width: 100% !important;
  }
}

.ranking-swiper .swiper-slide-active {
  opacity: 1;
}

.ranking-card {
  background: #fff;
  box-sizing: border-box;
}

.ranking-card__image-wrap {
  position: relative;
}

.ranking-card__image {
  width: 100%;
}

.ranking-card__rank {
  position: absolute;
  top: 50px;
  left: 56px;
  z-index: 2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .ranking-card__rank {
    top: 30px;
    left: 32px;
    width: 140px;
    height: 140px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.22);
  }
}
@media screen and (max-width: 860px) {
  .ranking-card__rank {
    top: auto;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.22);
  }
}

.ranking-card__crown {
  width: 58px;
  margin-top: -10px;
}
@media screen and (max-width: 860px) {
  .ranking-card__crown {
    width: 22px;
    margin-top: -2px;
  }
}

.ranking-card__crown img {
  display: block;
  width: 100%;
  height: auto;
}

.ranking-card__no {
  margin-top: 4px;
  color: #5f5b59;
  font-size: clamp(36px, 2.6vw, 46px);
  line-height: 1.1;
}
@media screen and (max-width: 860px) {
  .ranking-card__no {
    margin-top: 2px;
    font-size: 18px;
    line-height: 1;
  }
}

.ranking-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 36px;
  padding: 34px 38px 34px;
}
@media screen and (max-width: 1024px) {
  .ranking-card__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  .ranking-card__body {
    display: block;
    padding: 44px 24px 26px;
  }
}

.ranking-card__title {
  margin: 0 0 20px;
  color: #5a5654;
  font-size: clamp(32px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  .ranking-card__title {
    margin: 0 0 14px;
    font-size: 18px;
    text-align: center;
  }
}

.ranking-card__desc {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(22px, 1.35vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 860px) {
  .ranking-card__desc {
    font-size: 14px;
    line-height: 1.9;
  }
}

.ranking-card__links {
  display: grid;
  gap: 20px;
  align-content: start;
}
@media screen and (max-width: 1024px) {
  .ranking-card__links {
    gap: 14px;
  }
}
@media screen and (max-width: 860px) {
  .ranking-card__links {
    display: grid;
    gap: 8px;
    margin-top: 20px;
  }
}

.ranking-card__link {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  min-height: 90px;
  border: 1px solid #bcbcbc;
  color: #5b5755;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 860px) {
  .ranking-card__link {
    grid-template-columns: 43px 1fr;
    min-height: 42px;
  }
}

.ranking-card__link:hover {
  background: #f8f8f8;
  border-color: #999;
}

.ranking-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #bcbcbc;
}

.ranking-card__icon-01 {
  width: 40px;
}
@media screen and (max-width: 860px) {
  .ranking-card__icon-01 {
    width: 19px;
  }
}

.ranking-card__icon-02 {
  width: 60px;
}
@media screen and (max-width: 860px) {
  .ranking-card__icon-02 {
    width: 29px;
  }
}

.ranking-card__label {
  padding: 0 16px;
  font-size: clamp(20px, 1.67vw, 32px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 860px) {
  .ranking-card__label {
    padding: 0 28px 0 10px;
    font-size: 18px;
  }
}

.ranking-card__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
@media screen and (max-width: 860px) {
  .ranking-card__label::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}

.ranking-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  font-size: 32px;
  line-height: 1;
}

.ranking-swiper__prev,
.ranking-swiper__next {
  position: absolute;
  top: 41%;
  z-index: 10;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .ranking-swiper__prev,
  .ranking-swiper__next {
    top: 25%;
  }
}

.ranking-swiper__prev::before,
.ranking-swiper__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

.ranking-swiper__prev {
  left: -70px;
}
@media screen and (max-width: 860px) {
  .ranking-swiper__prev {
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .ranking-swiper__prev {
    left: -12%;
  }
}

.ranking-swiper__prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.ranking-swiper__next {
  right: -70px;
}
@media screen and (max-width: 860px) {
  .ranking-swiper__next {
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .ranking-swiper__next {
    right: -12%;
  }
}

.ranking-swiper__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.ranking-swiper__pagination {
  position: static;
  margin-top: 34px;
  text-align: center;
}

.ranking-swiper__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #9f9f9f;
  opacity: 1;
}

.ranking-swiper__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #9f9f9f;
}

/* パターンラインナップ */
.pattern-lineup {
  width: 100%;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pattern-lineup {
    padding: 150px 7.812%;
  }
}
@media screen and (max-width: 860px) {
  .pattern-lineup {
    padding: 50px 7.812%;
  }
}

.pattern-lineup__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.pattern-lineup__heading {
  margin: 0 0 80px;
  text-align: center;
  color: #5a5553;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .pattern-lineup__heading {
    margin: 0 0 40px;
  }
}

.pattern-lineup__heading-en,
.pattern-lineup__heading-ja {
  display: block;
}

.pattern-lineup__heading-en {
  font-size: clamp(14px, 1.98vw, 38px);
  letter-spacing: 0.04em;
}

.pattern-lineup__heading-ja {
  margin-top: 6px;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.pattern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .pattern-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.pattern-card {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.pattern-card--half {
  grid-column: span 1;
}
@media screen and (max-width: 860px) {
  .pattern-card--half {
    grid-column: auto;
  }
}

.pattern-card--full {
  grid-column: 1 / -1;
}
@media screen and (max-width: 860px) {
  .pattern-card--full {
    grid-column: auto;
  }
}

.pattern-card--tall {
  grid-row: span 2;
}
@media screen and (max-width: 860px) {
  .pattern-card--tall {
    grid-row: auto;
  }
}

.pattern-card__media {
  position: relative;
  width: 100%;
}

.pattern-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pattern-card__taparea {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.pattern-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.pattern-card__links {
  max-width: 400px;
  width: 100%;
  display: grid;
  gap: 20px;
  align-content: start;
}
@media screen and (max-width: 1280px) {
  .pattern-card__links,
  .pattern-card__overlay .pattern-card__links {
    gap: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__links {
    max-width: 80%;
    display: grid;
    gap: 8px;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__links {
    max-width: 80%;
    display: grid;
    gap: 8px;
  }
}

.pattern-card__links.-list {
  max-width: 600px;
  margin: 0 auto;
}

.pattern-card__link {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  min-height: 90px;
  border: 1px solid #bcbcbc;
  color: #5b5755;
  background-color: #fff;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__link {
    grid-template-columns: 43px 1fr;
    min-height: 42px;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__link {
    grid-template-columns: 43px 1fr;
    min-height: 42px;
  }
}

.pattern-card__link:hover {
  background: #f8f8f8;
  border-color: #999;
}

.pattern-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #bcbcbc;
}

.pattern-card__icon-01 {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__icon-01 {
    width: 19px;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__icon-01 {
    width: 19px;
  }
}

.pattern-card__icon-02 {
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__icon-02 {
    width: 29px;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__icon-02 {
    width: 29px;
  }
}

.pattern-card__label {
  padding: 0 16px;
  font-size: clamp(20px, 1.67vw, 32px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__label {
    padding: 0 28px 0 10px;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__label {
    padding: 0 28px 0 10px;
    font-size: 18px;
    line-height: 1;
  }
}

.pattern-card__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
@media screen and (max-width: 1024px) {
  .pattern-card__overlay .pattern-card__label::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}
@media screen and (max-width: 860px) {
  .pattern-card__label::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}

.pattern-card:hover .pattern-card__overlay,
.pattern-card.is-open .pattern-card__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pattern-card:hover .pattern-card__image,
.pattern-card.is-open .pattern-card__image {
  transform: scale(1.02);
}

@media (hover: hover) and (pointer: fine) {
  .pattern-card__taparea {
    display: none;
  }
}

.pattern-lineuplist {
  margin: 80px 0 0;
}
@media screen and (max-width: 860px) {
  .pattern-lineuplist {
    margin: 30px 0 0;
  }
}

.pattern-lineuplist__heading {
  margin: 0 0 20px;
  text-align: center;
  color: #5a5553;
  font-weight: 400;
  line-height: 1.2;
}

.pattern-lineuplist__heading-en {
  margin-top: 6px;
  font-size: clamp(14px, 1.6vw, 46px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* 無地の生地 */
.plane {
  max-width: 1920px;
  margin: 0 auto;
  background: #7e946d;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .plane {
    padding: 150px 7.812%;
  }
}
@media screen and (max-width: 860px) {
  .plane {
    padding: 50px 7.812%;
  }
}

.plane__inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .plane__inner {
    width: 100%;
  }
}

.plane__heading {
  margin: 0 0 100px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 860px) {
  .plane__heading {
    margin: 0 0 35px;
  }
}

.plane__heading-en,
.plane__heading-ja {
  display: block;
}

.plane__heading-en {
  font-size: clamp(14px, 1.98vw, 38px);
  letter-spacing: 0.04em;
}

.plane__heading-ja {
  margin-top: 6px;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.plane-card__wrap {
  display: flex;
  flex-flow: column;
  gap: 150px;
}
@media screen and (max-width: 860px) {
  .plane-card__wrap {
    gap: 20px;
  }
}

.plane-card {
  background: #fff;
  box-sizing: border-box;
}

.plane-card__image-wrap {
  position: relative;
}

.plane-card__image {
  width: 100%;
}

.plane-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 36px;
  padding: 34px 38px 34px;
}
@media screen and (max-width: 1024px) {
  .plane-card__body {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  .plane-card__body {
    display: block;
    padding: 40px 24px 26px;
  }
}

.plane-card__title {
  margin: 0 0 20px;
  color: #5a5654;
  font-size: clamp(32px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  .plane-card__title {
    margin: 0 0 14px;
    font-size: 18px;
    text-align: center;
  }
}

.plane-card__desc {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(22px, 1.35vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 860px) {
 .plane-card__desc {
    font-size: 14px;
    line-height: 1.9;
  }
}

.plane-card__links {
  display: grid;
  gap: 20px;
  align-content: start;
}
@media screen and (max-width: 1280px) {
  .plane-card__links {
    gap: 14px;
  }
}
@media screen and (max-width: 860px) {
  .plane-card__links {
    display: grid;
    gap: 8px;
    margin-top: 20px;
  }
}

.plane-card__link {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  min-height: 90px;
  border: 1px solid #bcbcbc;
  color: #5b5755;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 860px) {
  .plane-card__link {
    grid-template-columns: 43px 1fr;
    min-height: 42px;
    border: 1px solid #8f8f8f;
  }
}

.plane-card__link:hover {
  background: #f8f8f8;
  border-color: #999;
}

.plane-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #bcbcbc;
}

.plane-card__icon-01 {
  width: 40px;
}
@media screen and (max-width: 860px) {
  .plane-card__icon-01 {
    width: 19px;
  }
}

.plane-card__icon-02 {
  width: 60px;
}
@media screen and (max-width: 860px) {
  .plane-card__icon-02 {
    width: 29px;
  }
}

.plane-card__label {
  padding: 0 16px;
  font-size: clamp(20px, 1.67vw, 32px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 860px) {
  .plane-card__label {
    padding: 0 28px 0 10px;
    font-size: 18px;
    line-height: 1;
  }
}

.plane-card__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
@media screen and (max-width: 860px) {
  .plane-card__label::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}

/* ボイス */
.voices {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 850px;
  padding: 150px 0 180px;
  background: url("images/bk_voices.jpg") center left / cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .voices {
    padding: 50px 0 180px;
    background: url("images/bk_voices_sp.jpg") center center / cover no-repeat;
  }
}

.voices__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 0 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .voices__inner {
    display: block;
    padding: 0;
    text-align: center;
  }
}

.voices__lead {
  padding-top: 28px;
  color: #686463;
}
@media screen and (max-width: 860px) {
  .voices__lead {
    padding-top: 0;
  }
}

.voices__en {
  margin: 0 0 18px;
  font-size: clamp(14px, 1.98vw, 38px);
  line-height: 1.2;
  font-weight: 400;
}

.voices__title {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 50px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.voices__title br:nth-of-type(2) {
  display: block;
}

.voices__slider-area {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding-top: 24px;
  box-sizing: border-box;
}

.voices-swiper {
  overflow: visible;
  padding: 50px 0 50px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .voices-swiper {
    padding: 20px 7.812%;
  }
}

.voices-swiper .swiper-slide {
  width: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .voices-swiper .swiper-slide {
    width: 100%;
  }
}

.voice-card {
  position: relative;
  height: 500px;
  padding: 80px 60px 32px;
  border-radius: 42px;
  background: #f1efea;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  color: #686463;
}
@media screen and (max-width: 860px) {
  .voice-card {
    height: auto;
    padding: 55px 12px 30px;
    border-radius: 10px;
  }
}

.voice-card__quote {
  position: absolute;
  top: 32px;
  left: 30px;
  font-size: 80px;
  color: #beb1aa;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  .voice-card__quote {
    top: 10px;
    left: 12px;
    font-size: 64px;
  }
}

.voice-card__body {
  min-height: 200px;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 860px) {
  .voice-card__body {
    min-height: 180px;
    font-size: 20px;
    text-align: left;
    padding: 0 0 0 25px;
  }
}

.voice-card__footer {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
}
@media screen and (max-width: 860px) {
  .voice-card__footer {
    flex-flow: column;
    gap: 10px;
    margin-top: 10px;
  }
}

.voice-card__avatar {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .voice-card__avatar {
    width: 120px;
    height: 120px;
  }
}

.voice-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card__meta {
  flex: 1;
}

.voice-card__profile {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  .voice-card__profile {
    margin: 0 0 5px;
  }
}

.voice-card__stars {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 860px) {
  .voices-swiper__prev,
  .voices-swiper__next {
    position: absolute;
    top: 41%;
    z-index: 10;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__prev::before,
  .voices-swiper__next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__prev {
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .voices-swiper__prev {
    left: -2%;
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__next {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .voices-swiper__next {
    right: -2%;
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 860px) {
  .voices-swiper__pagination {
    margin-top: 18px;
  }
}

/* ページネーション */
.voices-swiper__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 860px) {
  .voices-swiper__pagination {
    gap: 12px;
  }
}

.voices-swiper__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0 !important;
  background: #9f9f9f;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .voices-swiper__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.voices-swiper__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #8f8f8f;
  box-sizing: border-box;
}

/* コーディネート */
.season-coordinate {
  background: #fff;
  overflow: hidden;
  padding: 150px 0 0;
}
@media screen and (max-width: 860px) {
  .season-coordinate {
    padding: 50px 0 0;
  }
}

.season-coordinate__inner {
  max-width: 1920px;
  margin: 0 auto;
}

.season-coordinate__heading {
  position: relative;
  text-align: center;
  color: #5c5655;
}
@media screen and (max-width: 860px) {
  .season-coordinate__heading {
    padding: 0 7.812%;
  }
}

.season-coordinate__heading-en,
.season-coordinate__heading-ja {
  display: block;
}

.season-coordinate__heading-en {
  margin: 0 0 6px;
  font-size: clamp(14px, 1.98vw, 38px);
  line-height: 1.2;
}

.season-coordinate__heading-ja {
  margin: 0;
  font-size: clamp(18px, 2.6vw, 50px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.season-coordinate__lead {
  margin: 14px 0 0;
  font-size: clamp(17px, 1.9vw, 26px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 860px) {
  .season-coordinate__lead {
    text-align: left;
    padding: 0 7.812%;
  }
}

.season-block {
  position: relative;
}

.season-block__label-wrap {
  position: relative;
  height: 0;
  z-index: 2;
}

.season-block__label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 2.6vw, 50px);
  line-height: 1;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 1280px) {
  .season-block__label {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 860px) {
  .season-block__label {
    width: 120px;
    height: 120px;
  }
}

.season-block__label--spring {
  background: #fadbda;
  color: #e78f7d;
  display: flex;
  flex-flow: column;
  letter-spacing: 0.2em;
}

.season-block__label--spring--ico {
  width: 126px;
  margin: 10px 10px 0 0;
}
@media screen and (max-width: 1280px) {
  .season-block__label--spring--ico {
    width: 100px;
  }
}
@media screen and (max-width: 860px) {
  .season-block__label--spring--ico {
    margin: 5px 10px 0 0;
    width: 70px;
  }
}

.season-block__label--winter {
  background: #5d8aa6;
  color: #fff;
  display: flex;
  flex-flow: column;
  letter-spacing: 0.2em;
}

.season-block__label--winter--ico {
  width: 170px;
  margin: 10px 10px 0 0;
}
@media screen and (max-width: 1280px) {
  .season-block__label--winter--ico {
    width: 120px;
    margin: 5px 10px 0 0;
  }
}
@media screen and (max-width: 860px) {
  .season-block__label--winter--ico {
    width: 75px;
    margin: 5px 10px 0 0;
  }
}

.season-block--spring .season-block__body {
  background: #fadbda;
  margin-top: 180px;
  padding: 200px 0;
}
@media screen and (max-width: 860px) {
  .season-block--spring .season-block__body {
    margin-top: 90px;
    padding: 90px 0 50px;
  }
}

.season-block--winter .season-block__body {
  background: #6e97b8;
  margin-top: 275px;
  padding: 200px 0;
}
@media screen and (max-width: 860px) {
  .season-block--winter .season-block__body {
    margin-top: 110px;
    padding: 80px  0 50px;
  }
}

.season-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 860px) {
  .season-item {
    display: block;
  }
}

.season-item + .season-item {
  margin-top: 190px;
}
@media screen and (max-width: 860px) {
  .season-item + .season-item {
     margin-top: 50px;
     padding-top: 50px;
     position: relative;
  }
  .season-item + .season-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background: #fff;
  }
}

.season-item--reverse .season-item__text {
  order: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 60px 0 0;
}
@media screen and (max-width: 1600px) {
  .season-item--reverse .season-item__text {
    padding: 0 60px 0 40px;
  }
}
@media screen and (max-width: 860px) {
  .season-item--reverse .season-item__text {
    display: block;
    padding: 0 7.812%;
  }
}

.season-item--reverse .season-item__image {
  order: 2;
}

.season-item:not(.season-item--reverse) .season-item__image {
  order: 1;
}

.season-item:not(.season-item--reverse) .season-item__text {
  order: 2;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1600px) {
  .season-item:not(.season-item--reverse) .season-item__text {
    padding: 0 40px 0 60px;
  }
}
@media screen and (max-width: 860px) {
  .season-item:not(.season-item--reverse) .season-item__text {
    display: block;
    padding: 0 7.812%;
  }
}

.season-item__image {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .season-item__image {
    margin-top: 40px;
  }
}

.season-item__image img {
  display: block;
  width: 100%;
  height: auto;
}

.season-item__text {
  box-sizing: border-box;
  width: 100%;
  color: #5b5554;
}

.season-item__text--inner {
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .season-item__text--inner {
    display: block;
  }
}

.season-block--winter .season-item__text {
  color: #fff;
}

.season-item__copy {
  display: none;
  margin: 0 0 44px;
  font-size: clamp(18px, 1.98vw, 38px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.season-item__text .season-item__copy {
  display: block;
}
@media screen and (max-width: 860px) {
  .season-item__text .season-item__copy {
    display: none;
  }
  .season-item__copy {
    display: block;
    color: #5b5554;
    text-align: center;
      margin: 20px 0 0;
  }
  .season-block--winter .season-item__copy {
    color: #fff;
  }
}

.season-pair {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 130px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 860px) {
  .season-pair {
    align-items: center;
    flex-flow: column;
    gap: 18px;
  }
}

.season-pair__item {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .season-pair__item {
    max-width: 56.25%;
  }
}

.season-pair__item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.season-pair__link {
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff;
  color: #5c5655;
  font-size: clamp(16px, 1.46vw, 28px);
  line-height: 1.2;
  box-sizing: border-box;
  white-space: nowrap;
  transition: all 0.25s ease;
}
@media screen and (max-width: 860px) {
  .season-pair__link  {
    height: 32px;
    padding: 2px 6px;
  }
}

.season-pair__link:hover {
  transform: translateY(-3px);
  background: #f7f7f7;
}

.season-pair__cross {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 70px;
  height: 70px;
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .season-pair__cross {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 30px;
    height: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
  }
}

.season-pair__cross::before,
.season-pair__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  background: #000;
  transform-origin: center;
}
@media screen and (max-width: 860px) {
  .season-pair__cross::before,
  .season-pair__cross::after {
    width: 30px;
    top: 50%;
    left: 50%;
  }
}

.season-pair__cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.season-pair__cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.season-block--winter .season-pair__cross::before,
.season-block--winter .season-pair__cross::after {
  background: #fff;
}

/* その他のアイテム */
.pickup {
  max-width: 1920px;
  margin: 0 auto;
  background: #f1efea;
  padding: 150px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .pickup {
    padding: 150px 7.812% 100px;
  }
}
@media screen and (max-width: 860px) {
  .pickup {
    padding: 50px 7.812% 80px;
  }
}

.pickup__inner {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.pickup__heading {
  margin: 0 0 180px;
  text-align: center;
  color: #5a5654;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .pickup__heading {
    margin: 0 0 90px;
  }
}
@media screen and (max-width: 860px) {
  .pickup__heading {
    margin: 0 0 40px;
  }
}

.pickup__heading-en,
.pickup__heading-ja {
  display: block;
}

.pickup__heading-en {
  font-size: clamp(14px, 1.98vw, 38px);
  letter-spacing: 0.04em;
}

.pickup__heading-ja {
  margin-top: 6px;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.pickup-slider-wrap {
  position: relative;
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pickup-slider-wrap {
    width: 100%;
    max-width:: 100%;
  }
}

.pickup-swiper {
  position: relative;
  overflow: visible;
}

.pickup-swiper .swiper-slide {
  width: 1024px !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0.55;
}
@media screen and (max-width: 1024px) {
  .pickup-swiper .swiper-slide {
    width: 100% !important;
  }
}

.pickup-swiper .swiper-slide-active {
  opacity: 1;
}

.pickup-card {
  background: #fff;
  box-sizing: border-box;
  padding: 150px 65px 65px;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .pickup-card {
    padding: 100px 25px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pickup-card {
   padding: 40px 0 25px;
  }
}

.pickup-card__number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .pickup-card__number {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .pickup-card__number {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 860px) {
  .pickup-card__number {
    width: 50px;
    height: 50px;
  }
}

.pickup-card__no {
  color: #595757;
  font-size: clamp(20px, 2.6vw, 50px);
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0 0 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pickup-card__no {
    padding: 0 0 10px;
  }
}

.pickup-card__no::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 60%;
  height: 2px;
  background: #595757;
}

.pickup-card__text {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pickup-card__text {
    padding: 0 7.812%;
  }
}

.pickup-card__title {
  margin: 0 0 40px;
  color: #5a5654;
  font-size: clamp(18px, 2.6vw, 50px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pickup-card__title {
    margin: 0 0 10px;
  }
}

.pickup-card__desc {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(14px, 1.35vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .pickup-card__desc {
    line-height: 1.6
  }
}

.pickup-card__body {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .pickup-card__body {
    display: block;
    margin: 20px auto 0;
  }
}

.pickup-card__image {
  width: 100%;
}

.pickup-card__image img {
  width: 100%;
}

.pickup-card__links {
  display: grid;
  gap: 20px;
  align-content: start;
}
@media screen and (max-width: 1024px) {
  .pickup-card__links {
    width: 90%;
    margin: 20px auto 0;
    gap: 8px;
  }
}

.pickup-card__imagelinks {
  display: grid;
  gap: 10px;
  align-content: start;
}
@media screen and (max-width: 1024px) {
  .pickup-card__imagelinks img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .pickup-card__imagelinks {
    display: block;
    width: 90%;
    margin: 20px auto 0;
    gap: 8px;
  }
}

.pickup-card__link {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  min-height: 90px;
  border: 1px solid #bcbcbc;
  color: #5b5755;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 860px) {
  .pickup-card__link {
    grid-template-columns: 43px 1fr;
    min-height: 42px;
  }
}

.pickup-card__onlylink {
  width: 100%;
  display: grid;
  align-items: center;
  min-height: 90px;
  border: 1px solid #bcbcbc;
  color: #5b5755;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .pickup-card__onlylink {
    margin-top: 20px;
  }
}
@media screen and (max-width: 860px) {
  .pickup-card__onlylink {
    min-height: 42px;
    margin-top: 0;
  }
}

.pickup-card__link:hover {
  background: #f8f8f8;
  border-color: #999;
}

.pickup-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #bcbcbc;
}

.pickup-card__icon-01 {
  width: 40px;
}
@media screen and (max-width: 860px) {
.pickup-card__icon-01 {
    width: 19px;
  }
}

.pickup-card__icon-02 {
  width: 60px;
}
@media screen and (max-width: 860px) {
  .pickup-card__icon-02 {
    width: 29px;
  }
}

.pickup-card__icon-03 {
  width: 64px;
}
@media screen and (max-width: 860px) {
  .pickup-card__icon-03 {
    width: 30px;
  }
}

.pickup-card__icon-04 {
  width: 56px;
}
@media screen and (max-width: 860px) {
  .pickup-card__icon-04 {
    width: 26px;
  }
}

.pickup-card__label {
  padding: 0 16px;
  font-size: clamp(20px, 1.67vw, 32px);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 860px) {
  .pickup-card__label {
    padding: 0 28px 0 10px;
    font-size: 18px;
  }
}

.pickup-card__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
@media screen and (max-width: 860px) {
  .pickup-card__label::before {
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
}

.pickup-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  font-size: 32px;
  line-height: 1;
}

.pickup-swiper__prev,
.pickup-swiper__next {
  position: absolute;
  top: 41%;
  z-index: 10;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  .pickup-swiper__prev,
  .pickup-swiper__next {
    top: 40%;
  }
}

.pickup-swiper__prev::before,
.pickup-swiper__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

.pickup-swiper__prev {
  left: -70px;
}
@media screen and (max-width: 860px) {
  .pickup-swiper__prev {
    left: -8%;
  }
}
@media screen and (max-width: 768px) {
  .pickup-swiper__prev {
    left: -12%;
  }
}

.pickup-swiper__prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.pickup-swiper__next {
  right: -70px;
}
@media screen and (max-width: 860px) {
  .pickup-swiper__next {
    right: -8%;
  }
}
@media screen and (max-width: 768px) {
  .pickup-swiper__next {
    right: -12%;
  }
}

.pickup-swiper__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.pickup-swiper__pagination {
  position: static;
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .pickup-swiper__pagination {
    margin-top: 15px;
  }
}

.pickup-swiper__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #9f9f9f;
  opacity: 1;
}

.pickup-swiper__pagination .swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #9f9f9f;
}

/* フッター */
.footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #60534d;
  padding: 80px 5%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 860px) {
  .footer {
    gap: 36px;
    padding: 60px 7.812% 50px;
  }
}

.footer__pagetop {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: clamp(18px, 2.0vw, 28px);
}

.footer__pagetop::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 860px) {
  .footer__pagetop::before {
  top: -15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  }
}

.footer__logo {
  max-width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .footer__logo {
    max-width: 75%;
  }
}

/* ===== fadeIn ===== */
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeIn.on {
  opacity: 1;
  transform: translateY(0);
}

.fadeBg {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fadeBg.on {
  opacity: 1;
}
