@charset "utf-8";

/* -----------------------------------------------------
  upper
----------------------------------------------------- */

.tn25-upper img {
  vertical-align: bottom;
}

.tn25-upper.is-pc {
  position: relative;
  min-width: 1200px;
  height: 120px;
  background: #000;
  overflow: hidden;
}
.tn25-upper.is-pc a {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.tn25-upper.is-sp img {
  width: 100%;
  height: auto;
}


/* -----------------------------------------------------
  sec
----------------------------------------------------- */

#tn25.pb24-top-sec {
  padding-right: 0;
}

.tn25-sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tn25-sec.is-pc {
  padding: 20px;
  border-radius: 7px;
  background-image: url("tn25_bg_pc.jpg");
}
.tn25-sec.is-sp {
  padding: 5.1282vw 0 5.1282vw 5.1282vw;
  border-radius: 1.5384615385vw 0 0 1.5384615385vw;
  background-image: url("tn25_bg_sp.jpg");
}
.tn25-sec.is-sp .pb24-top-sec__body {
  width: 100%;
}

.tn25-sec h2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tn25-sec.is-pc h2 {
  margin-bottom: 15px;
  width: 372px;
}
.tn25-sec.is-sp h2 {
  margin-bottom: 3.8461vw;
  width: 81.0256vw;
}
