@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/format.css);
#wrapper {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  /* 初回だけアニメ無し（JSで一時的に付け外し） */
  /* 動きが苦手なユーザー設定への配慮 */
}
#wrapper .yellow {
  color: #ffe100;
}
#wrapper .center {
  text-align: center;
}
#wrapper a {
  text-decoration: none;
}
#wrapper a:active, #wrapper a:focus {
  text-decoration: none;
}
#wrapper img {
  max-width: 100%;
  height: auto;
}
#wrapper .js-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
#wrapper .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#wrapper .js-reveal.no-anim {
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  #wrapper .js-reveal {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

.indent {
  margin-top: 5px;
}
.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

#header_wrap {
  background: url(/home/app/img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
#header_wrap .main_title .app__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
#header_wrap .main_title .app__titleRow {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
#header_wrap .main_title .app__titleRow .app__title {
  font-size: 46px;
  font-weight: 800;
  min-width: 0;
}
#header_wrap .main_title .app__catch {
  margin: 0 0 14px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
#header_wrap .main_title .app__stores {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
#header_wrap .main_title .app__note {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

#lead_wrap {
  background: #000;
  font-weight: 700;
  padding: 35px 0 55px;
}
#lead_wrap h2 {
  text-align: center;
  font-size: 34px;
}
#lead_wrap p {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2.3em;
}
#lead_wrap p .bg_yellow {
  display: inline-block;
  padding: 3px;
  background: #ffe100;
  color: #000;
  line-height: 1;
}

#app_detail_wrap {
  padding: 70px 0 90px;
  background: #eee url(/home/app/img/bg_logo.png) no-repeat center top -130px;
}
#app_detail_wrap #app_detail_cont .detail_block .detail_title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
#app_detail_wrap #app_detail_cont .detail_block .detail_title::after {
  content: "";
  height: 10px;
  width: 160px;
  background-color: #ffe100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#app_detail_wrap #app_detail_cont .detail_block .description {
  margin-bottom: 25px;
}
#app_detail_wrap #app_detail_cont .detail_block .description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
#app_detail_wrap #app_detail_cont .detail_block .capture_image {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: auto;
}
#app_detail_wrap #app_detail_cont .detail_block .capture_image div {
  width: 260px;
}

#footer_wrap {
  background: url(/home/app/img/footer_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 45px;
}
#footer_wrap #footer_cont .about_app a {
  position: relative;
  padding-right: 1em;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
#footer_wrap #footer_cont .about_app a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
#footer_wrap #footer_cont #tigers_link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: #000;
  line-height: 1;
  font-weight: 600;
  width: 340px;
  height: 65px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
}
#footer_wrap #footer_cont #tigers_link img {
  width: 20px;
  height: auto;
}

.movie_detail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie_detail iframe,
.movie_detail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 69px;
  height: 69px;
}
#page-top a {
  display: block;
  background: url(/home/fujikawa/img/btn_pagetop.png) no-repeat 0 0;
  width: 69px;
  height: 69px;
}

.copy {
  text-align: center;
  color: #000;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1200px;
  }

  .cont_inner {
    width: 1200px;
    margin: auto;
  }

  #header_wrap #header_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header_wrap .main_title {
    width: 700px;
  }

  #app_detail_wrap {
    padding: 70px 0 90px;
  }
  #app_detail_wrap #app_detail_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 80px;
  }
  #app_detail_wrap #app_detail_cont .detail_block {
    display: flex;
    flex-direction: column;
    flex: 0 0 560px;
  }

  #footer_wrap #footer_cont .about_app {
    width: 400px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  #footer_wrap #footer_cont #tigers_link:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .cont_inner {
    padding: 0 3%;
  }

  .hide-sp {
    display: none;
  }

  .hide-pc {
    display: block;
  }

  .indent li {
    font-size: 12px;
  }

  #header_wrap #header_cont.cont_inner {
    padding: 0;
  }
  #header_wrap #header_cont .main_title {
    padding: 20px 3% 10px;
  }
  #header_wrap #header_cont .main_title .app__lead {
    font-size: 15px;
  }
  #header_wrap #header_cont .main_title .app__titleRow {
    column-gap: 8px;
    margin: 5px auto;
  }
  #header_wrap #header_cont .main_title .app__titleRow .app__title {
    font-size: 20px;
  }
  #header_wrap #header_cont .main_title .app__titleRow .app-tigers__logo {
    margin: 0;
    flex: 0 0 auto;
  }
  #header_wrap #header_cont .main_title .app__titleRow .app-tigers__logo img {
    display: block;
    width: 48px;
    height: auto;
  }
  #header_wrap #header_cont .main_title .app__catch {
    font-size: 18px;
  }
  #header_wrap #header_cont .main_title .app__stores img {
    height: 40px;
    width: auto;
  }
  #header_wrap #header_cont .main_title .app__note {
    font-size: 13px;
  }
  #header_wrap #header_cont .main_img img {
    width: 100%;
  }

  #lead_wrap {
    padding: 20px 0 30px;
  }
  #lead_wrap h2 {
    font-size: 17px;
  }
  #lead_wrap p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8em;
  }

  #app_detail_wrap {
    padding: 35px 0 25px;
  }
  #app_detail_wrap #app_detail_cont .detail_block + .detail_block {
    margin-top: 25px;
  }
  #app_detail_wrap #app_detail_cont .detail_block .detail_title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #app_detail_wrap #app_detail_cont .detail_block .detail_title::after {
    height: 5px;
    width: 40%;
    max-width: 200px;
  }
  #app_detail_wrap #app_detail_cont .detail_block .description {
    margin-bottom: 20px;
  }
  #app_detail_wrap #app_detail_cont .detail_block .description p {
    font-size: 14px;
  }
  #app_detail_wrap #app_detail_cont .detail_block .capture_image {
    gap: 4%;
  }
  #app_detail_wrap #app_detail_cont .detail_block .capture_image div {
    width: 48%;
  }

  #footer_wrap {
    padding-top: 25px;
  }
  #footer_wrap #footer_cont .about_app {
    width: auto;
  }
  #footer_wrap #footer_cont .about_app li + li {
    margin-top: 10px;
  }
  #footer_wrap #footer_cont .about_app a {
    font-size: 13px;
  }
  #footer_wrap #footer_cont #tigers_link {
    column-gap: 5px;
    width: 80%;
    max-width: 340px;
    height: 60px;
    margin-top: 15px;
  }
  #footer_wrap #footer_cont #tigers_link img {
    width: 18px;
  }
  #footer_wrap #footer_cont .copy {
    padding: 20px 0;
  }
}

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