/* CSS Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

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

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

:root {
  --px-8: 0.5rem;
  --px-10: 0.625rem;
  --px-12: 0.75rem;
  --px-14: 0.875rem;
  --px-16: 1rem;
  --px-18: 1.125rem;
  --px-20: 1.25rem;
  --px-24: 1.5rem;
  --px-28: 1.75rem;
  --px-32: 2rem;
  --px-40: 2.5rem;
  --px-48: 3rem;
  --section-gap: 5rem;
  --section-gap-lg: 7.5rem;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  width: 100%;
  color: #000000;
  background: #ffffff;
}

main {
  width: 100%;
}

/***common***/
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
[class$="--wrap"] {
  max-width: 954px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

[class$="--text"],
.about-story--wrap,
.detail-copy--wrap,
.detail-spec--wrap,
.release--wrap,
.captions--wrap,
.lead--wrap {
  max-width: 700px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

p {
  line-height: 2;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.note {
  font-size: 0.8em;
}

figure {
  margin-bottom: 1em;
}

.align-c {
  text-align: center !important;
}

/***Button***/
.linkBtn {
  margin: 1rem auto;
}
.linkBtn a {
  background: #cc0000;
  font-size: 0.8125rem;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 11.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
  transition: opacity 0.2s ease;
}
.linkBtn.comingsoon a {
  background-color: #808080;
}
.linkBtn--lg a {
  font-size: 1rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  max-width: 15rem;
}

/***thumbnail-list Color (legacy / shared)***/
.thumbnail-list {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
.thumbnail-list .thumbnail-current span {
  border-color: #cb0011 !important;
}
.thumbnail-list span {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.thumbnail-list .bk span {
  background: #000000;
  border-color: #000000;
}
.thumbnail-list .gry span {
  background: #cbcac6;
  border-color: #cbcac6;
}
.thumbnail-list .kh span {
  background: #866e4c;
  border-color: #866e4c;
}
.thumbnail-list .nv span {
  background: #203a58;
  border-color: #203a58;
}
.thumbnail-list .wh span {
  background: #f5f4f0;
  border-color: #000000;
}

@media (min-width: 769px) {
  .thumbnail-list {
    gap: 0.5rem;
  }
  .thumbnail-list span {
    width: 1.4rem;
    height: 1.4rem;
  }
}
/*=====================
header
=====================*/
header {
  position: fixed;
  width: 100%;
  height: 38px;
  background: none;
  z-index: 99999;
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
header .header--wrap {
  max-width: 100%;
  position: relative;
  height: 100%;
}
header .logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo img {
  width: auto;
  height: 38px;
}
header .headBtn {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  margin: 0;
}
header .headBtn a {
  display: block;
  background: #dd1212;
  height: 1.875rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
}
header.-scroll {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) {
  header {
    padding: 0 1.5rem;
  }
  header .logo {
    left: 0;
  }
  header .headBtn {
    right: 0;
  }
}
/*=====================
mv
=====================*/
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 428/613;
  background: #e8e4de;
}
.mv picture,
.mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 769px) {
  .mv {
    aspect-ratio: 1920/980;
  }
}

/*=====================
lead
=====================*/
.lead {
  padding: var(--section-gap) 0 0;
}
.lead--wrap {
  letter-spacing: 0.02em;
}
.lead--wrap p {
  margin: 0;
  line-height: 2.1;
}

/*=====================
product grid
=====================*/
.product-grid {
  padding: var(--section-gap-lg) 0 var(--section-gap);
}
.product-grid--wrap {
  max-width: 750px;
}
.product-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}
@media (min-width: 769px) {
  .product-grid__list {
    gap: 0.5rem;
  }
}
.product-grid__list li {
  margin: 0;
  overflow: hidden;
  background: #f0eeeb;
}
.product-grid__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

/*=====================
about story
=====================*/
.about-story {
  padding-bottom: var(--section-gap);
}
.about-story--wrap p {
  margin: 0 0 1.5em;
}
.about-story--wrap p:last-child {
  margin-bottom: 0;
}

/*=====================
pair
=====================*/
.pair {
  padding-bottom: var(--section-gap);
}
.pair--wrap {
  max-width: 750px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .pair--wrap {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}
.pair__item {
  overflow: hidden;
  background: #f0eeeb;
}
.pair__item img {
  width: 100%;
  height: auto;
  display: block;
}

/*=====================
release / captions
=====================*/
.release {
  padding-bottom: 2.5rem;
}
.release--wrap p {
  margin: 0;
}

.captions {
  padding-bottom: var(--section-gap);
}
.captions--wrap p {
  margin: 0;
}

/*=====================
detail hero
=====================*/
.detail-hero {
  padding-bottom: var(--section-gap);
}
.detail-hero--wrap {
  max-width: 750px;
  text-align: center;
  padding: 0;
}
.detail-hero--wrap img {
  width: 100%;
  height: auto;
}

/*=====================
detail copy / quote
=====================*/
.detail-copy {
  padding-bottom: var(--section-gap);
}
.detail-copy--wrap p {
  margin: 0 0 1.5em;
}
.detail-copy--wrap p:last-child {
  margin-bottom: 0;
}
.detail-copy__quote {
  padding: 1.25rem 1.25rem 1.35rem;
  background: #f7f5f2;
  font-size: 0.8125rem !important;
  line-height: 2 !important;
}

/*=====================
stack
=====================*/
.stack {
  padding-bottom: var(--section-gap);
}
.stack--wrap {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.stack--wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom {
  margin-bottom: 10rem;
}
.bottom .linkBtn {
  text-align: center;
}

/*=====================
lineup (legacy)
=====================*/
.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  margin: 1rem;
}
.lineup--cont {
  width: 49%;
  margin-bottom: 3rem;
}
.lineup--cont .slide-box .thumbnail-list {
  margin-top: 1rem;
}
.lineup--cont .detail-box {
  width: 88%;
  margin: 1rem auto 0;
  text-align: center;
}
.lineup--cont .detail-box h3 {
  font-size: 1.3125rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.lineup--cont .detail-box p {
  font-size: 0.8125rem;
  font-weight: 700;
}
.lineup--cont .detail-box p span {
  font-size: 0.8em;
  font-weight: 700;
}

@media (min-width: 769px) {
  .lineup {
    margin: 0;
  }
  .lineup--cont {
    width: 32%;
  }
}
/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */