/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
/* SP
--------------------------------------- */
/*-----------------------------
	LAYOUT
------------------------------*/
body {
  font-size: 14px;
  min-width: 320px;
}

.hide_sp {
  display: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

#wrapper img {
  width: 100%;
  height: auto;
}

#wrapper video {
  filter: drop-shadow(0px 0px transparent);
}

#main_wrap h1 {
  background: url(../img/main_sp.jpg) no-repeat 0 0;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background-size: cover;
}

.title_wrap h2 {
  width: 100%;
  padding-top: 25%;
  height: 0;
  background: url(../img/tit1_sp.gif);
  background-size: cover;
}

#project2 .title_wrap h2 {
  background-image: url(../img/tit2_sp.gif);
}

#project3 .title_wrap h2 {
  background-image: url(../img/tit3_sp.gif);
}

#project4 .title_wrap h2 {
  background-image: url(../img/tit4_sp.gif);
}

#project5 .title_wrap h2 {
  background-image: url(../img/tit5_sp.gif);
}

#project6 .title_wrap h2 {
  background-image: url(../img/tit6_sp.gif);
}

#project7 .title_wrap h2 {
  background-image: url(../img/tit7_sp.gif);
}

#project8 .title_wrap h2 {
  background-image: url(../img/tit8_sp.gif);
}

#project9 .title_wrap h2 {
  background-image: url(../img/tit9_sp.gif);
}

#project10 .title_wrap h2 {
  background-image: url(../img/tit10_sp.gif);
}

.cont_block {
  padding: 20px 3% 30px;
}
.cont_block h4 {
  font-size: 15px;
}
.cont_block .txt {
  line-height: 1.8;
  margin-top: 15px;
}

#project1 .img,
#project5 .img,
#project6 .img,
#project8 .img {
  margin-top: 20px;
}

.img span {
  font-size: 12px;
  padding-top: 2px;
}

.link_btn {
  margin-top: 15px;
}
.link_btn li a,
.link_btn li .finish_btn {
  display: block;
  margin: 0 auto;
  padding: 11px 17px 11px 3px;
  background: url(../img/arrow1_sp.png) no-repeat right 11px center;
  background-size: auto 10px;
  background-color: #000;
  border-radius: 22px;
  border: solid 2px #fff;
  width: 100%;
  max-width: 360px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.link_btn li a span,
.link_btn li .finish_btn span {
  font-size: 12px;
}
.link_btn li .finish_btn {
  background: #888888;
  color: #4c4c4c;
}
.link_btn li + li {
  margin-top: 10px;
}
.link_btn li.bt1 a, .link_btn li.bt3 a, .link_btn li.bt5 a {
  background-color: #ff5a00;
}

/*-----------------------------
  lead
------------------------------*/
#lead_wrap #lead li {
  font-size: 15px;
  line-height: 2em;
}
#lead_wrap #lead li + li {
  padding-top: 20px;
}

/*-----------------------------
	project2
------------------------------*/
#project2 #pre1, #project2 #pre2 {
  margin-top: 20px;
}
#project2 h3 {
  padding: 7px 5px 7px 70px;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
#project2 h3 strong {
  display: block;
  margin-bottom: 3px;
}
#project2 h3 span {
  display: inline-block;
  font-size: 10px;
  padding: 2px 5px;
}
#project2 h3:before {
  content: "";
  width: 55px;
  height: 55px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
#project2 .detail_cont {
  padding: 20px 3%;
}
#project2 .detail_cont .detail_block .info {
  margin-top: 15px;
}
#project2 .detail_cont .detail_block.other .info {
  margin-top: 0;
}

/*-----------------------------
  project3,7,9
------------------------------*/
#project3 h3,
#project7 h3,
#project9 h3 {
  padding: 7px 5px 7px 70px;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
#project3 h3 strong,
#project7 h3 strong,
#project9 h3 strong {
  display: block;
  margin-bottom: 3px;
}
#project3 h3 span,
#project7 h3 span,
#project9 h3 span {
  display: inline-block;
  font-size: 10px;
  padding: 2px 5px;
}
#project3 h3:before,
#project7 h3:before,
#project9 h3:before {
  content: "";
  width: 55px;
  height: 55px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
#project3 .detail_cont,
#project7 .detail_cont,
#project9 .detail_cont {
  padding: 20px 3%;
}
#project3 .detail_cont .info,
#project7 .detail_cont .info,
#project9 .detail_cont .info {
  margin-top: 15px;
}

#project3 .eve_cont {
  margin-top: 15px;
}

/*-----------------------------
  project4
------------------------------*/
#project4 .sub_txt {
  font-size: 13px;
  margin-top: 8px;
}
#project4 .lineup {
  margin-top: 15px;
  width: 100%;
  max-width: 430px;
}
#project4 .lineup thead th {
  font-size: 18px;
  padding: 5px;
}
#project4 .lineup td {
  padding: 8px;
  font-size: 16px;
}
#project4 .lineup td:last-child {
  padding-left: 20px;
}

/*-----------------------------
  project5
------------------------------*/
#project5 #call_for_ideas {
  padding-bottom: 100px;
  background-image: url(../img/idea_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 85px;
}
#project5 #call_for_ideas h4 + .idea_cont {
  padding-top: 15px;
}
#project5 #call_for_ideas .idea_cont p {
  line-height: 1.8em;
}

/*-----------------------------
  project8
------------------------------*/
#project8 h4.irr {
  margin-top: 25px;
}

/*-----------------------------
  project7,9
------------------------------*/
#project7 .res_cont,
#project9 .res_cont {
  margin-top: 15px;
}

#project7 .e_date {
  margin-top: 10px;
}

/*-----------------------------
  project10
------------------------------*/
#project10 .movie_detail {
  margin-top: 15px;
}

/*-----------------------------
	FOOTER
------------------------------*/
footer .copy {
  padding: 20px 20%;
}

#page-top {
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
#page-top a {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

/*# sourceMappingURL=styles_sp.css.map */
