.homeTitle {
  text-align: center;
  color: #fff;
  line-height: 1;
}
.homeTitle__eng {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .homeTitle__eng {
    font-size: 4rem;
  }
}
.homeTitle__jp {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .homeTitle__jp {
    margin-top: 7px;
  }
}

.homeData .homeTitle__eng {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .homeData .homeTitle__eng {
    font-size: 2.6rem;
  }
}
.homeData .homeTitle__jp {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .homeData .homeTitle__jp {
    font-size: 1.6rem;
  }
}

.homeTicket .homeTitle,
.homeSchedule .homeTitle,
.homePartner .homeTitle {
  color: #003087;
}

.slick-track {
  height: fit-content;
}

.slick-arrow.slick-prev {
  left: -10px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px;
  }
}
.slick-arrow.slick-next {
  right: -10px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .homeNews .slick-prev,
  .homeGoods .slick-prev {
    left: -5%;
  }
}
@media only screen and (max-width: 768px) {
  .homeNews .slick-next,
  .homeGoods .slick-next {
    right: -5%;
  }
}

.homeGame .slick-prev::before,
.homeNews .slick-prev::before {
  border-color: transparent #fff transparent transparent;
}
.homeGame .slick-next::before,
.homeNews .slick-next::before {
  border-color: transparent transparent transparent #fff;
}

.homeSchedule .slick-arrow {
  top: 130px;
}

.kv {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.kv__outer {
  overflow: hidden;
}
.kv.slick-initialized {
  opacity: 1;
}
.kv a {
  display: block;
}
.kv a:hover {
  opacity: 0.8;
}
.kv .slick-slide img {
  width: 100%;
  height: auto;
}
.kv .kvDots {
  text-align: center;
  margin: 20px 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .kv .kvDots {
    margin: 10px 0;
  }
}
.kv .kvDots li {
  display: inline-block;
  margin: 0 10px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .kv .kvDots li {
    margin: 0 5px;
  }
}
.kv .kvDots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  background: #8b8b8b;
  width: 80px;
  height: 7px;
  cursor: pointer;
  transform: skew(-15deg, 0);
  transition: background 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .kv .kvDots li button {
    width: 40px;
    height: 4px;
  }
}
.kv .kvDots li:hover button, .kv .kvDots li.slick-active:hover button {
  background: #008aff;
}
.kv .kvDots li.slick-active button {
  background: #003087;
}

.homeData {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  background: #000;
}

.homeResults,
.homeRanking {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .homeResults,
  .homeRanking {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.homeResults__outer,
.homeRanking__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homeResults__outer,
  .homeRanking__outer {
    margin-top: 10px;
    padding: 0;
  }
}

.homeResults {
  width: calc(50% + 80px);
  background: #000;
  padding-left: calc(25vw - 200px);
  padding-right: calc(25vw - 250px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .homeResults {
    margin-left: 0;
    width: calc(50% + 40px);
  }
}
.homeResults__outer {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .homeResults__outer {
    margin-top: 15px;
    padding-bottom: 4px;
  }
}
.homeResults__team:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .homeResults__team:first-child {
    padding-right: 1vw;
  }
}
.homeResults__team:last-child {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .homeResults__team:last-child {
    padding-left: 1vw;
  }
}
.homeResults__team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .homeResults__team__area {
    font-size: 0.8rem;
  }
}
.homeResults__team__emblem {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .homeResults__team__emblem {
    padding: 5px 0;
  }
}
.homeResults__team__emblem img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .homeResults__team__emblem img {
    height: 40px;
  }
}
.homeResults__team__name {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .homeResults__team__name {
    font-size: 1.2rem;
  }
}
.homeResults__score {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homeResults__score {
    padding: 0 1vw;
  }
}
.homeResults__score__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 10rem;
}
@media only screen and (max-width: 768px) {
  .homeResults__score__num {
    font-size: 5rem;
  }
}
.homeResults__score__vs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 6em;
  padding: 0 20px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .homeResults__score__vs {
    font-size: 3rem;
    padding: 0 1vw;
  }
}
.homeResults__btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateX(25px);
}
@media only screen and (max-width: 768px) {
  .homeResults__btn {
    margin-top: 5px;
    width: 100%;
    bottom: 20px;
    left: 0;
    transform: translateX(0);
  }
}
.homeResults__btn a {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .homeResults__btn a {
    width: 80%;
  }
}

