.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #111111;
  font-family: "游明朝", "YuMincho", serif;
  font-weight: 400;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px) , print{
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px) , print{
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width:768px) and (min-width:641px) , print {
  img {
    width: 100%;
    height: auto;
  }
}

/*-------------------------------  

  Mainvisual 

-------------------------------*/

#Mainvisual {
  background: #fff;
  max-width: 1920px;
}

#Mainvisual .PageTitle {
  width: 100%;
  height: 500px;
  font-size:0;
  text-indent: -999999px;
  background: url(../images/02/mainvisual.jpg) no-repeat;
  background-position: center center;
}


@media screen and (max-width:1200px) and (min-width:641px) {
  #Mainvisual .PageTitle {
    background-size: contain;
    height: 41.667vw;
  }
}


@media screen and (max-width:640px) {
  #Mainvisual .PageTitle {
    width: 100%;
    height: 141.3333333333333vw;
    background: url(../images/02/mainvisual-sp.jpg) no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
}

#Intro {
  background: #f1eee0;
}

#Intro .position {
  position: relative;
  width: 1200px;
  height: 660px;
  margin: 0 auto;
}

#Intro .IntroTextBlock {
  position: absolute;
  width: 850px;
  height: 485px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  margin: 0 auto;
  padding:62px 50px 42px;
}

.Intro_info .TextBlock {
  display: block;
}

.IntroHead {
  font-size: 35px;
  letter-spacing: .05em;
  color: #95905a;
  font-weight: bold;
}

.IntroHead::before,.IntroHead::after {
  content: "";
  display: inline-block;
  width:18px;
  height: 29px;
}

.IntroHead::before {
  background: url(./../images/02/IntroHead-l.png) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

.IntroHead::after {
  background: url(./../images/02/IntroHead-r.png) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.IntroTextBlock .Intro_logo {
  margin: 33px auto 59px;
}

.Intro_info {
  font-size:16px;
  line-height: 1.875;
  letter-spacing: .1em;
}

.Intro-deco {
  position: absolute;
  z-index: 99;
}

.Intro-deco-l {
  top: 60px;
  left: -260px;
}

.Intro-deco-r {
  top: 50px;
  right: -250px;
}

@media screen and (max-width:1200px) and (min-width:641px) {

  #Intro .position {
    width: 100%;
    position: relative;
    height: 55vw;
    margin: 0 auto;
  }
  
  #Intro .IntroTextBlock {
    width: 70.833vw;
    height: 40.417vw;
    top: 50%;
    left: 50%;
    padding:5.167vw 4.167vw 3.5vw;
  }
  
  
  .Intro-deco-l {
    top: 5vw;
    left: 0.333vw;
  }
  
  .Intro-deco-r {
    top: 4.167vw;
    right: -0.833vw;
  }

  .Intro-deco-l img {
    width:30vw;
    height:auto;
  }
  
  .Intro-deco-r img {
    width:30vw;
    height:auto;
  }
  
  .Intro_logo {
    width: 30.417vw;
    height: 8.917vw;
  }

  .IntroHead {
    font-size: 2.917vw;
  }
  
  .IntroTextBlock .Intro_logo {
    margin:  2.75vw auto 4.917vw;
  }
  
  .Intro_info {
    font-size:1.333vw;
  }


}


@media screen and (max-width:640px) {


  #Intro {
    background-size: cover;
  }
  
  #Intro .Inner {
    padding: 150px 4% 50px;
  }

  #Intro .position {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #Intro .IntroTextBlock {
    position: static;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 40px 20px;
    top:0;
    left: 0;
    transform: translate(0,0);
    text-align: left;
    margin: 0 auto;
  }
  
  .Intro_info .TextBlock {
    display: inline;
  }
  
  .IntroHead {
    position: relative;
    z-index: 99;
    font-size: 25px;
    letter-spacing: .05em;
    text-align: center;
  }
  
  .IntroTextBlock .Intro_logo {
    display: block;
    margin: 60px auto 30px;
    width: 80%;
  }
  
  .Intro_info {
    font-size:16px;
    line-height: 1.875;
    letter-spacing: .1em;
  }
  
  .Intro-deco {
    position: absolute;
    z-index: 1;
  }
  
  .Intro-deco-l {
    width: 50%;
    top: -140px;
    left:0 ;
  }

  .Intro-deco-r {
    width: 50%;
    top: -140px;
    right: 0;
  }

  

}





.ProductBlock:first-of-type {
  margin-top: 138px;
}

.ProductBlock {
  width: 1200px;
  margin: 120px auto 0;
}

.ProductMain {
  margin-bottom: 20px;
}

.Flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ProductDetaile {
  position: relative;
  width: 590px;
  padding: 50px 40px 0;
}

.ProductDetaile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 59px 59px 0 0;
  border-color: #95905a transparent transparent transparent;
}

.ProductNumber {
  margin-bottom: 27px;
  font-family: 'Caveat', cursive;
  font-size: 50px;
  letter-spacing: .01em;
  line-height: 1;
}

.ProductNumber .Border {
  border-bottom: 2px solid #111111;
}

.ProuductName {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: .1em;
  color: #95905a;
  font-weight: bold;
}

.ProductSubImgaes , .ColorVariationList{
  display: flex;
  justify-content: space-between;
}

.ProductBlock .ProductSubImgaes {
  margin-bottom: 58px;
}

