@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

header

-------------------------------*/
.official-sns-top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}

.official-sns-ttl {
  font-size: 1.3rem;
  background: #fff;
  color: #ff6b00;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0 auto 15px;
  padding: 10px 0;
  line-height: 1.3;
  border-radius: 50px;
  border-bottom: 1px dotted #ff8c42;
}
@media screen and (min-width: 960px) {
  .official-sns-ttl {
    width: 70%;
    margin: 0 auto 20px;
    justify-content: flex-end;
  }
}

.official-sns-list-top {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2vw;
  right: 1vw;
}
.official-sns-list-top li {
  margin: 0 7px;
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .official-sns-list-top li {
    margin: 0 10px;
  }
}
.official-sns-list-top a {
  transition: all 0.4s ease;
}
.official-sns-list-top a:hover {
  opacity: 0.6;
}

.official-sns-list {
  display: flex;
  justify-content: center;
}
.official-sns-list li {
  margin: 0 8px;
}
.official-sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 960px) {
  .official-sns-list li a {
    width: 70px;
    height: 70px;
  }
}
.official-sns-list li a i {
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .official-sns-list li a i {
    font-size: 32px;
  }
}
.official-sns-list li a:hover {
  opacity: 0.85;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#official-btn-twitter {
  display: block;
  width: 85px;
}
@media screen and (min-width: 960px) {
  #official-btn-twitter {
    width: 120px;
  }
}

.icon-youtube.nav-icon {
  color: #f00;
}

#official-btn-tw {
  color: #000;
  font-size: 24px;
  padding: 0 5px 0 0;
  padding: 13px;
}

/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
}

#top-main {
  padding: 30vw 0 8vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #top-main {
    width: 70%;
    max-width: 850px;
    margin: 0 auto;
    padding: 3.5% 0 5%;
    position: relative;
  }
}

.main-img {
  position: relative;
  overflow: hidden;
}
.main-img::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
  display: block;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
  pointer-events: none;
  opacity: 0;
}
.main-img.is-loaded::before {
  animation: main-img-shine 2s ease-in-out 0.5s;
  opacity: 1;
}
.main-img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .main-img img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 960px) {
  .main-img {
    padding: 8px;
  }
}

@keyframes main-img-shine {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
.top-logo {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .top-logo {
    padding: 30px 0;
  }
}

.top-inner {
  width: 100%;
  margin: 0 auto;
}

.top-copy {
  position: absolute;
  right: 14vw;
  top: 14vw;
  width: 4%;
  max-width: 30px;
  z-index: 50;
}
@media screen and (min-width: 960px) {
  .top-copy {
    right: 35vw;
    width: 1.5%;
    max-width: 50px;
    top: 5vw;
  }
}
.top-copy img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.top-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 95%;
  max-width: 540px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.badge {
  display: flex;
  justify-content: center;
  padding: 0 0 5px;
}
.badge img {
  width: 130px;
  margin: 0 5px;
}
@media screen and (min-width: 960px) {
  .badge img {
    width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .badge {
    padding: 0 0 20px;
  }
}

.roadshow {
  width: 85%;
  max-width: 450px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 65%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/*-------------------------------
  top-info-links (Xボタンとお知らせページ)
-------------------------------*/
.top-info-links {
  width: 85%;
  max-width: 450px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .top-info-links {
    width: 65%;
    max-width: 400px;
    margin: 40px auto 0;
  }
}

.top-info-link {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .top-info-link {
    min-height: 56px;
  }
}

.top-info-link--x {
  background: transparent;
  border: none;
  min-height: auto;
  padding: 0;
  transition: all 0.4s ease;
}
.top-info-link--x:hover {
  opacity: 0.6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.top-info-link--x img {
  display: block;
  width: auto;
  max-width: 70%;
}

.top-info-link--news {
  background: #fff;
  border: 2px solid #ff8c42;
  color: #ff6b00;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.top-info-link--news:hover {
  background: #fff5b0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.top-x {
  position: absolute;
  top: 5vw;
  left: 5vw;
  width: 80px;
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .top-x {
    top: 2vw;
    right: 2vw;
    left: auto;
    width: 90px;
  }
}

#official-btn-twitter-top {
  display: inline-block;
  width: 100%;
  transition: all 0.4s ease;
}
#official-btn-twitter-top img {
  width: 100%;
  height: auto;
}
#official-btn-twitter-top:hover {
  opacity: 0.6;
}
#official-btn-twitter-top.top-info-link--x {
  display: flex;
  width: auto;
  flex: 1 1 0;
}
#official-btn-twitter-top.top-info-link--x img {
  width: auto;
  max-width: 100%;
}

