@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 仮 */
/* foundation > base */
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #F08C7C;
}
body a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  body a:hover:not(.p-top__intro-link) {
    opacity: 0.7;
  }
}
body.js-no-scroll {
  overflow-y: hidden;
}

/* l-inner */
.l-inner {
  max-width: 1300px;
  margin-inline: auto;
  padding: 0 20px;
}

.l-inner-md {
  max-width: 1580px;
  margin-inline: auto;
  padding: 0 20px;
}

/* l-outer */
.l-outer {
  max-width: 1620px;
  margin-inline: auto;
}

/* object > component > heading */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    gap: 3px;
  }
}
.c-section-heading .en {
  text-transform: uppercase;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-section-heading .en {
    font-size: 25px;
  }
}
.c-section-heading .jp {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-section-heading .jp {
    font-size: 11px;
  }
}
.c-section-heading.--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-section-heading.--color-white {
  color: #FFFFFF;
}

/* object > component > button */
.c-link-button {
  display: inline-block;
  max-width: 198px;
  width: 100%;
  background-color: #F08C7C;
  text-align: center;
  padding: 18px 10px 19px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-link-button {
    max-width: 174px;
    font-size: 16px;
    padding: 16px 10px 16px;
  }
}
.c-link-button.--top-news, .c-link-button.--products {
  max-width: 212px;
  padding: 20px 10px 21px;
}
.c-link-button.--single {
  max-width: 173px;
  padding: 15px 10px 15px;
}

/* object > project > header */
.p-header {
  height: 94px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 42px 0 38px;
  background-color: transparent;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 58px;
    padding: 0 20px;
  }
}
.p-header.js-scrolled {
  background-color: #F8F6E7;
}
.p-header.js-scrolled .p-header__logo-link svg path {
  fill: #F08C7C;
}
.p-header.js-scrolled .p-header__logo-link svg rect {
  fill: #F08C7C;
}
.p-header.js-scrolled .p-header__link-anchor.--online {
  border: 1px solid #F08C7C;
}
@media screen and (max-width: 768px) {
  .p-header.js-scrolled .p-header__link-anchor.--online {
    border: none;
  }
}
.p-header.js-scrolled .p-header__link-anchor svg path {
  fill: #F08C7C;
}
.p-header.js-scrolled .p-header__link-text {
  color: #F08C7C;
}
.p-header.--page {
  background-color: #F8F6E7;
  border-bottom: 1px solid #BDB5A9;
}

.p-header__inner {
  max-width: 1620px;
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
          flex: 0 0 127px;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    width: 72px;
  }
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link svg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-header__link-list {
    gap: 11px;
  }
}

.p-header__link-anchor {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-header__link-anchor {
    display: block;
  }
}
.p-header__link-anchor svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-header__link-anchor svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
}
.p-header__link-anchor.--online {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding: 10px 22px 10px 19px;
}
.p-header__link-anchor.--online .p-header__link-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-header__link-anchor.--online {
    padding: 0;
    border: none;
  }
}
.p-header__link-anchor.--online.--page {
  border: 1px solid #F08C7C;
}
@media screen and (max-width: 768px) {
  .p-header__link-anchor.--online.--page {
    border: none;
  }
}

.p-header__link-text {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  line-height: 1.3571428571;
}
@media screen and (max-width: 768px) {
  .p-header__link-text {
    display: none;
  }
}
.p-header__link-text.--page {
  color: #F08C7C;
}

.p-header__link-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > footer */
.p-footer {
  background-color: #F08C7C;
  padding: 89px 0 21px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 69px 0 11px;
  }
}

.p-footer__inner {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 47px;
  }
}

.p-footer__online-link {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .p-footer__link01 {
    margin-right: auto;
  }
}

.p-footer__link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-footer__link02 {
    margin-left: auto;
    gap: 11.4px;
  }
}

.p-footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns-link {
    display: block;
  }
}
.p-footer__sns-link.--shop {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding: 7px 20px 6.6px 18px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns-link.--shop {
    border: none;
    padding: 0;
  }
}
.p-footer__sns-link.--shop img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .p-footer__sns-link.--shop img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
  }
}

.p-footer__sns-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-footer__sns-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
}
.p-footer__sns-logo.--shop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}

.p-footer__sns-text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.3571428571;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-footer__sns-text {
    display: none;
  }
}

.p-footer__logo-block {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-footer__logo-block {
    margin-top: 39.5px;
  }
}

.p-footer__logo {
  width: 232px;
}

