/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
@media print {
  body {
    display: none;
  }
}

body {
  background-color: #0171b7;
}

.w100 {
  width: 100%;
  height: auto;
}

img {
  pointer-events: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
  vertical-align: middle;
}

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

.opacity {
  opacity: 0;
  transition: all 3s ease;
}

.opacity.opacity-anime {
  animation: opacity-anime 3s ease forwards;
}

@keyframes opacity-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

#top

-------------------------------*/
#top {
  background-color: #fff;
}

.top-main {
  position: relative;
}

.logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 23.5%;
  z-index: 2;
}

.copy {
  position: absolute;
  z-index: 2;
  width: 4.5%;
  top: 27%;
  right: 6%;
}

.rs {
  position: absolute;
  z-index: 2;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}

.bnr-dvd {
  width: 32%;
  position: absolute;
  bottom: 14%;
  right: 3%;
}

.billing {
  position: relative;
}

.billing-txt {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  width: 88%;
  margin: 0 auto;
}

.ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  letter-spacing: 2px;
  color: #1ab0be;
  margin: 0 auto 10%;
  padding: 10% 0 0;
}

#info .ttl, #intro .ttl, #story .ttl {
  color: #fff;
}

#footer .ttl {
  color: #444;
}

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

#news

-------------------------------*/
#info {
  background: url(../img/top/bg_sp.jpg) no-repeat center;
  background-size: cover;
}

.news-box {
  width: 80%;
  background: #fff;
  margin: 0 auto 10%;
  padding: 4% 5% 3%;
}

.news-btn-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10%;
  flex-wrap: wrap;
}

.news-tab-btn {
  color: #1ab0be;
  border: solid 2px #1ab0be;
  display: inline-block;
  display: inline-block;
  padding: 4% 0;
  font-size: 14px;
  font-weight: bold;
  transition: all .4s ease;
  width: 85px;
}

.news-tab-btn:hover {
  color: #fff;
  background: #1ab0be;
}

.news-tab-btn.active {
  background-color: #1ab0be;
  color: #fff;
  border: none;
}

.contents-area {
  height: 70vw;
  overflow: scroll;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

.news-contents {
  text-align: left;
  margin: 0 auto 5%;
}

.date {
  font-weight: bold;
  margin: 0 auto 4%;
  color: #444;
}

.news-txt-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 80px;
  overflow: hidden;
}

.news-txt {
  color: #777;
  line-height: 1.4;
  width: 90%;
}

.news-detail-btn {
  width: 22px;
  height: 22px;
  background: #1ab0be;
  border-radius: 100%;
  position: relative;
  margin-top: 30px;
}

.news-detail-btn::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(-225deg);
  margin: 7px 0 0 6px;
}

.official-twitter {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  display: inline-block;
  word-break: normal;
  transition: .4s ease;
  border: solid 2px #fff;
  margin: 0 auto 5%;
  padding: 2.5% 7%;
  transition: all 2s ease;
}

.official-twitter .nav-icon {
  font-size: 110%;
  position: relative;
  left: 3%;
}

.official-twitter:hover {
  color: #37b6db;
  background: #fff;
}

.ichifuna {
  width: 75%;
  margin: 0 auto 7%;
}

.info-bnr-container {
  padding: 30px 0 0;
  margin: 0 auto;
  width: 90%;
}

.mvtk-bnr {
  width: 43%;
  margin: 0 1% 8% 1%;
}

.theater-btn {
  color: #fff;
  background: #8dfbff42;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  word-break: normal;
  transition: .4s ease;
  border: solid 2px #fff;
  margin: 0 auto 8%;
  padding: 4% 0;
  transition: all 2s ease;
  width: 60%;
}

.theater-btn:hover {
  opacity: 1;
  color: #008abf;
  background: #fff;
}

.brassband-contaier {
  margin: 7% auto 0;
}

.map-bnr {
  width: 80%;
  margin: 5% auto 9%;
}

.brassband-ttl {
  width: 85%;
  margin: 0 auto;
}

.brassband-bnr-box {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: 5% auto;
}

.brassband-bnr {
  width: 48%;
}

.koshien {
  background: #ff9000;
  background: linear-gradient(90deg, #ff9000 0%, #ee2200 100%);
  padding: 4% 12%;
}

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

#intro

-------------------------------*/
#intro {
  background: url(../img/top/bg_sp.jpg) no-repeat center;
  background-size: cover;
}

.intro-ph-box {
  background: #fff;
}

.lead {
  width: 90%;
  margin: 9% auto;
}

