@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #202020;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 16px;
}

body {
  background-color: #fff;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s ease;
}

/****  pc/sp 出し分け  *****/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.inner {
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

/****  共通：青の小見出し（◯◯特典 等）  ****/
h1,
h2,
h3 {
  font-weight: normal;
}

.sec-eyebrow {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #6895bf;
}

/*****  スクロールフェード  *****/
.fadein {
  transform: translateY(2.5rem);
  opacity: 0;
}

.fadein.scrollin {
  transform: unset;
  opacity: 1;
  transition: 1s;
}

.fadein.scrollin.delay200 {
  transition-delay: 0.2s;
}

.fadein.scrollin.delay400 {
  transition-delay: 0.4s;
}

/*------------------------
タイトルしたライン
------------------------*/
.blue-line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.blue-line::after {
  content: "";
  display: block;
  margin-top: 1.25rem;
  width: 16.25rem;
  height: 2px;
  background: url(../images/blue-line.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .blue-line::after {
    margin-top: 5.2631578947vw;
    width: 52.6315789474vw;
    height: 0.5263157895vw;
  }
}
.blue-line.blue-line--long::after {
  width: 27.5rem;
  background: url(../images/blue-line-long.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .blue-line.blue-line--long::after {
    width: 84.2105263158vw;
    height: 0.5263157895vw;
  }
}

.catalog-btn {
  position: relative;
  max-width: 32.5rem;
  min-height: 6.875rem;
  margin: 3.75rem auto 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.625rem;
  outline: 1px solid #6895bf;
  outline-offset: -0.375rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .catalog-btn {
    max-width: 89.4736842105vw;
    min-height: 23.6842105263vw;
    margin-top: 10.5263157895vw;
    padding-left: 4.2105263158vw;
    outline-offset: -1.0526315789vw;
  }
}

.catalog-btn__text {
  position: relative;
  z-index: 1;
  flex: 1;
}

.catalog-btn__sub {
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #202020;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .catalog-btn__sub {
    font-size: 2.6315789474vw;
    text-align: center;
  }
}

.catalog-btn__title {
  display: block;
  margin-top: 0.125rem;
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #202020;
}
.catalog-btn__title .is-red {
  color: #db0000;
}
@media screen and (max-width: 768px) {
  .catalog-btn__title {
    font-size: 4.2105263158vw;
  }
}

.catalog-btn__img {
  width: 8.625rem;
}
@media screen and (max-width: 768px) {
  .catalog-btn__img {
    width: 26.3157894737vw;
  }
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 3.125rem;
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  padding-left: 0.625rem;
}

.header__logo-polus {
  flex-shrink: 0;
  width: 3.75rem;
  height: 1.875rem;
}
.header__logo-polus img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo {
  flex-shrink: 0;
  margin-left: 0.9375rem;
  width: 5rem;
  height: 0.75rem;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__tagline {
  margin-left: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #202020;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__tagline {
    font-size: 2.6315789474vw;
  }
}

.mv {
  position: relative;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/mv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .mv {
    height: auto;
    background-image: url(../images/mv-bg_sp.webp);
    overflow: visible;
  }
}

.mv__inner {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  padding: 5.625rem 0 0 6.875rem;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 7.8947368421vw 5.2631578947vw 15.7894736842vw;
  }
}

.mv__eyebrow {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #202020;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .mv__eyebrow {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}
.mv__eyebrow::after {
  display: none;
}

.mv__title {
  margin-bottom: 4.375rem;
  max-width: 25.375rem;
}
@media screen and (max-width: 768px) {
  .mv__title {
    max-width: 71.8421052632vw;
    margin-bottom: 15.7894736842vw;
  }
}

.mv__cards {
  display: flex;
  gap: 1.25rem;
  margin-left: -0.6875rem;
}
@media screen and (max-width: 768px) {
  .mv__cards {
    flex-direction: column;
    align-items: center;
    gap: 2.6315789474vw;
    margin-left: 0;
  }
}

.mv-card {
  width: 100%;
  max-width: 19.375rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .mv-card {
    max-width: 81.5789473684vw;
  }
}

.mv-card__main img {
  width: 19.375rem;
  height: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv-card__main img {
    width: 81.5789473684vw;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.mv-card__cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  height: 3.125rem;
  padding-left: 5.375rem;
  background-color: #6895bf;
  color: #fff;
}
.mv-card__cta:hover {
  opacity: 0.85;
}
.mv-card__cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .mv-card__cta {
    display: none;
  }
}

.mv-card__cta-main {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.mv-card__cta-sub {
  font-size: 0.75rem;
  transform: translateY(3px);
}

.mv__sp-links {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__sp-links {
    position: absolute;
    bottom: -8.4210526316vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.1052631579vw;
    z-index: 10;
  }
}

.mv__sp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.6842105263vw;
  height: 16.8421052632vw;
  background-color: #d7e6f5;
  border-radius: 1.5789473684vw;
  color: #202020;
  text-decoration: none;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding-bottom: 2.1052631579vw;
}
.mv__sp-btn::after {
  content: "";
  position: absolute;
  bottom: 1.5789473684vw;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1.5789473684vw;
  height: 1.5789473684vw;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
}
.mv__sp-btn + .mv__sp-btn {
  flex-direction: column;
}

.mv__sp-btn-main {
  font-size: 4.2105263158vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.mv__sp-btn-sub {
  font-size: 3.1578947368vw;
  line-height: 1;
  margin-top: 1.5789473684vw;
}

.cta {
  padding-top: 9.1875rem;
  height: 33.75rem;
  background: url(../images/cta-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .cta {
    height: 121.0526315789vw;
    padding-top: 30.5263157895vw;
    background: url(../images/cta-bg_sp.webp) no-repeat center/cover;
  }
}
.cta.cta--bottom {
  background: url(../images/cta-bg-dark.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .cta.cta--bottom {
    background: url(../images/cta-bg-dark_sp.webp) no-repeat center/cover;
  }
}

.cta__heading {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    font-size: 5.2631578947vw;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 13.1578947368vw;
  }
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.25rem;
  height: 4.375rem;
  border-radius: 0.3125rem;
  background-color: #bc8b30;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    position: relative;
    width: 81.0526315789vw;
    height: 18.4210526316vw;
    font-size: 5.2631578947vw;
    border-radius: 1.3157894737vw;
    margin-left: 0;
    margin-inline: auto;
  }
}
.cta__btn:hover {
  opacity: 0.85;
}
.cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cta__btn::after {
    right: 3.6842105263vw;
  }
}

.gallery .swiper-slide {
  width: 25%;
}
.gallery .swiper-slide img {
  aspect-ratio: 480/300;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .gallery .swiper-slide img {
    aspect-ratio: 380/214;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.modelhouse {
  position: relative;
  padding-top: 5rem;
}
.modelhouse .inner.modelhouse__intro-inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse .inner.modelhouse__intro-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse {
    padding-top: 13.1578947368vw;
    background-color: #E2E9EF;
  }
}

.modelhouse__head {
  flex-shrink: 0;
  width: 28.75rem;
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .modelhouse__head {
    width: 100%;
    padding-top: 0;
  }
}

.modelhouse__en {
  font-size: 3.75rem;
  line-height: 1;
  color: #6895bf;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse__en {
    font-size: 10.5263157895vw;
    margin-bottom: 7.8947368421vw;
  }
}

.modelhouse__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #202020;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse__title {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}

.modelhouse__lead {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .modelhouse__lead {
    font-size: 4.2105263158vw;
  }
}

.modelhouse__feature {
  flex-shrink: 0;
  margin-right: -11.25rem;
  flex: 1;
  aspect-ratio: 600/400;
}
.modelhouse__feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .modelhouse__feature {
    margin-right: 0;
    margin-top: 7.8947368421vw;
    width: 100%;
  }
}

.modelhouse__areas {
  background-color: #e2e9ef;
  padding: 6.875rem 0 7.5rem;
  margin-top: -3.125rem;
}
.modelhouse__areas .inner {
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .modelhouse__areas .inner {
    padding-inline: 5.2631578947vw;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse__areas {
    padding: 0 0 15.7894736842vw;
    margin-top: 10.5263157895vw;
  }
}

.mh-area + .mh-area {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .mh-area + .mh-area {
    margin-top: 10.5263157895vw;
  }
}

.mh-area__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #202020;
}
.mh-area__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #6895bf;
}
@media screen and (max-width: 768px) {
  .mh-area__title {
    font-size: 4.7368421053vw;
    justify-content: center;
    position: relative;
    border-top: 1px solid #6895bf;
    border-bottom: 1px solid #6895bf;
    padding: 4.2105263158vw 0;
    margin-bottom: 5.2631578947vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mh-area__title::after {
    background-color: transparent;
    flex: 0;
    width: 1.5789473684vw;
    height: 1.5789473684vw;
    border-right: 1px solid #202020;
    border-bottom: 1px solid #202020;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 2.6315789474vw;
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .mh-area.is-closed .mh-area__title::after {
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  .mh-area.is-closed .mh-cards {
    max-height: 0;
    margin-bottom: 0;
  }
}

.mh-cards {
  list-style: none;
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  row-gap: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .mh-cards {
    overflow: hidden;
    max-height: 9999px;
    transition: max-height 0.4s ease;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5.2631578947vw;
         column-gap: 5.2631578947vw;
    row-gap: 5.2631578947vw;
    margin-top: 0;
  }
}

.mh-card {
  display: flex;
  flex-direction: column;
}

.mh-card__thumb {
  aspect-ratio: 160/107;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.mh-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.mh-card__thumb:hover img {
  transform: scale(1.1);
}

.mh-card__pref {
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .mh-card__pref {
    font-size: 2.6315789474vw;
  }
}

.mh-card__name {
  flex: 1;
  text-align: center;
  color: #202020;
  margin-bottom: 0.9375rem;
}

.mh-card__facility {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mh-card__facility {
    font-size: 3.1578947368vw;
  }
}

.mh-card__place {
  display: block;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mh-card__place {
    font-size: 4.2105263158vw;
  }
}

.mh-card__facility + .mh-card__place {
  margin-top: 0.375rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .mh-card__facility + .mh-card__place {
    font-size: 4.7368421053vw;
    margin-top: 1.5789473684vw;
  }
}

.mh-card__btn {
  position: relative;
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
.mh-card__btn:hover {
  opacity: 0.85;
}
.mh-card__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .mh-card__btn {
    height: 6.3157894737vw;
    font-size: 3.1578947368vw;
    border-radius: 5.2631578947vw;
  }
}

.mh-card__btn--detail {
  margin-bottom: 0.3125rem;
  background-color: #fff;
  color: #202020;
}

.mh-card__btn--reserve {
  background-color: #6895bf;
  color: #fff;
}

.present {
  background-color: #fff;
}
.present .sec-eyebrow {
  margin: 0 auto 2.375rem;
}
@media screen and (max-width: 768px) {
  .present .sec-eyebrow {
    margin-bottom: 6.5789473684vw;
  }
}
.present .catalog-btn {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .present .catalog-btn {
    margin-top: 7.8947368421vw;
  }
}

.present__intro {
  padding-top: 6.25rem;
  text-align: center;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 768px) {
  .present__intro {
    padding-top: 13.1578947368vw;
    padding-inline: 5.2631578947vw;
  }
}

.present__hero {
  max-width: 35.625rem;
  margin: 0 auto 2.5rem;
}
.present__hero img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .present__hero {
    max-width: 80vw;
    margin-bottom: 7.8947368421vw;
  }
}

.present__band {
  margin-top: 2.5rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6895bf;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .present__band {
    font-size: 3.6842105263vw;
    height: auto;
    padding: 4.2105263158vw 5.2631578947vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .present__band.pc {
    display: none;
  }
}

.present__summary {
  width: 100%;
  max-width: 62.5rem;
  margin: 1.25rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .present__summary {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 auto 2.6315789474vw;
  }
}

.psum {
  position: relative;
  min-height: 13.75rem;
  padding: 3.125rem 0 2.5rem;
  color: #202020;
  display: flex;
  gap: 1.25rem;
}
.psum:nth-child(-n+2) {
  border-bottom: 1px dashed #CFCFCF;
}
.psum:nth-child(odd) {
  border-right: 1px dashed #CFCFCF;
  padding-right: 3.5625rem;
}
.psum:nth-child(even) {
  padding-left: 3.5625rem;
}
.psum:hover {
  background-color: #f7f9fb;
}
@media screen and (max-width: 768px) {
  .psum {
    width: 100%;
    max-width: 89.4736842105vw;
    margin: 0 auto;
    min-height: auto;
    padding: 5.2631578947vw 0;
    border-bottom: 1px dashed #CFCFCF;
    gap: 0;
  }
  .psum:nth-child(-n+2) {
    border-bottom: 1px dashed #CFCFCF;
  }
  .psum:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .psum:nth-child(even) {
    padding-left: 0;
  }
}

.psum__medal {
  width: 4.375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .psum__medal {
    width: 18.4210526316vw;
    margin-bottom: 0;
    position: absolute;
    top: 5.2631578947vw;
    left: 0;
  }
}

.psum__point {
  width: 4.375rem;
  height: 4.375rem;
  background-color: #6895bf;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 0.75rem;
  font-weight: 500;
}
.psum__point .num {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .psum__point {
    position: absolute;
    top: 7.3684210526vw;
    right: 0;
    width: 13.1578947368vw;
    height: 13.1578947368vw;
    font-size: 2.6315789474vw;
  }
  .psum__point .num {
    font-size: 3.6842105263vw;
  }
}

.psum__right {
  padding-top: 1.25rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .psum__right {
    padding-top: 0;
  }
}

.psum__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #6895bf;
}
@media screen and (max-width: 768px) {
  .psum__title {
    font-size: 4.7368421053vw;
    padding-left: 21.0526315789vw;
    min-height: 18.7vw;
    display: flex;
    align-items: center;
  }
}

.psum__body {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  padding-right: 0.625rem;
}
.psum__body .is-red {
  color: #db0000;
}
.psum__body .is-small {
  display: block;
  font-size: 0.625rem;
  margin-top: 0.3125rem;
  margin-left: 5rem;
}
.psum__body::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .psum__body {
    font-size: 3.6842105263vw;
    margin-top: 2.6315789474vw;
  }
  .psum__body .is-small {
    margin-left: 18vw;
    font-size: 2.6315789474vw;
  }
}

.present__details {
  background-color: #6895bf;
  padding: 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .present__details {
    padding: 2.6315789474vw 2.6315789474vw 13.1578947368vw;
  }
}

.pdetail {
  position: relative;
  background-color: #fff;
  padding: 3.6875rem 1.875rem 2.5rem;
}
.pdetail + .pdetail, .present-sel + .pdetail {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .pdetail + .pdetail, .present-sel + .pdetail {
    margin-top: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .pdetail {
    padding: 7.8947368421vw 2.6315789474vw 0;
  }
}

.pdetail__medal {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .pdetail__medal {
    position: static;
    display: block;
    margin: 0 auto 5.2631578947vw;
    width: 21.0526315789vw;
  }
}

.pdetail__point {
  position: absolute;
  top: 2.4375rem;
  right: 1.875rem;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #6895bf;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 0.75rem;
}
.pdetail__point .num {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pdetail__point {
    top: 2.6315789474vw;
    right: 2.6315789474vw;
    width: 13.1578947368vw;
    height: 13.1578947368vw;
    font-size: 2.6315789474vw;
  }
  .pdetail__point .num {
    font-size: 3.6842105263vw;
  }
}

.pdetail__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 768px) {
  .pdetail__title {
    font-size: 7.8947368421vw;
    line-height: 1.6;
    margin: 0 auto 5.2631578947vw;
  }
}

.pdetail__desc {
  margin-top: 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 43.75rem;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .pdetail__desc {
    font-size: 3.6842105263vw;
    max-width: 84.2105263158vw;
  }
}

.pdetail__chips {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pdetail__chips {
    margin-top: 5.2631578947vw;
    flex-direction: column;
    align-items: center;
    gap: 2.6315789474vw;
  }
}

.pchip {
  width: 28.125rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e9ef;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
.pchip .is-red {
  color: #db0000;
}
@media screen and (max-width: 768px) {
  .pchip {
    display: block;
    width: 100%;
    height: auto;
    min-height: 13.1578947368vw;
    padding: 2.6315789474vw;
    font-size: 3.6842105263vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .pchip.sp-flex {
    display: flex;
    align-items: center;
  }
}

.pdetail__plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.375rem;
  height: 1.375rem;
  color: #202020;
  font-size: 1.375rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pdetail__plus {
    position: static;
    transform: none;
  }
}

.pdetail__cols {
  margin-top: 2.5rem;
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .pdetail__cols {
    align-items: center;
    margin-top: 5.2631578947vw;
    flex-direction: column;
    gap: 2.6315789474vw;
  }
}

.pdetail__coltext {
  flex: 1;
}

.pdetail__subhead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6895BF;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.pdetail__subhead img {
  width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .pdetail__subhead {
    font-size: 4.2105263158vw;
    max-width: 84.2105263158vw;
    margin-inline: auto;
  }
}

.pdetail__longdesc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pdetail__longdesc {
    font-size: 3.6842105263vw;
    max-width: 84.2105263158vw;
    margin-inline: auto;
  }
}

.pdetail__photos {
  flex-shrink: 0;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .pdetail__photos {
    width: 100%;
  }
}

.pdetail_takumi {
  max-width: 18.125rem;
}
@media screen and (max-width: 768px) {
  .pdetail_takumi {
    max-width: 84.2105263158vw;
    margin-top: 5.2631578947vw;
  }
}

.present-sel {
  margin-top: 2.5rem;
}

.present-sel__title {
  padding: 1.25rem 0;
  border-top: 1px dotted #CFCFCF;
  border-bottom: 1px dotted #CFCFCF;
  position: relative;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.present-sel__title::after {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: translateY(-50%) rotate(-135deg);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .present-sel__title {
    margin-inline: calc(50% - 47vw);
    font-size: 3.6842105263vw;
    padding: 5.2631578947vw 0;
  }
}

.present-sel__grid {
  overflow: hidden;
  max-height: 75rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
  row-gap: 1.25rem;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
}
@media screen and (max-width: 768px) {
  .present-sel__grid {
    grid-template-columns: repeat(3, 1fr);
    max-height: 157.8947368421vw;
    -moz-column-gap: 2.6315789474vw;
         column-gap: 2.6315789474vw;
    row-gap: 5.2631578947vw;
    width: 84.2105263158vw;
    margin-inline: auto;
  }
}

.present-sel.is-closed .present-sel__grid {
  max-height: 0;
  margin-top: 0;
}
.present-sel.is-closed .present-sel__title::after {
  transform: translateY(-50%) rotate(45deg);
}

.present-sel__item img {
  width: 100%;
  aspect-ratio: 120/87;
  -o-object-fit: cover;
     object-fit: cover;
}
.present-sel__item figcaption {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .present-sel__item figcaption {
    font-size: 2.6315789474vw;
  }
}

.pdetail__eco-b-block {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px dashed #d5dde4;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .pdetail__eco-b-block {
    flex-direction: column;
  }
}

.pdetail__eco-b-visual {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.pdetail__eco-b-visual .label {
  font-size: 1.5rem;
}
.pdetail__eco-b-visual img {
  width: 14.25rem;
}

.pdetail__eco-b-text {
  flex: 1;
}
.pdetail__eco-b-text p {
  font-size: 1rem;
  line-height: 1.6;
}
.pdetail__eco-b-text p:last-child {
  margin-top: 0.5rem;
}
.pdetail__eco-b-text .is-red {
  color: #db0000;
}

.pdetail__ab {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pdetail__ab {
    flex-direction: column;
  }
}

.pdetail__a .pab {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .pdetail__a .pab {
    margin-bottom: 5.2631578947vw;
  }
}

@media screen and (max-width: 768px) {
  .pdetail__b {
    margin-top: 10.5263157895vw;
  }
}
.pdetail__b .pab {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .pdetail__b .pab {
    margin-bottom: 7.8947368421vw;
  }
}

.pab {
  flex: 1;
  max-width: 28.125rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  background-color: #e2e9ef;
  font-size: 1rem;
}
.pab .is-red {
  color: #db0000;
}
.pab .is-small {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .pab .is-small {
    font-size: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .pab {
    max-width: 100%;
    height: auto;
    min-height: 13.1578947368vw;
    font-size: 4.2105263158vw;
  }
}

.pab--b {
  height: auto;
  min-height: 3.75rem;
  padding-block: 0.625rem;
  align-items: flex-start;
}
.pab--b .pab__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pab__mark {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .pab__mark {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
    font-size: 5.7894736842vw;
  }
}

.pdetail__or {
  font-size: 0.75rem;
  font-weight: 700;
  color: #202020;
  margin-inline: 0.625rem;
  margin-top: 1.5625rem;
}

.pdetail__eco-note {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
}

.pdetail__eco-main {
  margin-top: 1.25rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .pdetail__eco-main {
    flex-direction: column;
  }
}

.pdetail__eco-a img {
  width: 100%;
  margin-bottom: 0.625rem;
}
.pdetail__eco-a .label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pdetail__eco-a .label {
    font-size: 5.7894736842vw;
    text-align: center;
  }
}

.pdetail__caution {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .pdetail__caution {
    font-size: 3.4210526316vw;
  }
}

.pdetail__eco-a,
.pdetail__eco-b {
  max-width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .pdetail__eco-a,
  .pdetail__eco-b {
    max-width: 100%;
  }
}

.pdetail__kaji-lead {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .pdetail__kaji-lead {
    font-size: 4.2105263158vw;
    margin: 5.2631578947vw auto;
  }
}

.pdetail__kaji-imgs {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pdetail__kaji-imgs {
    flex-direction: column;
    align-items: center;
  }
  .pdetail__kaji-imgs .img {
    width: 100%;
  }
  .pdetail__kaji-imgs .img img {
    width: 100%;
    height: auto;
  }
}

.gift {
  padding: 6.25rem 0 4.375rem;
}
.gift .sec-eyebrow {
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 768px) {
  .gift {
    padding: 13.1578947368vw 0;
  }
}
@media screen and (max-width: 768px) {
  .gift .inner {
    padding-inline: 5.2631578947vw;
  }
}

.gift__title {
  max-width: 37.9375rem;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 768px) {
  .gift__title {
    max-width: 80.7894736842vw;
    margin-bottom: 7.8947368421vw;
  }
}

.gift__detail {
  max-width: 58.75rem;
  margin: 0 auto 1.875rem;
}
@media screen and (max-width: 768px) {
  .gift__detail {
    max-width: 100%;
    margin-bottom: 10.5263157895vw;
  }
}

.gift__special {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gift__special {
    margin-bottom: 5.2631578947vw;
  }
}
.gift__special::before, .gift__special::after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: no-repeat center/contain url(../images/gold-line.webp);
}
@media screen and (max-width: 768px) {
  .gift__special::before, .gift__special::after {
    background: no-repeat center/contain url(../images/gold-line_sp.webp);
    height: 2.1052631579vw;
  }
}
.gift__special::before {
  margin-right: 0.625rem;
}
.gift__special::after {
  margin-left: 0.625rem;
}

.gift__present-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .gift__present-body {
    flex-direction: column;
    gap: 0;
  }
}

.gift__present-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gift__present-text {
    order: 2;
  }
}