.p-footer__logo-link {
  display: block;
}
.p-footer__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__bottom {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    margin-top: 55.5px;
  }
}

.p-footer__copyright {
  text-align: center;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 10px;
  }
}

/* object > project > top */
.p-top {
  background-color: #F8F6E7;
}

/* concept */
.p-top__concept {
  padding: 135px 0 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top__concept {
    padding: 88px 0 120px;
  }
}

.p-top__concept-content {
  position: relative;
}

.p-top__concept-sp-photos {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-top__concept-sp-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    width: 75%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top__concept-sp-photos {
    width: 100%;
  }
}

.p-top__concept-sp-photo.--02 {
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
}
.p-top__concept-sp-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__concept-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-top__concept-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-top__concept-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 560px;
}
@media screen and (max-width: 1240px) {
  .p-top__concept-textarea {
    max-width: 470px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__concept-textarea {
    margin-top: 70px;
  }
}

.p-top__concept-lead {
  font-size: 27px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__concept-lead {
    font-size: 23px;
    line-height: 1.5652173913;
  }
}

.p-top__concept-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top__concept-text {
    font-size: 14px;
    line-height: 2;
  }
}
.p-top__concept-text + .p-top__concept-text {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .p-top__concept-text + .p-top__concept-text {
    margin-top: 30px;
  }
}

.p-top__concept-photo-wrap {
  max-width: 600px;
  margin-top: 820px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 200px;
}
@media screen and (max-width: 1240px) {
  .p-top__concept-photo-wrap {
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__concept-photo-wrap {
    display: none;
  }
}
.p-top__concept-photo {
  position: relative;
  margin-left: auto;
}
.p-top__concept-photo.--01 {
  max-width: 513px;
}
@media screen and (max-width: 1240px) {
  .p-top__concept-photo.--01 {
    max-width: 413px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__concept-photo.--01 {
    max-width: initial;
  }
}
.p-top__concept-photo.--02 {
  max-width: 365px;
}
@media screen and (max-width: 1240px) {
  .p-top__concept-photo.--02 {
    max-width: 265px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__concept-photo.--02 {
    max-width: 259px;
  }
}
.p-top__concept-photo.--03 {
  max-width: 587px;
}
@media screen and (max-width: 1240px) {
  .p-top__concept-photo.--03 {
    max-width: 487px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__concept-photo.--03 {
    max-width: initial;
  }
}
.p-top__concept-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* introduction */
.p-top__intro {
  background-color: #C3C3C3;
  position: relative;
}

.p-top__intro-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-top__intro-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 216px 20px 294px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top__intro-inner {
    padding: 44px 20px 88px;
    gap: 20px;
  }
}

.p-top__intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.p-top__intro-modal {
  width: 70px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top__intro-modal {
    width: 51px;
  }
}

.p-top__intro-play {
  text-align: center;
  color: #FFFFFF;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top__intro-play {
    font-size: 12px;
    line-height: 1;
  }
}

.p-top__intro-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  .p-top__intro-link {
    gap: 9px;
  }
}

.p-top__intro-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* モーダル背景の色を変更 */
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* slider */
.p-top__slider-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top__slider-container .swiper-slide {
  width: 511px;
}
@media screen and (max-width: 768px) {
  .p-top__slider-container .swiper-slide {
    width: 213px;
  }
}
.p-top__slider-container .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*items */
.p-top__items {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__items {
    padding: 120px 0 0;
  }
}

.p-top__items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1240px) {
  .p-top__items-list {
    width: 75%;
    margin-inline: auto;
    gap: 70px;
  }
}
@media screen and (max-width: 500px) {
  .p-top__items-list {
    width: 100%;
  }
}

.p-top__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 1240px) {
  .p-top__items-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
.p-top__items-item.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1240px) {
  .p-top__items-item.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__items-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 894px;
          flex: 0 0 894px;
}
@media screen and (max-width: 1240px) {
  .p-top__items-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__items-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__items-body {
  margin-top: 110px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1240px) {
  .p-top__items-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 0;
  }
}

.p-top__items-title {
  font-size: 34px;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__items-title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.p-top__items-textarea {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-top__items-textarea {
    margin-top: 15px;
  }
}

.p-top__items-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__items-text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-top__items-btn-wrap {
  margin-top: 44px;
}
@media screen and (max-width: 1240px) {
  .p-top__items-btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__items-btn-wrap {
    text-align: center;
  }
}

/* products */
.p-top__products {
  padding: 155px 0 160px;
}
@media screen and (max-width: 768px) {
  .p-top__products {
    padding: 118px 0 120px;
  }
}

.p-top__products-list {
  margin-top: 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-top__products-list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    row-gap: 7px;
  }
}

