@charset "UTF-8";


/* pc */
@media screen and (min-width: 992px){
  #main{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  h1 img{
    width: 100%;
    height: auto;
  }
  .concept_bloc{
    background-image: url("../images/polluce_stars_img_pc.png");
  }
  .concept_area{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 113px 0 99px 0;
    font-size: 15px;
    line-height: 32px;
  }
  .text_box{
    margin: 0 0 0 33px;
  }

  .features_bloc{
    background-color: #091030;
    padding: 0 0 140px 0;
  }
  .features_area{
    width: 820px;
    margin: 0 auto 45px auto;
  }
  .features_area:last-child{
    width: 820px;
    margin: 0 auto;
  }
  .number{
    display: flex;
    justify-content: flex-start;
    margin: 23px 0 0 0;
  }
  .number img{
    width: 118px;
  }
  .number_text{
    width: 630px;
    line-height: 28px;
    margin: 0 0 0 35px;
  }
  .bg_orange{
    background-color: #df4400;
    padding: 3px 0;
  }

  .lineup_bloc{
    background-color: #091030;
    padding: 0 0 85px 0;
  }
  .lineup_area{
    width: 820px;
    margin: 0 auto;
  }
  .lineup_box{
    display: flex;
    justify-content: space-between;
    margin: 68px 0 24px 0;
  }
  .lineup_box .line{
    background-color: #f8e4b1;
    width: 8px;
  }
  .lineup_linkarea{
    border-top: 1px solid #f8e4b1;
    border-bottom: 1px solid #f8e4b1;
    background-color: #000;
    width: 315px;
    padding: 30px 35px 0 44px;
  }
  .lineup_linkarea_tex01{
    font-size: 16px;
  }
  .lineup_linkarea_tex02{
    font-size: 20px;
    margin: 5px 0 0 0;
  }
  .kinds_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 10px 0;
  }
  .kinds_box_b{
    margin: 5px 0 0 0;
  }
  .lineup_linkarea_tex03{
    font-size: 14px;
    background-color: #b9974e;
    width: 130px;
    height: 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup_linkarea_tex04{
    font-size: 11px;
    margin: 10px 0 15px 0;
  }
  .lineup_linkarea_icon{
    width: 80px;
  }
  .link_bt_box{
    width: 220px;
  }
  .link_bt_box a img:nth-child(2) {
    display: none;
  }
  .link_bt_box a:hover img:nth-child(1) {
    display: none;
  }
  .link_bt_box a:hover img:nth-child(2) {
    display: inline;
  }


  /* 流用部分 */
  .banner_bloc{
    background: #514f44;
  }
  .banner_area{
    width: 1040px;
    margin: 0 auto;
  }
  /* 流用部分 */

  /* 表示切り替え */
  .sp{
    display: none;
  }
  .lineup_img_sp{
    display: none;
  }
  .lineup_title_sp{
    display: none;
  }
  /* 表示切り替え */
}


/* tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
  #main{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  h1 img{
    width: 100%;
    height: auto;
  }
  .concept_bloc{
    background-image: url("../images/polluce_stars_img_pc.png");
    background-color: #091030;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .concept_area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 113px 0 99px 0;
    font-size: 15px;
    line-height: 32px;
  }
  .text_box{
    margin: 0 0 0 33px;
  }

  .features_bloc{
    background-color: #091030;
    padding: 0 0 140px 0;
  }
  .features_area{
    width: 90%;
    margin: 0 auto 45px auto;
  }
  .features_area:last-child{
    width: 90%;
    margin: 0 auto;
  }
  .number{
    display: flex;
    justify-content: flex-start;
    margin: 23px 0 0 0;
  }
  .number img{
    width: 118px;
  }
  .number_text{
    width: 630px;
    line-height: 28px;
    margin: 0 0 0 35px;
  }
  .bg_orange{
    background-color: #df4400;
    padding: 3px 0;
  }

  .lineup_bloc{
    background-color: #091030;
    padding: 0 0 85px 0;
  }
  .lineup_area{
    width: 90%;
    margin: 0 auto;
  }
  .lineup_title_pc img{
    width: 100%;
  }
  .lineup_box{
    display: flex;
    justify-content: space-between;
    margin: 68px 0 24px 0;
  }
  .lineup_img_pc img{
    width: 100%;
  }
  .lineup_box .line{
    background-color: #f8e4b1;
    width: 8px;
  }
  .lineup_linkarea{
    border-top: 1px solid #f8e4b1;
    border-bottom: 1px solid #f8e4b1;
    background-color: #000;
    width: 50%;
    padding: 10px 20px;
  }
  .lineup_linkarea_tex01{
    font-size: 16px;
  }
  .lineup_linkarea_tex02{
    font-size: 19px;
    margin: 5px 0 0 0;
  }
  .kinds_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .kinds_box_b{
    margin: 5px 0 0 0;
  }
  .lineup_linkarea_tex03{
    font-size: 14px;
    background-color: #b9974e;
    width: 130px;
    height: 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup_linkarea_tex04{
    font-size: 11px;
    margin: 10px 0 15px 0;
  }
  .lineup_linkarea_icon{
    width: 70px;
  }
  .link_bt_box{
    width: 210px;
  }
  .link_bt_box a img:nth-child(2) {
    display: none;
  }
  .link_bt_box a:hover img:nth-child(1) {
    display: none;
  }
  .link_bt_box a:hover img:nth-child(2) {
    display: inline;
  }

  /* 表示切り替え */
  .sp{
    display: none;
  }
  .pc_br{
    display: none;
  }
  .lineup_img_sp{
    display: none;
  }
  .lineup_title_sp{
    display: none;
  }
  /* 表示切り替え */
}