.txt {
  text-align: justify;
  line-height: 2;
  color: #fff;
  width: 82%;
  margin: 0 auto;
  padding: 0 0 13%;
}

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

#story

-------------------------------*/
#story {
  background: url(../img/story/bg_sp.jpg) no-repeat top;
  background-size: cover;
}

#story .ttl {
  padding: 32% 0 0;
}

.story-ph {
  display: flex;
  width: 100vw;
  height: 150px;
  overflow: hidden;
  margin: 0;
}

.story-ph img {
  width: auto;
  height: 100%;
}

.modaal-content-container {
  padding: 3%;
  background: #3688d9;
}

.container .name {
  text-align: right;
  margin: 3vw auto;
}

.book-inner .container .txt {
  margin-top: 5%;
  word-break: break-word;
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  top: 96vw;
}

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

cast

-------------------------------*/
#cast {
  background: url(../img/cast/bg_sp.jpg) no-repeat bottom;
  background-size: cover;
}

.cast-img {
  position: relative;
  padding: 0 5%;
}

.cast-txt {
  text-align: center;
  color: #fff;
}

.cast-txt .name {
  margin: 20px 0 10px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.modal .prof-ttl {
  letter-spacing: 2px;
  color: #1ab0be;
  border: solid 1px #1ab0be;
  margin: 9% auto 5%;
  padding: 5px 23px;
}

.modal .prof-txt {
  display: block;
}

.modal__bg {
  background: #1ab0be;
  opacity: .6;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-close-btn {
  display: block;
  width: 45px;
  height: 45px;
  top: 14px;
  right: 14px;
  z-index: 10;
  background: #fff;
  position: absolute;
  border-radius: 40px;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  overflow: scroll;
  text-align: center;
  max-width: 950px;
  width: 90%;
  padding: 10% 8%;
  background: #fff;
  color: #1ab0be;
}

.modal__content .txt {
  color: #444;
  padding: 0;
  width: 100%;
}

.modal-close-btn::before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #1ab0be;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(25% - 2px);
  left: 22%;
}

.modal-close-btn::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #1ab0be;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(25% - 2px);
  left: 14%;
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 22%;
}

.modal-btn {
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  margin: 2% 0 0;
  padding: 3px 25px 5px;
  transition: all 0.4s ease;
  cursor: pointer;
  border: solid 1px #FFF;
}

.modal-btn::after {
  content: "+";
  margin-left: 5px;
}

.modal-btn-margin {
  margin: 2% 0 0;
}

.cast-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3% 4% 17%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#cast .swiper-pagination-bullet, #cast .swiper-pagination-bullet-active {
  opacity: 1;
  margin: 0 5px;
}

#cast .swiper-pagination-bullet img, #cast .swiper-pagination-bullet-active img {
  border: solid 2px #fff6c6;
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.cast-nav li {
  padding: 1%;
  width: calc(100% / 6);
  height: auto;
  cursor: pointer;
}

.comment-img {
  width: 70%;
  margin: 0 auto 10%;
}

.name {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 5vw;
  text-align: center;
}

.role {
  font-size: .8em;
}

.group {
  font-size: 10px;
}

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

#staff

-------------------------------*/
#staff {
  background: none;
}

#staff::after {
  content: "";
  background: url(../img/staff/bg_sp.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
}

#staff .name {
  color: #1ab0be;
  margin: 0 auto;
  padding: 11% 0 5%;
}

#staff .txt {
  color: #444;
  width: 100%;
  padding: 0;
}

.staff-wrapper {
  width: 88%;
  margin: 0 auto 10%;
  padding: 0 6%;
  background: #fff;
}

.staff-wrapper div:last-child {
  border-bottom: none;
}

.staff-container {
  padding: 0 0 7%;
  border-bottom: solid 1px #ddd;
}

.staff-container .prof-txt {
  display: none;
}

.staff-container .prof-ttl::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor;
  transform: rotate(-135deg);
  margin-left: 5px;
  transition: all .2s ease;
}

.staff-container .prof-ttl.close::after {
  transform: rotate(-315deg);
  margin-top: 5px;
}

.prof-ttl {
  color: #444;
  border: solid 1px #444;
  letter-spacing: 2px;
  margin: 5% auto;
  padding: 5px 30px 5px 23px;
  font-weight: normal;
  text-align: center;
  transition: all .5s ease;
  display: inline-block;
}

.prof-txt {
  text-align: justify;
  line-height: 2;
  font-size: .8em;
}

.prof-link {
  color: #1ab0be;
  text-decoration: underline;
}

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

#original

-------------------------------*/
#original {
  background: url(../img/original/bg_sp.jpg) no-repeat bottom center;
  background-size: cover;
}