.gift__present-mini {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .gift__present-mini {
    font-size: 5.2631578947vw;
    margin-bottom: 3.9473684211vw;
    text-align: center;
  }
}

.gift__present-name {
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .gift__present-name {
    font-size: 5.2631578947vw;
  }
}

.gift__present-photo {
  flex-shrink: 0;
  width: 25rem;
}
.gift__present-photo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .gift__present-photo {
    order: 1;
    width: 89.4736842105vw;
    margin-inline: auto;
    margin-bottom: 5.2631578947vw;
  }
  .gift__present-photo img {
    width: 100%;
    height: auto;
  }
}

.gift__notes-btn {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 16.25rem;
  min-height: 2.5rem;
  border: 1px solid #202020;
  border-radius: 0.3125rem;
  font-size: 1rem;
  padding-left: 0.9375rem;
  color: #202020;
  position: relative;
  margin: 0 auto 3.75rem;
}
.gift__notes-btn:hover {
  opacity: 0.7;
}
.gift__notes-btn::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .gift__notes-btn {
    max-width: 68.4210526316vw;
    min-height: 10.5263157895vw;
    font-size: 4.2105263158vw;
    margin: 0 auto 15.7894736842vw;
  }
}

.about {
  padding-top: 7.5rem;
  text-align: center;
  background-color: #fff;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 15.7894736842vw;
    padding-bottom: 10.5263157895vw;
    padding-inline: 5.2631578947vw;
  }
}

