@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1200px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section {
  padding: 5rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 8.125rem 0 12.5rem;
  }
}

.l-section--sml {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section--sml {
    padding: 5rem 0 6.25rem;
  }
}

.l-section--spBig {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section--spBig {
    padding: 8.125rem 0 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-section--ambassador {
    padding-bottom: 8.875rem;
  }
}

.l-section--pb {
  padding-bottom: 0;
}

.l-section--bgDark {
  background-color: #B2A692;
}

.l-section--bgLight {
  background-color: #eeeee7;
}

.c-brandSection {
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection {
    height: 48.3125rem;
    margin-bottom: 15.625rem;
  }
}

.c-brandSection--bgDark {
  background-color: #B2A692;
}

.c-brandSection--bgLight {
  background-color: #D7CFB3;
}

.c-brandSection__imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__imgWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.25rem;
    margin-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-brandSection__imgWrapper--touhenboku {
    gap: 11.875rem;
  }
}

.c-brandSection__img01 {
  max-width: 11.25rem;
}

.c-brandSection__img02 {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-brandSection__img02 {
    max-width: 31.25rem;
  }
}

.c-brandSection__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-brandSection__img03 {
  max-width: 15.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-brandSection__img03 {
    max-width: 22.5625rem;
  }
}

.c-brandSection__text {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 500;
  max-width: 49.6875rem;
  width: 100%;
  margin: 3.4375rem auto 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__text {
    line-height: 2.3333333333;
  }
}

.c-brandSection__imgWrapperBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__imgWrapperBottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.c-brandSection__imgWrapperBottom--touhenboku {
  gap: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__imgWrapperBottom--touhenboku {
    gap: 1.875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: auto;
    max-width: 49.6875rem;
  }
}

.c-brandSection__img01Bottom {
  max-width: 23.75rem;
  width: 100%;
}

.c-brandSection__img02Bottom {
  max-width: 22.5rem;
  width: 100%;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__img02Bottom {
    margin-bottom: 0;
  }
}

.c-brandSection__img03Bottom {
  max-width: 19.1875rem;
  width: 100%;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__img03Bottom {
    max-width: 19.1875rem;
    margin-bottom: 0;
  }
}

.c-brandSection__img04Bottom {
  max-width: 20.625rem;
  width: 100%;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 768px) {
  .c-brandSection__img04Bottom {
    margin-bottom: 0;
  }
}

.c-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #f9690a;
  padding: 0.625rem 1.25rem 0.625rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    padding: 0.9375rem 2.1875rem 0.9375rem 4.6875rem;
  }
}

.c-btn:hover {
  border-radius: 50px;
}

.c-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../image/buy_icon.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-btn::before {
    width: 1.5625rem;
    height: 1.5625rem;
    left: 2.1875rem;
  }
}

.c-btnWeb {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.625rem 3rem 0.625rem 0;
  margin-top: 1.25rem;
}

.c-btnWeb:hover.c-btnWeb::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  margin-top: -0.3125rem;
  margin-right: -0.3125rem;
}

.c-btnWeb::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background: url("../image/arrow.png") no-repeat center center/contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btnWeb--white::after {
  background: url("../image/arrowWhite.png") no-repeat center center/contain;
}

.c-product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  max-width: 68.125rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-product__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

.c-product__main + .c-product__main {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-product__main + .c-product__main {
    margin-top: 8.75rem;
  }
}

.c-product__productName {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-product__productName {
    font-size: 1.875rem;
  }
}

.c-product__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-product__text {
    font-size: 1.125rem;
  }
}

.c-product__note {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6f6f6f;
  line-height: 1.7142857143;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-product__note {
    font-size: 0.875rem;
  }
}

.c-product__kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
  margin-top: 1.875rem;
}

.c-product__kind img {
  width: 5rem;
  margin-right: 1.25rem;
}

.c-product__kind figcaption {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-product__kind figcaption {
    font-size: 1.25rem;
  }
}

.c-product__priceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.875rem;
}

.c-product__price {
  font-size: 1.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-product__price {
    font-size: 2.5rem;
  }
}

.c-product__price span {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-product__price span {
    font-size: 1.6875rem;
  }
}

.c-product__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-product__sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    max-width: 54.375rem;
    margin-top: 11.25rem;
    margin-right: 20vw;
  }
}

@media screen and (min-width: 768px) {
  .c-product__sub--sml {
    margin-top: 0;
  }
}

.c-product__subTextWrapper {
  max-width: 36.875rem;
  width: 100%;
}

.c-product__subTitle {
  font-size: 1.625rem;
  font-weight: 700;
}

.c-product__subText {
  font-size: 1rem;
  line-height: 2.0625;
  margin-top: 1.25rem;
}

