@charset "UTF-8";
/* 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: 4rem;
  --section-gap-md: 6rem;
  --section-gap-lg: 8rem;
}

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: 700px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

[class$=__meta],
[class$=__desc] {
  max-width: 700px;
  width: 90%;
  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;
  margin-bottom: var(--section-gap-lg);
}
.lead__wrap {
  letter-spacing: 0.02em;
}
.lead__wrap p {
  margin: 0 0 1.5em 0;
  line-height: 2.1;
}

/*=====================
product（1商品ブロック：メタ → 画像3枚 → 説明／白・max 700px）
=====================*/
.product {
  margin-bottom: var(--section-gap-lg);
}
.product__block {
  margin-bottom: var(--section-gap);
}
.product__meta {
  margin-bottom: 1.75rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.product__meta-number {
  font-size: 0.875rem;
  font-weight: 600;
}
.product__meta-title {
  font-size: 1rem;
  font-weight: 600;
}
.product__meta-price {
  font-size: 0.875rem;
}
.product__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 1.75rem;
}
.product__photo {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
  aspect-ratio: 1/1;
}
.product__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product__desc p {
  line-height: 2.1;
  letter-spacing: 0.02em;
}

/*=====================
features
=====================*/
.features__wrap h2 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  line-height: 1.6;
}
.features__wrap h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.6;
}
.features__meta {
  margin-bottom: 1.5em;
}
.features__meta p {
  margin: 0 0 1em;
}
.features__meta p:last-child {
  margin-bottom: 0;
}
.features__block {
  margin-bottom: var(--section-gap-md);
}
.features__photo {
  margin-bottom: 1em;
}
.features__photo.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

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

/*=====================
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 */