.about__logo {
  width: 18.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__logo {
    width: 36.8421052632vw;
  }
}

.about__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 5.2631578947vw;
    font-size: 4.2105263158vw;
    text-align: left;
  }
}

.about__tagline {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #202020;
}
.about__tagline .key {
  font-size: 2.375rem;
  color: #2e466f;
}
@media screen and (max-width: 768px) {
  .about__tagline {
    margin-top: 5.2631578947vw;
    font-size: 4.2105263158vw;
  }
  .about__tagline .key {
    font-size: 5.7894736842vw;
  }
}

.chiiki {
  padding: 3.125rem 0;
  background-color: #2e466f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .chiiki {
    padding: 0 5.2631578947vw;
  }
}

.chiiki__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .chiiki__inner {
    flex-direction: column;
  }
}

.chiiki__col {
  width: 50%;
  padding: 0 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .chiiki__col {
    width: 100%;
    padding: 10.5263157895vw 0;
  }
}

.chiiki__col--right {
  border-left: 1px dashed #586B8C;
}
.chiiki__col--right .chiiki__heading {
  margin-bottom: 2.1875rem;
}
.chiiki__col--right .chiiki__heading .lg {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .chiiki__col--right .chiiki__heading .lg {
    font-size: 4.7368421053vw;
  }
}
.chiiki__col--right .chiiki__img {
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .chiiki__col--right {
    border-left: none;
    border-top: 1px dashed #586B8C;
  }
}

