@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700&subset=japanese");

/*----------------------------------------------------------
/* 基本定義
/* last 2021.8.7
-----------------------------------------------------------*/
/*フォント設定*/
html {
  font-size: 10px;
  /* initial 10px */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  /* default font-size 16px */
  line-height: 1.5;
}

/* Google fonts  ->  Noto Sans JP */
/* Regular 400/Medium 500/Bold 700 */
/* アンカー／初期化 */
a,
a:link,
a:visited {
  text-decoration: none;
  color: #e4e4e4;
}

a:active,
a:hover {
  text-decoration: underline;
}

/* imgホバー透過 */
a:hover img {
  opacity: 0.65;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* 画像レスポンシブ・インライン */
.img-respo {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-respo_inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

/*----------------------------------------------------------
/* レイアウト
-----------------------------------------------------------*/
.wrapper-all {
  color: #333;
  background: #fafafa;
}

.schedule-list-item h2 {
  position: relative;
  margin-bottom: 0;
  padding: 6px 10px 6px 20px;
  color: #fafafa;
  background: #192650;
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
  border-left: 10px solid #fcc800;
}

.schedule-list-item h2 span {
  display: inline-block;
  -webkit-transform: skewX(12deg);
  transform: skewX(12deg);
}

.stadium-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stadium-rule .stadium-home {
  color: #fcc800;
}

.stadium-rule .stadium-away {
  padding-left: 6px;
  color: #9a9a9a;
}

.ticket-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  padding: 4px 14px;
  font-size: 1.5rem;
  background: #c12c2c;
  color: #e4e4e4;
  font-weight: normal;
  border-radius: 50px;
  -webkit-transform: skew(12deg) translateY(-50%);
  transform: skew(12deg) translateY(-50%);
}

.ticket-btn.game-end {
  pointer-events: none;
  color: #4a4a4a;
  background: #818181;
}

.schedule-list-item:nth-child(n + 2) {
  margin-top: 10px;
}

.schedule-list-item h2.away {
  color: #fafafa;
  border-left: 10px solid #9a9a9a;
}

.schedule-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.match-day {
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.match-day .day {
  padding-left: 6px;
  font-size: 2rem;
}

.match-day .sat-day {
  color: #005da8;
}

.match-day .sun-day {
  color: #f5130c;
}

.match-day.mitei {
  font-size: 3.2rem;
}

.match-day.mitei .day {
  font-size: 1.8rem;
}

.match-day.mitei small {
  font-size: 1.6rem;
}

.kick-off {
  margin-bottom: 4px;
}

.kick-off .time {
  padding-left: 6px;
  font-size: 2rem;
  font-weight: bold;
}

.stadium span {
  display: block;
  width: 158px;
  border: 1px solid #adadad;
  text-align: center;
}

.team-emb {
  width: 30%;
  max-width: 110px;
}

.team-emb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px;
}

.main-img {
  position: relative;
  width: 100%;
  /*max-width: 1920px;
  height: 630px;*/
  overflow: hidden;
  margin: 0 auto 60px auto;
}

.main-img img.object-fit-img {
  display: block;
  width: 100%;
  /*height: 100%;
  font-family: "object-fit: cover; object-position: 50% 70%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;*/
}

/*
.opening-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #231816;
  animation: opening-mask 7s both;
}

.opening-emb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10vw;
  transform: translate(-50%, -50%);
  animation: opening-zoom 5s 0.5s forwards;
}

@keyframes opening-mask {
  0% {
    display: block;
    opacity: 1;
  }
  50% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes opening-zoom {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
*/
.homegame-schedule h1 {
  margin-bottom: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #192650;
}

.homegame-schedule h1 span {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 10px 0;
  font-size: 2.4rem;
}

.homegame-schedule h1 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  background: #545454;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.homegame-schedule h1 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  background: #545454;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-slogan {
  margin-top: 60px;
}

.team-slogan img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 374px) {
  .match-day {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .schedule-list-inner {
    padding: 10px 15px;
  }

  .game-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 130px);
  }

  .info-left {
    width: 36%;
  }

  .info-right {
    width: 62%;
  }

  .team-name span {
    font-size: 2.4rem;
    font-weight: bold;
  }

  .stadium span {
    width: 180px;
  }

  .homegame-schedule h1 {
    margin-bottom: 60px;
  }

  .homegame-schedule h1 span::before {
    width: 40%;
  }

  .homegame-schedule h1 span::after {
    width: 40%;
  }

  .ticket-btn {
    right: 20px;
    padding: 4px 24px;
  }
}

@media screen and (min-width: 992px) {
  .main-img {
    /*height: 840px;*/
    margin-bottom: 40px;
  }

  /*.main-img img.object-fit-img {
    font-family: "object-position: 50% 45%;";
    -o-object-position: 50% 45%;
    object-position: 50% 45%;
  }*/
  .homegame-schedule h1 {
    font-size: 5rem;
  }

  .schedule-list-inner {
    padding: 10px 30px;
  }

  .team-name {
    margin-bottom: 1.2em;
  }

  .team-name span {
    font-size: 2.6rem;
  }

  .match-day {
    font-size: 5.2rem;
  }

  .match-day.mitei {
    font-size: 3.8rem;
  }

  .match-day.mitei .day {
    font-size: 2rem;
  }

  .match-day.mitei small {
    font-size: 1.8rem;
  }

  .kick-off .time {
    font-size: 2.6rem;
  }

  .team-slogan {
    margin-top: 80px;
  }
}

/*--------------------------
|       topに戻るボタン       |
---------------------------*/
.top_btn {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background: #707070;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top_btn i {
  font-size: 2.2rem;
  color: #e4e4e4;
}

.top_btn:hover {
  opacity: 1;
}

footer {
  margin-top: 60px;
  padding: 30px 0 40px;
  border-top: 1px solid #545454;
}

footer p {
  text-align: center;
  color: #333;
}

footer p a {
  color: #333 !important;
}

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