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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 2.35;
  letter-spacing: 0.18em;
  color: #000000;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow: hidden;
}

main {
  width: 100%;
}

section {
  margin-bottom: 10rem;
}
@media (min-width: 769px) {
  section {
    margin-bottom: 15rem;
  }
}

[class$="--wrap"] {
  max-width: 820px;
  width: 100%;
  margin: auto;
  position: relative;
}

h2 {
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
}
h2 span {
  display: block;
  font-size: 1.4rem;
}

h3 {
  font-size: 2.3rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.8;
}

img,
video {
  vertical-align: bottom;
}

.red {
  color: #cb0011;
}

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

@media (max-width: 768px) {
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
/***Button***/
.linkBtn {
  margin: 1em auto;
}
.linkBtn a {
  font-size: 1.2rem;
  /*background: #18159d;*/
  background: #cb0011;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 30px;
  text-align: left;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  width: 168px;
}

/***thumbnail-list Color***/
.thumbnail-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px;
}
.thumbnail-list .thumbnail-current span {
  border-color: #113681 !important;
}
.thumbnail-list span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  /*margin: 0 3px 3px;*/
}
.thumbnail-list .beige span {
  background: #f0ddc8;
}
.thumbnail-list .lightgray span {
  background: #d1d2d2;
}
.thumbnail-list .sax span {
  background: #b4cde9;
}
.thumbnail-list .pink span {
  background: #d0b3b0;
}
.thumbnail-list .black span {
  background: #202323;
}
.thumbnail-list .darknavy span {
  background: #1f335c;
}
.thumbnail-list .gmt span {
  background: #c2ddc6;
}
.thumbnail-list .pcb span {
  background: #f0c9be;
}
.thumbnail-list .pbl span {
  background: #d2e6ed;
}
.thumbnail-list .mbe span {
  background: #d4c5b7;
}
.thumbnail-list .pbe span {
  background: #f0d0c5;
}
.thumbnail-list .darkgry span {
  background: #57575f;
}
.thumbnail-list .lavender span {
  background: #c0bce3;
}
.thumbnail-list .nbe span {
  background: #e6d3c3;
}
.thumbnail-list .blue span {
  background: #c2d3d9;
}
.thumbnail-list .softpink span {
  background: #ead8d4;
}
.thumbnail-list .bluegreen span {
  background: #446076;
}
.thumbnail-list .mimosa span {
  background: #fff198;
}
.thumbnail-list .red span {
  background: #9d364b;
}
.thumbnail-list .blue2 span {
  background: #869bc8;
}
.thumbnail-list .bl-a span {
  background: #222625;
}
.thumbnail-list .printpbe span {
  background: url("https://www.bvd.jp/WordPress/wp-content/themes/bvd_jp/assets/suzubra/img/lineup/print/thumb_pbe.png");
  background-size: cover;
}
.thumbnail-list .printlg span {
  background: url("https://www.bvd.jp/WordPress/wp-content/themes/bvd_jp/assets/suzubra/img/lineup/print/thumb_lg.png");
  background-size: cover;
}
.thumbnail-list .printpb span {
  background: url("https://www.bvd.jp/WordPress/wp-content/themes/bvd_jp/assets/suzubra/img/lineup/print/thumb_pb.png");
  background-size: cover;
}
.thumbnail-list .printow span {
  background: url("https://www.bvd.jp/WordPress/wp-content/themes/bvd_jp/assets/suzubra/img/lineup/print/thumb_ow.png");
  background-size: cover;
}

