@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000000;
  background-color: #ffffff;
  overflow-x: clip;
}

img {
  height: auto;
}

.u-pc {
  display: block;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-main {
  overflow-x: clip;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media (max-width: 1600px) {
  .c-btn {
    padding: 8px 16px;
    min-height: 56px;
  }
}
@media (max-width: 1366px) {
  .c-btn {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .c-btn {
    min-height: 48px;
    gap: 6px;
  }
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn__icon {
  flex-shrink: 0;
  width: 32px;
  height: auto;
}
.c-btn__icon--exit {
  filter: brightness(0) saturate(100%) invert(78%) sepia(5%) saturate(6453%) hue-rotate(147deg) brightness(90%) contrast(85%);
  width: 24px;
}
@media (max-width: 1366px) {
  .c-btn__icon--exit {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .c-btn__icon--exit {
    width: 18px;
  }
}
.c-btn--white {
  background-color: #ffffff;
  color: #000000;
  min-width: 480px;
  max-width: 480px;
  font-size: clamp(0.875rem, 1.5vw, 1.4rem);
}
@media (max-width: 1600px) {
  .c-btn--white {
    min-width: 400px;
    font-size: clamp(0.875rem, 1.4vw, 1.4rem);
  }
}
@media (max-width: 1366px) {
  .c-btn--white {
    min-width: 320px;
  }
}
@media (max-width: 1024px) {
  .c-btn--white {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .c-btn--white {
    min-width: auto;
    padding: 8px 20px;
  }
}
.c-btn--insta {
  min-width: 480px;
  width: auto;
  border: 2px solid #000000;
  font-size: clamp(0.875rem, 1.5vw, 1.4rem);
}
@media (max-width: 1600px) {
  .c-btn--insta {
    min-width: 400px;
    font-size: clamp(0.95rem, 2vw, 1.4rem);
  }
}
@media (max-width: 1366px) {
  .c-btn--insta {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  .c-btn--insta {
    min-width: 280px;
    border: 1px solid #000000;
  }
}
.c-btn--insta .c-btn__icon {
  width: 32px;
}
@media (max-width: 1600px) {
  .c-btn--insta .c-btn__icon {
    width: 26px;
  }
}
@media (max-width: 1024px) {
  .c-btn--insta .c-btn__icon {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .c-btn--insta .c-btn__icon {
    width: 21px;
  }
}
@media (max-width: 420px) {
  .c-btn--insta .c-btn__icon {
    width: 19px;
  }
}

/* ------------------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------------------ */
.p-header {
  padding: 32px 0;
}
@media (max-width: 1600px) {
  .p-header {
    padding: 24px 0;
  }
}
@media (max-width: 1366px) {
  .p-header {
    padding: 16px 0;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  position: relative;
}
@media (max-width: 1600px) {
  .p-header__inner {
    padding-inline: 24px;
  }
}
@media (max-width: 420px) {
  .p-header__inner {
    padding-inline: 16px;
  }
}
@media (max-width: 767px) {
  .p-header__inner {
    padding-inline: 20px;
  }
}
.p-header__brand img {
  width: 96px;
  position: absolute;
  top: -16px;
  left: 48px;
}
@media (max-width: 1600px) {
  .p-header__brand img {
    width: 80px;
    top: -12px;
    left: 24px;
  }
}
@media (max-width: 1366px) {
  .p-header__brand img {
    width: 72px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .p-header__brand img {
    width: 56px;
  }
}
.p-header__logo img {
  width: 240px;
}
@media (max-width: 1600px) {
  .p-header__logo img {
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .p-header__logo img {
    width: 184px;
  }
}
@media (max-width: 767px) {
  .p-header__logo img {
    width: 140px;
  }
}

/* ------------------------------------------------------------------------------
 ヒーロー
------------------------------------------------------------------------------ */
.p-hero {
  padding-bottom: 200px;
}
@media (max-width: 1600px) {
  .p-hero {
    padding-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .p-hero {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-hero {
    padding-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .p-hero {
    padding-bottom: 24px;
  }
}
.p-hero__inner {
  position: relative;
}
.p-hero {
  /* メインビジュアル */
}
.p-hero__main {
  position: relative;
}
.p-hero__picture, .p-hero__img {
  width: 100%;
  border-radius: 136px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .p-hero__picture, .p-hero__img {
    border-radius: 80px;
    height: 88vh;
    object-fit: cover;
  }
}
@media (max-width: 1366px) {
  .p-hero__picture, .p-hero__img {
    border-radius: 40px;
    height: 90vh;
  }
}
@media (max-width: 1024px) {
  .p-hero__picture, .p-hero__img {
    height: 48vh;
  }
}
@media (max-width: 767px) {
  .p-hero__picture, .p-hero__img {
    height: 56vh;
  }
}
.p-hero__catch {
  position: absolute;
  right: -120px;
  bottom: 30%;
  width: fit-content;
  padding: 40px 64px;
  background-color: #b22746;
  color: #ffffff;
  border-radius: 32px;
}
@media (max-width: 1600px) {
  .p-hero__catch {
    right: -56px;
    padding: 32px 56px;
    border-radius: 24px;
  }
}
@media (max-width: 1366px) {
  .p-hero__catch {
    right: -40px;
    padding: 24px 48px;
    border-radius: 24px 0 0 24px;
  }
}
@media (max-width: 1024px) {
  .p-hero__catch {
    padding: 24px 40px;
  }
}
@media (max-width: 767px) {
  .p-hero__catch {
    right: -20px;
    padding: 16px 24px;
    border-radius: 16px 0 0 16px;
    bottom: 40%;
  }
}
@media (max-width: 420px) {
  .p-hero__catch {
    padding: 16px 20px;
    border-radius: 12px 0 0 12px;
  }
}
.p-hero__catch-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.25rem;
}
@media (max-width: 1600px) {
  .p-hero__catch-title {
    font-size: 48px;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 1366px) {
  .p-hero__catch-title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .p-hero__catch-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .p-hero__catch-title {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .p-hero__catch-title {
    font-size: 20px;
  }
}
.p-hero__catch-shop {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media (max-width: 1600px) {
  .p-hero__catch-shop {
    margin-top: 16px;
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .p-hero__catch-shop {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .p-hero__catch-shop {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-hero__catch-shop {
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .p-hero__catch-shop {
    font-size: 13px;
    margin-top: 8px;
  }
}
.p-hero {
  /* 下部エリア */
}
.p-hero__bottom {
  display: flex;
  position: relative;
  gap: 80px;
  margin-top: 24px;
}
@media (max-width: 1600px) {
  .p-hero__bottom {
    gap: 96px;
    margin-top: 16px;
  }
}
@media (max-width: 1366px) {
  .p-hero__bottom {
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .p-hero__bottom {
    margin-top: 8px;
  }
}
.p-hero__side {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 1366px) {
  .p-hero__side {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .p-hero__side {
    width: 20%;
  }
}
.p-hero__illust {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-hero__illust--family {
  left: -80px;
  bottom: 0;
  width: 184px;
}
@media (max-width: 1600px) {
  .p-hero__illust--family {
    left: -56px;
    bottom: -16px;
    width: 144px;
  }
}
@media (max-width: 1366px) {
  .p-hero__illust--family {
    left: -24px;
    bottom: -4px;
    width: 136px;
  }
}
@media (max-width: 1024px) {
  .p-hero__illust--family {
    left: -16px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .p-hero__illust--family {
    left: -16px;
    width: 104px;
    bottom: 8px;
  }
}
@media (max-width: 420px) {
  .p-hero__illust--family {
    left: -16px;
    width: 88px;
    bottom: 8px;
  }
}
.p-hero__illust--friends {
  left: -168px;
  bottom: -40px;
  width: 240px;
}
@media (max-width: 1600px) {
  .p-hero__illust--friends {
    left: -48px;
    bottom: -104px;
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .p-hero__illust--friends {
    left: 216px;
    bottom: -64px;
    width: 172px;
  }
}
@media (max-width: 1024px) {
  .p-hero__illust--friends {
    display: none;
  }
}
.p-hero__illust--couple {
  right: -80px;
  bottom: -8px;
  width: 176px;
}
@media (max-width: 1600px) {
  .p-hero__illust--couple {
    right: -40px;
    bottom: 24px;
    width: 144px;
  }
}
@media (max-width: 1366px) {
  .p-hero__illust--couple {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .p-hero__illust--couple {
    right: -16px;
    bottom: -4px;
  }
}
@media (max-width: 767px) {
  .p-hero__illust--couple {
    right: -8px;
    width: 98px;
  }
}
@media (max-width: 420px) {
  .p-hero__illust--couple {
    right: -6px;
    width: 86px;
    bottom: 0px;
  }
}
.p-hero__copy {
  margin-left: 80px;
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: baseline;
  margin-top: 24px;
}
@media (max-width: 1600px) {
  .p-hero__copy {
    margin-left: 56px;
    margin-top: 56px;
  }
}
@media (max-width: 1366px) {
  .p-hero__copy {
    gap: 16px;
    margin-left: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .p-hero__copy {
    margin-left: 24px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .p-hero__copy {
    margin-left: 32px;
    margin-top: 16px;
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .p-hero__copy {
    margin-top: 8px;
    gap: 10px;
  }
}
.p-hero__lead {
  display: flex;
  gap: 12px;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media (max-width: 1600px) {
  .p-hero__lead {
    gap: 12px;
    font-size: 32px;
  }
}
@media (max-width: 1366px) {
  .p-hero__lead {
    gap: 12px;
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .p-hero__lead {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .p-hero__lead {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .p-hero__lead {
    font-size: 18px;
  }
}
.p-hero__lead-name {
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  gap: 8px;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media (max-width: 1600px) {
  .p-hero__lead-name {
    font-size: 18px;
    letter-spacing: 0.005em;
  }
}
@media (max-width: 1366px) {
  .p-hero__lead-name {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p-hero__lead-name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-hero__lead-name {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 420px) {
  .p-hero__lead-name {
    font-size: 12px;
  }
}
.p-hero {
  /* サブ画像 */
}
.p-hero__sub-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1600px) {
  .p-hero__sub-list {
    gap: 16px;
  }
}
@media (max-width: 1366px) {
  .p-hero__sub-list {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-list {
    width: 80%;
    gap: 8px;
  }
}
.p-hero__sub-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1600px) {
  .p-hero__sub-col {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-col {
    gap: 8px;
  }
}
.p-hero__sub-item {
  position: relative;
}
.p-hero__sub-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-hero__sub-deco img {
  width: auto;
}
.p-hero__sub-item--01 .p-hero__sub-deco {
  top: 0px;
  left: -32px;
  transform: rotate(-15deg);
}
@media (max-width: 767px) {
  .p-hero__sub-item--01 .p-hero__sub-deco {
    top: -10px;
    left: -16px;
  }
}
.p-hero__sub-item--01 .p-hero__sub-deco img {
  height: 42px;
}
@media (max-width: 1366px) {
  .p-hero__sub-item--01 .p-hero__sub-deco img {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-item--01 .p-hero__sub-deco img {
    height: 28px;
  }
}
@media (max-width: 420px) {
  .p-hero__sub-item--01 .p-hero__sub-deco img {
    height: 23px;
  }
}
.p-hero__sub-item--02 .p-hero__sub-deco {
  top: -8px;
  right: -32px;
  transform: rotate(8deg);
}
@media (max-width: 767px) {
  .p-hero__sub-item--02 .p-hero__sub-deco {
    top: -15px;
  }
}
@media (max-width: 420px) {
  .p-hero__sub-item--02 .p-hero__sub-deco {
    top: -3px;
    right: -24px;
  }
}
.p-hero__sub-item--02 .p-hero__sub-deco img {
  height: 36px;
}
@media (max-width: 1366px) {
  .p-hero__sub-item--02 .p-hero__sub-deco img {
    height: 32px;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-item--02 .p-hero__sub-deco img {
    height: 26px;
  }
}
@media (max-width: 420px) {
  .p-hero__sub-item--02 .p-hero__sub-deco img {
    height: 20px;
  }
}
.p-hero__sub-item--03 .p-hero__sub-deco {
  top: -8px;
  right: -24px;
  transform: rotate(8deg);
}
.p-hero__sub-item--03 .p-hero__sub-deco img {
  height: 46px;
}
@media (max-width: 1366px) {
  .p-hero__sub-item--03 .p-hero__sub-deco img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-item--03 .p-hero__sub-deco img {
    height: 32px;
  }
}
@media (max-width: 420px) {
  .p-hero__sub-item--03 .p-hero__sub-deco img {
    height: 25px;
  }
}
.p-hero__sub-img {
  width: 100%;
  border-radius: 64px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .p-hero__sub-img {
    border-radius: 40px;
  }
}
@media (max-width: 1366px) {
  .p-hero__sub-img {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .p-hero__sub-img {
    border-radius: 16px;
  }
}

/* ------------------------------------------------------------------------------
 ナビゲーション
------------------------------------------------------------------------------ */
.p-nav {
  padding: 64px 0 80px;
}
@media (max-width: 1600px) {
  .p-nav {
    padding: 16px 0 40px;
  }
}
@media (max-width: 1024px) {
  .p-nav {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .p-nav {
    padding: 40px 0 40px;
  }
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 40px;
}
@media (max-width: 1600px) {
  .p-nav__list {
    gap: 40px 8px;
  }
}
@media (max-width: 1366px) {
  .p-nav__list {
    gap: 40px 32px;
  }
}
@media (max-width: 1024px) {
  .p-nav__list {
    gap: 32px 0px;
  }
}
@media (max-width: 767px) {
  .p-nav__list {
    gap: 24px 16px;
  }
}
.p-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  transition: opacity 0.3s;
}
@media (max-width: 1600px) {
  .p-nav__link {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-nav__link {
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .p-nav__link {
    gap: 8px;
  }
}
.p-nav__link:hover {
  opacity: 0.8;
}
.p-nav {
  /* 番号 */
}
.p-nav__num img {
  width: auto;
  height: 36px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .p-nav__num img {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .p-nav__num img {
    height: 20px;
  }
}
@media (max-width: 420px) {
  .p-nav__num img {
    height: 18px;
  }
}
.p-nav__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  min-height: 72px;
  padding: 14px 48px 14px 24px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .p-nav__label {
    max-width: 400px;
    min-height: 56px;
    padding: 8px 24px 8px 24px;
  }
}
@media (max-width: 1366px) {
  .p-nav__label {
    max-width: 320px;
    min-height: 48px;
    padding: 8px 24px 8px 24px;
  }
}
@media (max-width: 767px) {
  .p-nav__label {
    padding: 4px 16px 4px 16px;
    min-height: 52px;
  }
}
@media (max-width: 420px) {
  .p-nav__label {
    min-height: 40px;
  }
}
.p-nav__label-text {
  font-size: clamp(0.95rem, 1.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 420px) {
  .p-nav__label-text {
    font-size: 0.85rem;
    line-height: 1.2;
  }
}
.p-nav__label-text span {
  font-weight: 900;
}
.p-nav__label-icon {
  position: absolute;
  right: 20px;
  flex-shrink: 0;
  width: 38px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 1600px) {
  .p-nav__label-icon {
    width: 32px;
  }
}
@media (max-width: 1366px) {
  .p-nav__label-icon {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .p-nav__label-icon {
    right: 8px;
    width: 24px;
  }
}
@media (max-width: 420px) {
  .p-nav__label-icon {
    display: none;
  }
}
.p-nav__label-icon--exit {
  filter: brightness(0) saturate(100%) invert(78%) sepia(5%) saturate(6453%) hue-rotate(147deg) brightness(90%) contrast(85%);
}
.p-nav {
  /* イラスト */
}
.p-nav__thumb {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1600px) {
  .p-nav__thumb {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .p-nav__thumb {
    width: 100%;
  }
}
.p-nav__thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.p-nav {
  /* 各セクションカラー */
}
.p-nav__item--01 .p-nav__label {
  background-color: #b22746;
}
.p-nav__item--02 .p-nav__label {
  background-color: #cc529b;
}
.p-nav__item--03 .p-nav__label {
  background-color: #a3c644;
}
.p-nav__item--04 .p-nav__label {
  background-color: #39c2d7;
}

/* ------------------------------------------------------------------------------
 セクション共通
------------------------------------------------------------------------------ */
.p-section {
  position: relative;
  overflow-x: clip;
}
.p-section__inner {
  position: relative;
  padding-block: 120px;
}
@media (max-width: 1600px) {
  .p-section__inner {
    padding-block: 100px;
  }
}
@media (max-width: 1024px) {
  .p-section__inner {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .p-section__inner {
    padding-block: 64px;
  }
}
.p-section__head {
  position: relative;
  text-align: center;
}
.p-section__num img {
  width: auto;
  height: 28px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .p-section__num img {
    height: 24px;
  }
}
@media (max-width: 420px) {
  .p-section__num img {
    height: 20px;
  }
}
.p-section__num--04 {
  filter: brightness(0) invert(1);
}
.p-section__lead {
  margin-top: 24px;
  font-size: clamp(0.95rem, 1.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: -8px;
}
@media (max-width: 1600px) {
  .p-section__lead {
    margin-top: 16px;
    margin-bottom: -4px;
  }
}
@media (max-width: 420px) {
  .p-section__lead {
    margin-top: 12px;
  }
}
.p-section__title {
  margin-top: 16px;
  font-size: clamp(1.55rem, 3.25vw, 2.85rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media (max-width: 1600px) {
  .p-section__title {
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .p-section__title {
    margin-top: 8px;
    line-height: 1.25;
  }
}
.p-section__title span {
  font-size: 1.1em;
  font-weight: 900;
}
.p-section__deco {
  position: absolute;
  pointer-events: none;
}
.p-section__deco img {
  width: auto;
  height: 48px;
}
@media (max-width: 1366px) {
  .p-section__deco img {
    height: 40px;
  }
}
.p-section__deco--newopen {
  top: 24%;
  left: 20%;
  transform: translateY(-80%) rotate(-16deg);
}
@media (max-width: 1600px) {
  .p-section__deco--newopen {
    left: 24%;
  }
}
@media (max-width: 1366px) {
  .p-section__deco--newopen {
    left: 20%;
  }
}
@media (max-width: 1024px) {
  .p-section__deco--newopen {
    left: 16%;
  }
}
@media (max-width: 767px) {
  .p-section__deco--newopen {
    left: 12%;
    top: 28%;
  }
}
.p-section__deco--newopen img {
  height: 56px;
}
@media (max-width: 1600px) {
  .p-section__deco--newopen img {
    height: 48px;
  }
}
@media (max-width: 1366px) {
  .p-section__deco--newopen img {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .p-section__deco--newopen img {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .p-section__deco--newopen img {
    height: 32px;
  }
}
@media (max-width: 420px) {
  .p-section__deco--newopen img {
    height: 28px;
  }
}
.p-section__deco--present {
  top: 16%;
  left: 28%;
  transform: translateY(-80%) rotate(-16deg);
}
@media (max-width: 1600px) {
  .p-section__deco--present {
    top: 24%;
    left: 30%;
    transform: translateY(-80%) rotate(-16deg);
  }
}
@media (max-width: 1366px) {
  .p-section__deco--present {
    top: 16%;
    left: 28%;
  }
}
@media (max-width: 1024px) {
  .p-section__deco--present {
    top: 0%;
  }
}
@media (max-width: 767px) {
  .p-section__deco--present {
    top: -6%;
    left: 20%;
  }
}
@media (max-width: 420px) {
  .p-section__deco--present {
    top: -8%;
  }
}
.p-section__deco--present img {
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .p-section__deco--present img {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .p-section__deco--present img {
    height: 32px;
  }
}
@media (max-width: 420px) {
  .p-section__deco--present img {
    height: 28px;
  }
}
.p-section__deco--display {
  top: -32px;
  right: 0%;
  transform: rotate(12deg);
}
@media (max-width: 1600px) {
  .p-section__deco--display {
    top: -48px;
    right: -4%;
  }
}
@media (max-width: 767px) {
  .p-section__deco--display {
    top: -13%;
    right: -10%;
  }
}
@media (max-width: 420px) {
  .p-section__deco--display {
    top: -11%;
    right: -12%;
  }
}
.p-section__deco--display img {
  height: 56px;
}
@media (max-width: 1600px) {
  .p-section__deco--display img {
    height: 48px;
  }
}
@media (max-width: 1366px) {
  .p-section__deco--display img {
    height: 45px;
  }
}
@media (max-width: 1024px) {
  .p-section__deco--display img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .p-section__deco--display img {
    height: 34px;
  }
}
@media (max-width: 420px) {
  .p-section__deco--display img {
    height: 29px;
  }
}
.p-section__deco--store {
  top: 80px;
  left: -48px;
  transform: rotate(-22deg);
}
@media (max-width: 1366px) {
  .p-section__deco--store {
    top: 72px;
    left: -8%;
  }
}
@media (max-width: 1024px) {
  .p-section__deco--store {
    top: 64px;
    left: -4%;
  }
}
@media (max-width: 767px) {
  .p-section__deco--store {
    top: 80%;
    left: -3%;
    transform: rotate(-16deg);
  }
}
@media (max-width: 420px) {
  .p-section__deco--store {
    top: 85%;
    left: -4%;
  }
}
.p-section__deco--store img {
  height: 52px;
}
@media (max-width: 1024px) {
  .p-section__deco--store img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .p-section__deco--store img {
    height: 34px;
  }
}
@media (max-width: 420px) {
  .p-section__deco--store img {
    height: 30px;
  }
}
.p-section__visual {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .p-section__visual {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .p-section__visual {
    margin-top: 16px;
  }
}
.p-section__visual > img:first-child {
  width: 100%;
  margin: auto;
}
@media (max-width: 1600px) {
  .p-section__visual > img:first-child {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .p-section__visual > img:first-child {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .p-section__visual > img:first-child {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .p-section__visual > img:first-child {
    width: 100%;
  }
}
.p-section__visual--shop {
  z-index: 1;
}
.p-section__illust {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-section__illust--couple {
  top: -64px;
  right: -112px;
  bottom: auto;
  width: 184px;
}
@media (max-width: 1600px) {
  .p-section__illust--couple {
    top: -104px;
    right: -56px;
    width: 160px;
  }
}
@media (max-width: 1366px) {
  .p-section__illust--couple {
    right: -16px;
    width: 136px;
  }
}
@media (max-width: 1024px) {
  .p-section__illust--couple {
    width: 104px;
    right: -10px;
    top: -104px;
  }
}
@media (max-width: 767px) {
  .p-section__illust--couple {
    display: none;
  }
}
.p-section__illust--woman {
  width: 140px;
  left: -104px;
  bottom: -56px;
}
@media (max-width: 1600px) {
  .p-section__illust--woman {
    width: 120px;
    left: -56px;
    bottom: -24px;
  }
}
@media (max-width: 1366px) {
  .p-section__illust--woman {
    width: 104px;
    left: -16px;
  }
}
@media (max-width: 1024px) {
  .p-section__illust--woman {
    width: 88px;
    left: -16px;
    bottom: -24px;
  }
}
@media (max-width: 767px) {
  .p-section__illust--woman {
    width: 72px;
    left: -24px;
    bottom: -16px;
  }
}
@media (max-width: 420px) {
  .p-section__illust--woman {
    width: 68px;
    left: -24px;
    bottom: -10px;
  }
}
.p-section__illust--staffman {
  left: -160px;
  top: -80px;
  width: 132px;
}
@media (max-width: 1600px) {
  .p-section__illust--staffman {
    left: 0%;
    top: -80px;
    width: 104px;
  }
}
@media (max-width: 1366px) {
  .p-section__illust--staffman {
    left: -3%;
    width: 96px;
  }
}
@media (max-width: 1024px) {
  .p-section__illust--staffman {
    top: -96px;
    left: -1%;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .p-section__illust--staffman {
    display: none;
  }
}
.p-section__illust--staffwoman {
  right: -156px;
  bottom: -40px;
  width: 120px;
}
@media (max-width: 1600px) {
  .p-section__illust--staffwoman {
    right: 0;
    bottom: -16px;
    width: 104px;
  }
}
@media (max-width: 1366px) {
  .p-section__illust--staffwoman {
    right: -3%;
    bottom: -16px;
    width: 90px;
  }
}
@media (max-width: 1024px) {
  .p-section__illust--staffwoman {
    right: -2%;
    bottom: -16px;
    width: 78px;
  }
}
@media (max-width: 767px) {
  .p-section__illust--staffwoman {
    right: -5%;
    bottom: -16px;
    width: 58px;
  }
}
@media (max-width: 420px) {
  .p-section__illust--staffwoman {
    right: -5%;
    bottom: -16px;
    width: 52px;
  }
}
.p-section__illust--family {
  width: 208px;
  bottom: 120px;
  left: -16px;
}
@media (max-width: 1600px) {
  .p-section__illust--family {
    display: none;
  }
}
.p-section__illust--shoppers {
  width: 240px;
  bottom: 240px;
  right: 0;
}
@media (max-width: 1600px) {
  .p-section__illust--shoppers {
    display: none;
  }
}
.p-section__illust--friends {
  width: 264px;
  top: -140px;
  right: -16px;
}
@media (max-width: 1600px) {
  .p-section__illust--friends {
    width: 208px;
    top: -24px;
    right: -80px;
  }
}
@media (max-width: 1366px) {
  .p-section__illust--friends {
    width: 176px;
    top: 0px;
    right: -80px;
  }
}
@media (max-width: 1024px) {
  .p-section__illust--friends {
    width: 156px;
    top: -16px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .p-section__illust--friends {
    width: 120px;
    top: -110%;
    right: -2%;
  }
}
@media (max-width: 420px) {
  .p-section__illust--friends {
    width: 104px;
    top: -120%;
    right: -2%;
  }
}
.p-section__body {
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .p-section__body {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .p-section__body {
    width: 90%;
    margin: 32px auto 0;
  }
}
@media (max-width: 767px) {
  .p-section__body {
    width: 100%;
    margin: 24px auto 0;
  }
}
.p-section__text {
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-section__text {
    line-height: 1.85;
  }
}
@media (max-width: 420px) {
  .p-section__text {
    font-size: 0.85rem;
  }
}
.p-section__text + .p-section__text {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .p-section__text + .p-section__text {
    margin-top: 1.25em;
  }
}
@media (max-width: 767px) {
  .p-section__text + .p-section__text {
    margin-top: 1em;
  }
}
.p-section__text--big {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 700;
}
.p-section__text--pink {
  color: #cc529b;
}
.p-section {
  /* #1 ボルドー */
}
.p-section--red {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 33%, #b22746 33%, #b22746 100%);
}
.p-section--red .p-section__inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .p-section--red .p-section__inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .p-section--red .p-section__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 420px) {
  .p-section--red .p-section__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-section--red .p-section__head {
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 1600px) {
  .p-section--red .p-section__head {
    padding-bottom: 8px;
  }
}
.p-section--red .p-section__num img {
  height: 32px;
}
@media (max-width: 1600px) {
  .p-section--red .p-section__num img {
    height: 24px;
  }
}
@media (max-width: 420px) {
  .p-section--red .p-section__num img {
    height: 20px;
  }
}
.p-section--red .p-section__title {
  margin-top: 8px;
  color: #000000;
  font-size: clamp(1.85rem, 2.8vw, 3rem);
}
@media (max-width: 420px) {
  .p-section--red .p-section__title {
    font-size: clamp(1.55rem, 2.2vw, 2.5rem);
  }
}
.p-section--red .p-section__title span {
  font-size: 1.1em;
  font-weight: 900;
  padding-right: 8px;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .p-section--red .p-section__title span {
    padding-right: 0;
    letter-spacing: 0.1em;
  }
}
.p-section--red .p-section__visual--shop {
  margin-top: 32px;
}
@media (max-width: 1366px) {
  .p-section--red .p-section__visual--shop {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .p-section--red .p-section__visual--shop {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .p-section--red .p-section__visual--shop {
    margin-top: 8px;
  }
}
@media (max-width: 420px) {
  .p-section--red .p-section__visual--shop {
    margin-top: 4px;
  }
}
.p-section--red .p-section__visual--shop > img:first-child {
  border-radius: 60px;
}
@media (max-width: 1366px) {
  .p-section--red .p-section__visual--shop > img:first-child {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .p-section--red .p-section__visual--shop > img:first-child {
    border-radius: 24px;
  }
}
@media (max-width: 420px) {
  .p-section--red .p-section__visual--shop > img:first-child {
    height: 200px;
    object-fit: cover;
  }
}
.p-section--red .p-section__body {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .p-section--red .p-section__body {
    margin-top: 48px;
  }
}
@media (max-width: 1366px) {
  .p-section--red .p-section__body {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-section--red .p-section__body {
    margin-top: 24px;
  }
}
@media (max-width: 420px) {
  .p-section--red .p-section__body {
    margin-top: 16px;
  }
}
.p-section--red .p-section__text {
  color: #ffffff;
}
.p-section--red .p-section__text + .p-section--red .p-section__text {
  margin-top: 2em;
}
.p-section--red .p-section__text--big {
  color: #ffffff;
}
.p-section {
  /* #2 白 */
}
.p-section--white {
  background-color: #ffffff;
}
.p-section--white .p-section__title {
  color: #000000;
}
.p-section--white .p-section__text {
  color: #000000;
}
.p-section {
  /* #3 黄緑 */
}
.p-section--green {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 28%, #a3c644 28%, #a3c644 100%);
}
@media (max-width: 1600px) {
  .p-section--green {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #a3c644 40%, #a3c644 100%);
  }
}
@media (max-width: 767px) {
  .p-section--green {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 24%, #a3c644 24%, #a3c644 100%);
  }
}
.p-section--green .p-section__head {
  color: #000000;
}
.p-section--green .p-section__inner {
  padding-block: 0 100px;
}
@media (max-width: 1024px) {
  .p-section--green .p-section__inner {
    padding-block: 0 80px;
  }
}
@media (max-width: 767px) {
  .p-section--green .p-section__inner {
    padding-block: 0 48px;
  }
}
@media (max-width: 420px) {
  .p-section--green .p-section__inner {
    padding-block: 0 40px;
  }
}
.p-section {
  /* #4 水色 */
}
.p-section--blue {
  background-color: #39c2d7;
  color: #ffffff;
}
.p-section--blue .p-section__head {
  position: relative;
}
.p-section--blue .p-section__title {
  color: #ffffff;
}
.p-section--blue .p-section__inner {
  padding-block: 80px 100px;
}
@media (max-width: 1600px) {
  .p-section--blue .p-section__inner {
    padding-block: 80px 80px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .p-section--blue .p-section__inner {
    width: 85%;
  }
}
@media (max-width: 1024px) {
  .p-section--blue .p-section__inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .p-section--blue .p-section__inner {
    padding-block: 48px 48px;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .p-section--blue .p-section__inner {
    padding-block: 40px 40px;
  }
}

/* ------------------------------------------------------------------------------
 展示車
------------------------------------------------------------------------------ */
.p-car-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 120px;
  margin-top: 32px;
}
@media (max-width: 1600px) {
  .p-car-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .p-car-list {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .p-car-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
    margin-top: 24px;
  }
}
@media (max-width: 420px) {
  .p-car-list {
    gap: 16px 40px;
  }
}
.p-car-list__item {
  text-align: center;
}
.p-car-list__item--roox {
  grid-column: 1/-1;
  max-width: 520px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .p-car-list__item--roox {
    max-width: 352px;
    margin-inline: unset;
  }
}
@media (max-width: 767px) {
  .p-car-list__item--roox {
    width: 50%;
    margin: auto;
  }
}
.p-car-list__item--serena {
  position: relative;
}
@media (max-width: 1600px) {
  .p-car-list__item--serena .p-section__deco--display {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-car-list__item--serena .p-section__deco--display {
    display: block;
  }
}
.p-car-list__item--roox {
  position: relative;
}
.p-car-list__item--roox .p-section__deco--display {
  display: none;
}
@media (max-width: 1600px) {
  .p-car-list__item--roox .p-section__deco--display {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-car-list__item--roox .p-section__deco--display {
    display: none;
  }
}
.p-car-card__img {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .p-car-card__img {
    max-width: 352px;
  }
}
.p-car-card__body {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .p-car-card__body {
    margin-top: 10px;
  }
}
.p-car-card__name img {
  width: auto;
  height: 64px;
  margin: auto;
}
@media (max-width: 1600px) {
  .p-car-card__name img {
    height: 48px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .p-car-card__name img {
    height: 45px;
  }
}
@media (max-width: 1024px) {
  .p-car-card__name img {
    height: 38px;
  }
}
.p-car-card__spec {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-car-card__spec {
    font-size: 0.95rem;
  }
}
@media (max-width: 420px) {
  .p-car-card__spec {
    margin-top: 12px;
    font-size: 0.85rem;
  }
}

/* ------------------------------------------------------------------------------
 店舗情報
------------------------------------------------------------------------------ */
.p-access {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .p-access {
    gap: 40px;
  }
}
@media (max-width: 1366px) {
  .p-access {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .p-access {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
  }
}
@media (max-width: 420px) {
  .p-access {
    gap: 16px;
  }
}
.p-access__map {
  overflow: hidden;
  border-radius: 32px;
}
.p-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  aspect-ratio: 2/1;
}
@media (max-width: 1366px) {
  .p-access__map iframe {
    min-height: 440px;
  }
}
@media (max-width: 1024px) {
  .p-access__map iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .p-access__map iframe {
    min-height: 320px;
  }
}
@media (max-width: 420px) {
  .p-access__map iframe {
    min-height: 280px;
  }
}
.p-access__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-access__info {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-access__info {
    gap: 16px;
  }
}
@media (max-width: 420px) {
  .p-access__info {
    gap: 12px;
  }
}
.p-access__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-access__row {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 420px) {
  .p-access__row {
    gap: 10px;
  }
}
.p-access__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 120px;
  padding: 6px 20px;
  border-radius: 999px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media (max-width: 1600px) {
  .p-access__label {
    padding: 2px 20px;
    font-size: 1.05rem;
  }
}
@media (max-width: 1366px) {
  .p-access__label {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .p-access__label {
    font-size: 0.9rem;
    padding: 2px 16px;
    min-width: 104px;
    max-height: 30px;
  }
}
@media (max-width: 420px) {
  .p-access__label {
    font-size: 0.85rem;
    min-width: 88px;
  }
}
.p-access__value {
  font-size: clamp(0.875rem, 1.4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.05rem;
}
@media (max-width: 1600px) {
  .p-access__value {
    font-size: clamp(0.9rem, 1.3vw, 1.25rem);
  }
}
@media (max-width: 420px) {
  .p-access__value {
    font-size: 0.85rem;
  }
}
.p-access__value a:hover {
  opacity: 0.8;
}
.p-access__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1600px) {
  .p-access__btns {
    gap: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 1366px) {
  .p-access__btns {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .p-access__btns {
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .p-access__btns {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .p-access__btn {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------
 Instagram
------------------------------------------------------------------------------ */
.p-insta {
  padding: 120px 0;
  background-color: #ffffff;
}
@media (max-width: 1600px) {
  .p-insta {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .p-insta {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .p-insta {
    padding: 64px 0;
  }
}
.p-insta__head {
  position: relative;
  text-align: center;
}
.p-insta__title {
  font-size: clamp(1.75rem, 3.15vw, 2.85rem);
  font-weight: 900;
  letter-spacing: 0.05rem;
}
.p-insta__deco {
  position: absolute;
  top: -32px;
  left: 432px;
  pointer-events: none;
  transform: rotate(-20deg);
}
@media (max-width: 1600px) {
  .p-insta__deco {
    top: -24px;
    left: 448px;
  }
}
@media (max-width: 1366px) {
  .p-insta__deco {
    top: -24px;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .p-insta__deco {
    top: -32px;
    left: 35%;
  }
}
@media (max-width: 767px) {
  .p-insta__deco {
    top: -24px;
    left: 24%;
  }
}
.p-insta__deco img {
  width: auto;
  height: 35px;
}
@media (max-width: 1600px) {
  .p-insta__deco img {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .p-insta__deco img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .p-insta__deco img {
    height: 24px;
  }
}
@media (max-width: 420px) {
  .p-insta__deco img {
    height: 22px;
  }
}
.p-insta__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 32px;
}
@media (max-width: 1600px) {
  .p-insta__list {
    width: 85%;
    margin: 32px auto;
  }
}
@media (max-width: 1024px) {
  .p-insta__list {
    width: 90%;
    margin: 24px auto;
  }
}
@media (max-width: 767px) {
  .p-insta__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 16px auto;
    width: 100%;
  }
}
.p-insta__item {
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.p-insta__item:hover {
  opacity: 0.8;
}
.p-insta__item img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.p-insta__btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1366px) {
  .p-insta__btn {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .p-insta__btn {
    margin-top: 24px;
  }
}

/* ------------------------------------------------------------------------------
 スタッフ
------------------------------------------------------------------------------ */
.p-staff {
  padding: 80px 0 120px;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 1600px) {
  .p-staff {
    padding: 64px 0 100px;
  }
}
@media (max-width: 1024px) {
  .p-staff {
    padding: 64px 0 72px;
  }
}
@media (max-width: 767px) {
  .p-staff {
    padding: 56px 0 72px;
  }
}
@media (max-width: 420px) {
  .p-staff {
    padding: 48px 0 64px;
  }
}
.p-staff__deco img {
  width: auto;
  height: 48px;
  margin-inline: auto;
}
@media (max-width: 1600px) {
  .p-staff__deco img {
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .p-staff__deco img {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .p-staff__deco img {
    height: 36px;
  }
}
@media (max-width: 420px) {
  .p-staff__deco img {
    height: 30px;
  }
}
.p-staff__title {
  margin-top: 16px;
  font-size: clamp(1.125rem, 2.85vw, 2.15rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  padding-inline: 40px;
}
@media (max-width: 1600px) {
  .p-staff__title {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .p-staff__title {
    margin-top: 4px;
    padding-inline: 20px;
  }
}
@media (max-width: 420px) {
  .p-staff__title {
    margin-top: 8px;
    word-break: auto-phrase;
  }
}
.p-staff__slider {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .p-staff__slider {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .p-staff__slider {
    margin-top: 24px;
  }
}
@media (max-width: 420px) {
  .p-staff__slider {
    margin-top: 16px;
  }
}
.p-staff__slider .swiper-slide {
  width: auto;
}
.p-staff__slider img {
  display: block;
  width: auto;
  max-height: 280px;
  border-radius: 32px;
}
@media (max-width: 1600px) {
  .p-staff__slider img {
    max-height: 240px;
  }
}
@media (max-width: 1600px) {
  .p-staff__slider img {
    max-height: 200px;
  }
}
@media (max-width: 1024px) {
  .p-staff__slider img {
    max-height: 160px;
  }
}
@media (max-width: 767px) {
  .p-staff__slider img {
    max-height: 120px;
    border-radius: 16px;
  }
}

/* ------------------------------------------------------------------------------
 フッター
------------------------------------------------------------------------------ */
.p-footer {
  background-color: #b22746;
  color: #ffffff;
}
.p-footer__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 8px 40px;
}
@media (max-width: 1600px) {
  .p-footer__inner {
    padding: 8px 40px;
  }
}
@media (max-width: 767px) {
  .p-footer__inner {
    padding: 8px 16px;
  }
}
.p-footer__copy {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .p-footer__copy {
    line-height: 1.15;
  }
}
@media (max-width: 420px) {
  .p-footer__copy {
    font-size: 0.85rem;
  }
}

/* ------------------------------------------------------------------------------
 スクロール表示アニメーション
------------------------------------------------------------------------------ */
.js-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .js-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.js-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ナビ項目の段階表示 */
.p-nav__item.js-animate:nth-child(1) {
  transition-delay: 0s;
}
.p-nav__item.js-animate:nth-child(2) {
  transition-delay: 0.1s;
}
.p-nav__item.js-animate:nth-child(3) {
  transition-delay: 0.2s;
}
.p-nav__item.js-animate:nth-child(4) {
  transition-delay: 0.3s;
}

/* ------------------------------------------------------------------------------
 イラスト表示アニメーション
------------------------------------------------------------------------------ */
.js-animate-illust {
  opacity: 0;
  transform: translateX(var(--illust-from-x, 0)) translateY(24px) scale(0.86) rotate(var(--illust-from-rotate, 0deg));
  transform-origin: center bottom;
  transition: opacity 0.55s ease var(--illust-delay, 0.35s), transform 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) var(--illust-delay, 0.35s);
}
@media (prefers-reduced-motion: reduce) {
  .js-animate-illust {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.js-animate-illust.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1) rotate(0deg);
}

/* 左側イラスト */
.p-hero__illust--family.js-animate-illust,
.p-hero__illust--friends.js-animate-illust,
.p-section__illust--woman.js-animate-illust,
.p-section__illust--staffman.js-animate-illust,
.p-section__illust--family.js-animate-illust {
  --illust-from-x: -48px;
  --illust-from-rotate: -8deg;
}

/* 右側イラスト */
.p-hero__illust--couple.js-animate-illust,
.p-section__illust--couple.js-animate-illust,
.p-section__illust--staffwoman.js-animate-illust,
.p-section__illust--shoppers.js-animate-illust,
.p-section__illust--friends.js-animate-illust {
  --illust-from-x: 48px;
  --illust-from-rotate: 8deg;
}

/* 表示タイミングのずらし */
.p-hero__illust--family.js-animate-illust {
  --illust-delay: 0.5s;
}

.p-hero__illust--friends.js-animate-illust {
  --illust-delay: 0.45s;
}

.p-hero__illust--couple.js-animate-illust {
  --illust-delay: 0.6s;
}

.p-section__illust--woman.js-animate-illust,
.p-section__illust--staffman.js-animate-illust,
.p-section__illust--family.js-animate-illust {
  --illust-delay: 0.4s;
}

.p-section__illust--couple.js-animate-illust,
.p-section__illust--staffwoman.js-animate-illust,
.p-section__illust--shoppers.js-animate-illust {
  --illust-delay: 0.55s;
}

.p-section__illust--friends.js-animate-illust {
  --illust-delay: 0.45s;
}

/* ------------------------------------------------------------------------------
 デコSVG 書き出しアニメーション
------------------------------------------------------------------------------ */
.js-animate-deco img {
  display: block;
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 28px), rgba(0, 0, 0, 0.55) calc(100% - 14px), transparent 100%);
  mask-size: 0% 100%;
  mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 28px), rgba(0, 0, 0, 0.55) calc(100% - 14px), transparent 100%);
  -webkit-mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  transition: mask-size 0.75s cubic-bezier(0.33, 0, 0.15, 1) var(--deco-delay, 0.15s), -webkit-mask-size 0.75s cubic-bezier(0.33, 0, 0.15, 1) var(--deco-delay, 0.15s);
}
@media (prefers-reduced-motion: reduce) {
  .js-animate-deco img {
    mask: none;
    -webkit-mask: none;
  }
}
.js-animate-deco.is-visible img {
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}
.js-animate-deco.is-drawn img {
  mask: none;
  -webkit-mask: none;
}

/* ヒーローサブ画像の段階表示 */
.p-hero__sub-item--01 .js-animate-deco {
  --deco-delay: 0.2s;
}

.p-hero__sub-item--02 .js-animate-deco {
  --deco-delay: 0.32s;
}

.p-hero__sub-item--03 .js-animate-deco {
  --deco-delay: 0.44s;
}/*# sourceMappingURL=style.css.map */