.homeRanking {
  width: calc(50% - 80px);
  background: #164cbb;
  padding-left: calc(25vw - 250px);
  padding-right: calc(25vw - 200px);
}
@media only screen and (max-width: 768px) {
  .homeRanking {
    padding-right: 0;
    width: calc(50% - 40px);
  }
}
.homeRanking__outer {
  padding: 11px 0;
}
@media only screen and (max-width: 768px) {
  .homeRanking__outer {
    padding: 5px 0;
  }
}
.homeRanking__other {
  color: #848484;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .homeRanking__other {
    display: none;
  }
}
.homeRanking__other__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 7rem;
}
.homeRanking__other__num span {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2.8rem;
  display: block;
}
.homeRanking__other__name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
}
.homeRanking__yamagata {
  color: #fff;
  line-height: 1;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .homeRanking__yamagata {
    padding: 5px 20px;
  }
}
.homeRanking__yamagata__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 13rem;
}
@media only screen and (max-width: 768px) {
  .homeRanking__yamagata__num {
    font-size: 6rem;
  }
}
.homeRanking__yamagata__num span {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 768px) {
  .homeRanking__yamagata__num span {
    font-size: 2.4rem;
  }
}
.homeRanking__yamagata__name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .homeRanking__yamagata__name {
    font-size: 1rem;
    margin-top: 2px;
  }
}
.homeRanking__btn {
  margin: 20px auto 0;
  width: 185px;
}
@media only screen and (max-width: 768px) {
  .homeRanking__btn {
    margin-top: 5px;
    width: 80%;
  }
}

.homeGame {
  width: 100%;
  background: url("../img/home/game_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}
@media only screen and (max-width: 768px) {
  .homeGame {
    padding: 35px 0;
  }
}
.homeGame__outer {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .homeGame__outer {
    width: 100%;
  }
}
.homeGame__list {
  position: relative;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .homeGame__list {
    margin-top: 20px;
  }
}
.homeGame__list.slick-initialized {
  opacity: 1;
}
.homeGame__item {
  width: 50%;
  color: #fff;
  text-align: center;
  border-top: #fff 1px solid;
  margin: 0 40px;
  outline: 0;
}
@media only screen and (max-width: 768px) {
  .homeGame__item {
    width: 100%;
    margin: 0 30px;
  }
}
.homeGame__date {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .homeGame__date {
    font-size: 2.4rem;
  }
}
.homeGame__date em {
  font-size: 6rem;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .homeGame__date em {
    font-size: 4rem;
    padding-right: 5px;
  }
}
.homeGame__sec {
  font-size: 1.6rem;
  font-weight: 500;
}
.homeGame__data {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .homeGame__data {
    margin-top: 10px;
  }
}
.homeGame__data a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.homeGame__data a:hover .homeGame__vs__link span {
  text-decoration: none;
}
.homeGame__data a:hover .homeGame__vs__link::after {
  right: -1px;
}
@media only screen and (max-width: 768px) {
  .homeGame__team {
    flex-basis: 36%;
  }
}
.homeGame__team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.4rem;
}
.homeGame__team__emblem {
  text-align: center;
  padding: 5px 0 10px;
}
.homeGame__team__emblem img {
  height: 110px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .homeGame__team__emblem img {
    height: 70px;
  }
}
.homeGame__team__name {
  font-size: 1.4rem;
}
.homeGame__vs {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .homeGame__vs {
    padding: 0;
  }
}
.homeGame__vs__vs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .homeGame__vs__vs {
    font-size: 3rem;
  }
}
.homeGame__vs__link {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .homeGame__vs__link {
    padding: 5px 10px 0;
  }
}
.homeGame__vs__link span {
  text-decoration: underline;
}
.homeGame__vs__link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: right 0.2s ease;
}
.homeGame__btn {
  margin: 20px auto 0;
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .homeGame__btn {
    width: 90%;
  }
}

