@charset "UTF-8";

.fadein-blur {
  filter: blur(30px);
  transform: translateY(-30px);
  opacity: 0;
  transition: opacity 1.2s .1s, filter 1.2s .1s, transform 1.2s .1s;
}
.fadein-blur.show {
  filter: blur(0);
  transform: translateY(0);
  opacity: 1;
}

.fadein {
  opacity: 0;
  transition: opacity 1.2s .1s;
}
.fadein.show {
  opacity: 1;
}

.fadein-up {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1.2s .1s, transform 1.2s .1s;
}
.fadein-up.show {
  transform: translateY(0);
  opacity: 1;
}


.Bebas {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Courgette {
  font-family: 'Courgette', cursive;
  font-style: normal;
}

.Min {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

em {
  font-style: normal;
}

h2.Bebas {
  font-size: 4rem;
  letter-spacing: .1em;
  line-height: 1.5;
}


#mv {
  color: #FFF;
}
#mv .cover {
  background-position: center 5%;
}
#mv .hero_inner {
  justify-content: flex-end;
  align-items: center;
}
#mv .txtBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#mv h1 {
  display: inline-block;
  margin-bottom: 1.75em;
  letter-spacing: .06em;
}
#mv h2 {
  display: inline-block;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: .1em;
}
#mv .mspc-logo {

}

/* ==========================================================================
   Intro
========================================================================== */
#intro {
  display: flex;
  flex-direction: column;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#intro em {
  display: block;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

#intro .txtBox p {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-top: 1.25em;
  margin-bottom: 2em;
  line-height: 2;
}
#intro .txtBox p:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   Novelty
========================================================================== */
#novelty {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

#novelty em {
  display: block;
  font-size: 1.4rem;
  margin-bottom: .5em;
}

#novelty .txtBox p {
  letter-spacing: .06em;
  margin-top: 1.25em;
  margin-bottom: 2em;
  line-height: 2.2;
}
#novelty .txtBox p:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   Look
========================================================================== */
#products .look {
  position: relative;
  z-index: 2;
    padding-top: 40px;
}
#products .look .row {
  position: relative;
}
#products .look img {
  width: 100%;
}

/* ==========================================================================
   Content
========================================================================== */
#products .cont.cont-blue {
  background-color: #000000;
}
#products .cont.cont-blue .ec {
  background: #000000;
  background: linear-gradient(180deg, #000000 50%, #FFF 50%);
    padding-top: 60px;
}
#products .cont.cont-red {
  background-color: #000000;
}
#products .cont.cont-red .ec {
  background: #000000;
  background: linear-gradient(180deg, #000000 50%, #FFF 50%);
}
#products .cont.cont-green {
  background-color: #000000;
}
#products .cont.cont-green .ec {
  background: #000000;
  background: linear-gradient(180deg, #000000 50%, #FFF 50%);
}

.cont_head {
  color: #FFF;
  position: relative;
}
.cont_head .imgBox img {
  width: 100%;
  height: 56vw;
  object-fit: cover;
}
.cont_head .ttl {
  display: flex;
}
.cont_head .ttlBox .ttl {
  position: absolute;
  z-index: 5;
  transform: translateY(-50%);
}
.cont_head .ttl span {
  display: block;
  margin-right: .5em;
  line-height: 1;
}
.cont_head .ttl span:nth-of-type(1) {
  margin-top: .5rem;
  margin-bottom: .75rem;
}



.ec .cont_head {
  padding-left: 8.333333vw;
}
.ec .cont_head .ttl {
  font-size: 1.4rem;
}

/* ---------------
   EC
--------------- */
.ec .ec-slider {
  position: relative;
  z-index: 2;
  letter-spacing: .05em;
  margin-left: 8.333333vw;
  overflow: hidden;
}
.ec .slider {
    width: 83.333333vw;
}
.ec .slick-list {
    padding-left: 0 !important;
    overflow: visible !important;
}
.ec .slide {
    padding-right: 4vw;
}
.ec .slide a {
    display: block;
}
.ec .slide figure {
    overflow: hidden;
    color: #000;
}
.ec .slide a figure img,
.ec .slide a figure .no-thumb {
    transition: all .2s .1s ease-in-out;
}
.ec .slide a:hover figure img,
.ec .slide a:hover figure .no-thumb {
    transform: scale(1.1);
    transition: all .2s 0s ease-in-out;
}
.ec .slide figure .no-thumb {
    padding-top: 133.33333%;
    background-color: #F4F4F4;
}
.ec .slide .num {
    margin-bottom: 5px;
}
.ec .slide .size {
    font-weight: 500;
    margin-bottom: 10px;
}
.ec .slide .his_txt {
    font-weight: normal;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.8;
}
.ec .slider-controls-wrap {
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   Store List
========================================================================== */
#store-list .storeList {
  font-weight: 500;
}
#store-list .storeList li{
  border-bottom: 1px solid #E6E6E6;
  padding: 2rem;
}