.ProductBlock .ProductInfo {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.875;
  margin-bottom: 33px;
}

.ProductBlock .ProductFeature {
  border-radius: 20px;
  background-color: #f1eee0;
  padding: 26px 50px;
}

.ProductBlock .ProductFeature .Feature {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .1em;
  color: #333333;
}

.ProductBlock .VariationHead {
  margin-bottom: 29px;
  font-size:40px;
  font-family: 'Caveat', cursive;
  letter-spacing: .01em;
  text-align: center;
}

.ProductBlock .ColorVariationList {
  margin-bottom: 60px;
}


@media screen and (max-width:1200px) and (min-width:641px) {

  .ProductBlock:first-of-type {
    margin-top: 11.5vw;
  }
  
  .ProductBlock {
    width: 100%;
    padding: 0 1vw;
    margin: 10vw auto 0;
  }
  
  .ProductMain {
    margin-bottom: 1.667vw;
  }
  
  
  .ProductDetaile {
    position: relative;
    width: 49.167vw;
    padding: 4.167vw 3.333vw 0;
  }
  
  .ProductDetaile::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.917vw 4.917vw 0 0;
    border-color: #d3579b transparent transparent transparent;
  }
  
  .ProductNumber {
    margin-bottom: 2.25vw;
    font-size: 4.167vw;
  }
  
  .ProuductName {
    margin-bottom: 2.5vw;
    font-size: 2.167vw;
    color: #d3579b;
  }
  
  .ProductBlock .ProductSubImgaes {
    margin-bottom: 4.833vw;
  }
  
  .ProductBlock .ProductInfo {
    font-size: 1.333vw;
    line-height: 1.875;
    margin-bottom: 2.75vw;
  }
  
  .ProductBlock .ProductFeature {
    border-radius: 1.667vw;
    background-color: #ffe5f3;
    padding: 2.167vw 4.167vw;
  }

  
  .ProductBlock .ProductFeature .Feature {
    font-size: 1.5vw;
    line-height: 1.7;
  }
  
  .ProductBlock .VariationHead {
    margin-bottom: 2.417vw;
    font-size:3.333vw;
  }
  
  .ProductBlock .ColorVariationList {
    margin-bottom: 5vw;
  }

  .ProductThumbnail img {
    width: 49.167vw;
    height: 49.167vw;
  }
  
  .SubImage img {
    width: 32.5vw;
    height: 32.5vw;
  }
  
  .ColorVariationImage img {
    width: 32.5vw;
    height: 32.5vw;
  }

}


@media screen and (max-width:640px) {

  .ProductBlock:first-of-type {
    margin-top: 60px;
  }
  
  .ProductBlock {
    width: 92%;
    margin: 120px auto 0;
  }
  
  .ProductMain {
    margin-bottom: 20px;
  }
  
  .Flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .ProductThumbnail {
    margin-bottom: 30px;
  }

  .ProductDetaile {
    position: relative;
    width: 100%;
    padding: 70px 0 ;
  }
  
  .ProductDetaile::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 59px 59px 0 0;
    border-color: #95905a transparent transparent transparent;
  }
  
  .ProductNumber {
    margin-bottom: 27px;
    font-family: 'Caveat', cursive;
    font-size: 50px;
    letter-spacing: .01em;
    line-height: 1;
  }
  
  .ProductNumber .Border {
    border-bottom: 2px solid #111111;
  }
  
  .ProuductName {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: .1em;
  }
  
  .ProductSubImgaes , .ColorVariationList{
    display: flex;
    justify-content: space-between;
  }
  
  .ProductBlock .ProductSubImgaes {
    margin-bottom: 58px;
  }
  
  .ProductBlock .ProductInfo {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.875;
    margin-bottom: 33px;
  }
  
  .ProductBlock .ProductFeature {
    border-radius: 20px;
    padding: 26px 50px;
  }

  .ProductBlock .ProductFeature .Feature {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .1em;
  }
  
  .ProductBlock .VariationHead {
    margin-bottom: 29px;
    font-size:40px;
    font-family: 'Caveat', cursive;
    letter-spacing: .01em;
    text-align: center;
  }
  
  .ProductBlock .ColorVariationList {
    margin-bottom: 60px;
  }
  
}

.MoreButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 460px;
  height: 60px;
  font-size: 18px;
  letter-spacing: .05em;
  color: #fff !important;
  background: #000000;
}

.MoreButton::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url(https://fukuskeonline.itembox.design/item/lp/ladies_shorts/img/arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.Products_more {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 142px;
  text-align: center;
}



@media screen and (max-width:1200px) and (min-width:641px) {

  .MoreButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 38.333vw;
    height: 5vw;
    font-size: 1.5vw;
    letter-spacing: .05em;
    color: #fff !important;
    background: #000000;
  }
  
  .Products_more {
    width: 100%;
    margin: 0 auto;
    padding: 8.333vw 0 11.833vw;
    text-align: center;
  }
  
}

@media screen and (max-width:640px) {

  .MoreButton {
    width: 100%;
  }

  .Products_more {
    width: 92%;
    padding: 50px 0 70px;
  }
  
}



@media screen and (max-width:640px){
  .slider .slick-list {
    padding: 0 10% 0 0!important;
  }
  .slider li {
    margin: 0 0.5%;
  }
  
  .slider li figcaption {
    margin: 10px 0 0;
  }

  .slider {
    width: 100%;
  }
}