/* type */

.font_oswald{
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.header{
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: #fff;
}
.header-inner {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .logo {
    margin-left: 10px;
    width: 32px;
    height: 32px;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }

  .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100vh;
    z-index: 100;
    text-align: center;
  }

  .navigation__link{
    cursor: pointer;
  }

  .navigation-toplink{
    font-size: 2.5em;
  }

  .navigation-itemlink{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navigation-itemlink li{
    margin: 1%;
  }

  .navigation-icon{
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-size: cover;
    z-index: 1;
}

.navigation-icon::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.6;
}

.navigation .navigation-icon p{
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 13px;
  z-index: 3;
}

.navigation-icon span{
    display: block;
    font-size: 1.5em;
}
  .navigation-icon.navIcon-01{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg01.jpg);
  }
  .navigation-icon.navIcon-02{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg02.jpg);
  }
  .navigation-icon.navIcon-03{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg03.jpg);
  }
  .navigation-icon.navIcon-04{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg04.jpg);
  }
  .navigation-icon.navIcon-05{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg05.jpg);
  }
  .navigation-icon.navIcon-06{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg06.jpg);
  }
  .navigation-icon.navIcon-07{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg07.jpg);
  }
  .navigation-icon.navIcon-08{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg08.jpg);
  }
  .navigation-icon.navIcon-09{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg09.jpg);
  }
  .navigation-icon.navIcon-10{
    background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/navi/navi_bg10.jpg);
  }

  .navigation-typelink{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }

  .navigation-typelink li{
    margin: 5px 10px;
  }

.navigation-typelink li a{
  display: inline-block;
  padding: 10px 0;
  width: 150px;
  color: #fff;
}

.navigation-typelink a.typelink-st{
  background-color: #BD8FAF;
}

.navigation-typelink a.typelink-wa{
  background-color: #8FA6D8;
}

.navigation-typelink a.typelink-na{
  background-color: #F5C86F;
}
  
.typelink-top{    
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
}

h1{
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}

main{
    padding-top: 50px;
}

section.style {
  margin-bottom: 50px;
}

.body-type .col-2 {
    flex-direction: column;
}

.lineup-box{
  position: relative;
  top: auto;
}

.body-type p{
  padding: 0 1em;
  margin-bottom: 0.5em;
}

.body-type h2{
  font-size: 40px;
  position: relative;
  text-align: center;
  margin: 25px 0 18px 0;
}

.body-type h2::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 33px;
  background-image: url(https://www.plst.com/jp/ja/special-feature/style100/images/2405/title_lineup.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.body-type h2 span{
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  line-height: 1.2em;
  padding: 10px;
}

.body-type h2 span::before{
  content: '';
	position: absolute;
  top: -30px;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 25px;
	background-color: #000;
}

.lineup-headding{
  margin-bottom: 20px;
}

h3{
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  font-weight: 200;
}

.lineup-box h3{
  background-color: #fff;
}

h3.style-point{
  font-size: 1.2em;
}

h3.style-point span{
  padding: 0 7px;
  color: #fff;
  background-color: #242424;
  font-size: 1em;
  font-weight: 500;
}

ul.style-feature{
  margin-bottom: 15px;
}

ul.style-feature li{
  padding-left: 1em;
}

ul.style-feature li::before{
 content: "・";
}

/* slick style */

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 500px; /* 高さ */
}
.slider .slide {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s;
}
.slider .slide:hover {
  opacity: 0.7 !important;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button::before {
  color: #fff;
}
.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}


.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slider-style .slick-arrow{
  top: 300px;
  bottom: auto;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

.style-box{
 text-align: center;
 width: 90%;
 margin: 0 auto;
}

.style-box_img{
  margin-bottom: 15px;
}

.item-product {
  text-align: left;
}

.sf_bff_products_inner li .sf_bff_products_itemName{
  font-size: 12px;
}

.style-box .sf_bff_products_inner li .sf_bff_price_flags span:before {
  content: "";
}

.lineup-box .item-product .sf_bff_products_colorchip{
  display: none;
}

.lineup-box .sf_bff_products_inner ul.column_3_text li .sf_bff_products_detail{
  padding: 0;
}

.lineup-box .sf_bff_products_inner ul.column_1_text li .sf_bff_products_detail{
  padding-right: 0;
}

.lineup-box .item-product .sf_bff_products_detail,
.lineup-box .sf_bff_products_inner ul.column_3_text li{
  padding: 5px;
}

.lineup-box .sf_bff_products_inner ul.column_1_text li{
  padding-right: 0;
}

.lineup-box .sf_bff_products_inner ul.column_1_text li .sf_bff_products_price{
  margin-left: 0;
}

.lineup-box .sf_bff_products_inner ul li{
  margin-bottom: 10px;
}

.lineup-box .sf_bff_price_flags{
  display: none;
}

.sf_bff_products_inner ul{
  margin: 0 auto;
}

.item-product .sf_bff_products_itemName{
  padding-top: 5px;
}

.lineup-box .sf_bff_products_price{
  display: none;
}

.slider-item .sf_bff_products_colorchip{
  display: none;
}

.body-type .col-left{
  margin-bottom: 20px;
  display: none;
}

.lineup-box .favorites_layout{
  display: none;
}


/* pc style */

@media screen and (min-width: 768px) {

  .navigation-itemlink{
    width: 90%;
    max-width: 900px;
  }

    .navigation-icon{
        width: 150px;
        height: 150px;
    }

    .body-type .col-2 {
        flex-direction: row;
    }

    .body-type .col-left{
      display: block;
    }

    .body-type p{
      text-align: center;
    }

    /* .lineup-box{
      position: sticky;
      top: 60px;
      padding-top: 20%;
    } */


}

/* sp style */

@media screen and (max-width: 400px) {}