@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 1025px), print, tv{
/*-----------------------------
  レンタルの流れ
------------------------------*/
  .tab_area label{
  width: 100%;
}
  
/*-----------------------------
  2カラム　各リンク
------------------------------*/
  .link_title {
    font-size: 22px;
    font-family: "source-han-serif-japanese", sans-serif;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: left;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0.5em 0 0.5em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #083449;
}
  .link_title span {
    font-size: 14px;
    display: block;
    line-height: 1.1;
    color: #083449;
}
  .link_item {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 0 30px;
}
  .link_base {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .link_box {
    position: relative;
    border: 1px solid #d4d4d4;
}
  .itemid_name_cate {
    font-size: 16px !important;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    color: #4d4d4d;
    padding: 3px 3px 0;
    text-align: center;
}
  .link_btn_box {
    position: absolute;
    right: 15px;
    top: -66px;
    background-color: #083449;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}
  .link_btn_box span{
    color: #fff;
  }
  .link_btn_box svg:not(:root).svg-inline--fa{
    color: #fff;
  }
  
}

@media screen and (min-width: 751px) and (max-width: 1024px){
/*-----------------------------
  コレクション（ランキング）
------------------------------*/
.ranking_box {
  margin: 5px 0;
  width: 100%;
}
.ranking_base {
  height: auto;
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin: 4em auto 1.5em;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.ranking {
  height: auto;
  width: 100%;
  background: #fff;
}
 /*-----------------------------
  レンタルの流れ
------------------------------*/
  .tab_area label{
  width: 100%;
}
/*-----------------------------
  2カラム　各リンク
------------------------------*/
  .link_title {
    font-size: 22px;
    font-family: "source-han-serif-japanese", sans-serif;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: left;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0.5em 0 0.5em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #083449;
}
  .link_title span {
    font-size: 14px;
    display: block;
    line-height: 1.1;
    color: #083449;
}
  .link_item {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 0 30px;
}
  .link_base {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .link_box {
    width: 24%;
    position: relative;
    border: 1px solid #d4d4d4;
}
  .itemid_name_cate {
    font-size: 16px !important;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    color: #4d4d4d;
    padding: 3px 3px 0;
    text-align: center;
}
  .link_btn_box {
    position: absolute;
    right: 15px;
    top: -66px;
    background-color: #083449;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}
  .link_btn_box span{
    color: #fff;
  }
  .link_btn_box svg:not(:root).svg-inline--fa{
    color: #fff;
  }
  
}

@media screen and (min-width: 0px) and (max-width: 750px){
/*-----------------------------
  コレクション（ランキング）
------------------------------*/
.ranking_box {
  margin: 0.5%;
  width: 32%;
  position: relative;
}
.ranking_base {
  width: 100%;
  height: auto;
  margin: 1.5em auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ranking {
  height: auto;
  width: 100%;
  background: #fff;
}
/*-----------------------------
  レンタルの流れ
------------------------------*/
  .tab_area label{
  width: 100%;
}
/*-----------------------------
  2カラム　各リンク
------------------------------*/
  .link_title {
    font-size: 20px;
    font-family: "source-han-serif-japanese", sans-serif;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: left;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0.3em 0 0.3em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #083449;
}
  .link_title span {
    font-size: 14px;
    display: block;
    line-height: 1.1;
    color: #083449;
}
  .link_item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0;
}
  .link_item:last-of-type{
    margin-bottom: 40px;
}
  .link_base {
    max-width: 1280px;
    width: 100%;
    margin: 10px auto 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .link_box {
    width: 48%;
    margin: 8px 0;
    position: relative;
    border: 1px solid #d4d4d4;
}
  .itemid_name_cate {
    font-size: 16px !important;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    color: #4d4d4d;
    padding: 3px 3px 0;
    text-align: center;
}
  .link_btn_box {
    color: #4d4d4d;
    width: 80%;
    padding: 15px;
    border: 1px #4b4b4b solid;
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 20px auto;
    font-size: 4vw;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
  
}



