@charset "utf-8";

/* theme original */

/* common parts */
:root {
  --main-position: auto;
  --credit-gutter: 7px;
  --credit-side-gutter: 10px;
  --img-side-gutter: 22px;
}
html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,li {
  list-style: none;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

@media(max-width: 768px) {
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

img {
  border-radius: 1px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

.kvArticle,
.kvSection {
  position: relative;
}

.topContents p,
.topContents a {
  color: rgb(90, 90, 90);
  display: inline-block;
  font-family: "Abhaya Libre", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: .01em;
  line-height: 1.75;
}

.container .kvArticle .kvSection .kvArticle-credit {
  margin-top: var(--credit-gutter);
}

.container .kvArticle .kvSection .kvArticle-credit li p {
  padding-right: var(--credit-side-gutter);
}

/* contents */
.topContents {
  width: 1280px;
  margin-inline: var(--main-position);
  overflow: hidden;
}

@media(max-width: 768px) {
  .topContents {
    width: 100%;
  }
}

.topContents picture {
  width: 1280px;
  margin-inline: auto;
  display: block;
}

@media(max-width: 768px) {
  .topContents picture {
    width: 100%;
  }
}

/* One-Piece */
.container .kvArticle .kvSection.kvArticle-section-op {
  width: 633px;
  margin-inline: var(--main-position);
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-op {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > .sp-img {
    margin-top: 18.47%;
    width: 53.5%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(2) {
  margin-top: 200px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(2) {
    margin-top: 21.3%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(3) {
  margin-top: 60px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(3) {
    margin-top: 11.59%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(2),
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-img > div:nth-child(3),
  .container .kvArticle .kvSection.kvArticle-section-op .kvArticle-credit {
    width: 88.8%;
    margin-inline: var(--main-position);
  }
}

/* Blouse */
.container .kvArticle .kvSection.kvArticle-section-bl {
  width: 883px;
  margin-top: 70px;
  margin-inline: var(--main-position);
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl {
    width: 100%;
    margin-top: 12.9%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl .column > div:nth-of-type(1) {
    width: 63%;
    margin-left: var(--img-side-gutter);
  }
}

.container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(2) {
  align-self: flex-end;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(2) {
    width: 66.5%;
    margin-right: var(--img-side-gutter);
  }
}

.container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(2) > div:nth-child(1) {
  margin-top: -30px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(2) > div:nth-child(1) {
    margin-top: 17%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(3) {
  align-self: center;
}

.container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(3) > div:nth-child(1) {
  margin-top: 88px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(3) > div:nth-child(1) {
    margin-top: 10.3%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-bl .column .column-block:nth-child(3) .kvArticle-credit {
    margin-left: var(--img-side-gutter);
  }
}

/* Shirt */
.container .kvArticle .kvSection.kvArticle-section-sh {
  width: 1029px;
  margin-top: 116px;
  margin-inline: var(--main-position);
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sh {
    width: 100%;
    margin-top: 12.9%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sh .column {
    width: 78.5%;
    margin-inline: var(--main-position);
  }
  .container .kvArticle .kvSection.kvArticle-section-sh .kvArticle-img.wrap {
    flex-direction: column;
  }
  .container .kvArticle .kvSection.kvArticle-section-sh .kvArticle-img.wrap div:nth-child(2) {
    margin-top: 8.3%;
  }
}

/* Vest */
.container .kvArticle .kvSection.kvArticle-section-vest {
  margin-top: 113px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest {
    margin-top: 12.9%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(1),
.container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(2) {
  width: 880px;
  margin-inline: var(--main-position);
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(1),
  .container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(2) {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(1) {
    width: 46.8%;
    margin-left: 0;
    margin-right: auto;
  }
}

.container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img > div:nth-child(2) { 
  margin-top: -70px;
  align-self: flex-end;
  margin-inline: 0;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img > div:nth-child(2) { 
    margin-top: -15.4%;
    width: 71.5%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(3) {
  margin-top: 120px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest .column.kvArticle-img div:nth-child(3) {
    margin-top: 50px;
  }
}

.container .kvArticle .kvSection.kvArticle-section-vest .kvArticle-credit {
  margin-left: 125px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-vest .kvArticle-credit {
    margin-left: var(--img-side-gutter);
  }
}

/* Pullover */
.container .kvArticle .kvSection.kvArticle-section-pullover {
  width: 1164px;
  margin-inline: var(--main-position);
  margin-top: 190px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-pullover {
    width: 100%;
    margin-top: 21.8%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-pullover .column .column-block {
  margin-top: 258px;
  align-self: center;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-pullover .column .column-block {
    width: 80%;
    margin-top: 38.975%;
  }
}

/* .container .kvArticle .kvSection.kvArticle-section-pullover .column span.background-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: cover;
  position: absolute;
  top: 21.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -10;
} */

.container .kvArticle .kvSection.kvArticle-section-pullover .column span.background-img {
  width: 100%;
  padding-top: 100%;
  background-image: url("https://www.shipsltd.co.jp/campaign/2025/shipsaw_0612/img/pullover_item.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: cover;
  position: absolute;
  top: 40.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -10;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-pullover .column span.background-img {
    background-size: 88.8%;
    padding-top: 133.080%;
    top: 36%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-pullover .column .column-block .kvArticle-credit {
  margin-top: 112px;
  margin-left: -30px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-pullover .column .column-block .kvArticle-credit {
    margin-top: 21.8%;
    margin-left: -5%;
  }
}

/* Sleeveless */
.container .kvArticle .kvSection.kvArticle-section-sleeveless {
  width: 1010px;
  margin-top: 210px;
  margin-inline: var(--main-position);
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sleeveless {
    width: 100%;
    margin-top: 23.1%;
  }
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sleeveless .column > div:nth-child(1) {
    width: 64.62%;
    margin-left: var(--img-side-gutter);
  }
}

.container .kvArticle .kvSection.kvArticle-section-sleeveless .column > div:nth-child(2) {
  align-self: center;
  margin-top: -30px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sleeveless .column > div:nth-child(2) {
    align-self: flex-end;
    margin-top: -5%;
    width: 81.6%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-sleeveless .column div:nth-child(3) {
  align-self: flex-end;
  margin-top: 140px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sleeveless .column div:nth-child(3) {
    align-self: flex-start;
    width: 94.5%;
    margin-top: 23.1%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-sleeveless .column .kvArticle-credit {
  display: block;
  text-align: right;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-sleeveless .column .kvArticle-credit {
    text-align: left;
    margin-left: var(--img-side-gutter);
  }
}

.container .kvArticle .kvSection.kvArticle-section-sleeveless .column .kvArticle-credit ul {
  display: inline-block;
}

.container .kvArticle .kvSection.kvArticle-section-sleeveless .column .kvArticle-credit ul li {
  text-align: left;
}

/* Overalls */
.container .kvArticle .kvSection.kvArticle-section-overalls {
  width: 800px;
  margin-inline: var(--main-position);
  margin-top: 187px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-overalls {
    width: 100%;
    margin-top: 39%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-overalls .column div:nth-child(1) {
  align-self: flex-end;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-overalls .column > div:nth-child(1) {
    width: 67.8%;
  }
}

.container .kvArticle .kvSection.kvArticle-section-overalls .column .column-block {
  align-self: center;
  margin-top: 120px;
}

@media(max-width: 768px) {
  .container .kvArticle .kvSection.kvArticle-section-overalls .column .column-block {
    margin-top: 18.48%;
  }

  .container .kvArticle .kvSection.kvArticle-section-overalls .column .column-block {
    width: 88.3%;
    margin-inline: var(--main-position);
  }
}

/* Staff Credit */
.container .kvArticle-footer {
  margin-top: 92px;
  margin-bottom: 170px;
}

@media(max-width: 768px) {
  .container .kvArticle-footer {
    margin-top: 24.36%;
    margin-bottom: 0;
}
}

.container .kvArticle-footer .column div {
  align-self: center;
}

/* Hover */
.topContents a {
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

@media(max-width: 768px) {
  .topContents a {
    text-decoration: underline;
  }
}

@media(min-width: 769px) {
  .topContents a {
    position: relative;
    display: inline-block;
    padding: 0 1px;
    transition: color ease .3s;
  }
  
  .topContents a::before, 
  .topContents a::after {
    content: "";
    position: absolute;
    z-index: -10;
    background: rgb(90, 90, 90);
    height: 5%;
  }
  .topContents a::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease .4s;
  }
  
  .topContents a::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease .6s;
  }

  .topContents a:hover::before {
    width: 100%;
  }
  
  .topContents a:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease .2s;
  }
}

