@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/* ==========================================================================
   Foundation
========================================================================== */
.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#fanfes h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes h1 {
    font-size: 1.8rem;
  }
}
#fanfes h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes h2 {
    font-size: 1.6rem;
  }
}
#fanfes h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes h3 {
    font-size: 1.35rem;
  }
}
#fanfes h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes h4 {
    font-size: 1.15rem;
  }
}
#fanfes h5 {
  font-size: 1rem;
  font-weight: 700;
}
#fanfes h6 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes h6 {
    font-size: 0.85rem;
  }
}
#fanfes .txtLarge {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #fanfes .txtLarge {
    font-size: 1.15rem;
  }
}
#fanfes .txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  #fanfes .txtSmall {
    font-size: 0.85rem;
  }
}
#fanfes .txtXsmall {
  font-size: 0.7rem;
}
#fanfes .txtXxsmall {
  font-size: 0.6rem;
}
#fanfes .pT_base {
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  #fanfes .pT_base {
    padding-top: 40px;
  }
}
#fanfes .pB_base {
  padding-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #fanfes .pB_base {
    padding-bottom: 40px;
  }
}

/* ==========================================================================
   Common
========================================================================== */
#fanfes.root {
  background: #D7F1F6;
}
#fanfes .main {
  padding-bottom: 0;
  position: relative;
}
#fanfes .contentsTitle {
  text-align: center;
  font-family: "industry", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #fanfes .contentsTitle {
    font-size: 4rem;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}
#fanfes .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0 0 50px;
  text-align: center;
  font-weight: bold;
  color: #530005;
}
@media only screen and (max-width: 640px) {
  #fanfes .lead {
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
  }
}
#fanfes .wrapper {
  width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #fanfes .wrapper {
    width: 100%;
  }
}
#fanfes .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#fanfes .moreBtn {
  width: 360px;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-style: italic;
  font-family: "Girassol", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #fanfes .moreBtn {
    width: 80%;
  }
}
#fanfes .moreBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  #fanfes .moreBtn a {
    padding: 10px;
  }
}
#fanfes .moreBtn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
  Contents
========================================================================== */
#fanfes .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#fanfes .content_main {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
#fanfes .content_main img {
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  #fanfes .content_main {
    margin: 0 auto 40px;
  }
  #fanfes .content_main img {
    margin: 0 auto 30px;
  }
  #fanfes .content_main .box_a {
    padding: 0 4%;
  }
}
#fanfes .content_wrap {
  width: 92%;
  margin: 0 4%;
  text-align: center;
}
#fanfes .content_wrap img {
  width: 100%;
  margin: 0 auto 40px;
}
#fanfes .content_wrap + .content_wrap {
  margin-top: 120px;
}
@media only screen and (max-width: 640px) {
  #fanfes .content_wrap img {
    margin: 0 auto 20px;
  }
  #fanfes .content_wrap + .content_wrap {
    margin-top: 60px;
  }
  #fanfes .content_wrap .text_article {
    padding: 0;
  }
}
#fanfes .content_wrap a {
  text-decoration: underline;
  color: #6082AB;
  transition: all 0.2s linear;
}
#fanfes .content_wrap a:hover {
  opacity: 0.7;
}
#fanfes .content_foot {
  text-align: center;
  margin: 0 auto;
  width: 92%;
}
#fanfes .content_foot a {
  display: inline-block;
}
#fanfes .content_foot a img {
  transition: all 0.2s linear;
  margin: 0 auto;
}
#fanfes .content_foot a img:hover {
  opacity: 0.7;
}
#fanfes .content_foot a figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #fanfes .content_foot {
    margin: 0 auto;
  }
  #fanfes .content_foot a img {
    width: 100%;
  }
  #fanfes .content_foot a figcaption {
    margin-top: 10px;
  }
}
#fanfes .content_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#fanfes .content_movie iframe {
  width: 100%;
  height: 100%;
}
#fanfes .title_main {
  font-size: 4rem;
  color: #AD8647;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #fanfes .title_main {
    margin: 0 4% 30px;
    font-size: 5vw;
  }
}
#fanfes .title {
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  background: #6082AB;
  border-radius: 10px;
  padding: 25px 30px;
  text-align: center;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  #fanfes .title {
    margin: 0 auto 30px;
    padding: 18px 10px;
    font-size: 5vw;
  }
}
#fanfes .title_sub {
  font-size: 2.4rem;
  color: #0C2232;
  padding: 20px;
  border-bottom: 1px solid #AD8647;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 80px auto 40px;
}
@media only screen and (max-width: 640px) {
  #fanfes .title_sub {
    margin: 40px auto 20px;
    padding: 10px;
    font-size: 4.1666666667vw;
  }
}
#fanfes .text_article {
  font-size: 1.8rem;
  color: #0C2232;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  padding: 0 4%;
  max-width: 1280px;
}
@media only screen and (max-width: 640px) {
  #fanfes .text_article {
    max-width: 100%;
    padding: 0;
  }
  .content_main #fanfes .text_article {
    padding: 0 4%;
  }
}
#fanfes .clm2_article {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #fanfes .clm2_article {
    padding: 15px;
    margin: 20px auto 0;
  }
}
#fanfes .clm2_article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#fanfes .clm2_article ul li {
  width: 50%;
}
#fanfes .clm2_article ul li img {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
#fanfes .clm2_article ul li figcaption {
  font-size: 1.6rem;
  color: #0C2232;
  text-align: left;
  padding: 20px;
  background: #FCD444;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  #fanfes .clm2_article ul {
    display: block;
  }
  #fanfes .clm2_article ul li {
    width: 100%;
  }
  #fanfes .clm2_article ul li + li {
    margin-top: 20px;
  }
  #fanfes .clm2_article ul li figcaption {
    padding: 10px;
  }
}
#fanfes .message_fan {
  position: relative;
  margin: 120px auto 0;
  padding-bottom: 80px;
  width: 92%;
}
#fanfes .message_fan .message {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-shadow: #0C2232 1px 0 10px;
}
@media only screen and (max-width: 640px) {
  #fanfes .message_fan {
    margin: 60px auto 0;
    padding-bottom: 40px;
  }
  #fanfes .message_fan .message {
    font-size: 4.5454545455vw;
    top: calc(50% - 30px);
  }
}/*# sourceMappingURL=style.css.map */