.top-bnr {
  width: 70%;
  max-width: 450px;
  margin: 30px auto 0;
  animation: swing linear 2.5s infinite;
}
.top-bnr a {
  transition: all 0.4s ease;
}
.top-bnr a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .top-bnr {
    position: absolute;
    width: 30vw;
    right: -130px;
    top: 20px;
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .top-bnr {
    max-width: 250px;
  }
}
.img-anime {
  -webkit-animation: flip-scale-up-ver 0.5s linear both;
  animation: flip-scale-up-ver 0.5s linear both;
  opacity: 1 !important;
}

/**
 * ----------------------------------------
 * animation flip-scale-up-ver
 * ----------------------------------------
 */
@-webkit-keyframes flip-scale-up-ver {
  0% {
    -webkit-transform: scale(1) rotateY(180deg);
    transform: scale(1) rotateY(180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotateY(90deg);
    transform: scale(1.2) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
@keyframes flip-scale-up-ver {
  0% {
    -webkit-transform: scale(1) rotateY(180deg);
    transform: scale(1) rotateY(180deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotateY(90deg);
    transform: scale(1.2) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}
/*-------------------------------

#movie

-------------------------------*/
#trailer {
  position: relative;
  padding: 30px 5% 0;
  text-align: center;
  overflow: visible;
}

.pc-modal-movie {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  display: none;
  padding: 15px 0 5px;
  text-align: center;
  color: #e76189;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}
@media screen and (min-width: 960px) {
  .play-icon {
    width: 100px;
    height: 69px;
    font-size: 100px;
    line-height: 69px;
    background: #fff;
    border-radius: 47px;
  }
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/*-------------------------------

contents

-------------------------------*/
.txt-container {
  text-align: left;
  line-height: 2;
  word-break: normal;
  word-wrap: normal;
}

/*-------------------------------

#about

-------------------------------*/
#about {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  #about {
    margin: 0 auto;
  }
}

#about-inner {
  position: relative;
  padding: 15vw 5vw 8vw;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border: 4px dashed #ff8c42;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  #about-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    padding: 5vw;
  }
}

#about-ttl {
  text-align: center;
}

.contents-ttl {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  background: transparent;
  overflow: visible;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 2em;
    margin: 0 auto 40px;
    white-space: nowrap;
  }
}
.contents-ttl::before, .contents-ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff8c42;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.contents-ttl::before {
  transform: skew(25deg);
}
.contents-ttl::after {
  transform: skew(-25deg);
}

#about .contents-ttl,
#character .contents-ttl {
  font-size: 2em;
  margin: 0 auto;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: fit-content;
  top: 35px;
}

#sns .contents-ttl {
  font-size: 1.2em;
  margin: 0 auto;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: fit-content;
  top: 35px;
}

.contents-ttl-ribbon {
  display: inline-block;
}

.star-before,
.star-after {
  color: #ffea00;
  font-size: 1.2em;
  margin: 0 10px;
  display: inline-block;
  animation: twinkle 2s ease-in-out infinite;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
@media screen and (min-width: 960px) {
  .star-before,
  .star-after {
    font-size: 1em;
    margin: 0 10px;
  }
}

.star-before {
  animation-delay: 0s;
}

.star-after {
  animation-delay: 1s;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
#about-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  #about-images {
    flex-direction: row;
    gap: 40px;
    margin: 0 0 40px;
  }
}

.about-img-item {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .about-img-item {
    max-width: 600px;
  }
}
.about-img-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

#about-txt {
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  #about-txt {
    font-size: 1.1em;
    text-align: center;
  }
}

.about-catch {
  font-size: 1.4em;
  font-weight: 700;
  color: #4a90e2;
  text-align: center;
  margin: 30px 0 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.1em #fffacd, 0 0 0.2em #fffacd, 0 0 0.4em #fff8dc, 0 0 0.6em #fffacd;
}
@media screen and (min-width: 960px) {
  .about-catch {
    font-size: 1.3em;
    margin: 40px 0 20px 0;
  }
}

p {
  margin: 30px 0;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  p {
    font-size: 0.9em;
    text-align: center;
  }
}

.character {
  position: absolute;
  width: 140px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .character {
    width: 180px;
  }
}

/*-------------------------------

#character

-------------------------------*/
#character {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  overflow: visible;
}
#character-inner {
  position: relative;
  padding: 15vw 5vw;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  border: 4px dashed #fbac5e;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  #character-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    padding: 5vw;
  }
}

#character-ttl {
  text-align: center;
}

.character-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .character-list {
    gap: 60px;
  }
}

.character-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .character-item {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}

.character-img {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  background: #fffac8;
  padding: 9% 13%;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .character-img {
    width: 250px;
    height: 250px;
    padding: 4% 5.5%;
  }
}
.character-img img {
  width: 85%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.character-txt {
  flex: 1;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .character-txt {
    text-align: left;
  }
}

.character-name {
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
  background: #faab5d;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .character-name {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    text-align: left;
  }
}

