@charset "UTF-8";
/*
  @media only screen and (min-width: 1270px) // 1295px 以上
  {
    max-width: 1280px;
  }

  bootstrap

  .col-xs 975px 以下
  .col-sm 975px ~ 1294px
  .col-md 1295px ~ 1614px
  .col-lg 1615px 以上

  参考サイズ

  Mobile S: 320px;
  Mobile M: 375px;
  Mobile L: 425px;
  Tablet: 768px;
  Laptop: 1024px;
  Laptop L: 1440px;
  4k: 2560px;


*/
.contents,
.basicContainer,
#loginStatusWrp,
.l-conteiner {
  width: auto;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1270px) {
  .contents,
  .basicContainer,
  #loginStatusWrp,
  .l-conteiner {
    max-width: 1255px;
  }
}
@media only screen and (min-width: 1615px) {
  .contents,
  .basicContainer,
  #loginStatusWrp,
  .l-conteiner {
    max-width: 1600px;
  }
}

.contents {
  max-width: 960px;
}
.contents * {
  box-sizing: content-box;
}
.contents .se-status {
  box-sizing: border-box;
}
.contents--responsive * {
  box-sizing: border-box;
}
.contents--responsive * .icoBar03 {
  font-size: 10px;
}
.contents--responsive * .se-news .container .newsListWrap li {
  font-size: 12px;
}
@media only screen and (min-width: 1270px) {
  .contents--responsive {
    max-width: 1255px;
  }
}
@media only screen and (min-width: 1615px) {
  .contents--responsive {
    max-width: 1600px;
  }
}

.gh-masthead .container {
  position: relative;
  box-sizing: border-box;
  height: 130px;
  padding: 10px 0;
}
.gh-masthead .container .banner {
  float: none;
  width: auto;
  height: auto;
}
.gh-masthead .container .banner img {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 728px;
  height: 90px;
  margin-left: -364px;
}

.gh-globalNav .container {
  padding-right: 0;
  padding-left: 0;
}
.gh-globalNav .container > ul {
  width: auto;
}
.gh-globalNav .container > ul .nav {
  width: 217px;
}
@media only screen and (max-width: 1600px) {
  .gh-globalNav .container > ul .nav {
    width: 171px;
  }
}
@media only screen and (max-width: 1255px) {
  .gh-globalNav .container > ul .nav {
    width: 126px;
  }
}
.gh-globalNav .container > ul .nav.home {
  width: 72px;
}
@media only screen and (max-width: 1600px) {
  .gh-globalNav .container > ul .nav.home {
    width: 74px;
  }
}
@media only screen and (max-width: 1255px) {
  .gh-globalNav .container > ul .nav.home {
    width: 69px;
  }
}

/* badge
---------------------------------------------------------*/
.badge {
  position: absolute;
  height: auto;
  border-radius: 0;
}
.badge.cardBadge {
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  top: 0;
  left: 0;
  padding: 0 .5em;
  color: #fff;
  border-radius: 0 0 5px 0;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}
