
.c-heading {
  margin: 0 0 3rem;
  padding: 0;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
}

.c-read {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
}

[data-browse-mode="S"] .c-read {
  font-size: 1.4rem;
}

.c-btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  border: #222 1px solid;
  background-color: #000;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.c-btn:hover {
  color: #000;
  background-color: #fff;
}

.c-btn.--white {
  color: #000;
  background-color: #fff;
}

.c-btn.--white:hover {
  color: #fff;
  background-color: #000;
}

.c-btn.--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn.--arrow::after {
  content: "＞";
  margin-left: 1.6rem;
}

.c-cr {
  position: relative;
  top: -0.5em;
  font-size: 70%;
}

.u-center {
  text-align: center;
}

[data-browse-mode="P"] .u-forSP {
  display: none;
}

[data-browse-mode="S"] .u-forPC {
  display: none;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-md {
  margin-top: 50px;
}

.u-mt-sm {
  margin-top: 30px;
}

.u-mt-xs {
  margin-top: 10px;
}


.l-yellowtail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 8rem 0;
}

[data-browse-mode="S"] .l-inner {
  padding: 5rem 5vw;
}

.l-yellowtail-header {
  background-color: #D2D9DE;
}

.p-yellowtail-header__heading {
  margin: 0;
  font-size: 46px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

[data-browse-mode="S"] .p-yellowtail-header__heading {
  font-size: 40px;
}

.p-yellowtail-header__anchor {
  max-width: 50%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
}

[data-browse-mode="S"] .p-yellowtail-header__anchor {
  max-width: 100%;
}

.p-yellowtail-header__anchor li {
  width: calc(50% - 10px);
}

.p-yellowtail-header__anchor li:first-child {
  width: 100%;
}

.p-movie {
  position: relative;
}

.p-movie .hacobune-app-container[data-v-6230ae80] {
  background: transparent;
}

.p-movie .hacobune-unit-video[data-v-1c72f55c] {
  margin: 0;
  padding: 0;
}

.p-movie__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* LINEUP */
.l-section--lineup {
  background-color: #EAEAEA;
}

.p-lineup {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

[data-browse-mode="S"] .p-lineup {
  grid-template-columns: repeat(2, 1fr);
}

.p-lineup__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 10px;
}

.p-lineup__image {
  position: relative;
}

.p-lineup__image > span {
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-align: right;
}

.p-lineup__name,
.p-lineup__price {
  font-size: 1.2rem;
  text-align: center;
}

.p-lineup__link .c-btn {
  display: block;
}

/* TECHNOLOGY */
.l-section--technology {
  background-color: #A6B4C5;
}

[data-browse-mode="P"] .l-section--technology figure {
  width: 80%;
  margin-inline: auto;
  text-align: center;
}

/* LOOK */
.l-section--look {
  background-color: #D2D9DE;
}

.p-look__main,
.p-look__sub {
  display: block;
  margin: 3rem 0;
}

[data-browse-mode="S"] .p-look__items {
  margin: 3rem 0;
  overflow: scroll;
}

.p-look__itemInner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

[data-browse-mode="S"] .p-look__itemInner.--items-3 {
  width: 900px;
}

[data-browse-mode="S"] .p-look__itemInner.--items-4 {
  width: 1200px;
}

.p-look a {
  transition: opacity .3s;
}

.p-look a:hover {
  opacity: .8;
}

.l-section--limited {
  color: #fff;
  background-color: #5F391E;
}

.l-section--limited .c-heading {
  font-size: 1.8rem;
}

.p-puffy__heading {
  color: #FFE627;
  margin-bottom: 1.6rem;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.p-puffy__heading .p-puffy__heading--puffy {
  color: #fff;
}

.p-puffy__action {
  max-width: 340px;
  margin-inline: auto;
}

.l-section--cta {
  background-color: #D2D9DE;
}

[data-browse-mode="S"] .l-section--cta {
  padding: 100px 0;
}

.p-cta {
  width: 50%;
  margin-inline: auto;
}

[data-browse-mode="S"] .p-cta {
  width: 100%;
}

.p-cta li + li {
  margin-top: 30px;
}