@charset "UTF-8";
/*--------------------------------------------------------*/
/*　フッター　*/
/*--------------------------------------------------------*/
.temp_2018 .home-footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .temp_2018 .home-footer {
    display: block;
    padding: 5em 0 8em;
  }
  .temp_2018 .home-footer a {
    text-decoration: none;
  }
  .temp_2018 .home-footer .logo {
    margin-bottom: 1em;
  }
  .temp_2018 .home-footer .logo img {
    height: 3em;
  }
  .temp_2018 .home-footer .home-footer-inner {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    -o-column-gap: 3em;
    -ms-column-gap: 3em;
    column-gap: 3em;
  }
  .temp_2018 .home-footer .home-footer-inner li {
    padding-left: 1.5em;
    position: relative;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .temp_2018 .home-footer .home-footer-inner li:before {
    content: "󣅐";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: .1em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    z-index: 1;
  }
  .temp_2018 .home-footer .home-footer-inner li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-color: #98c6e6;
    border-radius: 50%;
  }
  .temp_2018 .home-footer .home-footer-inner li.category-ttl {
    padding-left: 0;
    line-height: 3;
    font-weight: bold;
  }
  .temp_2018 .home-footer .home-footer-inner li.category-ttl:before, .temp_2018 .home-footer .home-footer-inner li.category-ttl:after {
    content: none;
  }
}

