@charset "UTF-8";
ul, li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #1A1A1A;
}

a:hover {
  opacity: .8;
}

body {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 1.75;
  color: #1A1A1A;
  background-image: url(/school_yokoku/img/bg-right-gray.png);
  background-size: 30%;
  background-position: right -4% top -4%;
  background-repeat-y: repeat;
}

.mv {
  position: relative;
}

.mv-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv-txt img {
  position: absolute;
  left: 6%;
  top: 44%;
  transform: translateY(-50%);
  width: 32%;
  z-index: 1;
}

.swiper-container--1 {
  width: 100%;
}

.sec-inner {
  margin: auto;
}

.sec {
  margin: 60px 0;
}

.sec--yodogawa {
  background-image: url(/school_yokoku/img/bg-triangle-gray.png);
  background-size: 40%;
  background-position: left 0 top 0;
  margin-top: 0;
  padding-top: 60px;
  text-align: center;
}

.sec--yodogawa .sec-txt {
  letter-spacing: 0.1em;
  margin-top: 0;
}

.sec--news .sec-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.sec--pickup .sec-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.sec--live {
  background-image: url(/school_yokoku/img/bg-leakoftoday.jpg);
  background-size: cover;
  text-align: center;
}

.sec--live .sec-inner {
  max-width: 1400px;
  margin: auto;
  padding: 60px 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.sec--live .sec-txt {
  letter-spacing: 0.1em;
}

.sec--movie {
  background-image: url(/school_yokoku/img/bg-triangle-yellow.png);
  background-size: 40%;
  background-position: left 0 top 0;
}

.sec--movie .sec-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.sec--yomimono {
  display: none;
  margin-top: 100px;
  background-image: url(/school_yokoku/img/bg-triangle-yellow.png);
  background-size: 40%;
  background-position: left 0 top 0;
}

.sec--yomimono .sec-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.sec-headerWrap {
  text-align: center;
  margin-bottom: 80px;
}

.sec-header {
  display: inline-block;
}

.sec-header .sec-ttl,
.sec-header .sec-txt {
  text-align: left;
}

.sec-ttl {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.sec-txt {
  margin-top: 20px;
  letter-spacing: 0.08em;
}

.btn-school {
  margin: 40px auto 0;
  display: block;
  max-width: 450px;
}

.news {
  font-family: 'TBUDRGothic R';
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  font-size: 13px;
}

.news-inner {
  display: flex;
  max-width: 734px;
  margin: auto;
}

.news-left {
  display: flex;
  position: relative;
  width: 64px;
  margin-right: 80px;
}

.news-left::after {
  position: absolute;
  top: -15px;
  right: -40px;
  content: '';
  height: 54px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  transform: rotate(45deg);
}

.news-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  max-width: calc(100% - 144px);
}

.news-right li {
  margin-top: 10px;
  line-height: 1.5;
}

.news-right li:nth-of-type(1) {
  margin-top: 1px;
}

.news-date {
  display: inline-block;
  margin-right: 20px;
}

.news-cnt {
  display: inline-block;
}

.pickup {
  font-size: 22px;
}

.pickup-txt {
  margin-top: 15px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.pickup-movie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pickup-movie > div {
  position: relative;
  display: block;
  width: calc(50% - 10px);
  margin-bottom: 28px;
}

.pickup-movie > div.new::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 30%;
  background-image: url(/school_yokoku/img/ico-new.png);
  background-size: contain;
}

.live-item-movie,
.pickup-movie-youtube,
.modaal-content-container {
  position: relative;
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  height: 0px;
  /*高さはpaddingで指定するため0*/
  padding-top: 56.25% !important;
  /*高さを指定（padding-bottomでも同様)*/
}

.live-item-movie > iframe,
.live-item-movie > img,
.pickup-movie-youtube > iframe,
.pickup-movie-youtube > img,
.modaal-content-container > iframe,
.modaal-content-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickup-btn {
  display: flex;
  justify-content: flex-end;
  margin: 30px 10% 0 0;
}

.pickup-btn > a {
  display: block;
  background-color: #B93715;
  color: #fff;
  font-family: 'TBUDRGothic H';
  padding: 5px 30px;
  border-radius: 100px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.pickup-btn > a img {
  display: inline-block;
  width: 23px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.live {
  color: #fff;
}

.live-ttl {
  max-width: 600px;
  margin: 0 auto 80px;
  font-family: 'TBUDRGothic H';
}

.live-item {
  max-width: 600px;
  margin: 100px auto 0;
}

.live-item.first {
  margin-top: 0;
}

.live-item-ttl {
  color: #BF2A00;
  background-color: #fff;
  font-size: 22px;
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
  font-family: 'Shuei MaruGo B';
  letter-spacing: 0.1em;
}

.live-item-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 10px 0px 10px;
}

.live-item-ttl--yellow {
  background-color: #FFFF00;
}

.live-item-ttl--yellow::after {
  border-color: #FFFF00 transparent transparent transparent;
}

.live-btn {
  display: inline-block;
  color: #BF2A00;
  background-color: #fff;
  border-radius: 300px;
  padding: 5px 30px;
  font-family: 'TBUDRGothic H';
  margin-top: 40px;
  letter-spacing: 0.1em;
}

.movie {
  display: flex;
  flex-wrap: wrap;
}

.movie-item {
  position: relative;
}

.movie-item > a {
  display: block;
  max-width: 336px;
  margin: 5px auto 0;
}

.movie-item.new::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background-image: url(/school_yokoku/img/ico-new.png);
  background-size: contain;
}

.movie-item .overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.movie-item.comingsoon {
  /*後で解除*/
}

.movie-item.comingsoon .movie-item-detail {
  display: none;
}

.movie-item.comingsoon .overlay {
  display: block;
}

.movie-item.comingsoon span {
  display: flex;
  justify-content: center;
}

.movie-item-img {
  position: relative;
}

.movie-item-img span {
  display: none;
  position: absolute;
  left: 47%;
  top: 53%;
  transform: translate(-50%, -50%) rotate(-11deg);
  font-size: 27.5px;
  font-family: 'Shin Go ExLight';
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  width: 100%;
  font-style: oblique;
}

.movie-item-name {
  font-size: 22px;
  margin-top: 20px;
  min-height: 38px;
}

.movie-item-desc {
  font-size: 18px;
  line-height: 1.49;
  margin-top: 20px;
  min-height: 62px;
  letter-spacing: 0.04em;
}

.movie-item-txt {
  font-family: 'TBUDRGothic R';
  font-size: 14px;
  margin-top: 20px;
  min-height: 220px;
  letter-spacing: 0.06em;
}

.swiper-container--2Wrap {
  position: relative;
  padding: 0 70px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 88px;
  background-size: contain;
  margin-top: -44px;
}

.swiper-button-next {
  background-image: url(/school_yokoku/img/ico-arrow-right.png);
}

.swiper-button-prev {
  background-image: url(/school_yokoku/img/ico-arrow-left.png);
}

/*フッター*/
.footer__link, .header__button {
  font-weight: 600;
  line-height: 1;
}

.footer__copyright, .footer__link {
  letter-spacing: 2px;
  line-height: 1;
}

footer.yellow {
  background-color: #fcc511;
}

footer.yellow .footer__copyright, footer.yellow .footer__link {
  color: #383838;
}

footer.red {
  background-color: #af2f05;
}

footer.red .footer__copyright, footer.red .footer__link {
  color: #fffce9;
}

.footer {
  height: auto;
  padding: 40px 32px;
}

.footer__navigation {
  margin-bottom: 40px;
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__item:not(:nth-of-type(1)) {
  margin-left: 30px;
}

.social {
  background-color: #AF2F05;
  padding: 40px;
}

.social h3 {
  text-align: center;
  color: #fff;
}

.social ul {
  display: flex;
  flex-direction: row;
  width: 200px;
  justify-content: space-between;
  margin: 16px auto;
}

.social ul li {
  font-family: 'Hobonichi-Icons';
  font-size: 38px;
}

.social a {
  color: #fff;
}

@media screen and (max-width: 855px) {
  .footer {
    padding: 40px 32px 58px;
  }
  .footer__list {
    display: block;
    text-align: center;
  }
  .footer__item:not(:nth-of-type(1)) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.footer__item:hover {
  text-decoration: underline;
}

.footer__link {
  font-size: 14px;
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1260px) {
  .movie-item-img span {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 769px) {
  .movie > div {
    width: 23%;
    margin-right: 2.6%;
  }
  .movie > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .movie > div:nth-of-type(n+5) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 429px) and (max-width: 768px) {
  .movie > div {
    width: 32%;
    margin-right: 2%;
  }
  .movie > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .movie > div:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec {
    margin: 60px 0;
  }
  .sec--yodogawa {
    background-size: 40%;
    background-position: left -4% top -10%;
    margin-top: 0;
  }
  .sec--yodogawa .sec-txt {
    margin-top: 0;
  }
  .sec--news .sec-inner {
    padding: 0 28px;
  }
  .sec--movie .sec-inner {
    padding: 60px 28px;
  }
  .sec--live .sec-inner {
    padding: 60px 28px;
  }
  .sec--pickup .sec-inner {
    padding: 0 28px;
  }
  .sec--yomimono .sec-inner {
    padding: 60px 28px;
  }
  .sec-headerWrap {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec-txt {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  .movie-item-img span {
    font-size: 3.0vw;
  }
  .btn-school {
    margin: 60px auto 0;
  }
  .pickup {
    font-size: 18px;
  }
  .pickup-txt {
    margin-top: 10px;
  }
  .pickup-btn {
    margin: 20px 0 0;
  }
  .pickup-btn > a {
    padding: 5px 30px;
    margin: auto;
  }
  .pickup-btn > a img {
    width: 2.2vw;
    margin-left: 1vw;
  }
  .pickup-movie > div.new::after {
    width: 30%;
    height: 30%;
  }
  .modaal-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modaal-content-container {
    padding: 10px;
  }
  .swiper-container--2Wrap {
    padding: 0 50px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 28px;
    height: 56px;
    margin-top: -28px;
  }
  .live {
    min-width: 100%;
  }
  .live-ttl {
    margin-bottom: 30px;
    width: 90%;
  }
  .live-txt {
    font-size: 18px;
    margin-top: 0;
  }
}

@media screen and (max-width: 630px) {
  .live-item-ttl {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 428px) {
  .sec {
    margin: 40px 0;
  }
  .sec--yodogawa {
    margin-top: 0;
    padding-top: 40px;
    background-size: 50%;
  }
  .sec--yodogawa .sec-inner {
    padding: 0 28px;
  }
  .sec--news .sec-inner {
    padding: 0 28px;
  }
  .sec--live .sec-inner {
    padding: 40px 28px;
  }
  .sec--pickup .sec-inner {
    padding: 0 28px 20px;
  }
  .sec--movie .sec-inner {
    padding: 0 28px;
  }
  .sec--yomimono {
    margin-top: 80px;
  }
  .sec--yomimono .sec-inner {
    padding: 0 28px;
  }
  .sec--yomimono .sec-headerWrap {
    margin-bottom: 35px;
  }
  .sec-ttl {
    font-size: 27px;
    line-height: 1.5;
  }
  .sec-txt {
    font-size: 14px;
    text-align: left;
  }
  .mv-txt img {
    width: 90%;
    top: 5%;
    left: 9%;
    transform: inherit;
  }
  .news {
    padding: 20px 0;
  }
  .news-left {
    margin-right: 40px;
  }
  .news-left::after {
    right: -20px;
  }
  .news-right {
    max-width: calc(100% - 104px);
  }
  .btn-school {
    margin-top: 40px;
  }
  .pickup {
    font-size: 16px;
  }
  .pickup-movie {
    flex-wrap: wrap;
  }
  .pickup-movie > div {
    width: 100%;
  }
  .pickup-movie > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .pickup-txt {
    margin-top: 8px;
    line-height: 1.5;
  }
  .pickup-btn > a {
    font-size: 3.4vw;
    padding: 2vw 5vw;
  }
  .pickup-btn > a img {
    width: 3.0vw;
    margin-left: 1vw;
  }
  .live-item {
    margin: 60px auto 0;
  }
  .live-item.first {
    margin-top: 40px;
  }
  .live-item-ttl {
    margin-bottom: 35px;
  }
  .live-item-ttl::after {
    bottom: -20px;
    border-width: 20px 8px 0px 8px;
  }
  .live-btn {
    font-size: 3.9vw;
  }
  .movie > div {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .movie > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .movie > div:nth-of-type(n+3) {
    margin-top: 21px;
  }
  .movie-item-img span {
    font-size: 4.5vw;
  }
  .movie-item-name {
    font-size: 20px;
    margin-top: 10px;
  }
  .movie-item-desc {
    font-size: 16px;
    margin-top: 10px;
  }
  .movie-item-txt {
    font-size: 14px;
    margin-top: 10px;
  }
  br:not(.keep) {
    display: none;
  }
  br.sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
