@charset "UTF-8";

.copperplate {
  font-family: copperplate, serif;
  font-weight: 700;
  font-style: normal;
}
.Lato {
  font-family: Lato, sans-serif;
  font-style: normal;
}

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

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


#mv {
  color: #FFF;
  text-align: center;
}
#mv h1 {
  letter-spacing: .05em;
  margin: 0 auto;
  text-align: center;
}
#mv .h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
}

#mv .mspc-logo {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

/* ==========================================================================
   Intro
========================================================================== */
#intro {
  overflow: hidden;
  position: relative;
}

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

#intro .txtBox p {
  letter-spacing: .1em;
  margin-bottom: 2.5em;
  line-height: 3;
}
#intro .txtBox p:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   Look
========================================================================== */
#look {
  position: relative;
  z-index: 2;
}
#look img {
  width: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Product
========================================================================== */
#product p {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
}

#product .content__header .sub_ttl {
  letter-spacing: .075em;
}

#product .topBox .txtBox {
  position: relative;
  z-index: 5;
}
#product .topBox h2.ttl {
  margin: 0 0 .75em;
}
#product .topBox .txtBox .detail {
  letter-spacing: .1em;
  position: relative;
  z-index: 5;
}
#product .topBox .txtBox .detail .num {
  font-size: 1.6rem;
}
#product .topBox .txtBox .detail .price {
  margin-top: 1rem;
}
#product .topBox .txtBox .detail .size {
  font-size: 1rem;
  font-weight: 500;
}
#product .topBox .txtBox .detail .color {
  font-size: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
#product .topBox .txtBox .btn {
  margin-top: 30px;
  margin-right: 1.5em;
}

#product .slider-controls-wrap {
  margin-top: 30px;
}

#product > #bag > .detail {
  background: #F0EDE6;
  margin-top: 84px;
  overflow: hidden;
}
#product .detail .container > .ttl {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2rem;
}
#product .detail .panel {
  position: relative;
  margin-bottom: 50px;
}
#product .detail .panel .txtBox .ttl {
  margin-top: 20px;
  margin-bottom: 10px;
}

#with {
  position: relative;
}
#with .section__header .ttl {
  line-height: 1;
}
#with .txtBox .sub_ttl {
  font-size: 1.6rem;
  margin: .25em 0 1.5em;
}

/* ==========================================================================
   Onsen
========================================================================== */
#onsen .content__header {
  margin-bottom: 40px;
}
#onsen .content__header .sub_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.2rem;
}

.onsen-slider .box .imgBox {
  max-width: 254px;
  margin: 0 auto 25px;
}
.onsen-slider .box .txtBox {
  max-width: 254px;
  margin: 0 auto;
}
.onsen-slider .box .txtBox > * {
  margin-top: 15px;
}
.onsen-slider .box .txtBox .ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.onsen-slider .box .txtBox .ttl span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin-left: 1.5em;
}
.onsen-slider .box .txtBox h5 {
  letter-spacing: .05em;
}
.onsen-slider .box .txtBox p {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .1em;
  min-height: 22em;
}

/* ---------------
   EC
--------------- */
#ec {
  background-color: #FFF;
}
#ec .content__header {
  color: #000;
}
#ec .slide .txtBox,
#ec .slider-controls-wrap,
#ec .btn {
    color: #FFF;
}
#ec::before {
    content: '';
    position: absolute;
    right: 0; bottom: 0; left: 0;
    background-color: #000;
}
#ec .ec-slider {
    position: relative;
    z-index: 2;
    letter-spacing: .05em;
}
#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 .slider-controls-wrap {
    position: relative;
    z-index: 2;
}






/* ==========================================================================
   Look Pages
========================================================================== */
#page-header figure img {
  min-width: 100%;
}
#page-header .sub_ttl {
  letter-spacing: .075em;
}
#page-header .sub_ttl + h3 {
  margin-top: .75em;
  letter-spacing: .075em;
}