.homeTicket {
  background: url("../img/home/ticket_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 90px;
}
@media only screen and (max-width: 768px) {
  .homeTicket {
    padding: 35px 0;
  }
}
.homeTicket__outer {
  margin-top: 80px;
  margin-left: 1px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homeTicket__outer {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }
}
.homeTicket__btn {
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .homeTicket__btn {
    width: 75%;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
}
.homeTicket__btn:last-child {
  margin-left: 150px;
}
@media only screen and (max-width: 768px) {
  .homeTicket__btn:last-child {
    margin-left: auto;
  }
}
.homeTicket .btn {
  border-color: #ac9933;
  color: #ac9933;
  transition: opacity 0.2s ease;
}
.homeTicket .btn:hover {
  opacity: 0.7;
}

.homeNews {
  background: #09369d url("../img/home/design_bg.png") center top repeat-x;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 768px) {
  .homeNews {
    background-size: auto 210px;
    padding: 35px 0;
  }
}
.homeNews__outer {
  margin: 60px auto 0;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .homeNews__outer {
    width: 100%;
    margin-top: 30px;
  }
}
.homeNews .homePickup__list {
  opacity: 0;
  transition: opacity 0.3s linear;
  margin: 0 -15px;
  height: 398px;
  width: calc( 1080px + 30px);
}
@media only screen and (max-width: 768px) {
  .homeNews .homePickup__list {
    width: 80%;
    margin: 0 auto;
  }
}
.homeNews .homePickup__list.slick-initialized {
  opacity: 1;
}
.homeNews .homePickup__item {
  margin: 0 15px;
  padding-top: 30px;
  padding-bottom: 5px;
  position: relative;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.homeNews .homePickup__item::after {
  content: url("../img/home/news_pickup.png");
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .homeNews .homePickup__item::after {
    transform-origin: left center;
    transform: scale(0.75);
  }
}
.homeNews .homePickup__item a {
  text-decoration: none;
  color: #014099;
  font-size: 1.4rem;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .homeNews .homePickup__item a {
    font-size: 1.6rem;
  }
}
.homeNews .homePickup__item a:hover .homePickup__img img {
  opacity: 0.7;
}
.homeNews .homePickup__item a:hover .homePickup__text {
  text-decoration: underline;
}
.homeNews .homePickup__img {
  overflow: hidden;
  border-bottom: #ccc 1px solid;
}
.homeNews .homePickup__img img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.homeNews .homePickup__contents {
  background: #fff;
  padding: 15px;
}
.homeNews .homePickup__date {
  color: #3e3e3e;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .homeNews .homePickup__date {
    font-size: 1.4rem;
  }
}
.homeNews .homePickup__text {
  height: 40px;
  overflow: hidden;
}
.homeNews__inner {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .homeNews__inner {
    margin: 30px auto 0;
    width: 95%;
  }
}
.homeNews__contents {
  background: #fff;
  padding: 25px 30px;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 768px) {
  .homeNews__contents {
    padding: 5px;
  }
}
.homeNews__item {
  padding: 25px 30px;
}
@media only screen and (max-width: 768px) {
  .homeNews__item {
    padding: 10px;
  }
}
.homeNews__item:not(:last-child) {
  border-bottom: #828282 1px dashed;
}
.homeNews__item__date {
  color: #3e3e3e;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .homeNews__item__date {
    font-size: 1.6rem;
  }
}
.homeNews__item__text {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .homeNews__item__text {
    margin-top: 5px;
  }
}
.homeNews__item__text a {
  color: #3e3e3e;
  font-size: 1.6rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .homeNews__item__text a {
    font-size: 1.8rem;
  }
}
.homeNews__item__text a:hover {
  text-decoration: underline;
}
.homeNews__item__hash {
  color: #003087;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.homeNews__item__hash__item {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .homeNews__item__hash__item {
    margin-top: 5px;
  }
}
.homeNews__item__hash__item:not(:first-child) {
  margin-left: 10px;
}
.homeNews__item__hash__item a {
  text-decoration: none;
  color: #014099;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .homeNews__item__hash__item a {
    font-size: 1.6rem;
  }
}
.homeNews__item__hash__item a:hover {
  text-decoration: underline;
}
.homeNews__btn {
  margin: 40px auto 0;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .homeNews__btn {
    margin-top: 20px;
    width: 80%;
  }
}

