@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,
body {
  font-size: 14px;
  line-height: 2;
  color: #000000;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}

main {
  width: 100%;
}

img {
  vertical-align: top;
}

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

/***common***/
.l-container {
  max-width: 1080px;
  width: 96%;
  margin: auto;
  position: relative;
}

.s-container {
  max-width: 830px;
  width: 100%;
  margin: auto;
  position: relative;
}

@media (max-width: 768px) {
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
h2 {
  line-height: 1.68;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold !important;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: bold;
}

/***Button***/
.linkBtn {
  margin: 2em auto;
  text-align: center;
}
.linkBtn a {
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: #cb0011;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 20px;
  padding: 0 2em;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

/***thumbnail-list Color（ラインナップ下部スライダー用）***/
.thumbnail-list {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
.thumbnail-list .thumbnail-current span {
  border-color: #113681 !important;
}
.thumbnail-list span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 0 3px;
}
.thumbnail-list .be span {
  background: #e8cfa8;
}
.thumbnail-list .bk span {
  background: #1a1a1a;
}
.thumbnail-list .nvy span {
  background: #1e2e55;
}
.thumbnail-list .sgy span {
  background: #959a9f;
}

/***スクロールフェードイン***/
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 1.6s, visibility 1.6s, transform 1.6s;
}

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

/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: auto;
}
header .headBtn {
  margin: 0.8rem 0;
  position: absolute;
  right: 12px;
}
header .headBtn a {
  background: #cb0011;
  font-size: 0.93rem;
  color: #fff;
  display: block;
  width: 120px;
  height: 27px;
  line-height: 28px;
  border-radius: 13.5px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #fff;
  text-decoration: none;
}

/*----------------------------------------------------
 MV（1枚画像）
----------------------------------------------------*/
#mv {
  width: 100%;
  overflow: hidden;
}

.mv-wrap {
  position: relative;
  aspect-ratio: 393/559;
  width: 100%;
}
.mv-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.mv-title {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 10;
  pointer-events: none;
  font-size: 10vw;
  letter-spacing: 0.5em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #4F6F8A;
  text-shadow: 2px 0px 20px rgba(255, 255, 255, 0.9);
}

@media (min-width: 769px) {
  .mv-wrap {
    aspect-ratio: 9/5;
  }
  .mv-title {
    font-size: 4vw;
    bottom: auto;
    top: 55%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
}
/*----------------------------------------------------
 lead（テキストのみ）
----------------------------------------------------*/
.lead {
  padding: 4em 0 3em;
}
.lead__inner {
  max-width: 576px;
  margin: 0 auto;
}
.lead__inner h2 {
  font-size: 1.71rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lead__inner h2 span {
  font-size: 0.7em;
}
.lead__inner p {
  width: 75%;
  margin: 0 auto;
}

/*----------------------------------------------------
 ハーフトップカラースライダー
----------------------------------------------------*/
.product-viewer {
  padding: 2rem 1rem 4rem;
}

.viewer-wrap {
  max-width: 460px;
  margin: 0 auto;
}

.viewer-main {
  width: 100%;
}
.viewer-main__inner {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.viewer-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}
.viewer-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.viewer-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.viewer-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.viewer-thumb {
  width: 20vw;
  max-width: 76px;
  aspect-ratio: 1;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  padding: 0;
  background: none;
  outline: none;
  transition: border-color 0.2s;
}
.viewer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.viewer-thumb.is-active {
  outline: 2px solid #eb615e;
  outline-offset: 2px;
  border-color: transparent;
}
.viewer-thumb:focus-visible {
  outline: 2px solid #eb615e;
  outline-offset: 2px;
}

.viewer-info {
  margin-top: 2.5rem;
  text-align: center;
}

.viewer-title {
  font-size: 1.25rem;
  color: #000000;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}

.viewer-info .price {
  max-width: 240px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .viewer-wrap {
    max-width: 520px;
  }
  .viewer-thumb {
    width: 80px;
    max-width: 80px;
  }
}
/*----------------------------------------------------
 features（画像＋テキスト）
----------------------------------------------------*/
.features {
  padding: 3rem 0 4rem;
}
.features .feature-block {
  margin-bottom: 4rem;
}
.features .feature-block__img img {
  width: 100%;
  display: block;
}
.features .feature-block__text {
  padding: 1.5rem 0;
  width: 75%;
  margin: 0 auto;
}
.features .feature-block__text .feature-list {
  list-style: none;
  margin: 0.5em 0 1em;
  padding: 0;
}
.features .feature-block__text .feature-list li {
  padding-left: 1.8em;
  position: relative;
  line-height: 1.8;
}
.features .feature-block__text .feature-list li:nth-child(1)::before {
  content: "①";
  position: absolute;
  left: 0;
}
.features .feature-block__text .feature-list li:nth-child(2)::before {
  content: "②";
  position: absolute;
  left: 0;
}
.features .feature-block__text .feature-list li:nth-child(3)::before {
  content: "③";
  position: absolute;
  left: 0;
}
.features .feature-block__text .feature-list li:nth-child(4)::before {
  content: "④";
  position: absolute;
  left: 0;
}
.features .feature-block__text .feature-list li:nth-child(5)::before {
  content: "⑤";
  position: absolute;
  left: 0;
}
.features .feature-block__text p {
  margin-bottom: 1em;
}
.features .feature-block__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .features .feature-block {
    display: flex;
    align-items: center;
    gap: 6%;
  }
  .features .feature-block__img {
    width: 48%;
    flex-shrink: 0;
  }
  .features .feature-block__text {
    flex: 1;
    padding: 0;
  }
  .features .feature-block--reverse {
    flex-direction: row-reverse;
  }
}

/*----------------------------------------------------
 ラインナップ（ハーフトップ・ショーツ・キャミソール）
----------------------------------------------------*/
.lineup {
  padding: 2rem 1rem 4rem;
}
.lineup .lineupBox {
  position: relative;
  margin-bottom: 5rem;
}
.lineup .lineupBox h3 {
  text-align: center;
}
.lineup .lineupBox .lineupSlideArea {
  display: block;
  width: 80%;
  margin: 1rem auto 0;
}
.lineup .lineupBox .price {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  margin: 1em auto 0;
}
@media (min-width: 769px) {
  .lineup .lineupBox .price {
    width: 60%;
  }
}
.lineup .lineupBox .price dt {
  width: 25%;
  text-align: right;
}
.lineup .lineupBox .price dd {
  width: 75%;
  text-align: center;
}
.lineup .lineupBox .price dd span {
  font-size: 0.8rem;
}

.lineupSlide {
  position: relative;
  aspect-ratio: 1;
  width: 90%;
  margin: 0 auto;
  list-style: none;
}

.slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  list-style: none;
}
.slide-item.is-active {
  opacity: 1;
}
.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

@media (min-width: 769px) {
  .lineup {
    padding: 3rem 1rem 6rem;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    align-items: flex-start;
  }
  .lineupBox {
    flex: 1;
    max-width: 240px;
    margin: 0 0 3rem;
  }
  .lineupBox .lineupSlideArea {
    width: 100%;
    margin: 1rem auto 0;
  }
  .lineupBox .price {
    width: 80%;
  }
}
/*----------------------------------------------------
 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.8666rem;
  line-height: 1.77;
  margin: 0 40px;
}

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