@media only screen and (min-width: 1270px) {
  .badge.cardBadge {
    font-size: 11px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1615px) {
  .badge.cardBadge {
    font-size: 12px;
    line-height: 24px;
  }
}
.badge.new {
  background-color: #ff451f;
}
.badge.few {
  background-color: #36f;
}
.badge.family {
  background-color: #14b111;
}
.badge.office {
  background-color: #00b594;
}
.badge.recommend {
  background-color: #ff398d;
}
.badge.pet {
  background-color: #d45b07;
}
.badge.report {
  background-color: #ff7f0e;
}
.badge.already {
  background-color: #919191;
}
.badge.oubo {
  background-color: #ff451f;
}
.badge.post {
  background-color: #f63b4d;
}
.badge.deadline {
  background-color: #eb47af;
}
.badge.return {
  background-color: #11b0dd;
}
.badge.premium {
  background-color: #b18d36;
}

/* /badge
---------------------------------------------------------*/
.c-border--card {
  border: 1px solid #e7e7ea;
}

.img-responsive {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

/*
  http://www.cssportal.com/css-ribbon-generator/
*/
.box {
  position: relative;
}

.c-ribbon {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.c-ribbon span {
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: 19px;
  left: -21px;
  display: block;
  width: 100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #79a70a;
  box-shadow: 0 3px 10px -5px black;
}
.c-ribbon span::before {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  content: '';
  border-width: 3px;
  border-style: solid;
  border-color: #79a70a transparent transparent #79a70a;
}
.c-ribbon span::after {
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  content: '';
  border-width: 3px;
  border-style: solid;
  border-color: #79a70a #79a70a transparent transparent;
}
.c-ribbon span i::before {
  color: #fff;
}
.c-ribbon--tame span {
  background: #1892d1;
}
.c-ribbon--tame span::before {
  border-color: #0d5276 transparent transparent #0d5276;
}
.c-ribbon--tame span::after {
  border-color: #0d5276 #0d5276 transparent transparent;
}
.c-ribbon--mora span {
  background: #e74125;
}
.c-ribbon--mora span::before {
  border-color: #962410 transparent transparent #962410;
}
.c-ribbon--mora span::after {
  border-color: #962410 #962410 transparent transparent;
}
.c-ribbon--repo span {
  background: #eb6520;
}
.c-ribbon--repo span::before {
  border-color: #973c0e transparent transparent #973c0e;
}
.c-ribbon--repo span::after {
  border-color: #973c0e #973c0e transparent transparent;
}
.c-ribbon--feature span {
  background: #86c137;
}
.c-ribbon--feature span::before {
  border-color: #4f7220 transparent transparent #4f7220;
}
.c-ribbon--feature span::after {
  border-color: #4f7220 #4f7220 transparent transparent;
}
.c-ribbon--photo span {
  background: #686566;
}
.c-ribbon--photo span::before {
  border-color: #343333 transparent transparent #343333;
}
.c-ribbon--photo span::after {
  border-color: #343333 #343333 transparent transparent;
}

.p-card--top {
  position: relative;
  margin-top: 20px;
  border: 1px solid #e7e7ea;
  background-color: #fdfcfb;
}
.p-card--top .c-icon--favorite {
  right: 10px;
  bottom: 10px;
}
.p-card--top--sp {
  box-sizing: content-box;
  margin-top: 10px;
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.07);
}
.p-card--top--mora, .p-card--top--repo {
  position: relative;
  box-sizing: content-box;
  min-height: 158px;
}
.p-card--top--mora li, .p-card--top--repo li {
  display: inline-block;
  margin-right: 10px;
}
.p-card--top--mora .thumbnail, .p-card--top--repo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 198px;
}
@media only screen and (min-width: 1270px) {
  .p-card--top--mora .thumbnail, .p-card--top--repo .thumbnail {
    max-width: 305px;
  }
}
.p-card--top--mitsu {
  position: relative;
  box-sizing: content-box;
  min-height: 158px;
  padding: 20px 20px 20px 220px;
}
.p-card--top--mitsu .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 198px;
}
.p-card__detail {
  font-size: 12px;
  padding: 10px;
}
.p-card__detail--sp {
  padding: 8px 2px 0;
}
@media only screen and (min-width: 1615px) {
  .p-card__detail {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.p-card__detail--tw-ranking {
  height: auto;
}
.p-card__detail--tw-tame-list {
  height: 130px;
}
.p-card .count {
  font-size: 14px;
}
.p-card .thumbnail {
  width: 100%;
  height: auto;
}

.main--repo .container {
  width: auto;
}

.mt_0 {
  margin-top: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mt_55 {
  margin-top: 55px;
}

.mr_55 {
  margin-right: 55px;
}

.mt_60 {
  margin-top: 60px;
}

.mr_60 {
  margin-right: 60px;
}

.mt_65 {
  margin-top: 65px;
}

.mr_65 {
  margin-right: 65px;
}

.mt_70 {
  margin-top: 70px;
}

.mr_70 {
  margin-right: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mr_75 {
  margin-right: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mr_80 {
  margin-right: 80px;
}

.mt_85 {
  margin-top: 85px;
}

.mr_85 {
  margin-right: 85px;
}

.mt_90 {
  margin-top: 90px;
}

.mr_90 {
  margin-right: 90px;
}

.mt_95 {
  margin-top: 95px;
}

.mr_95 {
  margin-right: 95px;
}

.mr_3 {
  margin-right: 3px;
}

.pokke_box_line {
  width: 1270px;
}
@media only screen and (min-width: 975px) {
  .pokke_box_line {
    max-width: 100%;
  }
}

.favorit_linkbtn {
  background-color: #cd2b70;
  background-image: repeating-linear-gradient(129deg, transparent, transparent 15px, #c4296b 15px, #c4296b 30px);
  padding: 10px 40px;
  max-width: 300px;
  margin: 30px auto 0;
  display: block;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0px 6px #990d48;
}
.favorit_linkbtn a {
  color: #ffffff;
}
@media only screen and (max-width: 639px) {
  .favorit_linkbtn {
    max-width: 180px;
    padding: 8px 30px;
    margin: 0 auto 40px;
  }
  .favorit_linkbtn p {
    color: #ffffff;
  }
}

.favorit_linkbtn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: none;
}

.pokke_Container {
  text-align: center;
  color: #B1B1B1;
}

.pokke_icon {
  max-width: 174px;
  margin: 0 auto;
  display: block;
  padding: 100px 0 0;
}
@media only screen and (max-width: 639px) {
  .pokke_icon {
    max-width: 30%;
    padding: 40px 0 0;
  }
}

.pokke_txt1 {
  font-size: 35px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 639px) {
  .pokke_txt1 {
    font-size: 20px;
  }
}

.pokke_txt2 {
  font-size: 25px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 639px) {
  .pokke_txt2 {
    font-size: 15px;
    padding: 0 0 30px;
  }
}