.chiiki__heading {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.875rem;
}
.chiiki__heading .lg {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .chiiki__heading {
    font-size: 4.7368421053vw;
    margin-bottom: 5.2631578947vw;
  }
  .chiiki__heading .lg {
    font-size: 5.7894736842vw;
  }
}

.chiiki__img {
  width: 21.25rem;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 768px) {
  .chiiki__img {
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}

.chiiki__body {
  max-width: 28.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .chiiki__body {
    font-size: 4.2105263158vw;
  }
}

.skill {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .skill {
    padding: 15.7894736842vw 0 5.2631578947vw;
  }
}

.skill__hero {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .skill__hero {
    flex-direction: column-reverse;
    margin-bottom: 7.8947368421vw;
    gap: 5.2631578947vw;
  }
}

.skill__hero-photo {
  position: relative;
  flex-shrink: 0;
  width: 60%;
}
.skill__hero-photo figcaption {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .skill__hero-photo figcaption {
    font-size: 3.6842105263vw;
    top: 5.2631578947vw;
    right: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .skill__hero-photo {
    width: 100%;
  }
}

.skill__hero-title {
  font-size: 3.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .skill__hero-title {
    font-size: 5.7894736842vw;
  }
}

.skill__point {
  border-top: 1px dashed #CFCFCF;
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .skill__point {
    border: none;
    padding: 0 0 10.5263157895vw;
  }
}

.skill__point-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #bc8b30;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .skill__point-label {
    font-size: 3.1578947368vw;
    margin-bottom: 5.2631578947vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020;
  }
}
.skill__point-label::before, .skill__point-label::after {
  display: none;
  content: "";
  width: 33%;
  height: 2.1052631579vw;
  background: no-repeat center/contain url(../images/gold-line_sp.webp);
}
@media screen and (max-width: 768px) {
  .skill__point-label::before, .skill__point-label::after {
    display: block;
  }
}
.skill__point-label::before {
  margin-right: 0.625rem;
}
.skill__point-label::after {
  margin-left: 0.625rem;
}