.p-top__products-item {
  aspect-ratio: 1;
  position: relative;
}
.p-top__products-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.p-top__products-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__products-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.p-top__products-title .en {
  text-transform: uppercase;
  text-align: center;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__products-title .en {
    font-size: 11px;
  }
}
.p-top__products-title .line {
  display: inline-block;
  margin: 13px auto 13px;
  width: 156px;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-top__products-title .line {
    width: 77px;
    height: 1px;
    margin: 5px auto 5px;
  }
}
.p-top__products-title .jp {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__products-title .jp {
    font-size: 7px;
  }
}

.p-top__products-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

/* gift box */
.p-top__gift {
  padding: 97px 0 0;
  background-color: #F08C7C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__gift {
    padding: 98px 0 0;
  }
}

.p-top__gift-inner {
  position: relative;
  z-index: 2;
  padding: 0 20px 185px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-inner {
    padding: 0 20px 83px;
  }
}

.p-top__gift-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: clamp(20.063rem, 16.749rem + 14.14vw, 31.063rem);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__gift-message {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-message {
    margin-top: 40px;
    gap: 20px;
  }
}

.p-top__gift-message-main {
  color: #FFFFFF;
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__gift-message-main {
    font-size: 17px;
  }
}

.p-top__gift-message-sub {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__gift-message-sub {
    font-size: 14px;
    line-height: 2;
  }
}

.p-top__gift-container {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-container {
    grid-template-columns: 1fr;
    width: 75%;
    margin: 50px auto 0;
    gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-top__gift-container {
    width: 100%;
  }
}

.p-top__gift-body {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-body {
    margin-top: 15px;
  }
}

.p-top__gift-size {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__gift-size {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.p-top__gift-price {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__gift-price {
    font-size: 22px;
  }
}
.p-top__gift-price .sm {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-price .sm {
    font-size: 12px;
  }
}

.p-top__gift-notice {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__gift-notice {
    margin-top: 15px;
  }
}

.p-top__gift-notice-text {
  text-align: right;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top__gift-notice-text {
    font-size: 11px;
  }
}

.p-top__gift-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__gift-textarea {
  margin-top: 39px;
}

.p-top__gift-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* point */
.p-top__point {
  padding: 155px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__point {
    padding: 118px 0 0;
  }
}

.p-top__point-inner {
  max-width: 848px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-top__point-content {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-top__point-content {
    margin-top: 40px;
  }
}

.p-top__point-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__point-body {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__point-body {
    margin-top: 25px;
  }
}

.p-top__point-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-top__point-text {
    font-size: 14px;
    line-height: 2;
  }
}

/* brand */
.p-top__brand {
  padding: 155px 0 210px;
}
@media screen and (max-width: 768px) {
  .p-top__brand {
    padding: 118px 0 100px;
  }
}

.p-top__brand-content {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-top__brand-content {
    margin-top: 40px;
  }
}

.p-top__brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .p-top__brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
}

.p-top__brand-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* event & news */
.p-top__news {
  padding: 177px 0 149px;
}
@media screen and (max-width: 768px) {
  .p-top__news {
    padding: 98px 0 100px;
  }
}

.p-top__news-content {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .p-top__news-content {
    margin-right: -20px;
  }
}

.p-top__news-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-top__news-wrap::-webkit-scrollbar {
  display: none;
}

.p-top__news-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 63px;
}
@media screen and (max-width: 768px) {
  .p-top__news-items {
    width: 787px;
    gap: 20px;
  }
}

.p-top__news-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* object > project > archive */
.p-archive {
  padding: 94px 0 100px;
  background-color: #F8F6E7;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 58px 0 58px;
  }
}

.p-archive__content {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  .p-archive__content {
    margin-top: 83px;
  }
}

.p-archive__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  row-gap: 63px;
}
@media screen and (max-width: 768px) {
  .p-archive__articles {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-archive__articles {
    grid-template-columns: 1fr;
  }
}

.p-archive__pagination {
  margin-top: 80px;
}

/* object > project > single */
.p-single {
  padding: 94px 0 88px;
  background-color: #F8F6E7;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 58px 0 58px;
  }
}

.p-single__content {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-single__content {
    margin-top: 119px;
  }
}