.c-product__subAddress {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
}

.c-product__subImg {
  max-width: 15.625rem;
  width: 100%;
}

.c-swiper {
  max-width: 31.25rem;
  height: clamp(230px, 70vw, 400px);
}
@media screen and (min-width: 768px) {
  .c-swiper {
    height: 26.875rem;
  }
}

.c-swiper__img {
  width: 100%;
  height: auto;
}

.c-swiper__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/340;
}

/* ページネーション */
.swiper-pagination {
  bottom: -1.25rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    bottom: -1.875rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.125rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.swiper-pagination-bullet-active {
  background-color: #707070;
}

.c-titleSection {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .c-titleSection {
    font-size: 2.6875rem;
  }
}

.p-ambassador {
  background-color: #696956;
  color: #fff;
}

.p-ambassador__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-ambassador__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-ambassador__main--rev {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-ambassador__img {
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ambassador__img {
    max-width: 16.875rem;
  }
}

.p-ambassador__img--big {
  max-width: 30rem;
  width: 100%;
}

.p-ambassador__textWrapper {
  max-width: 41.25rem;
}

.p-ambassador__textWrapper--slim {
  max-width: 38.9375rem;
}

.p-ambassador__subTitle {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-ambassador__subTitle {
    font-size: 1.75rem;
  }
}

.p-ambassador__text {
  font-size: 1rem;
  margin-top: 0.9375rem;
  line-height: 1.9444444444;
}
@media screen and (min-width: 768px) {
  .p-ambassador__text {
    font-size: 1.125rem;
  }
}

.p-ambassador__imgBottom {
  max-width: 72.0625rem;
  width: 100%;
  height: 55vw;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-ambassador__imgBottom {
    margin-top: 8.125rem;
    height: 40.625rem;
  }
}
.p-ambassador__imgBottom:hover {
  opacity: 0.8;
}

.p-bottomBanner {
  padding: 5rem 0 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-bottomBanner {
    padding: 8.125rem 0 12.5rem;
  }
}

.p-bottomBanner__inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-bottomBanner__inner {
    max-width: 45rem;
    width: 100%;
    margin: auto;
  }
}

.p-bottomBanner__imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.25rem;
  border: 2px solid #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-bottomBanner__imgWrapper {
    max-width: calc(100% + 40px);
    height: 12.1875rem;
  }
}
.p-bottomBanner__imgWrapper:hover {
  border-radius: 100px;
}

.p-bottomBanner__img {
  max-width: 29.8125rem;
  width: 90%;
}

.p-bottomBanner__text {
  display: block;
  font-size: 1.125rem;
  line-height: 1.65;
  max-width: 37.6875rem;
  margin: auto;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-bottomBanner__text {
    font-size: 1.25rem;
  }
}

.p-concept {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-concept {
    line-height: 2.5;
    font-size: 1.25rem;
  }
}

.p-footer {
  background-color: #342c20;
  padding: 2.8125rem 3.125rem;
  text-align: left;
}

.p-footer__logo {
  max-width: 25rem;
}

.p-header {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #B2A692;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}

.p-header__hamburgerBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: inherit;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburgerBtn {
    display: none;
  }
}

.p-header__hamburgerBtn span {
  width: 1.5rem;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburgerBtn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-header__hamburgerBtn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.p-header__hamburgerBtn.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburgerBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -9px;
}

.p-headerNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 31.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.375rem 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-headerNav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    min-height: 100%;
    height: inherit;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}

.p-headerNav__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-headerNav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-headerNav__item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, rgba(72, 71, 71, .6)), to(rgba(72, 71, 71, .6)));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(72, 71, 71, .6) 50%, rgba(72, 71, 71, .6) 100%);
  }
}

.p-headerNav__item--img {
  width: 8.75rem;
  margin-top: 1.25rem;
}

.p-headerNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: auto;
  white-space: nowrap;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-headerNav__item a {
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-headerNav__item a:hover {
    opacity: 1;
  }
}

.p-lineup__imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-lineup__imgWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
  }
}

.p-lineup__img {
  display: block;
  max-width: 23.375rem;
  width: 100%;
  height: 13.875rem;
  border: 1px solid #33332E;
  padding: 0.5rem;
  overflow: hidden;
}

.p-lineup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-lineup__img img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.p-lineup__imgText p {
  text-align: center;
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-lineup__imgText p {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.p-lineup__imgText p:hover {
  opacity: 1;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 40.9375rem;
  background: url("../image/mv.jpg") no-repeat center top/cover;
}

.p-mv__text {
  position: absolute;
  width: 15.625rem;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    width: 24.375rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
