@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%;
  vertical-align: bottom;
}

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: #e85959;
}

.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: #e85959;
  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 .rosebrown span {
  background: #ca8a88;
}
.thumbnail-list .printpbe span {
  background: url("../img/lineup/print/thumb_pbe.png");
  background-size: cover;
}
.thumbnail-list .printlg span {
  background: url("../img/lineup/print/thumb_lg.png");
  background-size: cover;
}
.thumbnail-list .printpb span {
  background: url("../img/lineup/print/thumb_pb.png");
  background-size: cover;
}
.thumbnail-list .printow span {
  background: url("../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;
  /*position: absolute;*/
  width: 100%;
  height: 50px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
header .header--inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 1rem 0 0;
}
header .linkBtn {
  margin: 0;
}
header.fixed {
  opacity: 1;
  z-index: 9999;
}

@media (max-width: 768px) {
  header .linkBtn a {
    height: 2.7rem;
    line-height: 2.7rem;
    max-width: 12rem;
    font-size: 1.1rem;
  }
}
/*----------------------------------------------------
mv
----------------------------------------------------*/
/*
.mv {
  position: relative;
  aspect-ratio: 430 / 554;
  background: url(../img/mv_sp.jpg) no-repeat;
  background-size: contain;
  margin-bottom: 0;
  @include pc {
    aspect-ratio: 1280 / 718;
    background: url(../img/mv_pc.jpg) no-repeat;
    background-size: contain;
  }
  &--detail {
    > * {
      position: absolute;
      left: 2vw;
      img {
        width: 100%;
      }
    }
  }
  &--h1 {
    width: 7.93255814vw;
    margin: auto;
    top: 4vw;
  }
  &--text {
    width: 62.3255814vw;
    top: 80vw;
  }
  &--pf {
    width: 23.72093023vw;
    bottom: 2vw;
  }
}
@include pc {
  .mv {
    &--detail {
      width: 30%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
    }
    &--h1 {
      position: relative;
      top: auto;
      left: auto;
      margin: 10vw auto 5vw;
      width: 2.66484375vw;
    }
    &--text {
      position: relative;
      top: auto;
      left: auto;
      margin: auto;
      width: 16.07734375vw;
    }
    &--pf {
      width: 10.2rem;
      position: absolute;
    }
  }
}
*/
.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  aspect-ratio: 9/16;
}
.mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
}
.mv #videoCont {
  height: 100%;
  aspect-ratio: 9/16;
}
.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv--detail img {
  width: 100%;
  margin: auto;
}
.mv--h1 {
  width: 7.93255814vw;
  height: auto;
  position: absolute;
  top: 56vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.mv--text {
  position: absolute;
  height: auto;
  position: absolute;
  top: 98vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 47.85813953vw;
}
.mv--pf {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  width: 23.72093023vw;
  max-width: 10.234rem;
  z-index: 999;
}

@media (min-width: 769px) {
  .mv {
    aspect-ratio: 16/9;
  }
  .mv #videoCont {
    aspect-ratio: 16/9;
  }
  .mv video {
    width: 100%;
    height: auto;
  }
  .mv--h1 {
    width: 2.66484375vw;
    top: 15vw;
  }
  .mv--text {
    width: 16.07734375vw;
    top: 30vw;
  }
}
/*----------------------------------------------------
youtube modal
----------------------------------------------------*/
.youtube {
  position: relative;
}
.youtube--wrap {
  max-width: 1130px;
}
.youtube img.videoThumb {
  cursor: pointer;
}
.youtube img.videoThumb:hover {
  opacity: 0.7;
}
.youtube .more {
  position: absolute;
  bottom: 12vw;
  left: 50%;
  transform: translateX(-50%);
}
.youtube .more span {
  border: 2px solid black;
  font-size: 3.4vw;
  letter-spacing: 18%;
  padding: 3.2vw 0;
  width: 67vw;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.modalContent {
  background-color: #fefefe;
  padding: 0;
  border: 1px solid #888;
  animation: fadeIn 0.7s ease 0s 1 normal;
  position: relative;
  aspect-ratio: 16/9;
  max-width: 830px;
  width: 96%;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}
.modalContent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modalContent button.closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: 0;
  top: -2rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.modalContent button.closeBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  cursor: pointer;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@media (min-width: 769px) {
  .youtube .more {
    bottom: 2.8vw;
  }
  .youtube .more span {
    font-size: 1.15vw;
    padding: 1.15vw 0;
    width: 22vw;
  }
}
/*----------------------------------------------------
lead
----------------------------------------------------*/
.lead {
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.lead--text {
  display: block;
  max-width: 37.8rem;
  width: 80%;
  height: 160px;
  text-align: left;
  margin: auto;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*----------------------------------------------------
 features
----------------------------------------------------*/
.features {
  margin-bottom: 0;
}
.features--cont {
  position: relative;
}
.features--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 37.7rem;
  z-index: 99;
}
.features--text h3 {
  color: white;
  line-height: 1.61111111;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.features--text p {
  color: white;
  line-height: 2.23076923;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.features--video {
  aspect-ratio: 9/16;
  position: relative;
}
.features--video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features--video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .features {
    margin-bottom: 2rem;
  }
  .features--text h3 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .features--video {
    aspect-ratio: 16/9;
  }
}
/*----------------------------------------------------
 variations
----------------------------------------------------*/
.variations--wrap {
  max-width: 1130px;
}
.variations--text {
  width: 87%;
  margin: 2rem auto;
}
.variations--text h3 {
  font-size: 1.8rem;
}
.variations--text p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

@media (min-width: 769px) {
  .variations {
    margin-bottom: 2rem;
  }
  .variations--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .variations--img {
    width: 60%;
  }
  .variations--text {
    width: 35%;
    margin: 0;
  }
}
/*----------------------------------------------------
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: #e85959;
  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: #e85959;
  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;
  }
}
.attention {
  margin: 2rem 1rem;
}
.attention p {
  color: #cb0011;
  line-height: 1.6;
}

/*----------------------------------------------------
 banner
----------------------------------------------------*/
.banner a {
  display: block;
  margin-bottom: 1rem;
}

/*----------------------------------------------------
 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;
}/*# sourceMappingURL=style.css.map */