.skill__point-cols {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .skill__point-cols {
    flex-direction: column;
    align-items: center;
    padding-inline: 5.2631578947vw;
    gap: 5.2631578947vw;
  }
}

.skill__point-text {
  flex: 1;
}

.skill__point-heading {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .skill__point-heading {
    font-size: 5.2631578947vw;
    text-align: center;
    margin-bottom: 5.2631578947vw;
  }
}

.skill__point-desc {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .skill__point-desc {
    margin: 0;
    font-size: 4.2105263158vw;
  }
}

.skill__point-img {
  flex-shrink: 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .skill__point-img {
    width: 100%;
  }
}

.skill__point--p3 .skill__point-img {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .skill__point--p3 .skill__point-img {
    width: 100%;
  }
}

.designer {
  padding: 7.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .designer {
    padding: 15.7894736842vw 0;
  }
}

.designer__label {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .designer__label {
    font-size: 7.3684210526vw;
    line-height: 1.6;
    margin-bottom: 5.2631578947vw;
    text-align: center;
  }
}

.designer__logo {
  width: 18.75rem;
  margin-bottom: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .designer__logo {
    display: block;
    width: 47.3684210526vw;
    margin-bottom: 5.2631578947vw;
  }
}

.designer__grid {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .designer__grid {
    overflow: hidden;
    margin-bottom: 10.5263157895vw;
  }
}

@keyframes designerScrollRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-192.1052631579vw);
  }
}
@keyframes designerScrollLtr {
  from {
    transform: translateX(-230.5263157895vw);
  }
  to {
    transform: translateX(0);
  }
}
.designer__grid-row {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.designer__grid-row + .designer__grid-row {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .designer__grid-row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2.6315789474vw;
    min-width: -moz-max-content;
    min-width: max-content;
    will-change: transform;
  }
  .designer__grid-row + .designer__grid-row {
    margin-top: 2.6315789474vw;
  }
  .designer__grid-row.is-scroll-rtl {
    animation: designerScrollRtl 18s linear infinite;
  }
  .designer__grid-row.is-scroll-ltr {
    animation: designerScrollLtr 18s linear infinite;
  }
}

.designer__photo {
  width: 8.5rem;
  aspect-ratio: 136/170;
  overflow: hidden;
}
.designer__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .designer__photo {
    flex-shrink: 0;
    width: 35.7894736842vw;
    aspect-ratio: 136/170;
  }
}

.designer__cols {
  display: flex;
  align-items: flex-start;
  gap: 3.3125rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .designer__cols {
    flex-direction: column;
    text-align: center;
    gap: 5.2631578947vw;
  }
}

.designer__text {
  flex: 1;
}

