/*****************************************
*
* HOME
*
******************************************/

/*------------------------------------------*/
/* メイン
/*------------------------------------------*/

.main {
  background: #F0F0F0;
  margin-top: 60px;
}

@media screen and (min-width: 834px), print {
  .main {
    margin-top: 200px;
  }

  .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

/* swiper --------------------------------*/
.swiper-container {
  display: inline-block;
  width: 100%;
  animation: fadeIn;
  animation-duration: 1s;
}

.swiper-slide {
  background: #fff;
  vertical-align: bottom;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}


/* サイド --------------------------------*/

@media screen and (min-width: 834px), print {
  .main-side {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 100%;
    margin-left: 60px;
  }
}


/* 文字 --------------------------------*/
.main-side .en {
  font-size: 0.8rem;
  font-weight: 500;
}

@media screen and (max-width: 833px) {
  .main-side .en {
    background: #000;
    color: #fff;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 834px), print {
  .main-side .en {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.6rem;
    transform-origin: center;
    transform: rotate(90deg);
    position: absolute;
    bottom: 260px;
    left: -100px;
  }
}

@media screen and (min-width: 1300px), print {
  .main-side .en {
    font-size: 0.8rem;
    bottom: 300px;
    left: -140px;
  }
}


/* ナビゲーション --------------------------------*/
.main .swiper-button-prev:after,
.main .swiper-button-next:after {
  content: none;
}

@media screen and (max-width: 833px) {

  .main .swiper-button-prev,
  .main .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .main-nav {
    position: relative;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .main .swiper-button-prev {
    background: url(img/arrow_main.svg) no-repeat;
    background-size: 100%;
    width: calc(70px / 1);
    height: calc(10px / 1);
    transform: scale(-1, 1);
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .main .swiper-button-next {
    background: url(img/arrow_main.svg) no-repeat;
    background-size: 100%;
    width: calc(70px / 1);
    height: calc(10px / 1);
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

@media screen and (min-width: 1300px), print {
  .main-nav {
    bottom: 40px;
  }
}


/*------------------------------------------*/
/* 見出し共通
/*------------------------------------------*/
.top-heading__wrap {
  animation: fadeInUp;
  animation-duration: 1s;
}

@media screen and (max-width: 833px) {
  .top-heading__wrap {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .top-heading__wrap {
    text-align: left;
    margin-right: 100px;
  }
}

/* 英語 --------------------------------*/
.top-heading__wrap .en {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}

.top-heading__wrap .en::before {
  content: '';
  display: inline-block;
  background: #000;
  width: 50px;
  height: 4px;
  position: absolute;
}

@media screen and (max-width: 833px) {
  .top-heading__wrap .en::before {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 834px), print {
  .top-heading__wrap .en {
    font-size: 1.8rem;
  }

  .top-heading__wrap .en::before {
    bottom: -8px;
    left: 0;
  }
}

/* 見出し --------------------------------*/
.top-heading {
  font-size: 1rem;
  margin-top: 15px;
}

@media screen and (min-width: 834px), print {
  .top-heading {
    margin-top: 20px;
  }
}


/*------------------------------------------*/
/* EVENT NEWS
/*------------------------------------------*/


@media screen and (max-width: 767px) {
  .top-news {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 580px) {
  .top-news {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 834px), print {

  .top-event,
  .top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* 見出し --------------------------------*/
.top-event .heading,
.top-news .heading {
  font-weight: bold;
  border: solid 1px #000;
  padding: 10px;
  animation: fadeInUp;
  animation-duration: 1s;
}

@media screen and (max-width: 833px) {

  .top-event .heading,
  .top-news .heading {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {

  .top-event .heading,
  .top-news .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    font-size: 1.8rem;
    margin-right: 60px;
  }
}

/* NEWS iframe --------------------------------*/
.newsiframe {
  width: 100%;
  animation: fadeInUp;
  animation-duration: 1.5s;
}


/*------------------------------------------*/
/* 賛助会員
/*------------------------------------------*/

.top-supporting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  animation: fadeInUp;
  animation-duration: 1.5s;
}

.top-supporting li.heading {
  border: 0;
}

.top-supporting li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  overflow: hidden;
}

.top-supporting li:nth-of-type(1) a {
  background: #000;
}

.top-supporting li a img {
  width: 100%;
  vertical-align: bottom;
  cursor: pointer;
  transition: all .5s ease;
}

.top-supporting li a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 833px) {
  .top-supporting li {
    width: calc(100% / 4);
  }

  .top-supporting li {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }

  .top-supporting li:nth-of-type(1) {
    border: solid 1px #000;
  }

  .top-supporting li.heading {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-supporting li {
    width: calc(100% / 2);
  }

  .top-supporting li:nth-of-type(2),
  .top-supporting li:nth-of-type(4) {
    border-left: solid 1px #ccc;
  }
}

@media screen and (min-width: 834px), print {
  .top-supporting li {
    width: calc(100% / 5);
  }

  .top-supporting li {
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }

  .top-supporting li:nth-of-type(1) {
    border: solid 1px #000;
  }
}

@media screen and (min-width: 1100px), print {
  .top-supporting li {
    width: calc(400px / 2);
  }
}

/* 見出し --------------------------------*/
.top-supporting .heading {
  background: #000;
  color: #fff;
}

.top-supporting .heading .en {
  font-size: 0.6rem;
  font-weight: 600;
  margin-top: 5px;
}

.top-supporting .heading h2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 833px) {
  .top-supporting .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
  }

  .top-supporting .heading .en {
    margin-top: 3px;
  }

  .top-supporting .heading h2 {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1100px), print {
  .top-supporting .heading .en {
    font-size: 0.8rem;
    margin-top: 10px;
  }

  .top-supporting .heading h2 {
    font-size: 1rem;
  }
}