



@media screen and (min-width: 768px) {
  /* タブ */
  ul.pillow_tab {
    max-width: 100%;
  }
  /* タブ内タイトル */
  .order_pillow_title,
  .fnc_pillow__title{
    width: 1040px!important;
    max-width: 100%;
    padding: 60px 20px 30px!important;
  }
  /* オーダー枕 */
  .order_pillow_text{
    padding: 0 0 0 8vw!important;
  }
  #order_pillow .button{
    max-width: 100%;
  }
  /* 目次 */
  .order_pillow_index_list{
    width: 70%!important;
  }
  /* 「眠り」について */
  .order_pillow_trouble_left{
    padding: 50px 5vw 80px 10vw!important;
  }
  .order_pillow_trouble_item{
    min-width: 130px;
    min-height: 130px;
  }
  /* おすすめのオーダー枕はこれ */
  .order_pillow_recommendation_point{
    padding: 10px 0 10px 10vw!important;
  }
  /* おすすめする遺留 */
  .order_pillow_reason_description{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order_pillow_reason_description_item{
    min-width: 500px;
  }
  /* できるまで */
  .order_pillow_recommendation_text_area .title_pop{
    width: 500px!important;
    position: relative;
  }
  .order_pillow_recommendation_text_area .title_pop::after{
    left: auto!important;
    right: -135px!important;
  }
  .order_pillow_flow_list{
    width: 850px!important;
    max-width: 100%;
  }
  .order_pillow_flow_list_item_text_area{
    width: 57%!important;
    margin-right: 3%!important;
  }
  .order_pillow_line_up_gift_card_area{
    width: 900px !important;
    max-width: 100%;
  }
  .order_pillow_line_up_gift_card_title{
    padding: 20px 80px!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* 商品ラインナップ */
  .order_pillow_line_up_list_item_description_bottom{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_pillow_line_up_list_item_description_price{
    min-width: 220px;
  }

  /* 機能枕 */
  .fnc_pillow__health_list_item_description{
    padding: 15px 0!important;
  }
  /* エアーシリーズ */
  .fnc_pillow__AiR{
    padding: 50px 10vw!important;
  }
  .fnc_pillow__AiR_list{
    margin-right: 0 !important;
  }
  .fnc_pillow__AiR_list_item{
    width: 45%!important;
    min-width: 300px;
  }
  .fnc_pillow__pillow_productname_area,
  .fnc_pillow__productname_area{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* オリジナル枕 */
  .fnc_pillow__original_list{
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    justify-content: center;
  }
  .fnc_pillow__original_list_item{
    min-width: 210px;
  }
}

@media screen and (max-width: 767px){
  .order_pillow_index_list_item{
    font-size: 16px;
  }
}