.designer__heading {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  color: #202020;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .designer__heading {
    font-size: 5.2631578947vw;
    line-height: 1.6;
    margin-bottom: 5.2631578947vw;
    text-align: center;
  }
}

.designer__body {
  font-size: 1rem;
  line-height: 1.6;
  color: #202020;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .designer__body {
    font-size: 3.9473684211vw;
    text-align: left;
    padding-inline: 5.2631578947vw;
  }
}

.designer__deco {
  flex-shrink: 0;
  width: 24.1875rem;
  margin-top: 2.8125rem;
}
.designer__deco img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .designer__deco {
    width: 89.4736842105vw;
    margin-top: 0;
    margin-inline: auto;
  }
}

.voice {
  background-color: #f4f4f4;
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 13.1578947368vw 0 15.7894736842vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .inner {
    padding-inline: 5.2631578947vw;
  }
}

.voice__en {
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  color: #6895bf;
}
@media screen and (max-width: 768px) {
  .voice__en {
    font-size: 10.5263157895vw;
    margin-bottom: 5.2631578947vw;
  }
}

.voice__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 5.2631578947vw;
    margin-bottom: 7.8947368421vw;
  }
}

.voice__cards {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .voice__cards {
    flex-direction: column;
    gap: 0;
    margin-top: 7.8947368421vw;
  }
}

.vcard {
  width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .vcard {
    width: 100%;
  }
  .vcard + .vcard {
    margin-top: 10.5263157895vw;
  }
}

.vcard__head {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .vcard__head {
    gap: 3.4210526316vw;
    margin-bottom: 5.2631578947vw;
  }
}

.vcard__avatar {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (max-width: 768px) {
  .vcard__avatar {
    width: 15.7894736842vw;
    height: 15.7894736842vw;
  }
}

.vcard__name {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #202020;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .vcard__name {
    font-size: 3.4210526316vw;
    margin-bottom: 2.6315789474vw;
  }
}

.vcard__quote {
  margin-top: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .vcard__quote {
    font-size: 4.7368421053vw;
  }
}

.vcard__photo {
  aspect-ratio: 450/300;
  overflow: hidden;
}
.vcard__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .vcard__photo {
    aspect-ratio: 340/230;
  }
}

.vcard__btn {
  margin: 1.875rem auto 0;
  width: 16.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 1px solid #202020;
  border-radius: 0.3125rem;
  font-size: 1rem;
  color: #202020;
  position: relative;
}
@media screen and (max-width: 768px) {
  .vcard__btn {
    width: 68.4210526316vw;
    height: 10.5263157895vw;
    font-size: 4.2105263158vw;
    margin-top: 6.3157894737vw;
  }
}
.vcard__btn:hover {
  opacity: 0.7;
}
.vcard__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
}
@media screen and (max-width: 768px) {
  .vcard__btn::after {
    right: 2.6315789474vw;
    width: 2.1052631579vw;
    height: 2.1052631579vw;
  }
}

.cv {
  background-color: #6895bf;
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .cv {
    padding: 15.7894736842vw 0 15.7894736842vw;
  }
}

.cv__heading {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .cv__heading {
    font-size: 7.3684210526vw;
    margin-bottom: 7.8947368421vw;
  }
}

.cv__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cv__item {
    flex-direction: column;
    align-items: center;
  }
}
.cv__item.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .cv__item.sp {
    display: flex !important;
  }
}

.cv__img-wrap {
  margin-bottom: 1.25rem;
}
.cv__img-wrap img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .cv__img-wrap {
    width: 65.7894736842vw;
    margin-inline: auto;
    margin-bottom: 1.8421052632vw;
    overflow: hidden;
  }
}

.cv__item-heading {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cv__item-heading {
    font-size: 4.7368421053vw;
    line-height: 1.8;
  }
}

.cv__item-text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cv__item-text {
    margin-top: 1.3157894737vw;
    font-size: 3.6842105263vw;
    width: 65.7894736842vw;
    margin-inline: auto;
  }
}

.cv__swiper {
  overflow: visible;
}
.cv__swiper .swiper-wrapper {
  justify-content: center;
  gap: 3.125rem;
}
.cv__swiper .swiper-slide {
  width: auto;
  flex: 1;
}
.cv__swiper .cv__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .cv__swiper {
    position: relative;
    overflow: hidden;
  }
  .cv__swiper .swiper-wrapper {
    justify-content: flex-start;
    gap: 0;
  }
  .cv__swiper .swiper-slide {
    flex: none;
  }
  .cv__swiper .cv__nav {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .cv__nav {
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 31vw;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .cv__prev,
  .cv__next {
    position: absolute;
    top: 0;
    margin: auto;
    pointer-events: auto;
    width: 6.8421052632vw;
    height: 6.8421052632vw;
    background: url(../images/slider-arrow.png) no-repeat center/contain;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  }
}

.cv__prev {
  right: 12vw;
  transform: rotate(180deg);
}

.cv__next {
  left: 12vw;
}

.footer {
  background-color: #fff;
  padding: 6.25rem 0 5rem;
  text-align: center;
}

.footer__logo-po {
  width: 11.875rem;
  margin-inline: auto;
}
.footer__logo-po img {
  width: 100%;
  display: block;
}

.footer__logo-polus {
  width: 8.8125rem;
  margin: 2.5rem auto 0;
}
.footer__logo-polus img {
  width: 100%;
  display: block;
}

.footer__copy {
  margin-top: 6.25rem;
  font-family: "Overpass", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #202020;
}

.float-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.25rem);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  filter: drop-shadow(0 -4px 20px rgba(0, 0, 0, 0.15));
}
.float-menu.is-show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media screen and (max-width: 768px) {
  .float-menu {
    right: auto;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 1;
    visibility: visible;
  }
  .float-menu.is-show {
    transform: translateY(0);
  }
}

.float-menu__btn {
  width: 11.875rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.float-menu__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .float-menu__btn {
    flex: 1;
    width: auto;
    height: 13.1578947368vw;
    font-size: 3.6842105263vw;
  }
}

.float-menu__btn--visit {
  background-color: #bc8b30;
}

.float-menu__btn--doc {
  background-color: #c8a76b;
}

body.is-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.modal.is-open {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 43.75rem;
  max-width: calc(100% - 2.5rem);
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 1.25rem 2.5rem;
}

.modal__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #6895bf;
  border-radius: 50%;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 2px;
  background-color: #fff;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.vmodal__head {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .vmodal__head {
    margin-bottom: 5.2631578947vw;
  }
}

.vmodal__avatar {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .vmodal__avatar {
    width: 15.7894736842vw;
    height: 15.7894736842vw;
  }
}

.vmodal__name {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .vmodal__name {
    margin-top: 5.2631578947vw;
    font-size: 3.4210526316vw;
  }
}

.vmodal__subtitle {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #202020;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .vmodal__subtitle {
    margin-top: 5.2631578947vw;
    font-size: 4.7368421053vw;
  }
}

.vmodal__qa {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.vmodal__qa + .vmodal__qa {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .vmodal__qa + .vmodal__qa {
    margin-top: 10.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .vmodal__qa {
    flex-direction: column-reverse;
    gap: 5.2631578947vw;
  }
}

.vmodal__qa--full {
  display: block;
}

.vmodal__qa-text {
  flex: 1;
}

.vmodal__q {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6895bf;
}
@media screen and (max-width: 768px) {
  .vmodal__q {
    font-size: 4.7368421053vw;
  }
}

.vmodal__a {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .vmodal__a {
    margin-top: 2.6315789474vw;
    font-size: 4.2105263158vw;
  }
}
.vmodal__a + .vmodal__q {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .vmodal__a + .vmodal__q {
    margin-top: 10.5263157895vw;
  }
}

.vmodal__photo {
  flex-shrink: 0;
  width: 16.25rem;
}
@media screen and (max-width: 768px) {
  .vmodal__photo {
    width: 100%;
  }
}

.cmodal__sec + .cmodal__sec {
  margin-top: 2.5rem;
}

.cmodal__h {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.cmodal__body {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
}
.cmodal__body p {
  margin-bottom: 0.375rem;
}
.cmodal__body p:last-child {
  margin-bottom: 0;
}
.cmodal__body a {
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */