@charset "UTF-8";
/* common */

:root {
  --bg-darkgray: #333;
  --bg-gray: #666;
  --bg-lightgray: #ccc;
}

.wrapper {
  line-height: 0;
  background-color: #fff;
  overflow: hidden;
}

.fr-pagetop {
  z-index: 99;
}

.main_inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 0;

  font-family:
    ヒラギノ角ゴ Pro,
    Hiragino Kaku Gothic Pro,
    Hiragino Sans,
    Noto Sans CJK JP,
    Osaka,
    Meiryo,
    メイリオ,
    MS PGothic,
    ＭＳ Ｐゴシック,
    YuGothic,
    Yu Gothic,
    Hiragino Sans GB,
    Helvetica Neue,
    HelveticaNeue,
    Helvetica,
    Noto Sans,
    Roboto,
    Arial,
    Arial Unicode MS,
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

footer .fr-globalFooter {
  margin-top: 0 !important;
}

[data-aos="fade-right"] {
  transform: translate3d(-10px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(10px, 0, 0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 20px, 0);
}

p.text {
  padding: 0 1em;
  margin-bottom: 1em;
}

section {
  margin: 4em 0 5em;
}

/* link */
.list-note {
  margin: 0 2em;
  padding-bottom: 1em;
}

.list-note li {
  text-indent: -1em;
  margin-bottom: 0.5em;
}

.list-note li:before {
  content: "※";
}

.link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.link-box a {
  position: relative;
  display: inline-block;
  width: 250px;
  padding: 1em 0;
  margin-bottom: 2.5em;
  border: 1px solid #000;
}

.link-box a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.catalog {
  text-align: center;
  margin: 0 auto 45px;
}

.catalog-img {
  width: 30%;
  margin-bottom: 2em;
}

.catalog p.text {
  margin-bottom: 1em;
}

.catalog-title {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.link-box.link-box_pdf a::before {
  content: "";
  background: url(https://www.plst.com/jp/ja/special-feature/common/images/pdficon.png) no-repeat;
  position: absolute;
  bottom: 0.9em;
  left: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  background-size: contain;
  vertical-align: middle;
}

/* header */

.header-container {
  position: relative;
  background: transparent;
  max-width: 768px;
  margin: 0 auto;
  z-index: 50;
}

.header_inner {
  position: absolute;
  padding: 10px;
}

.header_logo {
  width: 30px;
  height: 30px;
}

/* content */
section.mv,
section.lead,
section.special,
section.product {
  margin: 0 calc(50% - 50vw);
  padding: 5em calc(50vw - 50% + 1em) 5.5em;
  width: 100vw;
}

section.mv {
  height: 80vh;
  max-height: 1000px;
  padding-top: 50px;
  position: relative;
  background-color: #fff;
  background-image: url(https://www.plst.com/jp/ja/special-feature/collaboration-men/images/mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.mv_copy {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.mv_title {
  display: grid;
  gap: 1em;
  align-content: center;
  justify-items: center;
  position: absolute;
  bottom: 5em;
  left: 50%;
  transform: translateX(-50%);
}

.mv_title_text {
  font-size: 1.8em;
  line-height: 1.3em;
}

.mv_title_logo {
  display: grid;
  gap: 1.5em;
  grid-auto-flow: column;
  align-items: center;
}

.mv_title_logo img {
  max-width: 80px;
}

section.lead {
  background-color: #000;
  padding-top: 3.5em;
  color: #fff;
}

section.special {
  background-color: var(--bg-lightgray);
}

h2 {
  text-align: center;
  font-size: 2.2em;
  line-height: 2;
}

h3 {
  text-align: center;
  font-size: 1.5em;
}

.special_img {
  padding: 0 1em;
  margin: 0 auto 1em;
}

.character-name h3 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.character-img {
  margin: 1em;
}

section.product {
  position: relative;
  z-index: 5;
}

#product-a,
#product-c,
#product-d {
  background-color: var(--bg-darkgray);
}

#product-b {
  background-color: var(--bg-gray);
}

.product h2,
.product_text {
  color: #fff;
}

.product_bg {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 30%;
  pointer-events: none;
}

#product-b .product_bg {
  position: absolute;
  left: 31%;
}

.product_bg img {
  opacity: 0.2;
  scale: 2;
  max-width: 550px;
}

.product > * {
  margin-bottom: 1em;
}

.product_img {
  width: 85%;
  margin: 0 auto 4em;
}

.product_text {
  margin-inline: auto;
  max-inline-size: max-content;
}

.product_text p.text {
  padding: 0;
}

.slick-arrow {
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 1;
}

.slick-next {
  right: -15px;
}

.slick-prev {
  left: -15px;
}

.slick-dots li button {
  background-color: #fff;
  opacity: 0.5;
  padding: 3px;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}

.link-img {
  position: relative;
  display: inline-block;
  width: 250px;
  margin-bottom: 2.5em;
}

/* pc */

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }

  .main_inner {
    font-size: 16px;
  }

  .header_logo {
    width: 40px;
    height: 40px;
  }

  p.text {
    padding: 0;
  }

  section.mv {
    background-image: url(https://www.plst.com/jp/ja/special-feature/collaboration-men/images/mv_pc.jpg);
  }

  .mv_title {
    bottom: 50%;
    left: 30%;
  }

  .col2-box {
    display: flex;
    flex-direction: row;
    gap: 1em;
  }

  .col2-box > * {
    width: 50%;
  }

  .character-img {
    margin: 0;
  }

  .character-name h3 {
    text-align: left;
  }

  .product_img {
    padding: 0;
  }

  .style_item-carousel .sf_bff_products_inner ul {
    padding: 0;
  }

  .link-img {
    width: 450px;
  }
}