.p-single__inner {
  max-width: 940px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-single__date {
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-single__heading-block {
  margin-top: 21px;
}

.p-single__heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3125;
  letter-spacing: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-single__heading {
    font-size: 24px;
    line-height: 1.6666666667;
    -webkit-line-clamp: 4;
  }
}

.p-single__thumbnail {
  margin: 35px auto 0;
  max-width: 378px;
}
@media screen and (max-width: 768px) {
  .p-single__thumbnail {
    margin: 50px auto 0;
  }
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__body {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-single__body {
    margin-top: 30px;
  }
}
.p-single__body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-single__body p + p {
  margin-top: 20px;
}

.p-single__btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* object > project > blog-card */
.p-blog-card__photo._top {
  aspect-ratio: 378/378;
  min-height: 378px;
  max-height: 378px;
}
@media screen and (max-width: 768px) {
  .p-blog-card__photo._top {
    aspect-ratio: 249/249;
    min-height: 249px;
    max-height: 249px;
  }
}
.p-blog-card__photo._blog {
  aspect-ratio: 378/378;
  min-height: 378px;
  max-height: 378px;
}
@media screen and (max-width: 768px) {
  .p-blog-card__photo._blog {
    aspect-ratio: 335/335;
    min-height: 335px;
    max-height: 335px;
  }
}
.p-blog-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog-card__body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-blog-card__body {
    margin-top: 15px;
  }
}

.p-blog-card__title {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .p-blog-card__title {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-blog-card__btn-wrap {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-blog-card__btn-wrap {
    margin-top: 15px;
  }
}

.p-blog-card__link {
  font-size: 14px;
  text-decoration: underline;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
}

/* object > project > pagination */
.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.p-pagination__list .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #F08C7C;
  display: inline-grid;
  place-items: center;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-pagination__list .page-numbers.current {
  background-color: #F08C7C;
  color: #FFFFFF;
}

/* object > project > fv */
.p-fv {
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 632px;
  }
}
.p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.p-fv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__bottom {
  position: absolute;
  right: 40px;
  bottom: 102px;
  width: 93px;
}
@media screen and (max-width: 768px) {
  .p-fv__bottom {
    width: 45px;
    right: 20px;
    bottom: 69px;
  }
}
.p-fv__bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__message {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 510px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: futura-pt, sans-serif;
  color: #FFFFFF;
  font-size: clamp(0.938rem, 0.542rem + 1.69vw, 2.25rem);
  line-height: 1.3333333333;
}
@media screen and (max-width: 1440px) {
  .p-fv__message {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__message {
    line-height: 1.3333333333;
  }
}

.p-fv__news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F08C7C;
  padding: 27px 10px;
}
@media screen and (max-width: 900px) {
  .p-fv__news {
    padding: 10px 20px;
  }
}

.p-fv__news-inner {
  padding: 0 57px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-fv__news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    padding: 0;
  }
}
.p-fv__news-inner::before, .p-fv__news-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .p-fv__news-inner::before, .p-fv__news-inner::after {
    content: none;
  }
}
.p-fv__news-inner::before {
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 1px;
  background-color: #FFFFFF;
}
.p-fv__news-inner::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #FFFFFF;
}

.p-fv__news-content {
  display: content;
}
@media screen and (max-width: 900px) {
  .p-fv__news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.p-fv__news-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-fv__news-title {
    font-size: 12px;
  }
}

.p-fv__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-fv__news-meta {
    display: block;
    width: 100%;
  }
}
.p-fv__news-meta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .p-fv__news-meta::before {
    content: none;
  }
}

.p-fv__news-date {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-fv__news-date {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 900px) {
  .p-fv__news-date.--pc {
    display: none;
  }
}
.p-fv__news-date.--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .p-fv__news-date.--sp {
    display: block;
  }
}

.p-fv__news-text {
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .p-fv__news-text {
    font-size: 13px;
    line-height: 1.4615384615;
    -webkit-line-clamp: 1;
    padding-right: 45px;
    position: relative;
  }
  .p-fv__news-text::before, .p-fv__news-text::after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 2;
  }
  .p-fv__news-text::before {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 1px;
    background-color: #FFFFFF;
  }
  .p-fv__news-text::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: transparent;
    border: 1.5px solid #FFFFFF;
  }
}

/* object > project > page fv */
.p-page-fv {
  padding-top: 67px;
}
@media screen and (max-width: 768px) {
  .p-page-fv {
    padding-top: 48px;
  }
}

.p-page-fv__heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Avenir", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-page-fv__heading {
    font-size: 25px;
    line-height: 1.2;
  }
}

/* display */
.p-tab-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-tab-br {
    display: inline;
  }
}

.p-tab-none {
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-tab-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */