@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;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

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

input[type=checkbox] {
  vertical-align: 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;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

:root {
  --px-12: 0.75rem;
  --px-14: 0.875rem;
  --px-16: 1rem;
  --px-18: 1.125rem;
  --px-20: 1.25rem;
}

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;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}

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

p {
  line-height: 2;
}

/*=====================
header
=====================*/
header {
  position: fixed;
  width: 100%;
  height: 38px;
  background: none;
  z-index: 99999;
  margin-top: 10px;
  padding: 0 10px;
}
header .header--wrap {
  max-width: 954px;
  width: 100%;
  margin: auto;
  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;
}
header .headBtn a {
  display: block;
  background: #dd1212;
  height: 1.875rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0.9375rem;
}

/*=====================
共通レイアウト
=====================*/
.l-wrap {
  max-width: 700px;
  width: 92%;
  margin: 0 auto;
}

.l-text {
  max-width: 700px;
  width: 85%;
  margin: 0 auto;
}

/*=====================
MV
=====================*/
.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mv picture {
  display: block;
  width: 100%;
}
.mv picture img {
  display: block;
  width: 100%;
  height: auto;
}
.mv--logo {
  position: absolute;
  bottom: 4%;
  right: 5%;
  z-index: 10;
}
.mv--logo img {
  width: 50vw;
  height: auto;
}
@media (min-width: 769px) {
  .mv {
    height: 100vh;
  }
  .mv picture {
    height: 100%;
  }
  .mv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mv--logo {
    right: 3%;
  }
  .mv--logo img {
    width: 28vw;
  }
}

/*=====================
リード文
=====================*/
.lead {
  padding: 5rem 0 2rem;
}
.lead p {
  font-size: var(--px-14);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 1em;
}
.lead p:last-child {
  margin-bottom: 0;
}
.lead p strong {
  font-weight: 700;
}
@media (min-width: 769px) {
  .lead {
    padding: 7rem 0 3rem;
  }
  .lead p {
    font-size: var(--px-16);
  }
}

/*=====================
商品セクション
=====================*/
.item {
  margin-bottom: 6rem;
}
.item-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.item-photos img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .item-photos {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 769px) {
  .item-photos {
    margin-bottom: 0;
  }
}
.item-info {
  max-width: 360px;
  width: 88%;
  margin: 2rem auto 0;
  text-align: left;
}
.item-info a {
  display: block;
  text-decoration: underline;
  color: #000000;
}
.item-info .item-no {
  font-size: var(--px-12);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #888;
  margin-bottom: 0.2em;
}
.item-info h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  font-size: var(--px-16);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.item-info p, .item-info h2 {
  margin-bottom: 0.25em;
}
.item-info .price {
  font-size: var(--px-14);
  font-weight: 600;
}
.item-info .color {
  font-size: var(--px-14);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.item-info .model-info {
  font-size: 0.7rem;
  color: #aaa;
  font-weight: 400;
  margin-top: 0.4em;
  text-decoration: none;
}

/*=====================
コーディネート例
=====================*/
.coordinate {
  padding: 5rem 0 0;
}
.coordinate-text {
  max-width: 700px;
  width: 88%;
  margin: 0 auto 2rem;
  text-align: left;
}
.coordinate-text p {
  font-size: var(--px-14);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 0.5em;
}
.coordinate-text p:last-child {
  margin-bottom: 0;
}
.coordinate-text .note {
  font-size: 0.75rem;
  color: #888;
}
@media (min-width: 769px) {
  .coordinate-text p {
    font-size: var(--px-16);
  }
}
.coordinate-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.coordinate-photos img {
  display: block;
  width: 100%;
  height: auto;
}

/*=====================
カラーバリエーション
=====================*/
.color-variations {
  padding: 4px 0;
}
.color-variations img {
  display: block;
  width: 100%;
  height: auto;
}

/*=====================
CTAボタン
=====================*/
.cta {
  padding: 5rem 0 8rem;
  text-align: center;
}
.cta .linkBtn a {
  display: inline-block;
  background: #dd1212;
  color: #ffffff;
  font-size: var(--px-14);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  text-decoration: none;
}
.cta .linkBtn a:hover {
  opacity: 0.8;
}

/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 20px;
}
footer .fLogo {
  width: 66px;
  margin: 0 auto 20px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.77;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
