@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: aktiv-grotesk-extended, sans-serif;
  color: #fff;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.wf-loading {
  opacity: 0;
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 root defaults */
html {
  scroll-behavior: smooth;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          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;
}

/*======================================================
  外部要素削除
======================================================*/
.c-breadcrumb {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.sticky-top {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-headline {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.ld-lg-none {
  display: none;
  height: 0 !important;
  opacity: 0;
}

#header-logout-form {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.container.px-0 {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-default__breadcrumb {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.d-lg-none {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.d-lg-block {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.p-topic-detail__btn-back {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-default__bottom-overlay {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-footer-b {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-default__drawer-menu {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.js-ajax-loader {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.alert-info {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.l-header__global-navi {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.flex-nowrap {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.c-drawer-menu-list-menu__container {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.c-drawer-menu-list-menu__title {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.c-drawer-menu-list-menu__link {
  display: none;
  height: 0 !important;
  opacity: 0;
}

.d-flex {
  display: none !important;
  height: 0 !important;
  opacity: 0;
}

.c-drawer-menu-list-menu__content {
  display: none !important;
  height: 0 !important;
  opacity: 0;
}

.p-global-navi-a__item {
  display: none !important;
  height: 0 !important;
  opacity: 0;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-btn {
  min-width: 175px;
  min-height: 41px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: -0.13px;
  font-weight: 800;
  font-size: 13px;
  margin-inline: auto;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 375px) {
  .c-btn {
    min-width: 46.6666666667vw;
    min-height: 10.9333333333vw;
    letter-spacing: -0.0346666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 15.9090909091vw;
    min-height: 3.7272727273vw;
    letter-spacing: -0.0118181818vw;
    font-size: 1.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .c-btn {
    min-width: 175px;
    min-height: 41px;
    letter-spacing: -0.13px;
    font-size: 13px;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #000;
  }
}
.c-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 375px) {
  .c-more {
    margin-top: 4.5333333333vw;
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-more {
    margin-top: 1.5454545455vw;
    gap: 0.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .c-more {
    margin-top: 17px;
    gap: 5px;
  }
}

.c-more__circle {
  width: 6px !important;
  height: 6px !important;
  border-radius: 1000px;
  border: 1px solid #fff;
  -webkit-animation: fillAndBorder 1.2s infinite alternate;
          animation: fillAndBorder 1.2s infinite alternate;
}
@media (max-width: 375px) {
  .c-more__circle {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .c-more__circle {
    width: 0.5454545455vw;
    height: 0.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .c-more__circle {
    width: 6px !important;
    height: 6px !important;
  }
}

@-webkit-keyframes fillAndBorder {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes fillAndBorder {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #fff;
  }
}
.c-more p {
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff);
  font-size: 12px;
}
@media (max-width: 375px) {
  .c-more p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-more p {
    font-size: clamp(10.5px, 1.0909090909vw, 3.6vw);
  }
}
@media (min-width: 1100px) {
  .c-more p {
    font-size: 12px;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .c-more:hover p {
    background-size: 0 1px;
  }
  .c-more:hover .c-more__circle {
    -webkit-animation: none;
            animation: none;
  }
}
.c-section-title {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.4px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}
@media (max-width: 375px) {
  .c-section-title {
    font-size: 10.6666666667vw;
    letter-spacing: -0.1066666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 5.4545454545vw;
    letter-spacing: -0.0545454545vw;
    line-height: 0.8;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .c-section-title {
    font-size: 60px;
    letter-spacing: -0.6px;
  }
}

.c-section-title span {
  display: inline-block;
  -webkit-transform: translate3d(0, -110%, 0) rotateX(70deg) scale(0.8);
          transform: translate3d(0, -110%, 0) rotateX(70deg) scale(0.8);
}

.c-section-title--black {
  color: #000;
}

.c-section-title--recommends {
  font-size: 38px;
  line-height: 0.8717948718;
}
@media (max-width: 375px) {
  .c-section-title--recommends {
    font-size: 10.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title--recommends {
    font-size: 5.4545454545vw;
    letter-spacing: -0.0545454545vw;
    line-height: 0.85;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .c-section-title--recommends {
    font-size: 60px;
    letter-spacing: -0.6px;
  }
}

.c-section-title--feature {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 375px) {
  .c-section-title--feature {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title--feature {
    font-size: 2vw;
  }
}
@media (min-width: 1100px) {
  .c-section-title--feature {
    font-size: 22px;
  }
}

.c-slide-new__image {
  overflow: hidden;
}

.c-slide-new__image img {
  aspect-ratio: 294/386;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.c-slide-new__item {
  display: grid;
  grid-template-columns: 50fr 273fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 21px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 50px;
}
@media (max-width: 375px) {
  .c-slide-new__item {
    gap: 5.6vw;
    padding: 0 4.2666666667vw;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-slide-new__item {
    padding: 0;
    grid-template-columns: 57fr 926fr;
    gap: 5vw;
  }
}
@media (min-width: 1100px) {
  .c-slide-new__item {
    gap: 55px;
  }
}

.c-slide-new__pagination {
  top: auto !important;
  top: initial !important;
  bottom: auto !important;
  bottom: initial !important;
  left: auto !important;
  left: initial !important;
  right: auto;
  right: initial;
  height: 1px !important;
  background-color: #a29e9e;
  position: relative !important;
}

.c-slide-new__pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.c-slide-new__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 375px) {
  .c-slide-new__arrow {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-slide-new__arrow {
    gap: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  .c-slide-new__arrow {
    gap: 10px;
  }
}

.c-slide-new__prev,
.c-slide-new__next {
  position: relative;
  left: auto !important;
  left: initial !important;
  right: auto !important;
  right: initial !important;
  top: auto !important;
  top: initial !important;
  bottom: auto !important;
  bottom: initial !important;
  background-color: transparent;
  background-color: initial;
  height: auto;
  height: initial;
}

.c-slide-new__prev::after,
.c-slide-new__next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 11px;
  width: 21px;
}
@media (max-width: 375px) {
  .c-slide-new__prev::after,
  .c-slide-new__next::after {
    height: 2.9333333333vw;
    width: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .c-slide-new__prev::after,
  .c-slide-new__next::after {
    height: 1vw;
    width: 1.9090909091vw;
  }
}
@media (min-width: 1100px) {
  .c-slide-new__prev::after,
  .c-slide-new__next::after {
    height: 11px;
    width: 21px;
  }
}

.c-slide-new__prev::after {
  background-image: url(../images/slide_prev.svg);
}

.c-slide-new__next::after {
  background-image: url(../images/slide_next.svg);
}

.c-slide-new__link {
  display: block;
}

.c-slide-new__title {
  line-height: 1.46;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.13px;
  margin-top: 16px;
}
@media (max-width: 375px) {
  .c-slide-new__title {
    font-size: 3.4666666667vw;
    letter-spacing: -0.0346666667vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-slide-new__title {
    font-size: clamp(11px, 1.1818181818vw, 3.9vw);
    letter-spacing: -0.0118181818vw;
    margin-top: 4.2666666667vw;
  }
}
@media (min-width: 1100px) {
  .c-slide-new__title {
    font-size: 13px;
    letter-spacing: -0.13;
    margin-top: 16px;
  }
}

.c-slide__carousel {
  width: 100%;
  height: 1px;
  background-color: #A29E9E;
}
@media screen and (min-width: 768px) {
  .c-slide__carousel {
    width: 90%;
  }
}

.c-slide__progress {
  background-color: #fff;
  height: 1px;
}

.js-slide-up-row {
  position: relative;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-slide-up-row.is-setup {
  opacity: 1;
}

.js-slide-up-row__base {
  opacity: 0;
}

.js-slide-up-row__line,
.js-slide-up-row__checker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.js-slide-up-row__text {
  display: block;
}

.u-visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.js-fade-slide-box {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-fade-slide-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media (max-width: 375px) {
  .js-fade-slide-up {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}
@media screen and (min-width: 768px) {
  .js-fade-slide-up {
    -webkit-transform: translateY(2.7272727273vw);
            transform: translateY(2.7272727273vw);
  }
}
@media (min-width: 1100px) {
  .js-fade-slide-up {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.js-block-slideUp {
  opacity: 0;
}

.p-about {
  position: relative;
}
.p-about__inner {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media (max-width: 375px) {
  .p-about__inner {
    padding-top: 32vw;
    padding-bottom: 34.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    height: 100vh;
    padding: 0;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10.9090909091vw;
    padding-bottom: 11.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .p-about__inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.p-about__video {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

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

.p-about__contents {
  padding: 0 40px;
}
@media (max-width: 375px) {
  .p-about__contents {
    padding: 0 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 2.7272727273vw;
    padding-right: 15.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .p-about__contents {
    padding-left: 30px;
    padding-right: 170px;
  }
}

@media screen and (min-width: 768px) {
  .p-about__info {
    width: 34%;
    margin-left: auto;
    min-width: 39vw;
    max-width: 45.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .p-about__info {
    min-width: 429px;
    max-width: 500px;
  }
}

.p-about__texts {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: normal;
  margin-top: 100px;
  font-size: 12px;
}
@media (max-width: 375px) {
  .p-about__texts {
    font-size: 3.2vw;
    margin-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__texts {
    font-size: clamp(11px, 1.1818181818vw, 3.9vw);
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .p-about__texts {
    font-size: 13px;
  }
}

.p-about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 56px;
  gap: 16px;
}
@media (max-width: 375px) {
  .p-about__links {
    margin-top: 14.9333333333vw;
    gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.6363636364vw;
    margin-top: 5.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .p-about__links {
    margin-top: 56px;
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-about__links a {
    margin-inline: initial;
  }
}

.p-about__picture {
  overflow: hidden;
  display: block;
}
.p-about__picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-header {
  height: 37px;
  height: 2.3125rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header__logo {
  width: 86px;
  width: 5.375rem;
  margin-inline: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-items {
  color: #fff;
  background-color: #D8D8D8;
}

.p-items__inner {
  padding-top: 103px;
  padding-bottom: 60px;
}
@media (max-width: 375px) {
  .p-items__inner {
    padding-top: 27.4666666667vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__inner {
    padding-top: 15.2vw;
    padding-bottom: 30vw;
  }
}
@media (min-width: 1100px) {
  .p-items__inner {
    padding-top: 57px;
    padding-bottom: 330px;
  }
}

.p-items__head {
  padding: 0 10px;
}
@media (max-width: 375px) {
  .p-items__head {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__head {
    padding: 0 3.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .p-items__head {
    padding: 0 40px;
  }
}

.p-items__anchor {
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 170px);
  gap: 5px;
  margin-top: 20px;
}
@media (max-width: 375px) {
  .p-items__anchor {
    grid-template-columns: repeat(auto-fit, 45.3333333333vw);
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6363636364vw;
    margin-top: 2.7272727273vw;
    margin-left: 30%;
  }
}
@media (min-width: 1100px) {
  .p-items__anchor {
    gap: 7px;
    margin-top: 30px;
  }
}

.p-items__anchor a {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.12px;
  gap: 5px;
  font-size: 11.5px;
}
@media (max-width: 375px) {
  .p-items__anchor a {
    letter-spacing: -0.032vw;
    gap: 1.3333333333vw;
    font-size: 3.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__anchor a {
    letter-spacing: -0.0109090909vw;
    gap: 0.4545454545vw;
    font-size: clamp(10px, 1.0454545455vw, 3.5vw);
  }
}
@media (min-width: 1100px) {
  .p-items__anchor a {
    letter-spacing: -0.12px;
    gap: 5px;
    font-size: 11.5px;
  }
}

.p-items__box {
  margin-top: 75px;
}
@media (max-width: 375px) {
  .p-items__box {
    margin-top: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__box {
    margin-top: 19.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .p-items__box {
    margin-top: 210px;
  }
}

.p-items__container:not(:first-child) {
  margin-top: 90px;
}
@media (max-width: 375px) {
  .p-items__container:not(:first-child) {
    margin-top: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__container:not(:first-child) {
    margin-top: 30vw;
  }
}
@media (min-width: 1100px) {
  .p-items__container:not(:first-child) {
    margin-top: 330px;
  }
}

@media screen and (min-width: 768px) {
  .p-items__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.p-items__detail {
  position: sticky;
  left: 0;
  z-index: 10;
  padding-left: 20px;
  top: 30px;
  padding-bottom: 74px;
}
@media (max-width: 375px) {
  .p-items__detail {
    padding-left: 5.3333333333vw;
    top: 8vw;
    padding-bottom: 19.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__detail {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 2.7272727273vw;
    padding-left: 3.6363636364vw;
    padding-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .p-items__detail {
    top: 30px;
    padding-left: 40px;
  }
}

.p-items__number {
  font-size: 10px;
}

.p-items__name {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.8717948718;
  -webkit-transform-origin: left;
          transform-origin: left;
  overflow: hidden;
  margin-top: 14px;
  font-size: 35px;
  letter-spacing: -0.39px;
}
@media (max-width: 375px) {
  .p-items__name {
    margin-top: 3.7333333333vw;
    font-size: 9.3333333333vw;
    letter-spacing: -0.104vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__name {
    font-size: 3.5454545455vw;
    margin-top: 1.2727272727vw;
    letter-spacing: -0.0354545455vw;
  }
}
@media (min-width: 1100px) {
  .p-items__name {
    font-size: 39px;
    margin-top: 14px;
    letter-spacing: -0.39px;
  }
}

.p-items__name span {
  display: inline-block;
  -webkit-transform: translate3d(0, -110%, 0) rotateX(70deg);
          transform: translate3d(0, -110%, 0) rotateX(70deg);
}

.p-items__info {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 1.66;
  font-weight: 600;
  font-size: 12px;
  margin-top: 17px;
}
@media (max-width: 375px) {
  .p-items__info {
    font-size: 3.2vw;
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__info {
    font-size: clamp(10.5px, 1.0909090909vw, 3.6vw);
    margin-top: 1.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .p-items__info {
    font-size: 12px;
    margin-top: 17px;
  }
}

.p-items__picture img {
  -webkit-clip-path: inset(8%);
          clip-path: inset(8%);
}

.p-items__images {
  display: grid;
  margin-top: 76px;
  gap: 2px;
  padding: 0 15px;
}
@media (max-width: 375px) {
  .p-items__images {
    margin-top: 20.2666666667vw;
    gap: 0.5333333333vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-items__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
    grid-column: span 2;
    margin-top: 18.1818181818vw;
    gap: 0.1818181818vw;
    padding: 0 1.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .p-items__images {
    margin-top: 200px;
    gap: 2px;
    padding: 0 15px;
  }
}

.p-items__image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-items__image {
    width: 71.8%;
  }
}

@media screen and (min-width: 768px) {
  .p-items__image:nth-child(odd) {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-items__image:nth-child(even) {
    margin-right: auto;
  }
}

.p-items__image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  .p-items__image img {
    aspect-ratio: 460/600;
  }
}

/*======================================================
    左右反転
======================================================*/
@media screen and (min-width: 768px) {
  .p-items__container:nth-child(even) .p-items__contents .p-items__detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 13.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .p-items__container:nth-child(even) .p-items__contents .p-items__detail {
    padding-left: 144px;
  }
}

@media screen and (min-width: 768px) {
  .p-items__container:nth-child(even) .p-items__contents .p-items__block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-items__container:nth-child(even) .p-items__contents .p-items__images {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-items__anchor a:hover .c-more__circle {
    -webkit-animation: none;
            animation: none;
  }
}
.p-main {
  margin-top: 40px;
  margin-top: 2.5rem;
  height: calc(100vh - 2.5rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-main {
    margin-top: 1.375rem;
    height: calc(100vh - 1.375rem);
  }
}

.p-main__bg {
  background-color: #fff;
  position: absolute;
  top: -10%;
  left: 0;
  height: 110%;
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-main__bg {
    height: 100%;
    top: 0;
  }
}

.p-main__inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    display: block;
  }
}

.p-main__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(15px);
          clip-path: inset(15px);
}
@media (max-width: 375px) {
  .p-main__image img {
    -webkit-clip-path: inset(4vw);
            clip-path: inset(4vw);
  }
}
@media screen and (min-width: 768px) {
  .p-main__image img {
    -webkit-clip-path: inset(3.6363636364vw);
            clip-path: inset(3.6363636364vw);
  }
}
@media (min-width: 1100px) {
  .p-main__image img {
    -webkit-clip-path: inset(40px);
            clip-path: inset(40px);
  }
}

.p-main__title {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  text-align: center;
  overflow: hidden;
  font-size: 55px;
  letter-spacing: -0.9px;
}
@media (max-width: 375px) {
  .p-main__title {
    font-size: 14.6666666667vw;
    letter-spacing: -0.24vw;
  }
}
@media screen and (min-width: 768px) {
  .p-main__title {
    font-size: 9.0909090909vw;
    letter-spacing: -0.0818181818vw;
  }
}
@media (min-width: 1100px) {
  .p-main__title {
    font-size: 100px;
    letter-spacing: -0.9px;
  }
}

.p-main__title span {
  display: inline-block;
  -webkit-transform: translate3d(0, -110%, 0) rotateX(100deg) scale(0.8);
          transform: translate3d(0, -110%, 0) rotateX(100deg) scale(0.8);
}

.p-new {
  background-color: #28333f;
}

.p-new__inner {
  padding-top: 83px;
}
@media (max-width: 375px) {
  .p-new__inner {
    padding-top: 22.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__inner {
    padding-top: 7.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .p-new__inner {
    padding-top: 83px;
  }
}

.p-new__head {
  padding: 0 15px;
}
@media (max-width: 375px) {
  .p-new__head {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__head {
    padding: 0 3.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .p-new__head {
    padding: 0 40px;
  }
}

.p-new__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 375px) {
  .p-new__anchors {
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 35vw;
    gap: 0.6363636364vw;
    margin-top: 2.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .p-new__anchors {
    padding-left: 385px;
    gap: 7px;
    margin-top: 30px;
  }
}

.p-new__anchor {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-new__anchor a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11.5px;
  gap: 5px;
  letter-spacing: -0.12px;
}
@media (max-width: 375px) {
  .p-new__anchor a {
    font-size: 3.0666666667vw;
    gap: 1.3333333333vw;
    letter-spacing: -0.032vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__anchor a {
    font-size: clamp(10.5px, 1.0909090909vw, 3.6vw);
    gap: 0.4545454545vw;
    letter-spacing: -0.0109090909vw;
  }
}
@media (min-width: 1100px) {
  .p-new__anchor a {
    font-size: 12px;
    gap: 5px;
    letter-spacing: -0.12;
  }
}

.p-new__anchors svg {
  width: 6px;
  height: 6px;
}
@media (max-width: 375px) {
  .p-new__anchors svg {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__anchors svg {
    width: 0.5454545455vw;
    height: 0.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .p-new__anchors svg {
    width: 6px;
    height: 6px;
  }
}

.p-new__box {
  margin-top: 75px;
  padding-bottom: 100px;
}
@media (max-width: 375px) {
  .p-new__box {
    margin-top: 20vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__box {
    margin-top: 18.1818181818vw;
    padding-bottom: 27.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .p-new__box {
    margin-top: 200px;
    padding-bottom: 300px;
  }
}

@media screen and (min-width: 768px) {
  .p-new__container:nth-child(odd) .p-new__detail {
    padding-left: 3.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .p-new__container:nth-child(odd) .p-new__detail {
    padding-left: 40px;
  }
}

.p-new__container:not(:first-child) {
  margin-top: 95px;
}
@media (max-width: 375px) {
  .p-new__container:not(:first-child) {
    margin-top: 25.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__container:not(:first-child) {
    margin-top: 18.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .p-new__container:not(:first-child) {
    margin-top: 200px;
  }
}

@media screen and (min-width: 768px) {
  .p-new__contents {
    position: relative;
  }
}

.p-new__block {
  margin-top: 50px;
}
@media (max-width: 375px) {
  .p-new__block {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__block {
    margin-top: -18.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .p-new__block {
    margin-top: -200px;
  }
}

.p-new__detail {
  position: sticky;
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  padding-left: 20px;
  top: 30px;
}
@media (max-width: 375px) {
  .p-new__detail {
    padding-left: 5.3333333333vw;
    top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__detail {
    padding-left: 0;
    top: 2.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .p-new__detail {
    top: 30px;
  }
}

.p-new__number {
  font-size: 10px;
}

.p-new__name {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.8717948718;
  overflow: hidden;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-top: 14px;
  font-size: 35px;
  letter-spacing: -0.39px;
}
@media (max-width: 375px) {
  .p-new__name {
    margin-top: 3.7333333333vw;
    font-size: 9.3333333333vw;
    letter-spacing: -0.104vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__name {
    font-size: 3.5454545455vw;
    margin-top: 1.2727272727vw;
    letter-spacing: -0.0354545455vw;
  }
}
@media (min-width: 1100px) {
  .p-new__name {
    font-size: 39px;
    margin-top: 14px;
    letter-spacing: -0.39px;
  }
}

.p-new__name span {
  display: inline-block;
  -webkit-transform: translate3d(0, -110%, 0) rotateX(70deg);
          transform: translate3d(0, -110%, 0) rotateX(70deg);
}

.p-new__info {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  line-height: 1.66;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  margin-top: 17px;
}
@media (max-width: 375px) {
  .p-new__info {
    font-size: 3.2vw;
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__info {
    font-size: clamp(10.5px, 1.0909090909vw, 3.6vw);
    margin-top: 1.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .p-new__info {
    font-size: 12px;
    margin-top: 17px;
  }
}

.p-new__info span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-new__picture {
    width: 48%;
    margin-inline: initial;
    margin-left: auto;
  }
}

.p-new__picture img {
  -webkit-clip-path: inset(8%);
          clip-path: inset(8%);
}

.p-new__slide {
  margin-top: 55px;
}
@media (max-width: 375px) {
  .p-new__slide {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__slide {
    padding-left: 7.2727272727vw;
    margin-top: 12.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .p-new__slide {
    padding-left: 80px;
    margin-top: 135px;
  }
}

.p-new__slide--feature {
  margin-top: 28px;
}
@media (max-width: 375px) {
  .p-new__slide--feature {
    margin-top: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-new__slide--feature {
    margin-top: 4vw;
  }
}
@media (min-width: 1100px) {
  .p-new__slide--feature {
    margin-top: 44px;
  }
}

/*======================================================
    左右反転
======================================================*/
@media screen and (min-width: 768px) {
  .p-new__container:nth-child(even) .p-new__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 62%;
  }
}
@media (min-width: 1100px) {
  .p-new__container:nth-child(even) .p-new__detail {
    left: 57.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-new__container:nth-child(even) .p-new__picture {
    margin-left: 0;
    margin-left: initial;
    margin-right: auto;
  }
}

/*======================================================
    マウスオーバー
======================================================*/
@media (any-hover: hover) {
  .p-new__anchor a:hover .c-more__circle {
    -webkit-animation: none;
            animation: none;
  }
}
.p-recommends {
  background-color: #28333F;
}

.p-recommends__inner {
  padding-top: 93px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 375px) {
  .p-recommends__inner {
    padding: 24.8vw 4vw 29.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__inner {
    padding-left: 3.6363636364vw;
    padding-right: 0;
    padding-top: 8.4545454545vw;
    padding-bottom: 10vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__inner {
    padding-left: 40px;
    padding-right: 0;
    padding-top: 93px;
    padding-bottom: 110px;
  }
}

.p-recommends__cards {
  display: grid;
  margin-top: 78px;
  gap: 120px;
}
@media (max-width: 375px) {
  .p-recommends__cards {
    margin-top: 20.8vw;
    gap: 32vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__cards {
    width: 50%;
    margin-left: auto;
    margin-top: 4vw;
    margin-right: 15.6363636364vw;
    gap: 10.9090909091vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__cards {
    margin-top: 44px;
    margin-right: 172px;
    gap: 120px;
  }
}

.p-recommends__card {
  position: relative;
}

.p-recommends__name {
  position: absolute;
  content: "";
  z-index: 1;
  overflow: hidden;
  line-height: 0.9;
  left: 20px;
  top: -41px;
  font-size: 28px;
  letter-spacing: -0.3px;
}
@media (max-width: 375px) {
  .p-recommends__name {
    left: 5.3333333333vw;
    top: -10.9333333333vw;
    font-size: 7.4666666667vw;
    letter-spacing: -0.08vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__name {
    font-size: 3.6363636364vw;
    top: 3.5454545455vw;
    left: 0.7272727273vw;
    letter-spacing: -0.0272727273vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__name {
    font-size: 40px;
    top: 39px;
    left: 8px;
    letter-spacing: -0.3px;
  }
}

.p-recommends__name span {
  display: inline-block;
  -webkit-transform: translate3d(0, -110%, 0) rotateX(70deg);
          transform: translate3d(0, -110%, 0) rotateX(70deg);
}

.p-recommends__card:first-child .p-recommends__name {
  top: -15px;
}
@media (max-width: 375px) {
  .p-recommends__card:first-child .p-recommends__name {
    top: -4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__card:first-child .p-recommends__name {
    top: 3.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__card:first-child .p-recommends__name {
    top: 39px;
  }
}

.p-recommends__image {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recommends__image {
    width: 71%;
  }
}

@media screen and (min-width: 768px) {
  .p-recommends__card:nth-child(odd) .p-recommends__image {
    margin-left: auto;
  }
}

.p-recommends__image img {
  aspect-ratio: 345/275;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (min-width: 768px) {
  .p-recommends__image img {
    aspect-ratio: 457/364;
  }
}

.p-recommends__more {
  position: absolute;
  content: "";
  bottom: -26px;
  left: 20px;
}
@media (max-width: 375px) {
  .p-recommends__more {
    bottom: -6.9333333333vw;
    left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__more {
    bottom: auto;
    bottom: initial;
    margin-top: 0;
    top: 25.0666666667vw;
    left: 0.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__more {
    top: 94px;
    left: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-recommends__card:not(:first-child) .p-recommends__more {
    top: 11.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .p-recommends__card:not(:first-child) .p-recommends__more {
    top: 130px;
  }
}

.p-recommends__card:nth-child(even) .p-recommends__name,
.p-recommends__card:nth-child(even) .p-recommends__more {
  left: auto;
  left: initial;
  right: 20px;
}
@media (max-width: 375px) {
  .p-recommends__card:nth-child(even) .p-recommends__name,
  .p-recommends__card:nth-child(even) .p-recommends__more {
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommends__card:nth-child(even) .p-recommends__name,
  .p-recommends__card:nth-child(even) .p-recommends__more {
    right: 0.7272727273vw;
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .p-recommends__card:nth-child(even) .p-recommends__name,
  .p-recommends__card:nth-child(even) .p-recommends__more {
    right: 8px;
  }
}
/*# sourceMappingURL=styles.css.map */
