@charset "UTF-8";

#mv h1 {
    margin-bottom: 15px;
}
/* ==========================================================================
   Intro
========================================================================== */
#intro .ttl {
  position: relative;
  z-index: 2;
}
#intro .sub_ttl {
  position: relative;
  z-index: 2;
}
#intro .sub_ttl h4 {
  letter-spacing: .05em;
}

/* ==========================================================================
   Product
========================================================================== */
#product .productList .row {
    position: relative;
}
#product .productList .txtBox {
    height: 100vh;
    overflow: hidden;
}
#product .productList .txtBox .inner > div {
    position: relative;
}
#product .productList .txtBox h2 {
    line-height: 1.1;
    white-space: nowrap;
    position: absolute;
    z-index: 5;
}
#product .productList .txtBox .detail {
    letter-spacing: .1em;
    position: relative;
    z-index: 5;
}
#product .productList .slideBox {
    position: relative;
}
#product .productList .slideBox .layer {
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: cover;
}

#product .productList #daypack { background-color: #f7c300; }
#product .productList #tote { background-color: #f7c300; }
#product .productList #backpack { background-color: #f7c300; }
#product .productList #shoulder { background-color: #f7c300; }
#product .productList #golfhead { background-color: #f7c300; }


#product .productList #daypack .imgBox { background-image: url(../img/caddy_main.jpg); }
#product .productList #tote .imgBox { background-image: url(../img/2way_main.jpg); }
#product .productList #backpack .imgBox { background-image: url(../img/tote_main.jpg); }
#product .productList #shoulder .imgBox { background-image: url(../img/pouch_main.jpg); }
#product .productList #golfhead .imgBox { background-image: url(../img/golfhead_main.jpg); }

/* ==========================================================================
   Concept
========================================================================== */
#concept .content__header + p {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .05em;
  text-align: justify;
}
#concept h2 {
  font-size: 4rem;
}

/* ==========================================================================
   Feature
========================================================================== */
#feature {
  background-color: #f7c300;
  position: relative;
}
#feature::before {
  content: '';
  display: block;
  width: 100%;
  background-color: #f7c300;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 100%;
  z-index: -1;
}
#feature::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #f7c300;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 100%;
  z-index: -1;
}
#feature .txtBox h2 {
  position: relative;
}
#feature .txtBox h2 span {
  display: block;
  background-color: #f7c300;
  position: relative;
  z-index: 5;
}
#feature .txtBox h3 {
  margin-top: 12px;
  letter-spacing: 0;
}
#feature .txtBox p {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}

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

/* ---------------
   EC
--------------- */
#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;
}
#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;
}