/* smartphone */
@media screen and (max-width: 767px){
  #main{
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  h1 img{
    width: 100%;
    height: auto;
  }
  .concept_bloc{
    background-image: url("../images/polluce_stars_img_sp.png");
    background-color: #091030;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .concept_area{
    width: 85%;
    margin: 0 auto;
    padding: 15% 0;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .concept_area img{
    width: 100%;
  }
  .text_box{
    margin: 10% 0 0 0;
  }

  .features_bloc{
    background-color: #091030;
    padding: 0 0 15% 0;
  }
  .features_area{
    width: 85%;
    margin: 0 auto 15% auto;
  }
  .features_area:last-child{
    width: 85%;
    margin: 0 auto;
  }
  .number{
    display: flex;
    justify-content: flex-start;
    margin: 5% 0 0 0;
  }
  .number_img{
    width: 20%;
  }
  .number_text{
    width: 100%;
    line-height: 1.6rem;
    margin: 0 0 0 5%;
    font-size: 0.8rem;
  }
  .bg_orange{
    background-color: #df4400;
    padding: 3px 0;
  }

  .lineup_bloc{
    background-color: #091030;
    padding: 0 0 20% 0;
  }
  .lineup_area{
    width: 85%;
    margin: 0 auto;
  }
  .lineup_box{
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0 0;
  }
  .lineup_img_sp{
    width: 50%;
  }
  .lineup_box .line{
    background-color: #f8e4b1;
    width: 3px;
  }
  .lineup_linkarea{
    border-top: 1px solid #f8e4b1;
    border-bottom: 1px solid #f8e4b1;
    background-color: #000;
    width: 50%;
    padding: 3% 5% 0 5%;
  }
  .lineup_linkarea a:hover{
    opacity: 0.5;
    transition : 0.5s;
  }
  .lineup_linkarea_tex01{
    font-size: 0.65rem;
  }
  .lineup_linkarea_tex02{
    font-size: 0.7rem;
  }
  .kinds_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kinds_box_b{
    margin: 3% 0 0 0;
  }
  .lineup_linkarea_tex03{
    font-size: 0.65rem;
    background-color: #b9974e;
    width: 60%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup_linkarea_tex04{
    font-size: 0.63rem;
    line-height: 0.8rem;
    margin: 3% 0 0 0;
  }
  .lineup_linkarea_icon{
    width: 30%;
  }
  .link_bt_box{
    width: 100%;
    margin: 5% 0 0 0;
  }
  .link_bt_box a img:nth-child(2) {
    display: none;
  }

  .link_bt_box a:hover img:nth-child(1) {
    display: none;
  }

  .link_bt_box a:hover img:nth-child(2) {
    display: inline;
  }

  /* 流用部分 */
  .banner_bloc{
    background: #514f44;
  }
  .banner_area{
    width: 85%;
    margin: 0 auto;
  }
  /* 流用部分 */

  /* 表示切り替え */
  .pc{
    display: none;
  }
  .pc_br{
    display: none;
  }
  .lineup_img_pc{
    display: none;
  }
  .lineup_title_pc{
    display: none;
  }
  /* 表示切り替え */
}