.homeGoods {
  background: #e5e5e5 url("../img/home/design_bg2.png") center top repeat-x;
  padding: 100px 0 50px;
  height: 643px;
}
@media only screen and (max-width: 768px) {
  .homeGoods {
    background-size: auto 210px;
    padding: 35px 0;
  }
}
.homeGoods__outer {
  margin: 60px auto 0;
  width: 1080px;
  height: 227px;
}
@media only screen and (max-width: 768px) {
  .homeGoods__outer {
    width: 100%;
    margin-top: 30px;
  }
}
.homeGoods__list {
  opacity: 0;
  transition: opacity 0.3s linear;
  margin: 0 -15px;
  width: calc( 1080px + 30px);
}
@media only screen and (max-width: 768px) {
  .homeGoods__list {
    width: 80%;
    margin: 0 auto;
  }
}
.homeGoods__list.slick-initialized {
  opacity: 1;
}
.homeGoods__item {
  margin: 0 15px;
  position: relative;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
}
.homeGoods__item a {
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .homeGoods__item a {
    font-size: 1.8rem;
  }
}
.homeGoods__item a:hover .homeGoods__img img {
  opacity: 0.7;
}
.homeGoods__item a:hover .homeGoods__text {
  text-decoration: underline;
}
.homeGoods__img {
  overflow: hidden;
}
.homeGoods__img img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.homeGoods__text {
  border-top: #e6e6e6 1px solid;
  padding: 15px;
  background: #fff;
  text-align: center;
}
.homeGoods__btn {
  margin: 60px auto 0;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .homeGoods__btn {
    margin-top: 20px;
    width: 80%;
  }
}

.homeShare {
  background: #fff;
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .homeShare {
    padding-bottom: 20px;
  }
}
.homeShare__header {
  background: #003087;
  padding: 80px 0 50px;
}
@media only screen and (max-width: 768px) {
  .homeShare__header {
    padding: 35px 0;
  }
}
.homeShare__outer {
  margin: 0 auto;
  height: 467px;
}
.homeShare__list {
  opacity: 0;
  height: 300px;
  transition: opacity 0.3s linear;
}
.homeShare__list.slick-initialized {
  opacity: 1;
}
.homeShare__item {
  transform: skew(-15deg, 0);
  margin-right: 25px;
  overflow: hidden;
  width: 420px !important;
}
@media only screen and (max-width: 768px) {
  .homeShare__item {
    width: 70vw !important;
    margin-right: 2vw;
  }
}
.homeShare__item a {
  display: block;
  position: relative;
}
.homeShare__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.2s ease;
}
.homeShare__item a:hover::after {
  background: transparent;
}
.homeShare__img img {
  transform: skew(15deg, 0) scale(1.15);
  width: 420px !important;
  height: 300px !important;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .homeShare__img img {
    width: 70vw !important;
    height: 50vw !important;
  }
}
.homeShare__hash {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  pointer-events: none;
  font-size: 2rem;
  font-weight: 500;
}
.homeShare__icon {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homeShare__icon {
    margin-top: 20px;
  }
}
.homeShare__icon__item {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .homeShare__icon__item {
    padding: 0 15px;
  }
}
.homeShare__icon__item a {
  color: #3e3e3e;
  text-decoration: none;
  font-size: 6rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.homeShare__icon__item a.line:hover {
  color: #00C300;
}
.homeShare__icon__item a.twitter:hover {
  color: #1B95E0;
}
.homeShare__icon__item a.facebook:hover {
  color: #3B5999;
}
.homeShare__icon__item a.instagram:hover {
  color: #b8287f;
}
.homeShare__icon__item a.youtube:hover {
  color: #ed0202;
}
@media only screen and (max-width: 768px) {
  .homeShare__icon__item a {
    font-size: 3.5rem;
  }
}
.homeShare__bnr {
  text-align: center;
  margin: 50px 0 0;
  padding: 0 calc(50% - 600px);
  background-color: #003087;
}
@media only screen and (max-width: 768px) {
  .homeShare__bnr {
    margin-top: 20px;
    width: 100%;
  }
}
.homeShare__bnr a {
  transition: opacity 0.2s ease;
  width: 100%;
  display: block;
}
.homeShare__bnr a:hover {
  opacity: 0.7;
}
.homeShare__bnr a img {
  width: 100%;
  height: auto;
}

.homeSquareBnr {
  background: #000;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .homeSquareBnr {
    padding: 6vw 0 2vw;
  }
}
.homeSquareBnr__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homeSquareBnr__list {
    flex-wrap: wrap;
    padding-left: 4vw;
  }
}
.homeSquareBnr__item {
  padding: 0 25px;
}
@media only screen and (max-width: 768px) {
  .homeSquareBnr__item {
    padding: 0 4vw 4vw 0;
    width: 48vw;
  }
}
.homeSquareBnr__item a {
  transition: opacity 0.2s ease;
  border: #fff 2px solid;
  display: block;
}
.homeSquareBnr__item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .homeSquareBnr__item a img {
    width: 100%;
    height: auto;
  }
}

