@charset "UTF-8";
:root {
  --pc: 1500 * 100vw;
  --sp: 375 * 100vw;
}

#carries_collection {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.7;
  z-index: 0;
  position: relative;
  scroll-behavior: smooth;
}
#carries_collection * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#carries_collection img {
  width: 100%;
  height: auto;
  line-height: 1px;
}
#carries_collection ul, #carries_collection li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#carries_collection a {
  text-decoration: none;
}
#carries_collection .sp {
  display: none;
}
#carries_collection .pc {
  display: block;
}
#carries_collection article {
  max-width: unset;
}
#carries_collection .kv {
  width: 1220px;
  margin: 0 auto;
}
#carries_collection .read {
  margin: 108px auto 0;
}
#carries_collection .read h1 {
  width: 400px;
  margin: 0 auto;
}
#carries_collection .read p {
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  margin-top: 30px;
}
#carries_collection .read .read-box {
  margin-top: 48px;
}
#carries_collection .read .read-box dl {
  font-weight: 700;
}
#carries_collection .read .read-box dl dt {
  font-size: 20px;
}
#carries_collection .read .read-box dl dd {
  font-size: 30px;
  margin-top: -3px;
}
#carries_collection .read .read-box dl dd + dt {
  margin-top: 13px;
}
#carries_collection .read .read-box dl dd + dt + dd {
  font-size: 24px;
}
#carries_collection h2 {
  margin: 0 auto;
}
#carries_collection h2 + p {
  font-size: 24px;
  font-weight: 700;
  line-height: 350%;
  margin-top: 80px;
}
#carries_collection .character {
  margin-top: 80px;
}
#carries_collection .item-wrapper {
  margin-top: 160px;
}
#carries_collection .item-wrapper h3 {
  width: 131px;
  margin: 0 auto 48px;
}
#carries_collection .item-wrapper .item {
  width: 100%;
  margin: 0 auto;
}
#carries_collection .item-wrapper .item + .item {
  margin-top: 97px;
}
#carries_collection .item-wrapper .item .item-img {
  background: #fff;
  padding: 30px 0 31px;
}
#carries_collection .item-wrapper .item .item-img .gallery {
  width: 700px;
  margin: 0 auto;
}
#carries_collection .item-wrapper .item .item-img .gallery img {
  width: 600px;
  margin: 0 auto;
}
#carries_collection .item-wrapper .item .item-img .gallery .slick-arrow {
  width: 32.5px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
#carries_collection .item-wrapper .item .item-img .gallery .slick-arrow.slick-prev {
  left: 0;
  transform: scale(-1, 1) translateY(-50%);
}
#carries_collection .item-wrapper .item .item-img .gallery .slick-arrow.slick-next {
  right: 0;
}
#carries_collection .item-wrapper .item .item-txt {
  margin-top: 30px;
}
#carries_collection .item-wrapper .item .item-txt h4, #carries_collection .item-wrapper .item .item-txt p {
  font-size: 16px;
  line-height: 170%;
}
#carries_collection .item-wrapper .item .item-txt h4 {
  font-weight: 700;
}
#carries_collection .item-wrapper .item .item-txt .color {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3px;
}
#carries_collection .item-wrapper .item .item-txt .color ul {
  display: flex;
  gap: 0 7px;
}
#carries_collection .item-wrapper .item .item-txt .color ul li {
  width: 11px;
  height: 11px;
}
#carries_collection .item-wrapper .item .item-txt .color ul li.color01 {
  background: #FFF;
}
#carries_collection .item-wrapper .item .item-txt .color ul li.color02 {
  background: #533F31;
}
#carries_collection .item-wrapper .item .item-txt .color ul li.color03 {
  background: #1F2837;
}
#carries_collection .item-wrapper .item .item-txt .color ul li.color04 {
  background: #A3AD72;
}
#carries_collection .item-wrapper .item .item-txt .color ul li.color05 {
  background: #272822;
}
#carries_collection .rascal {
  background: #FBC70C;
  padding: 163px 0 150px;
  margin-top: 91px;
}
#carries_collection .rascal h2 {
  width: 839px;
}
#carries_collection .rascal .character {
  width: 234px;
}
#carries_collection .rascal .slick-arrow {
  background: url(../img/arrow-yellow.png) no-repeat;
  background-size: cover;
}
#carries_collection .boy {
  background: #3CB2E1;
  padding: 150px 0 150px;
}
#carries_collection .boy h2 {
  width: 553px;
}
#carries_collection .boy .character {
  width: 247px;
}
#carries_collection .boy .slick-arrow {
  background: url(../img/arrow-blue.png) no-repeat;
  background-size: cover;
}
#carries_collection .thief {
  background: #009246;
  padding: 150px 0 150px;
}
#carries_collection .thief h2 {
  width: 553px;
}
#carries_collection .thief .character {
  width: 271px;
}
#carries_collection .thief .slick-arrow {
  background: url(../img/arrow-green.png) no-repeat;
  background-size: cover;
}
#carries_collection .thief + a {
  display: block;
  width: 460px;
  margin: 80px auto 0;
  background: #03142B;
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.02em;
}
#carries_collection .bread-clumbs {
  width: 1198px;
  margin: 161px auto 0;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 21px;
}