/*--------------------------------------------------------*/
/*　タイトル　*/
/*--------------------------------------------------------*/
.temp_2018 .home-ttl {
  padding: 1.3em 1em 2em;
  text-align: center;
  line-height: 1;
}
.temp_2018 .home-ttl .inner {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
.temp_2018 .home-ttl .inner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 4px;
  background-color: #fcdb45;
  border-radius: 5px;
}
.temp_2018 .home-ttl .inner:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 4px;
  background-color: #fcdb45;
  border-radius: 5px;
}
.temp_2018 .home-ttl .en {
  display: block;
  margin-bottom: .3em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1b59b5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .temp_2018 .home-ttl {
    padding: 2em 0 3em;
    text-align: left;
  }
  .temp_2018 .home-ttl .inner {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.8em;
  }
  .temp_2018 .home-ttl .inner:before {
    width: 1.3em;
    left: 0;
  }
  .temp_2018 .home-ttl .inner:after {
    content: none;
  }
  .temp_2018 .home-ttl .en {
    display: inline-block;
    margin: 0 .2em;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .temp_2018 .home-ttl {
    padding: 3em 0 4em;
  }
  .temp_2018 .home-ttl .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*--------------------------------------------------------*/
/*　メインコンテンツ　*/
/*--------------------------------------------------------*/
/* 検索窓（大）  */
.home-search {
  padding: 1.5em;
  background-color: #8ac9f6;
  background: -webkit-linear-gradient(top, #40a0e9, #8ac9f6);
  background: linear-gradient(to bottom, #40a0e9, #8ac9f6);
}
.home-search .ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}
.home-search .home-search-box form {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
}
.home-search .home-search-box form:focus {
  background-color: #fcfcfc;
}
.home-search .home-search-box input[type="text"] {
  width: 100%;
  padding: .65em;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  border: 1px solid #1b59b5;
}
.home-search .home-search-box input[type="text"]:focus {
  outline: none;
  box-shadow: 0 0 6px rgba(240, 248, 254, 0.9);
  background-color: rgba(240, 248, 254, 0.1);
}
.home-search .home-search-box input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: .67em 1em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #fff;
  background-color: #1b59b5;
  border: none;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.home-search .home-search-box ::placeholder {
  position: absolute;
  top: 0;
  left: .5em;
  display: block;
  padding-top: .3em;
  color: #1b59b5;
  font-size: 11px;
  font-size: 1.1rem;
}
.home-search .home-keyword {
  margin: 1.5em 0;
  position: relative;
}
.home-search .txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #1b59b5;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}
.home-search .keyword-box {
  width: 100%;
  padding: 0 2em 0 12em;
}
.home-search .list-keyword {
  position: relative;
}
.home-search .list-keyword .flickity-viewport {
  overflow: hidden;
}
.home-search .list-keyword li {
  font-size: 11px;
  font-size: 1.1rem;
}
.home-search .list-keyword a {
  display: inline-block;
  margin: 0 .2em;
  padding: .5em .7em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-search .list-keyword a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
}
.home-search .list-keyword .previous {
  position: absolute;
  top: 50%;
  left: -2.5em;
  -moz-transform: translateY(-50%) rotateY(180deg);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
  background-color: transparent;
  border: none;
}
.home-search .list-keyword .previous:before {
  content: "󦎰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
}
.home-search .list-keyword .previous svg {
  display: none;
}
.home-search .list-keyword .next {
  position: absolute;
  top: 50%;
  right: -2.5em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.home-search .list-keyword .next:before {
  content: "󦎰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
}
.home-search .list-keyword .next svg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-search .home-search-box form {
    border-radius: 5px;
  }
  .home-search .home-search-box form:before {
    content: "󫓰";
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    top: .6em;
    left: .7em;
    margin-bottom: .3em;
    font-size: 23px;
    font-size: 2.3rem;
    color: #1b59b5;
  }
  .home-search .home-search-box input[type="text"] {
    padding: .9em 3em;
    border-radius: 5px;
  }
  .home-search .home-search-box input[type="submit"] {
    padding: .7em 1.8em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 0 5px 5px 0;
  }
  .home-search .home-search-box ::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .home-search .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .home-search .keyword-box {
    padding: 0 2.5em 0 13em;
  }
  .home-search .list-keyword li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-search {
    margin-top: 4em;
    padding: 2em;
    border: 2px solid #8ac9f6;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
  }
  .home-search:hover {
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
  .home-search .home-search-box form:before {
    top: .55em;
    left: .65em;
    font-size: 27px;
    font-size: 2.7rem;
  }
  .home-search .home-search-box input[type="text"] {
    padding: 1.2em 3.7em;
  }
  .home-search .home-search-box input[type="submit"] {
    padding: .76em 2em;
    font-size: 20px;
    font-size: 2rem;
  }
  .home-search .home-search-box ::placeholder {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 新着口コミ */
.home-review {
  padding: 1.5em 0 5em;
  position: relative;
  background-color: #f0f8fe;
}
.home-review #main-gallery {
  overflow: hidden;
  height: 30em;
}
.home-review .gallery-box {
  width: 80%;
  margin: 1em 2.5%;
  position: relative;
  counter-increment: carousel-cell;
}
.home-review .gallery-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-review .gallery-box a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-review .gallery-box .rank-ttl {
  padding: .5em 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.home-review .gallery-box .review-box {
  padding: 1.5em;
}
.home-review .gallery-box .review-ttl {
  margin-bottom: .5em;
  color: #1b59b5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-review .gallery-box .txt {
  height: 10em;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  color: #454545;
}
.home-review .gallery-box .personal {
  margin: .8em .5em 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  color: #999;
}
.home-review .gallery-box .personal .good, .home-review .gallery-box .personal .neutral, .home-review .gallery-box .personal .bad {
  position: relative;
  padding-left: 1.8em;
}
.home-review .gallery-box .personal .good:before, .home-review .gallery-box .personal .neutral:before, .home-review .gallery-box .personal .bad:before {
  position: absolute;
  top: -.6em;
  left: 0;
  content: "󨄰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fd3837;
  font-size: 14px;
  font-size: 1.4rem;
}
.home-review .gallery-box .personal .neutral:before {
  content: '\e8120';
  color: #009589;
}
.home-review .gallery-box .personal .bad:before {
  content: '\e8110';
  color: #1b59b5;
}
.home-review .gallery-box.is-selected {
  height: 100%;
  margin: 0 2.5%;
}
.home-review .gallery-box.is-selected:before {
  content: none;
}
.home-review .gallery-box.is-selected .txt {
  height: 12em;
}
.home-review .previous {
  position: absolute;
  bottom: 2.5em;
  right: 55%;
  border: none;
  background-color: transparent;
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home-review .previous:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.home-review .previous:before {
  content: "󦎰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
  position: relative;
  top: 1.5em;
  left: .05em;
  z-index: 2;
}
.home-review .previous svg {
  display: none;
}
.home-review .next {
  position: absolute;
  bottom: 2.5em;
  left: 55%;
  background-color: transparent;
  border: none;
}
.home-review .next:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.home-review .next:before {
  content: "󦎰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
  position: relative;
  top: 1.5em;
  left: .05em;
  z-index: 2;
}
.home-review .next svg {
  display: none;
}
.home-review .piyo-left {
  position: absolute;
  bottom: 1em;
  left: 0;
}
.home-review .piyo-right {
  display: none;
}
.home-review img {
  width: 6em;
}
@media only screen and (min-width: 768px) {
  .home-review {
    padding: 1.5em 1.5em 5em;
  }
  .home-review #main-gallery {
    margin: 0 -1.5em;
  }
  .home-review .gallery-box.is-selected a {
    overflow: hidden;
    position: relative;
  }
  .home-review .gallery-box.is-selected a:after {
    transition: opacity 0.3s, width 0.8s 0.1s, height 0.8s 0.1s, border-width 0.4s 0.1s;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    border: 0px solid rgba(252, 219, 69, 0.2);
    background: rgba(252, 219, 69, 0.05);
    opacity: 0;
  }
  .home-review .gallery-box.is-selected a:hover {
    box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
  }
  .home-review .gallery-box.is-selected a:hover:after {
    opacity: 1;
    width: 80em;
    height: 80em;
    border-width: 10em;
  }
  .home-review .gallery-box.is-selected .rank-ttl {
    padding: .5em 1.5em;
  }
  .home-review .gallery-box.is-selected .review-box {
    padding: 1.5em 2.25em;
  }
  .home-review .previous {
    bottom: auto;
    top: 50%;
    right: 91.1%;
    -moz-transform: translateY(-50%) rotateY(180deg);
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
  }
  .home-review .next {
    bottom: auto;
    top: 50%;
    left: 91.1%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-review .piyo-left {
    left: 1em;
  }
  .home-review .piyo-right {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .home-review img {
    width: 7em;
  }
}
@media only screen and (min-width: 1024px) {
  .home-review {
    margin-top: 3em;
    padding: 1.5em 1.5em 3em;
    border: 2px solid #fcdb45;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
  }
  .home-review:hover {
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
  .home-review .home-ttl {
    padding: 1em 0 2em;
  }
  .home-review .home-ttl .inner {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .home-review .home-ttl .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .home-review #main-gallery {
    height: 27.5em;
  }
  .home-review .gallery-box .txt {
    height: 8em;
  }
  .home-review .gallery-box.is-selected .txt {
    height: 10em;
  }
  .home-review .piyo-left {
    bottom: -1em;
    left: 0;
  }
  .home-review .piyo-right {
    bottom: -1em;
    right: 0;
  }
}

.gallery-box.mny .rank-ttl {
  background-color: #dab81a;
}

.gallery-box.bus .rank-ttl {
  background-color: #3243cc;
}

.gallery-box.lif .rank-ttl {
  background-color: #f0891d;
}

.gallery-box.grm .rank-ttl {
  background-color: #e75269;
}

.gallery-box.bty .rank-ttl {
  background-color: #69b341;
}

.gallery-box.ent .rank-ttl {
  background-color: #00af83;
}

.gallery-box.pc .rank-ttl {
  background-color: #a473ae;
}

.gallery-box.net .rank-ttl {
  background-color: #684915;
}

/* バナー + 更新情報 */
@media only screen and (min-width: 768px) {
  .wrap-pr-whatsnew {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap-pr-whatsnew {
    display: block;
  }
}

/* バナー  */
.home-pr {
  padding: 1em;
  background-color: rgba(255, 246, 204, 0.5);
  text-align: center;
  line-height: 1;
}
.home-pr img {
  width: 100%;
  max-width: 320px;
  vertical-align: top;
}
.home-pr img.w300 {
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .home-pr {
    width: 50%;
    padding-top: 2.3em;
  }
}
@media only screen and (min-width: 1024px) {
  .home-pr {
    width: auto;
    margin-top: 2.67em;
    padding: 0;
    background-color: transparent;
  }
}

/* 更新情報  */
.home-whatsnew {
  padding: 2em 1.5em 6em;
  position: relative;
}
.home-whatsnew .ttl {
  padding: 0 0 1em;
  text-align: center;
  color: #1b59b5;
}
.home-whatsnew .ttl .time {
  position: absolute;
  right: 1.3em;
  bottom: 2em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f8abb;
}
.home-whatsnew .list-whatsnew li {
  position: relative;
  border-bottom: 1px solid rgba(111, 138, 187, 0.5);
}
.home-whatsnew .list-whatsnew li:first-child {
  border-top: 1px solid rgba(111, 138, 187, 0.5);
}
.home-whatsnew .list-whatsnew li.new:before, .home-whatsnew .list-whatsnew li.update:before {
  display: inline-block;
  padding: .5em .7em;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '新着';
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  background-color: #fd3837;
  border-radius: 3px;
}
.home-whatsnew .list-whatsnew li.update:before {
  content: '更新';
  background-color: #009589;
}
.home-whatsnew .list-whatsnew a {
  display: block;
  padding: .7em 0 .7em 3.5em;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .home-whatsnew {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-whatsnew {
    width: auto;
    padding: 0;
    margin-top: 3em;
    border: 1px solid rgba(111, 138, 187, 0.5);
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
  }
  .home-whatsnew:hover {
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
  .home-whatsnew .ttl {
    padding: .7em 1em;
    text-align: left;
    background-color: #f0f8fe;
  }
  .home-whatsnew .ttl .time {
    bottom: auto;
    top: 1.2em;
    right: 1em;
  }
  .home-whatsnew .list-whatsnew li:last-child {
    border: none;
  }
  .home-whatsnew .list-whatsnew li.new:before, .home-whatsnew .list-whatsnew li.update:before, .home-whatsnew .list-whatsnew li.update:before {
    left: 1.3em;
  }
  .home-whatsnew .list-whatsnew a {
    padding: .7em .7em .7em 4.5em;
    position: relative;
    overflow: hidden;
  }
  .home-whatsnew .list-whatsnew a:before {
    content: '';
    display: table;
    height: 40em;
    width: 40em;
    position: absolute;
    top: 50%;
    left: -50em;
    background-color: rgba(240, 248, 254, 0.8);
    border-radius: 5px;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: -1;
  }
  .home-whatsnew .list-whatsnew a:hover:before {
    left: 0;
  }
}

/*--------------------------------------------------------*/
/*　バナー3つ～ランキングまで　*/
/*--------------------------------------------------------*/
/* リンク（3つ） */
.temp_2018 .home-link {
  background-color: rgba(255, 246, 204, 0.5);
}
.temp_2018 .home-link .link-box {
  padding: 1.5em;
  overflow: hidden;
}
.temp_2018 .home-link .link-card {
  margin: 1em;
}
.temp_2018 .home-link a {
  display: block;
  text-decoration: none;
}
.temp_2018 .home-link .ttl {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  white-space: nowrap;
}
.temp_2018 .home-link .ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 2em;
  background-color: #fcdb45;
  border-radius: 5px;
}
.temp_2018 .home-link img {
  width: 275px;
}
@media only screen and (min-width: 768px) {
  .temp_2018 .home-link .link-box {
    padding: 3em 1.5em;
  }
  .temp_2018 .home-link .link-card {
    margin: 0;
    width: 30.5%;
    margin-right: 4.25%;
    float: left;
  }
  .temp_2018 .home-link .link-card:nth-child(3n) {
    margin-right: 0;
  }
  .temp_2018 .home-link .ttl {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .temp_2018 .home-link .img {
    line-height: 1;
  }
  .temp_2018 .home-link .img span {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .temp_2018 .home-link .img span:before {
    content: '';
    display: table;
    height: 40em;
    width: 40em;
    position: absolute;
    top: 50%;
    left: -50em;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .temp_2018 .home-link .img span:hover:before {
    left: 0;
  }
  .temp_2018 .home-link img {
    width: 100%;
    max-width: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .temp_2018 .home-link .link-box {
    padding: 5em 0;
  }
}

/* ランキング */
.home-rank {
  padding: 1.5em;
  background-image: url(../../images/home_2018/idx_bg.png);
  background-color: rgba(240, 248, 254, 0.8);
}
.home-rank .rank-card {
  margin-bottom: 1.5em;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-rank .rank-card:hover {
  box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
}
.home-rank .category {
  position: relative;
  border-radius: 5px 5px 0 0;
}
.home-rank .category a {
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-rank .category a:before {
  content: '';
  display: table;
  height: 70em;
  width: 70em;
  position: absolute;
  top: 50%;
  left: -95em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -moz-transform: translateY(-45%) rotate(45deg);
  -webkit-transform: translateY(-45%) rotate(45deg);
  transform: translateY(-45%) rotate(45deg);
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.home-rank .category a:hover:before {
  left: 0;
}
.home-rank .category a:hover .ttl:before {
  right: .8em;
}
.home-rank .category .img {
  position: absolute;
  top: .6em;
  left: .6em;
  background-color: #fff;
  border-radius: 5px;
}
.home-rank .category img {
  width: 50px;
  vertical-align: top;
  background-color: rgba(255, 246, 204, 0.5);
  border-radius: 5px;
}
.home-rank .category .ttl {
  padding: 1.2em 1em 1.2em 4.5em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.home-rank .category .ttl:before {
  position: absolute;
  top: 50%;
  right: 1em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "󦎰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-rank .category .ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .6em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  height: 3.13em;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.home-rank .list-rank li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fff;
  border-bottom: 1px solid rgba(111, 138, 187, 0.5);
  overflow: hidden;
}
.home-rank .list-rank li:last-child {
  border: none;
}
.home-rank .list-rank a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: .7em .7em .7em 3.5em;
  text-decoration: none;
}
.home-rank .list-rank a:before {
  content: '';
  display: table;
  height: 70em;
  width: 70em;
  position: absolute;
  top: 50%;
  left: -95em;
  background-color: rgba(252, 219, 69, 0.1);
  border-radius: 5px;
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.home-rank .list-rank a:hover:before {
  left: 0;
}
.home-rank .reco-box {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.home-rank .reco-box a {
  display: block;
  padding: .7em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0 0 5px 5px;
}
.home-rank .reco-box a:before {
  content: '';
  display: table;
  height: 70em;
  width: 70em;
  position: absolute;
  top: 50%;
  left: -95em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.home-rank .reco-box a:hover:before {
  left: 0;
}
.home-rank .reco-box .img {
  position: absolute;
  top: .7em;
  left: .7em;
}
.home-rank .reco-box img {
  width: 40px;
}
.home-rank .reco-box .ttl {
  padding-left: 3.7em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.home-rank .reco-box .txt {
  padding-left: 4.7em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .home-rank .rank-card {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4em;
  }
  .home-rank .rank-card:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home-rank {
    padding-bottom: 5em;
  }
  .home-rank .rank-card {
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
  }
  .home-rank .rank-card:nth-child(2n) {
    margin-right: 2.75%;
  }
  .home-rank .rank-card:nth-child(3n) {
    margin-right: 0;
  }
  .home-rank .list-rank a:before {
    left: -85em;
  }
}

.rank-card.mny .category {
  background-color: #dab81a;
}
.rank-card.mny .reco-box a {
  background-color: rgba(218, 184, 26, 0.3);
}

.rank-card.bus .category {
  background-color: #3243cc;
}
.rank-card.bus .reco-box a {
  background-color: rgba(50, 67, 204, 0.15);
}

.rank-card.lif .category {
  background-color: #f0891d;
}
.rank-card.lif .reco-box a {
  background-color: rgba(240, 137, 29, 0.3);
}

.rank-card.grm .category {
  background-color: #e75269;
}
.rank-card.grm .reco-box a {
  background-color: rgba(231, 82, 105, 0.2);
}

.rank-card.bty .category {
  background-color: #69b341;
}
.rank-card.bty .reco-box a {
  background-color: rgba(105, 179, 65, 0.2);
}

.rank-card.ent .category {
  background-color: #00af83;
}
.rank-card.ent .reco-box a {
  background-color: rgba(0, 175, 131, 0.2);
}

.rank-card.pc .category {
  background-color: #a473ae;
}
.rank-card.pc .reco-box a {
  background-color: rgba(164, 115, 174, 0.15);
}

.rank-card.net .category {
  background-color: #684915;
}
.rank-card.net .reco-box a {
  background-color: rgba(104, 73, 21, 0.15);
}

.home-rank .pr {
  background-color: #fff;
}
.home-rank .pr .img {
  top: .6em;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.home-rank .pr .img span {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #fd3837;
  font-weight: bold;
  background-color: #fcdb45;
  border-radius: 5px;
}
.home-rank .pr .ttl {
  padding: .8em 1em .8em 4.8em;
  min-height: 4.5em;
  color: #1a0dab;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 15px;
  font-size: 1.5rem;
}
.home-rank .pr .ttl:link {
  color: #1a0dab;
  text-decoration: underline;
}
.home-rank .pr .ttl:visited {
  color: #609;
  text-decoration: underline;
}
.home-rank .pr .ttl:hover, .home-rank .pr .ttl:active {
  color: #b5522e;
  text-decoration: none;
}
.home-rank .pr .ttl:before, .home-rank .pr .ttl:after {
  content: none;
}

.list-rank li:nth-child(1):before {
  position: absolute;
  top: .7em;
  left: .7em;
  width: 2em;
  height: 2em;
  content: "1";
  text-align: center;
  color: #fff;
  background-color: #f6b211;
  border-radius: 3px;
}

.list-rank li:nth-child(2):before {
  position: absolute;
  top: .7em;
  left: .7em;
  width: 2em;
  height: 2em;
  content: "2";
  text-align: center;
  color: #fff;
  background-color: #5784c6;
  border-radius: 3px;
}

.list-rank li:nth-child(3):before {
  position: absolute;
  top: .7em;
  left: .7em;
  width: 2em;
  height: 2em;
  content: "3";
  text-align: center;
  color: #fff;
  background-color: #a85454;
  border-radius: 3px;
}

/*--------------------------------------------------------*/
/*　採用のポイント～特集まで　*/
/*--------------------------------------------------------*/
/* 採用のポイント */
.home-adopt {
  padding: 3em 1.5em;
  background-color: rgba(255, 246, 204, 0.5);
}
.home-adopt .ttl {
  position: relative;
  padding-left: 1em;
  margin: 0 0 1em;
  white-space: nowrap;
}
.home-adopt .ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 2em;
  background-color: #fcdb45;
  border-radius: 5px;
}
.home-adopt .img {
  float: right;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.home-adopt img {
  width: 5em;
}
.home-adopt .txt p {
  font-size: 14px;
  font-size: 1.4rem;
}
.home-adopt .hide-read {
  height: 21.5em;
  overflow: hidden;
}
.home-adopt .more-read {
  position: relative;
  text-align: right;
  color: #1a0dab;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 13px;
  font-size: 1.3rem;
}
.home-adopt .more-read:link {
  color: #1a0dab;
  text-decoration: underline;
}
.home-adopt .more-read:visited {
  color: #609;
  text-decoration: underline;
}
.home-adopt .more-read:hover, .home-adopt .more-read:active {
  color: #b5522e;
  text-decoration: none;
}
.home-adopt .more-read:before {
  content: "󣄰";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 55%;
  right: 6.55em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  z-index: 2;
}
.home-adopt .more-read:after {
  position: absolute;
  top: 50%;
  right: 5.5em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1em;
  height: 1em;
  background-color: #f5c900;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home-adopt {
    background-color: transparent;
    padding: 4em;
  }
  .home-adopt .adopt-inner {
    padding: 3.5em;
    position: relative;
    background-color: rgba(255, 246, 204, 0.5);
    border-radius: 5px;
  }
  .home-adopt .hide-read {
    height: auto;
    overflow: visible;
  }
  .home-adopt .img {
    float: none;
    position: absolute;
    left: -2.5em;
    bottom: -2.5em;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1024px) {
  .home-adopt {
    padding: 5em;
  }
}

/* 特集 */
.home-ct {
  padding: 1.5em;
  background-image: url(../../images/home_2018/idx_bg.png);
  background-color: #f0f8fe;
}
.home-ct .ct-card {
  border-bottom: 1px solid rgba(111, 138, 187, 0.5);
}
.home-ct .ct-card:first-child {
  border-top: 1px solid rgba(111, 138, 187, 0.5);
}
.home-ct .ct-card a {
  display: block;
  padding: 1em 0;
  position: relative;
  min-height: 8.5em;
  text-decoration: none;
}
.home-ct .ct-card .img {
  position: absolute;
  top: .8em;
  left: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px;
}
.home-ct .ct-card img {
  width: 60px;
  vertical-align: top;
}
.home-ct .ct-card .new:before, .home-ct .ct-card .home-whatsnew .list-whatsnew li.update:before, .home-whatsnew .list-whatsnew .home-ct .ct-card li.update:before {
  content: 'NEW';
  display: inline-block;
  padding: .2em .5em;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: .05em;
  background-color: #fd3837;
  border-radius: 0 0 0 3px;
}
.home-ct .ct-card .ttl {
  padding-left: 5em;
}
.home-ct .ct-card .txt {
  display: none;
}
.home-ct .ct-more-link {
  margin: 1em 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
.home-ct .ct-more-link a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  text-decoration: none;
}
.home-ct .ct-more-link a:before {
  content: "󣅐";
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 51%;
  left: .15em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  z-index: 2;
}
.home-ct .ct-more-link a:after {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1em;
  height: 1em;
  background-color: #f5c900;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home-ct .ct-card {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 5em;
    border: none;
    background-color: #fff;
    border-radius: 3px;
  }
  .home-ct .ct-card:first-child {
    border: none;
  }
  .home-ct .ct-card:nth-child(4n) {
    margin-right: 0;
  }
  .home-ct .ct-card a {
    padding: 0 0 3em 0;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .home-ct .ct-card a:hover {
    box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
  }
  .home-ct .ct-card a:hover .img:after {
    left: 0;
  }
  .home-ct .ct-card .img {
    position: relative;
    overflow: hidden;
    top: 0;
    border-radius: 3px 3px 0 0;
  }
  .home-ct .ct-card .img:after {
    content: '';
    display: table;
    height: 25em;
    width: 25em;
    position: absolute;
    top: 50%;
    left: -30em;
    background-color: rgba(252, 219, 69, 0.2);
    border-radius: 5px;
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .home-ct .ct-card img {
    width: 100%;
  }
  .home-ct .ct-card .new:before, .home-ct .ct-card .home-whatsnew .list-whatsnew li.update:before, .home-whatsnew .list-whatsnew .home-ct .ct-card li.update:before {
    padding: .3em .7em;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0 3px 0 0;
    z-index: 10;
  }
  .home-ct .ct-card .ttl {
    padding: 1em;
    height: 4.5em;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    color: #1b59b5;
  }
}
@media only screen and (min-width: 1024px) {
  .home-ct .ct-card a {
    padding-bottom: 2.5em;
  }
  .home-ct .ct-card .ttl {
    height: 5.2em;
  }
  .home-ct .ct-card .txt {
    display: block;
    padding: 0 1.2em;
    height: 3.5em;
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
  }
  .home-ct .ct-more-link {
    margin: 0 0 5em;
  }
}