/*----------------------------------------------------
fade-in
----------------------------------------------------*/
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 50px;
}
header .header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  width: 100%;
  height: 50px;
  position: relative;
  margin: auto;
}
header .logo {
  width: 56px;
  display: flex;
  gap: 1rem;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img.headerLogoScroll.-before {
  display: none;
}
header .logo img.headerLogoScroll.-after {
  display: block;
}
header .logo img.-after {
  display: none;
}
header .linkBtn {
  margin: 0;
}

@media (min-width: 769px) {
  header .logo {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  header .header--inner {
    padding: 0 1rem;
  }
  header .logo {
    width: 55px;
  }
  header .logo a {
    width: 100%;
  }
  header .linkBtn a {
    font-size: 1rem;
    width: 134px;
    height: 30px;
    line-height: 30px;
  }
}
/*----------------------------------------------------
 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.8666666667rem;
  line-height: 1.77;
  margin: 0 40px;
}

/*----------------------------------------------------
lineup
----------------------------------------------------*/
.lineup {
  max-width: 830px;
  margin: 0 auto 10rem;
}
.lineup--wrap article {
  margin-bottom: 6rem;
}
.lineup--sizechart {
  text-align: center;
  margin-bottom: 10rem;
}
.lineup--sizechart img {
  width: 90%;
}
.lineup--sizechart p.note {
  text-align: left;
  font-size: 0.8rem;
  text-indent: 10%;
}
.lineup h2 {
  font-size: 3rem;
  margin-bottom: 4rem;
}
.lineup h2 span {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lineup .lineupBox {
  position: relative;
  max-width: 830px;
  margin: 0 auto 5rem;
}
.lineup .lineupBox h3 {
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  letter-spacing: 0.1em;
}
.lineup .lineupBox .lineupSlideArea {
  display: block;
  width: 80%;
  margin: auto;
  padding-top: 4rem;
}
.lineup .lineupBox .lineupSlideArea .lineupSlide {
  width: 90%;
  margin: auto;
  position: relative;
}
.lineup .lineupBox .lineupSlideArea .lineupSlide.new::after {
  content: "NEW";
  display: block;
  font-size: 12px;
  color: #cb0011;
  position: absolute;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
}
.lineup .lineupBox .lineupSlideArea .thumbnail-list {
  width: 70%;
  z-index: 999;
  margin: auto;
  position: relative;
}
.lineup .lineupBox .itemDetailArea {
  width: 100%;
  margin: 6% 0 0;
}
.lineup .lineupBox .itemDetailArea .sizeArea {
  width: 90%;
  margin: auto;
}
.lineup .lineupBox .itemDetailArea .sizeArea--lists {
  padding: 1rem 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.lineup .lineupBox .itemDetailArea .sizeArea--lists:last-child {
  border-bottom: none;
}
.lineup .lineupBox .itemDetailArea .sizeArea--text {
  width: calc(100% - 140px);
  text-align: left;
}
.lineup .lineupBox .itemDetailArea .sizeArea--text p {
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.lineup .lineupBox .itemDetailArea .sizeArea--text .price span {
  font-size: 0.8em;
}
.lineup .lineupBox .itemDetailArea .sizeArea--linkBtn {
  width: 140px;
}
.lineup .lineupBox .itemDetailArea .sizeArea--linkBtn a {
  background: #cb0011;
  font-size: 0.8em;
  color: #fff;
  width: 100%;
  max-width: 140px;
  margin-right: 0;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-weight: 400;
  margin: auto;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.lineup .lineupBox.web h3::before {
  content: "WEB限定";
  display: block;
  position: absolute;
  top: -1.5em;
  left: 0;
}
.lineup .lineupCont {
  width: 48%;
  text-align: center;
  margin-bottom: 5rem;
}
.lineup .lineupCont--wrap {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
}
.lineup .lineupCont .thumbnail-list {
  flex-wrap: wrap;
  margin-bottom: 1rem;
  min-height: 38px;
  align-items: center;
}
.lineup .lineupCont h3 {
  line-height: 1.3;
}
.lineup .linkArea {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 1rem;
}
.lineup .linkArea .itemCont {
  width: 48%;
  margin-bottom: 3em;
}
.lineup .linkArea .itemCont.countersales a {
  pointer-events: none;
}
.lineup .linkArea .imgArea {
  position: relative;
}
.lineup .linkArea .imgArea.new {
  position: relative;
}
.lineup .linkArea .imgArea.new::after {
  content: "NEW";
  display: block;
  font-size: 12px;
  color: #cb0011;
  position: absolute;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
}
.lineup .linkArea .imgArea .thumbnail-list {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  bottom: 4px;
  width: 100%;
  max-width: 130px;
  min-height: 30px;
  left: 50%;
  transform: translateX(-50%);
  gap: 1px;
}
.lineup .linkArea .imgArea .thumbnail-list li span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 1px;
  border-width: 1px;
}
.lineup .linkArea h3 {
  line-height: 1.5;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lineup .linkArea h3 span {
  display: block;
}
.lineup .linkArea h3 span.note {
  font-size: 1rem;
}

@media (min-width: 769px) {
  .lineup .lineupBox {
    display: flex;
    justify-content: space-between;
  }
  .lineup .lineupBox h3 {
    left: 38%;
    top: 30px;
    transform: translateX(0);
    width: auto;
  }
  .lineup .lineupBox .lineupSlideArea {
    width: 30%;
    padding-top: 0;
    margin: 0 auto;
  }
  .lineup .lineupBox .lineupSlideArea .lineupSlide {
    width: 100%;
  }
  .lineup .lineupBox .lineupSlideArea .thumbnail-list {
    width: 100%;
    max-width: 230px;
  }
  .lineup .lineupBox .itemDetailArea {
    width: 65%;
    margin-top: 100px;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--lists {
    padding: 1.5rem 1%;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--lists .sizeArea--text .size {
    width: 68%;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 170px);
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--text .size {
    width: calc(100% - 100px);
    line-height: 1.3;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--text .price {
    width: 100px;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--text .price span {
    font-size: 0.8em;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--linkBtn {
    width: 170px;
  }
  .lineup .lineupBox .itemDetailArea .sizeArea--linkBtn a {
    font-size: 0.9em !important;
    width: 170px;
    max-width: 170px;
  }
  .lineup .lineupCont {
    width: 20%;
  }
  .lineup .linkArea .itemCont {
    width: 20%;
  }
  .lineup--sizechart p.note {
    text-indent: 74px;
  }
}
@media (max-width: 768px) {
  .lineup--main .slide-item {
    aspect-ratio: 3/4;
  }
  .lineup--main .slide-item img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lineup .lineupBox.column {
    display: flex;
    justify-content: space-between;
  }
  .lineup .lineupBox.column h3 {
    font-size: 1.4rem;
    left: 52%;
    top: 8%;
    transform: translateX(0);
    width: auto;
    text-align: left;
    line-height: 1.8;
  }
  .lineup .lineupBox.column .lineupSlideArea {
    width: 50%;
    padding-top: 0;
    margin: 0 auto;
  }
  .lineup .lineupBox.column .lineupSlideArea .lineupSlide {
    width: 90%;
  }
  .lineup .lineupBox.column .lineupSlideArea .thumbnail-list {
    width: 80%;
  }
  .lineup .lineupBox.column .lineupSlideArea .thumbnail-list li span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .lineup .lineupBox.column .itemDetailArea {
    width: 50%;
    margin-top: 20%;
  }
  .lineup .lineupBox.column .itemDetailArea .sizeArea--lists .sizeArea--text .size {
    width: 60%;
  }
  .lineup .lineupBox.column .itemDetailArea .sizeArea--text {
    width: 100%;
    position: relative;
  }
  .lineup .lineupBox.column .itemDetailArea .sizeArea--text .size {
    line-height: 1.3;
  }
  .lineup .lineupBox.column .itemDetailArea .sizeArea--text::after {
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -0.5rem;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #0d0d0d;
    border-right: 1px solid #0d0d0d;
    transform: rotate(45deg);
    content: "";
  }
  .lineup .lineupBox.column .itemDetailArea .sizeArea--linkBtn {
    display: none;
  }
  .lineup .lineupBox.mold-web h3::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .lineup .lineupCont--wrap {
    flex-wrap: wrap;
  }
}
/*----------------------------------------------------
modal
----------------------------------------------------*/
.modal-trigger {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #fff;
  max-width: 640px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}
.modal .modal-box p:last-child {
  margin-bottom: 0;
}
.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem !important;
  cursor: pointer;
}

/*----------------------------------------------------
 mv
----------------------------------------------------*/
#mv img {
  width: 100%;
}
#mv h1 {
  font-size: 2.4rem;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 1em 1rem 8rem;
  text-align: center;
}
#mv h1 span {
  font-size: 0.8em;
  display: block;
}

/*----------------------------------------------------
 contents
----------------------------------------------------*/
.contents--block {
  width: 90%;
  max-width: 640px;
  margin: 0 auto 5rem;
}
.contents--block .title-block {
  width: 90%;
  max-width: 830px;
  margin: 0 auto 4rem;
}
.contents--block .img-block {
  margin: 0 auto 3rem;
}
.contents--block .text-block {
  margin: 0 auto 3rem;
}
.contents h2 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: left;
}
.contents h2 span {
  font-size: 1.8rem;
}
.contents h3 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.9rem;
  margin: 2rem auto 1rem;
}
.contents h4 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.5rem;
  margin: 1rem auto;
}
.contents p {
  font-size: 1.3rem;
  line-height: 192%;
  letter-spacing: 0.22em;
  margin-bottom: 2em;
}
.contents p:last-child {
  margin-bottom: 0;
}
.contents .text-link {
  text-align: right;
}
.contents .text-link a {
  color: #0192e4;
  text-decoration: underline;
}

@media (min-width: 769px) {
  .contents {
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */