.contents-area.clearfix {
  width: 100%;
  margin: 0;
}
.contents-area.clearfix::after {
  display: none;
}
.collection {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.collection__ttl {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  letter-spacing: 0.04em;
  font-size: 38px;
  line-height: 1.27;
  text-align: center;
}
.collection__wrap {
  width: 1190px;
  margin: -10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding-top: 80px;
}
.collection__wrap > .season {
  margin-bottom: 80px;
}
.season {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.season__ttl {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  letter-spacing: 0.04em;
  font-size: 38px;
  line-height: 1.5;
}
.season__wrap {
  width: 930px;
}
.thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: -30px 0 0 -30px;
}
.thumb__item {
  position: relative;
  width: 290px;
  height: auto;
  margin: 30px 0 0 30px;
  overflow: hidden;
}
.thumb__item img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thumb__item:hover {
  cursor: pointer;
}
.thumb__item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.other-season {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.other-season__ttl {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  letter-spacing: 0.04em;
  font-size: 38px;
  line-height: 1.24;
  text-align: center;
}
.other-season__wrap {
  width: 1190px;
  margin: -10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding-top: 60px;
}
.other-season__wrap a {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  line-height: 1.6;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000 !important;
}
.other-season__wrap a:nth-child(3) ~ a {
  margin-top: 15px;
}
.other-season__wrap a:hover {
  opacity: 0.7;
}
.other-season__wrap a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin-right: 10px;
}
.other-season__wrap a:hover::before {
  opacity: 0.7;
}
.col-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  background: #fff;
}
.col-modal__ttl {
  position: absolute;
  top: 40px;
  left: 50px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  letter-spacing: 0.04em;
  font-size: 52px;
  line-height: 1.2;
  z-index: 100;
}
.col-modal__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: modalIn 1s;
  animation: modalIn 1s;
}
.modal-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.modal-slider__item.is-active {
  opacity: 1;
}
.col-ctrl__close {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 40px;
  height: 40px;
}
.col-ctrl__close:hover {
  cursor: pointer;
}
.col-ctrl__close::before {
  position: absolute;
  display: block;
  content: "";
  width: 141%;
  height: 3px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border-radius: 2px;
}
.col-ctrl__close::after {
  position: absolute;
  display: block;
  content: "";
  width: 141%;
  height: 3px;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  border-radius: 2px;
}
.col-ctrl__prev {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(25%, -50%) rotateZ(-45deg);
  transform: translate(25%, -50%) rotateZ(-45deg);
}
.col-ctrl__prev:hover {
  cursor: pointer;
}
.col-ctrl__next {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(25%, -50%) rotateZ(45deg);
  transform: translate(25%, -50%) rotateZ(45deg);
}
.col-ctrl__next:hover {
  cursor: pointer;
}
@-webkit-keyframes modalIn {
  from {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modalIn {
  from {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
