#season .mv {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/mainvisual01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  #season .mv {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #season .mv {
    height: 200px;
  }
}

#season .mv__head {
  color: #fff;
  font-size: 4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  #season .mv__head {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  #season .mv__head {
    font-size: 2.4rem;
  }
}

#season .season {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #season .season {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #season .season {
    margin-top: 60px;
  }
}

#season .season__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#season .season__flex__content {
  width: 76%;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content {
    width: 100%;
  }
}

#season .season__flex__content__ttl {
  font-weight: bold;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

#season .season__flex__content__ttl__line {
  display: block;
  font-size: 3.2rem;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  #season .season__flex__content__ttl__line {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__ttl__line {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-top: 15px;
  }
}

#season .season__flex__content__ttl__line__winter {
  font-size: 4.2rem;
  color: #0d74d4;
}

@media screen and (max-width: 1199px) {
  #season .season__flex__content__ttl__line__winter {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__ttl__line__winter {
    font-size: 2.8rem;
  }
}

#season .season__flex__content__ttl__line__num {
  font-size: 4.2rem;
  color: #f64a42;
}

@media screen and (max-width: 1199px) {
  #season .season__flex__content__ttl__line__num {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__ttl__line__num {
    font-size: 2.8rem;
  }
}

#season .season__flex__content__ttl__line__br {
  display: none;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__ttl__line__br {
    display: block;
  }
}

#season .season__flex__content__ttl__season {
  display: block;
  padding: 3px;
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__ttl__season {
    font-size: 1.6rem;
  }
}

#season .season__flex__content__ttl__season:before {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #44a0f9;
}

#season .season__flex__content__head {
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  background: url(../../common/img/dot04.png) repeat-x bottom left/5px;
}

@media screen and (max-width: 1199px) {
  #season .season__flex__content__head {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__head {
    font-size: 1.6rem;
  }
}

#season .season__flex__content__head:nth-of-type(n+2) {
  margin-top: 40px;
}

#season .season__flex__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

#season .season__flex__content__flex__info {
  width: 58%;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__flex__info {
    width: 100%;
  }
}

#season .season__flex__content__flex__info__txt {
  margin-top: 30px;
}

#season .season__flex__content__flex__pic {
  width: 40%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__flex__pic {
    width: 100%;
  }
}

#season .season__flex__content__flex__pic p {
  text-align: center;
}

#season .season__flex__content__flex__pic2 {
  width: 32%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #season .season__flex__content__flex__pic2 {
    width: 100%;
  }
}

#season .season__flex__content__flex__pic2 p {
  text-align: center;
}

#season .season__flex__content__list {
  margin-top: 30px;
}

#season .season__flex__content__list__content {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

#season .season__flex__content__list__content:not(:first-child) {
  margin-top: 7px;
}

#season .sns {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  #season .sns {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #season .sns {
    margin-top: 60px;
  }
}

#season .sns__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #season .sns__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#season .sns__flex__list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #season .sns__flex__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #season .sns__flex__list:nth-child(2) {
    margin-top: 20px;
  }
}

#season .sns__flex__list iframe {
  vertical-align: bottom;
}

#season .sns__flex__list__link {
  display: block;
}
/*# sourceMappingURL=style.css.map */