.character-txt p {
  font-size: 1.1em;
  line-height: 1.8;
  text-align: justify;
  color: #555;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .character-txt p {
    font-size: 0.9em;
  }
}

#sns {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 60px 0 60px 0;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  #sns {
    margin: 0 auto;
  }
}

#sns-inner {
  position: relative;
  padding: 12vw 5vw 8vw;
  width: 95%;
  margin: 0 auto;
  background: #fcebf5;
  border: 4px dashed #ff8c42;
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #sns-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    padding: 5vw;
  }
}

#sns-ttl {
  text-align: center;
}

/*-------------------------------

footer

-------------------------------*/
#footer {
  padding: 30px 0 80px;
  position: relative;
  z-index: 1;
}

.copyright {
  text-align: center;
  line-height: 1.4;
  font-size: 10px;
  margin: 30px auto;
}

.share-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: 50px auto 0;
  padding: 0;
  gap: 10px;
}

.share-ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0;
}

/*
  #footer
  -------------------------------*/
footer {
  position: relative;
  z-index: 4;
  background: #eef4b4;
  margin-bottom: 0;
}

.dsp {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  margin-top: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* opacity: 0; */
}

.oms {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  margin-top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  /* opacity: 1; */
}

.footer_inner {
  width: 94%;
  margin: 0 auto;
  /* padding: 10px 0 0; */
  padding: 30px 0 0;
}

@media screen and (min-width: 960px) {
  .footer_inner {
    padding: 56px 0 34px;
    width: 960px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
  }
}
.footer_twitter {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
  display: none;
}

@media screen and (min-width: 960px) {
  .footer_twitter {
    width: 468px;
    margin: 0 12px 0 0;
    padding: 0;
  }
}
.footer_twitter iframe {
  width: 100% !important;
  max-width: 100%;
  height: 450px !important;
}

@media screen and (min-width: 960px) {
  .footer_twitter iframe {
    height: 700px !important;
  }
}
.twitter-timeline.twitter-timeline-rendered {
  margin: 0 auto;
}

.footer_banner {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .footer_banner {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.banner-others {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .banner-others {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .banner-others:first-of-type {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 8px;
    display: block;
    -webkit-flex: none;
    flex: none;
  }
  .banner-others:last-of-type {
    width: calc(50% - 3px);
    margin-right: 0;
    display: block;
    -webkit-flex: none;
    flex: none;
  }
}
.footer_banner a {
  display: block;
  margin-bottom: 8px;
}

.footer_banner a img {
  width: 100%;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.footer_banner a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.banner-primary {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .banner-primary {
    -webkit-flex: none;
    flex: none;
    margin-right: 0;
    width: calc(50% - 3px);
  }
}
.banner-primary a {
  display: block;
}

.banner-primary a img {
  width: 100%;
}

.f_img {
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (min-width: 960px) {
  .banner-others:first-of-type .f_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .banner-others:last-of-type .f_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.f_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.banner_acm {
  width: 100%;
  background: #fff;
  padding: 10px 0 6px;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .banner_acm {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 17px 0 6px;
    margin-bottom: 8px;
    margin-right: 6px;
    -webkit-flex: none;
    flex: none;
    width: calc(50% - 3px);
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.brt_acm {
  display: none;
}

@media screen and (min-width: 960px) {
  .brt_acm {
    display: block;
    width: 37%;
    padding: 0 3% 0 4%;
  }
}
.brt_acm img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 960px) {
  .brt_acm img {
    width: 100%;
  }
}
.blt_acm {
  padding: 12px 16px 5px;
}

@media screen and (min-width: 960px) {
  .blt_acm {
    width: 53%;
    padding: 0;
  }
}
.blt_acm img {
  width: 100%;
}

.blt_acm ul {
  margin-top: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.blt_acm ul li {
  margin-right: 6px;
}

.blt_acm ul li:last-child {
  margin-right: 0;
}

.blt_acm ul li a {
  display: block;
}

.blt_acm ul li a img {
  height: 35px;
  width: auto;
}

@media screen and (min-width: 960px) {
  .blt_acm ul li a img {
    height: 29px;
    width: auto;
  }
}
.ft-credits {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  /* padding: 24px 0 90px; */
}

@media screen and (min-width: 960px) {
  .ft-credits {
    padding: 50px 0;
  }
}
.ft-credits p {
  font-size: 11px;
  font-size: 0.7rem;
  line-height: 1.63636;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

.credits-img {
  width: 100%;
  max-width: 400px;
  margin: 4px auto 5px !important;
}/*# sourceMappingURL=style.css.map */