@media screen and (max-width: 768px) {
  #carries_collection .sp {
    display: block;
  }
  #carries_collection .pc {
    display: none;
  }
  #carries_collection .kv {
    width: 100%;
  }
  #carries_collection .read {
    margin-top: calc(50 / var(--sp));
  }
  #carries_collection .read h1 {
    width: calc(280 / var(--sp));
  }
  #carries_collection .read p {
    font-size: calc(15 / var(--sp));
    margin-top: calc(27 / var(--sp));
  }
  #carries_collection .read .read-box {
    margin-top: calc(39 / var(--sp));
  }
  #carries_collection .read .read-box dl dt {
    font-size: calc(14 / var(--sp));
  }
  #carries_collection .read .read-box dl dd {
    font-size: calc(20 / var(--sp));
    margin-top: calc(-3 / var(--sp));
  }
  #carries_collection .read .read-box dl dd + dt {
    margin-top: calc(6 / var(--sp));
  }
  #carries_collection .read .read-box dl dd + dt + dd {
    font-size: calc(15 / var(--sp));
  }
  #carries_collection h2 + p {
    font-size: calc(14 / var(--sp));
    line-height: 200%;
    margin-top: calc(25 / var(--sp));
  }
  #carries_collection .character {
    margin-top: calc(25 / var(--sp));
  }
  #carries_collection .item-wrapper {
    margin-top: calc(25 / var(--sp));
    background: #fff;
    padding: calc(36 / var(--sp)) calc(30 / var(--sp)) calc(35 / var(--sp));
  }
  #carries_collection .item-wrapper h3 {
    width: calc(60 / var(--sp));
    margin-bottom: calc(12 / var(--sp));
  }
  #carries_collection .item-wrapper .item {
    width: calc(276 / var(--sp));
  }
  #carries_collection .item-wrapper .item + .item {
    margin-top: calc(12 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-img {
    background: none;
    padding: 0;
  }
  #carries_collection .item-wrapper .item .item-img .gallery {
    width: 100%;
  }
  #carries_collection .item-wrapper .item .item-img .gallery img {
    width: calc(235 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-img .gallery .slick-arrow {
    width: calc(13 / var(--sp));
    height: calc(21 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-txt {
    margin-top: 0;
  }
  #carries_collection .item-wrapper .item .item-txt h4, #carries_collection .item-wrapper .item .item-txt p {
    font-size: calc(13 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-txt .color {
    gap: 0 calc(1 / var(--sp));
    margin-top: calc(-3 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-txt .color ul {
    gap: 0 calc(5 / var(--sp));
  }
  #carries_collection .item-wrapper .item .item-txt .color ul li {
    width: calc(8 / var(--sp));
    height: calc(8 / var(--sp));
  }
  #carries_collection .rascal {
    padding: calc(39 / var(--sp)) calc(20 / var(--sp)) calc(44 / var(--sp)) calc(19 / var(--sp));
    margin-top: calc(50 / var(--sp));
  }
  #carries_collection .rascal h2 {
    width: calc(295 / var(--sp));
  }
  #carries_collection .rascal .character {
    width: calc(130 / var(--sp));
  }
  #carries_collection .boy {
    padding: calc(40 / var(--sp)) calc(20 / var(--sp)) calc(45 / var(--sp)) calc(19 / var(--sp));
  }
  #carries_collection .boy h2 {
    width: calc(321 / var(--sp));
  }
  #carries_collection .boy .character {
    width: calc(155 / var(--sp));
    padding-left: calc(5 / var(--sp));
  }
  #carries_collection .thief {
    padding: calc(40 / var(--sp)) calc(20 / var(--sp)) calc(44 / var(--sp)) calc(19 / var(--sp));
  }
  #carries_collection .thief h2 {
    width: calc(321 / var(--sp));
  }
  #carries_collection .thief .character {
    width: calc(169 / var(--sp));
    padding-left: calc(15 / var(--sp));
  }
  #carries_collection .thief + a {
    width: calc(265 / var(--sp));
    margin-top: calc(40 / var(--sp));
    border-radius: calc(33 / var(--sp));
    font-size: calc(15 / var(--sp));
    line-height: calc(50 / var(--sp));
    letter-spacing: 0.05em;
  }
  #carries_collection .bread-clumbs {
    width: calc(335 / var(--sp));
    margin-top: calc(84 / var(--sp));
    font-size: calc(12 / var(--sp));
    padding-bottom: calc(13 / var(--sp));
  }
}/*# sourceMappingURL=carries_collection.css.map */