#original .txt {
  color: #444;
  margin: 9% auto 3%;
  padding: 0;
}

#original .name {
  font-size: 1em;
  font-weight: normal;
  color: #444;
  text-align: right;
  margin: 0;
  padding: 0 9% 20% 0;
}

.book-container {
  display: flex;
  justify-content: center;
}

.book-box {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-img {
  width: 180px;
  margin: 0 auto;
}

.caption {
  margin: 7% auto 0;
  text-align: center;
  line-height: 1.5;
  color: #444;
}

.caption span {
  font-size: .8em;
}

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

#music

-------------------------------*/
#music {
  background: url(../img/music/bg_sp.jpg) no-repeat center;
  background-size: cover;
  padding: 0 0 10%;
}

#music .ttl {
  color: #444;
}

#music .name {
  color: #1ab0be;
  margin: 0 auto;
  padding: 0 0 4%;
  line-height: 1.3;
}

#music .role {
  line-height: 1.5;
}

#music .txt {
  color: #444;
  width: 100%;
  padding: 0;
}

#music .staff-wrapper {
  margin: 0 auto;
}

.music-img {
  padding: 11% 0 8%;
  margin: 0 auto;
  width: 66%;
}

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

#footer

-------------------------------*/
#footer {
  background: #fff;
  text-align: center;
}

.footer-ph {
  position: relative;
}

.footer-copy {
  width: 16%;
  top: 6%;
  right: 25%;
  position: absolute;
}

.footer-logo {
  position: absolute;
  bottom: 3%;
}

.footer-billing {
  width: 90%;
  margin: 0 auto 4%;
}

.footer-bnr-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 6% 0;
}

.footer-bnr {
  width: 40%;
  margin: 0 3% 5%;
  border: solid 1px #ddd;
}

.cc {
  font-size: 10px;
  padding: 0 0 4%;
  color: #1ab0be;
}

.score-anime {
  display: flex;
  width: 100vw;
  height: 510px;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}

.score-anime img {
  width: auto;
  height: 100%;
}

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

#movie

-------------------------------*/
#trailer .pc {
  width: 850px;
  margin: 0 auto;
}

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