.homeSchedule {
  background: #e5e5e5;
  padding: 60px 0 70px;
  height: 652px;
}
@media only screen and (max-width: 768px) {
  .homeSchedule {
    padding: 35px 0;
  }
}
.homeSchedule__outer {
  margin: 0 auto;
  height: 327px;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__outer {
    width: 95%;
  }
}
.homeSchedule__list {
  margin: 40px auto 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__list {
    margin-top: 20px;
  }
}
.homeSchedule__list.slick-initialized {
  opacity: 1;
}
.homeSchedule__list .slick-list.draggable {
  padding: 50px 0 !important;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__list .slick-list.draggable {
    padding: 0 !important;
  }
}
.homeSchedule__item {
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__item {
    padding: 0;
    margin: 0 10px;
  }
}
.homeSchedule__item .homeSchedule__item__outer {
  border: #ac9933 3px solid;
  background: #fff;
  padding: 10px 5px;
  margin: 0 7px;
  transition: transform 0.5s ease, background 0.5s ease;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.homeSchedule__item .homeSchedule__item__outer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__item .homeSchedule__item__outer {
    margin: 0;
    background: #fff;
  }
}
.homeSchedule__item .homeSchedule__item__outer .slick-arrow {
  top: 130px;
  transform: translateY(0);
}
.homeSchedule__item.slick-center .homeSchedule__item__outer {
  background: #fff;
  transform: scale(1.1);
  min-height: 260px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__item.slick-center .homeSchedule__item__outer {
    transform: scale(1);
  }
}
.homeSchedule__item.slick-center .homeSchedule__item__outer::after {
  display: none;
}
.homeSchedule__date {
  font-size: 3rem;
  font-weight: 400;
  color: #ac9933;
  padding-bottom: 5px;
  border-bottom: #ac9933 1px solid;
  text-align: center;
}
.homeSchedule__date span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 10px;
}
.homeSchedule__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: #ac9933 1px dashed;
  padding: 5px 0;
}
.homeSchedule__inner:last-child {
  border: none;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__inner {
    padding: 10px 0;
  }
}
.homeSchedule__inner__title {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__inner__title {
    font-size: 1.4rem;
    padding: 10px 5px;
    line-height: 2.7rem;
  }
}
.homeSchedule__inner__text {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__inner__text {
    font-size: 1.4rem;
  }
}
.homeSchedule__item.slick-center {
  margin-top: -33px;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__item.slick-center {
    margin-top: 0;
  }
}
.homeSchedule__item.slick-center .homeSchedule__inner {
  padding: 10px 0;
}
.homeSchedule__item.slick-center .homeSchedule__inner__title {
  font-size: 1.4rem;
  padding: 10px 5px;
}
.homeSchedule__item.slick-center .homeSchedule__inner__text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__item.slick-center .homeSchedule__inner__text {
    font-size: 1.8rem;
  }
}
.homeSchedule__btn {
  margin: 20px auto 0;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .homeSchedule__btn {
    width: 70%;
  }
}
.homeSchedule__btn .btn {
  border-color: #ac9933;
  color: #ac9933;
  transition: opacity 0.2s ease;
}
.homeSchedule__btn .btn:hover {
  opacity: 0.7;
}

.bnr img {
  width: 100%;
  height: auto;
}
.bnr__outer {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bnr__outer {
    display: block;
    width: 85%;
    padding: 30px 0;
  }
}
.bnr__big {
  width: 300px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .bnr__big {
    width: 100%;
    margin-right: 0;
  }
}
.bnr__big a {
  transition: opacity 0.2s ease;
}
.bnr__big a:hover {
  opacity: 0.7;
}
.bnr__others {
  width: 645px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bnr__others {
    width: 100%;
  }
}
.bnr__others__item {
  width: 150px;
  margin-top: 20px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .bnr__others__item {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .bnr__others__item:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr__others__item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .bnr__others__item:nth-child(-n+4) {
    margin-bottom: 0;
  }
}
.bnr__others__item a {
  transition: opacity 0.2s ease;
}
.bnr__others__item a:hover {
  opacity: 0.7;
}

.homePartner {
  background: url(../img/home/partner_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 65px 0;
  /*
  &__top{
    @include flexbox(nowrap,center,center);
    @include sp(){
        display: block;
        margin-top: 30px;
    }
  }
  &__big{
    width: 300px;
    @include sp(){
        width: 70%;
        margin: 0 auto;
    }
  }
  */
  /*
  &__list2{
    @include flexbox(nowrap,center,center);
    margin-top: 40px;
    @include sp(){
        flex-wrap: wrap;
        margin-top: 10px;
    }
    &__item{
        width: 110px;
        @include sp(){
            margin-top: 20px;
            width: 35%;
        }
        &:not(:first-child){
            margin-left:10px;
            @include sp(){
                margin-left: 0;
            }
        }
        &:nth-child(even){
            @include sp(){
                margin-left: 5%;
            }
        }

    }
  }*/
}
@media only screen and (max-width: 768px) {
  .homePartner {
    padding: 35px 0;
  }
}
.homePartner img {
  width: 100%;
  height: auto;
}
.homePartner a {
  transition: opacity 0.2s ease;
  display: block;
}
.homePartner a:hover {
  opacity: 0.7;
}
.homePartner__outer {
  margin: 40px auto 70px;
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .homePartner__outer {
    width: 100%;
    margin: 5px auto 20px;
  }
}
.homePartner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 835px;
}
@media only screen and (max-width: 768px) {
  .homePartner__list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.homePartner__list__item {
  margin-top: 20px;
  width: 260px;
  line-height: 65px;
  text-align: center;
}
.homePartner__list__item:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.homePartner__list__item:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item {
    margin-top: 20px;
    width: 42%;
  }
  .homePartner__list__item:nth-child(even) {
    margin-left: 5%;
  }
}
.homePartner__list__item img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item img {
    width: 100%;
    height: auto;
  }
}
.homePartner__list__item2 {
  margin-top: 20px;
  width: 173px;
  text-align: center;
}
.homePartner__list__item2:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item2:nth-child(4n+1) {
    margin-left: 0;
  }
}
.homePartner__list__item2:not(:nth-child(4n+1)) {
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item2:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item2 {
    margin-top: 20px;
    width: 26%;
  }
  .homePartner__list__item2:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
}
.homePartner__list__item2 img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .homePartner__list__item2 img {
    width: 100%;
    height: auto;
  }
}

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