#fs_CustomPage .fs-l-main {
  padding: 0;
}

#denier30 {
  width: 1200px;
  margin: 0 auto;
}

#denier30 ul {
  list-style-type: none;
}

.sp_only {
  display: none;
}

@media screen and (max-width:768px) {
  #denier30 {
    width:100%;
    margin: 0 auto;
  }
}

@media screen and (max-width:640px) {

  .sp_only {
    display: block;
  }

}

/*  
  #mainvisual
---------------------------------*/
#denier30 #mainvisual {
  margin: 0;
}

#denier30 #mainvisual img {
  display: block;
  width: 1200px;
  height: auto;
}

@media screen and (max-width:768px) {
  #denier30 #mainvisual img {
    width: 100%;
  }
}

/*---------------------------------

  main

---------------------------------*/

#denier30 main .bgcolor {
  background-color: #faf9f9;
  padding: 100px 0;
}

#denier30 main #denier30_info {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0 60px 0;
}

#denier30 main section:not(:last-of-type){
  margin-bottom: 40px !important;
}

@media screen and (max-width:768px) {

  #denier30 main .bgcolor {
    padding: 60px 0;
  }

  #denier30 main #denier30_info {
    width: 90%;
  }

}

@media screen and (max-width:640px) {

  #denier30 main .bgcolor {
    padding: 30px 0;
  }

}

/*  
  #denier30_info
---------------------------------*/
#denier30_info {
  border-radius: 10px;
  overflow:hidden ;
}

#denier30_info .denier30_info_main {
  margin-bottom: 65px;
  padding: 60px 0 58px;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/denier30_info_bg.png) no-repeat center bottom;
  background-size: cover;
}

#denier30_info  .denier30_info_head {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #000;
  line-height: 1.4;
  text-align: center;
}
#denier30_info  .denier30_info_head-style {
  color: #e091ab;
  font-weight: bold;
}

#denier30_info  .denier30_info_paragraph {
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-weight: 300;
    color: #4b4b4b;
    line-height: 1.571;
    text-align: center;
}

@media screen and (max-width:640px) {

  #denier30 main #denier30_info {
    width: 100%;
  }

  #denier30_info .denier30_info_main {
    background:url(https://fukuskeonline.itembox.design/item/lp/denier30/img/denier30_info_bg.png) no-repeat center top;
    background-size: cover;
    padding: 50px 0 50px;
    margin-bottom: 60px;
  }

  #denier30_info .denier30_info_head {
    padding: 0 2%;
    font-size: 15px;
    line-height: 2;
  }

  #denier30_info .denier30_info_paragraph {
    width: 90%;
    margin: 30px auto 30px;
    font-size: 12px;
  }


}

@media screen and (max-width:320px) {
  #denier30_info .denier30_info_main {
    padding: 30px 0 0;
  }
  #denier30_info .denier30_info_head {
    font-size: 14px;
  }
}

/*  
  .product
---------------------------------*/

#denier30 .product {
  margin: 0 auto 50px;
}

#denier30 .product .inner {
  display: flex;
  justify-self: center;
  width: 900px;
  margin: 0 auto;
}

#denier30 .product .product_thumbnail {
  width: 440px;
}

#denier30 .product .product_thumbnail img{
  width: 440px;
  display: block;
  height: auto;
}

#denier30 .product .product_detail {
  padding: 43px 0 0  20px;
  width: calc(100% - 440px);
}

#denier30 .product .box {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  height: 100%;
}

#denier30 .product .product_name {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  color: #e297af;
  line-height: 1.357;
  text-align: left;
}


#denier30 .product .product_description {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

#denier30 .product .product_feature_list_text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.625;
}

#denier30 .product .buy_button {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background-color: #232323;
  font-size: 18px;
  letter-spacing: .05em;
  border-radius: 30px;
}

#denier30 .product .buy_button::after {
  content: "";
  position: absolute;
  right: 20px;
  top:50% ;
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/arrow.png) no-repeat;
  background-size: contain;
}

#denier30 .product .buy_button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

#denier30 .product_image {
  margin: 0 auto 60px;
}
#denier30 .product_image .inner {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  font-size: 0;
}

#denier30 .product_image .inner img{
  display: inline-block;
  width: 50%;
  height: auto;
}

@media screen and (max-width:768px) {

  #denier30 .product .inner {
    width: 90%;
  }
  #denier30 .product_image .inner {
    width: 90%;
  }

  #denier30 .product .product_thumbnail {
    width: 50%;
  }

  #denier30 .product .product_thumbnail img {
    width: 100%;
  }

  #denier30 .product .product_detail {
    padding: 0;
    width: 50%;
  }

  #denier30 .product .product_name {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #denier30 .product .product_feature_list_text {
    font-size: 13px;
  }
}

@media screen and (max-width:640px) {
  
  #denier30 .product .inner {
    display: block;
  }
  #denier30 .product .product_thumbnail {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #denier30 .product .product_detail {
    width: 100%;
  }
  .product_feature {
    margin: 0 0 20px 0;
  }

  #denier30 .product_image .inner {
    display: block;
  }
  #denier30 .product_image .inner img {
    width: 100%;
  }
}

/*  
  #staff
---------------------------------*/
#staff {
  width: 900px;
  margin: 0 auto;
  padding: 24px 0 0 0 ;
  height: 453px;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/staff_bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
}

#staff .inner {
  width: 800px;
  margin: 0 auto;
}

#staff .staff_head {
  height: 54px;
  line-height: 54px;
  letter-spacing: .05em;
  background-color: #fff;
  margin: 0 auto;
  font-size: 24px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
}

#staff .staff_voice  {
  padding: 24px 0 0  0 ;
  position: relative;
}

#staff .voice {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 261px;
  height: 250px;
  background:url(https://fukuskeonline.itembox.design/item/lp/denier30/img/voice_bg.png) no-repeat center;
  background-size: contain;
}

#staff .voice:nth-of-type(1) {
  left: 0;
}

#staff .voice:nth-of-type(2) {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

#staff .voice:nth-of-type(3) {
  right: 0;
}

#staff .voice_text {
    max-width: 192px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: .05em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #4a4a4a;
    line-height: 1.714;
    text-align: center;
}

@media screen and (max-width:768px) {

  #staff {
    width: 98%;
  }

  #staff .inner {
    width: 88%;
  }

  #staff .voice {
    width: 201px;
    height: 190px;
  }

  #staff .voice_text {
    font-size: 11px;
    padding: 2%;
  }

  #staff .voice:nth-of-type(2) {
    top: 120px;
  }

}

@media screen and (max-width:640px) {
  #staff  {
    padding: 30px 0;
  }

  #staff .inner {
    width: 98%;
  }

  #staff .staff_head {
    width: 88%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }

  #staff .voice {
    top: 0;
    width: 171px;
    height: 160px;
  }

  #staff .voice:nth-of-type(odd) {
    top:50px ;
  }

  #staff .voice:nth-of-type(2) {
    top:200px ;
  }

  #staff .voice:nth-of-type(3) {
    right: 0;
  }

  #staff .voice_text {
    font-size: 10px;
  }

}

@media screen and (max-width:320px) {

  #staff {
    height: auto;
  }

  #staff .voice {
    position: static;
  }

  #staff .voice {
    margin: 0 0 0 0;
  }

  #staff .voice:nth-of-type(odd) {
    margin: 0 0 0 auto;
  }


  #staff .voice:nth-of-type(2) {
    transform: none;
    margin: -50px auto 0 0;
  }

  #staff .voice:nth-of-type(3) {
    margin-top: -50px;
    right: 0;
  }

  #staff .voice_text {
    font-size: 10px;
  }

}

/*  
  #lineup
---------------------------------*/
#lineup {
  width: 1000px;
  margin: 0 auto;
  padding: 0  0 60px;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  border-radius: 10px;
  overflow:hidden ;
}

#lineup .lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 30px;
}

#lineup .lineup::after {
  content: "";
  display: inline-block;
  width: 49%;
}

#lineup .lineup_head {
  margin: 0 0 55px 0;
  padding: 60px 0;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/lineup_bg.png) no-repeat center bottom;
  background-size: cover;
  font-size: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #2a2730;
  text-align: center;
  letter-spacing: .05em;
}

#lineup .lineup_head-style {
  color: #e297af;
  font-weight: bold;
}

#lineup .lineup_item {
  width: 49%;
  margin-bottom: 50px;
}
#lineup .lineup_item:nth-last-child(1),#lineup .lineup_item:nth-last-child(2) {
  margin-bottom: 0;
}

#lineup .box {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
#lineup .lineup_thumbnail {
  margin-bottom: 20px;
}
#lineup .lineup_thumbnail img{
  display: block;
}
/* #lineup .lineup_detail {} */
#lineup .lineup_detail_name {
    font-size: 22px;
    font-weight: 600;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #e297af;
    line-height: 1.182;
    text-align: left;
    margin-bottom: 18px;
}
#lineup .lineup_feature {
  margin-bottom: 30px;
}

#lineup .lineup_feature_item_text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.625;
}

#lineup .cart_button {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background-color: #232323;
  font-size: 18px;
  letter-spacing: .05em;
  border-radius: 30px;
  color: #fff;
}

#lineup .cart_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right:20px ;
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/arrow.png) no-repeat;
}

@media screen and (max-width:768px) {
  #lineup {
    width: 98%;
  }

  #lineup .lineup {
    width: 90%;
  }
  #lineup .lineup_detail_name {
    font-size: 18px;
  }
}

@media screen and (max-width:640px) {
  #lineup .lineup_head {
    padding: 30px;
    font-size: 20px;
    line-height: 1.8;
  }
  #lineup .lineup_head-style {
    display: block;
  }

  #lineup .lineup {
    display: block;
    margin: 0 auto;
  }
  #lineup .lineup_item {
    width: 100%;
  }

  #lineup .lineup_item:nth-last-child(1), #lineup .lineup_item:nth-last-child(2) {
    margin-bottom: 50px;
  }

}

.category_button {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  display: block;
  border: 1px solid #232323;
  border-radius: 35px;
  font-size: 22px;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  color: #232323;
  text-align: center;
}

.category_button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(https://fukuskeonline.itembox.design/item/lp/denier30/img/arrow_bk.png) no-repeat;
  width: 8px;
  height: 15px;
}

.category_button a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .category_button {
    width: 90%;
  }
}

@media screen and (max-width:640px) {
  .category_button {
    width: 90%;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 2% 0;
  }
}