.sp {
  display: block;
}

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

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

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.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 {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.play-icon {
  color: #fff;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

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

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #fff;
  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 .2s ease;
  opacity: .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: .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 .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: #fff;
}

.swiper-button-container {
  display: block;
  position: relative;
  top: 23vw;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #preloader {
    background: url(../img/top/bg_pc.jpg) no-repeat center;
    background-size: cover;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0 40px;
    width: 1024px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
  .logo {
    top: 4%;
    right: 2%;
    width: 11%;
    left: auto;
  }
  .copy {
    width: 2%;
    left: 7%;
    top: 43%;
    position: absolute;
  }
  .rs {
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
  }
  .bnr-dvd {
    width: 17%;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 3%;
    left: 1%;
    transition: all .4s;
  }
  .bnr-dvd:hover {
    transform: scale(1.1);
  }
  .billing {
    width: 100%;
  }
  .billing-txt {
    position: absolute;
    bottom: 3%;
    left: auto;
    right: 5%;
    width: 35%;
    margin: 0;
  }
  #info {
    background: url(../img/top/bg_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .news-box {
    width: 600px;
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px 50px;
  }
  .news-btn-box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .news-tab-btn {
    padding: 13px 0;
    cursor: pointer;
    width: 150px;
    font-size: 15px;
  }
  .contents-area {
    height: 250px;
  }
  .official-twitter {
    font-size: 21px;
    display: inline-block;
    transition: .4s ease;
    margin: 0 auto 3%;
    padding: 8px 30px;
  }
  .ichifuna {
    width: 300px;
    margin: 0 auto;
    padding: 0 0 5%;
    display: block;
  }
  .info-bnr-container1 {
    display: flex;
    width: 700px;
    margin: 0 auto;
  }
  .brassband-contaier {
    margin: 70px auto 0;
  }
  .ttl {
    font-size: 28px;
    margin: 0 auto 50px;
    padding: 50px 0 0;
  }
  #intro {
    background: url(../img/top/bg_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .intro-ph-pc {
    display: flex;
    width: 100vw;
    height: 150px;
    overflow: hidden;
    margin: 0;
  }
  .intro-ph-pc img {
    width: auto;
    height: 100%;
  }
  .lead {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .txt {
    text-align: justify;
    line-height: 2;
    color: #fff;
    width: 800px;
    margin: 0 auto;
    padding: 0 0 50px;
    font-size: 16px;
  }
  #story {
    background: url(../img/story/bg_pc.jpg) no-repeat top;
    background-size: cover;
  }
  #story .ttl {
    padding: 27vw 0 0;
  }
  #cast {
    background: url(../img/cast/bg_pc.jpg) no-repeat bottom;
    background-size: cover;
  }
  #staff {
    background: url(../img/staff/bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 80px;
  }
  #staff .ttl {
    color: #fff;
  }
  #staff .prof-ttl {
    cursor: pointer;
  }
  #staff .name {
    margin: 0 auto;
    padding: 40px 0 0;
  }
  #staff .txt {
    margin: 30px auto 0;
  }
  .staff-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
  }
  .prof-ttl {
    margin: 25px auto;
  }
  .staff-container {
    padding: 0 0 20px;
  }
  .container .name {
    margin: 1vw auto 1.3vw;
  }
  .book-inner .container .txt {
    margin: 0 auto;
  }
  .cast-ttl {
    width: 60%;
    margin-bottom: 4vw;
  }
  .staff-comment-wrapper {
    padding: 4vw 5% 0;
    margin: 0 auto;
    width: 60%;
  }
  .cast-img {
    padding: 0 10%;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 38%;
    margin: 0 9.5%;
  }
  .cast-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 950px;
    padding: 3% 1% 6%;
  }
  .cast-nav li {
    padding: 0;
    margin: 1%;
    width: 80px;
  }
  .modal__content {
    padding: 5%;
  }
  .modal-btn {
    margin: 25px 0 0;
  }
  .modal-btn-margin {
    margin: 0;
  }
  .comment-img {
    width: 40%;
    margin: 0 auto 2.4vw;
  }
  .name {
    font-size: 1.6em;
    margin-bottom: 1.3vw;
  }
  .group {
    font-size: 13px;
  }
  .comment-container {
    margin: 0 auto 7vw;
  }
  .txt, .prof-ttl {
    font-size: 1.2em;
  }
  .prof-txt {
    font-size: .9em;
  }
  #original {
    background: url(../img/original/bg_pc.jpg) no-repeat bottom center;
    background-size: cover;
  }
  #original .txt {
    margin: 50px auto 20px;
    padding: 0;
  }
  #original .name {
    font-size: 16px;
    text-align: right;
    margin: 0 auto;
    padding: 0 0 24vw 0;
    width: 800px;
  }
  .book-container {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
  }
  .book-box {
    width: 35%;
  }
  .book-img {
    width: 250px;
    margin: 0 auto;
  }
  .footer-logo {
    position: absolute;
    bottom: 3%;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footer-copy {
    width: 11%;
    top: 10%;
    right: 28%;
    position: absolute;
  }
  .share-link-btn-icon {
    margin: 0 17px;
    font-size: 40px;
  }
  .footer-billing {
    width: 600px;
    margin: 20px auto 40px;
  }
  .footer-bnr-container {
    display: flex;
    justify-content: center;
    margin: 60px auto 10px;
    width: 800px;
  }
  .footer-bnr {
    width: 20%;
  }
  .cc {
    padding: 0 0 20px;
  }
  #music {
    background: url(../img/music/bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 80px;
  }
  .music-img {
    padding: 60px 0 40px;
    margin: 0 auto;
    width: 310px;
  }
  .info-bnr-container {
    padding: 50px 0 0;
    margin: 0 auto 20px;
    width: 800px;
  }
  .theater-btn {
    font-size: 19px;
    display: block;
    transition: .4s ease;
    margin: 0 auto 5%;
    padding: 22px 0;
    width: 300px;
  }
  .mvtk-bnr {
    width: 220px;
    margin: 0 9px 0 9px;
  }
  .shisha-bnr {
    width: 57%;
    margin: 0 auto 6%;
  }
  .score-anime {
    width: 100vw;
    height: 510px;
    margin: 0;
    padding: 10px 0;
  }
  .swiper-button-container {
    top: 210px;
  }
  .swiper-button-container .swiper-button-next, .swiper-button-container .swiper-button-prev {
    margin: 0;
  }
  .brassband-ttl {
    font-size: 19px;
    width: 430px;
    margin: 0 auto;
  }
  .brassband-bnr-box {
    width: 35%;
    margin: 25px auto;
    max-width: 400px;
  }
  .brassband-bnr {
    width: 46%;
  }
  .map-bnr {
    width: 35%;
    margin: 30px auto 70px;
    max-width: 400px;
  }
  .koshien {
    padding: 2% 12%;
  }
  .koshien img {
    max-width: 1280px;
  }
}
/*# sourceMappingURL=style.css.map */