@charset "UTF-8";

@media all and (-ms-high-contrast:none) {
.contents__hukkou,.contents__kankou{
font-family: "メイリオ", Meiryo, sans-serif !important;
}
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* -------------------- hero -------------------- */
.hero-wrapper {
  background: url(../img/common/hero_bg_pattern_pc.gif);
  position: relative;
  width: 100%;
  height: 320px;
  box-sizing: border-box;
}

.hero__logo {
  position: absolute;
    top: 0;
    left: 0;
    right: 2%;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 271px;
    background-image: url(../img/japan/hero_logo.png);
  }
.hero__logo::after {
  padding-top: 56.458%;
}

/* -------------------- note -------------------- */
.note{
  padding: 3.906% 0 3.906%;
}
.note__txt{
  font-size: 150%;
  line-height: 2;
  text-align: center;
}


/* -------------------- contents -------------------- */
.contents {

}
.contents-row {
  padding: 0.561% 0.361% 0 0.361%;
}
.contents-row--2 {
}
.contents-list {
  padding-bottom: 0.561%;
}
.contents__item {
}
.contents__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contents-row--4 .contents__item {
  float: left;
  width: 24.50%;
  padding: 0 0.248%; /* 5/1346 */
}
.contents__img {
  line-height: 0;
  overflow: hidden;
}
.contents__img img {
  width: 100%;
  height: auto;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents a.contents__box:hover .contents__img img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contents__txtbox {
  max-width: 90%;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 3.062%;
}
.contents__hukkou{
    background-color: #20a657;
    color: #ffffff;
    font-size: 180%;
    font-weight: bold;
    padding: 0.4% 4.4%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.contents__kankou{
    background-color: #005bad;
    color: #ffffff;
    font-size: 180%;
    font-weight: bold;
    padding: 0.4% 4.4%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.contents__txt {
  margin-top: 5px;
  font-size: 160%;
  font-weight: bold;
  color: #000000;
}
.contents__date {
  font-size: 140%;
  font-weight: normal;
  color: #a5a5a5;
  line-height: 1;
}
.contents__detail {
}
.contents__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  background-image: url(../img/top/new_icon_pc.png);
}

}


/* ==========================================================================
   responsive ajustment
   ======================================================================= */
@media all and (min-width: 768px) and (max-width: 1024px){

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- hero -------------------- */

.hero-wrapper {
  padding-top: 56.375%;
  box-sizing: border-box;
  background: url(../img/search/main_bg_pc.jpg) repeat-x;
  width: 100%;
  position: relative;
  background: url(../img/common/hero_bg_pattern_sp.gif);
  background-size: 3px 16px;
}
.hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
  background-image: url(../img/japan/hero_logo.png);
  width: 75%;
  height: 75%;
}
.hero__logo img {
  width: 100%;
  height: 100%;
}

.hero__logo::after {
  padding-top: 56.458%;
}


/* -------------------- note -------------------- */
.note{
  padding-top: 10.285%;
  padding-bottom: 10.285%;
}
.note__txt {
  width: 90%;
  margin: 0 auto;
  font-size: 130%;
  line-height: 1.7;
}
/* -------------------- contents -------------------- */
.contents {
  padding: 0 2.125% 2.125% 2.125%;
}
.contents-row {
}
.contents-row--2 {
}
.contents-list {
}
.contents__item {

}
.contents__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 2.598px 1.5px 5.82px 0.18px rgba(0, 0, 0, 0.1);

}
.contents-row--4 .contents__item {
  padding-top: 2.333%;
}
.contents__img {
  line-height: 0;
}
.contents__img img {
  width: 100%;
  height: auto;
}
.contents__txtbox {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 3%;
}
.contents__hukkou{
    background-color: #20a657;
    color: #ffffff;
    font-size: 130%;
    font-weight: bold;
    padding: 0.4% 4.4%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.contents__kankou{
    background-color: #005bad;
    color: #ffffff;
    font-size: 130%;
    font-weight: bold;
    padding: 0.4% 4.4%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.contents__txt {
  margin-top: 5px;
  font-size: 140%;
  color: #000000;
  font-weight: bold;
}
.contents__date {
  font-size: 110%;
  font-weight: normal;
  color: #a5a5a5;
  line-height: 1;
}
.contents__detail {
}
.contents__arrow {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/cmn_ic_arrow_white_sp.png);
}
.contents__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  background-image: url(../img/top/new_icon_sp.png);
}
.contents__coming-soon {
  font-size: 170%;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -54px;
}
.contents__coming-soon-bg {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
}

}
