@charset "UTF-8";
body {
  font-family: "a p-otf a1ゴシック stdn", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background: url("../img/bg.jpg") center top/contain repeat-y;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    background: url("../img/bg.jpg") right 45% top 1.5%/200% auto repeat-y;
    font-size: 3vw;
  }
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.center-layout {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.wraper {
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wraper .inner {
    max-width: 1094px;
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wraper .inner {
    padding: 0 6vw;
  }
}
.wraper .main-visual {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .wraper .main-visual {
    padding: 4vw 0;
  }
}
.wraper .main-visual .src-logo {
  margin-bottom: -2%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .wraper .main-visual .src-logo {
    display: table;
    width: 30%;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 769px) {
  .wraper .page-title {
    max-width: 1018px;
    width: 93.06%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wraper .page-title {
    margin: 0 -6vw;
    padding-top: 94%;
    background: url(../img/kv_pc.png) center bottom/122% auto no-repeat;
  }
}
.wraper .section-title {
  margin-bottom: 30px;
  text-align: center;
}
.wraper .section-title + .select-wrap {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .wraper .section-title {
    margin-bottom: 4vw;
  }
  .wraper .section-title + .select-wrap {
    margin-top: -4vw;
  }
}
.wraper .column-title {
  display: table;
  margin: 7% auto -150px;
}
@media screen and (max-width: 768px) {
  .wraper .column-title {
    width: 66%;
    margin-bottom: -22vw;
  }
}
.wraper .month-title {
  margin: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wraper .month-title {
    margin: 8vw 0 5vw;
  }
  .wraper .month-title img {
    width: 60%;
  }
}
.wraper .theme-title {
  display: table;
  position: relative;
  top: -20px;
  margin: 0 auto;
  padding: 0 1em;
  background-color: #000000;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .wraper .theme-title {
    top: -3vw;
    font-size: 3.6vw;
  }
}
.wraper .cover-item {
  display: table;
  margin: 0.75em auto 0.5em;
  padding: 2px 1em;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .wraper .cover-item {
    font-size: 2.8vw;
  }
}
.wraper .cover-item.color-01 {
  background-color: #a8102a;
}
.wraper .cover-item.color-02 {
  background-color: #f8d500;
  color: #000000;
}
.wraper .img-box {
  margin: 3% 0;
}
@media screen and (max-width: 768px) {
  .wraper .img-box {
    margin: 4vw 0;
  }
}
.wraper .img-box + .large-text {
  margin-top: 5%;
}
.wraper .contents {
  padding: 5% 7.67% 6%;
  background-color: #a8102a;
}
@media screen and (max-width: 768px) {
  .wraper .contents {
    padding: 4vw;
  }
}
.wraper .contents .intro {
  font-size: 22px;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1160px) {
  .wraper .contents .intro {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .wraper .contents .intro {
    font-size: 2.9vw;
  }
}
.wraper .contents .application-form {
  display: block;
  background-color: #000000;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .wraper .contents .application-form {
    max-width: 532px;
    width: 80.61%;
    margin: 0 auto;
    padding: 28px 0 28px 30px;
  }
  .wraper .contents .application-form img {
    width: 78.95%;
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .wraper .contents .application-form {
    padding: 5vw 3vw 5vw 10vw;
    line-height: 1;
  }
}
.wraper .contents .application-form.is-under {
  margin-top: 5.5%;
  margin-bottom: 10%;
}
.wraper .contents .application-form:hover {
  background-color: #dd0034;
}
.wraper .column-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 8.8%;
  padding: 170px 0 8%;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .wraper .column-box {
    padding: 27vw 3vw 8vw;
    border-radius: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .wraper .column-box .column-inner {
    max-width: 650px;
    width: 86%;
    margin: 0 auto;
  }
}
.wraper .column-box .small-text {
  font-size: 80%;
  vertical-align: middle;
}
.wraper .column-box .basic-text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .basic-text {
    font-size: 2.8vw;
  }
}
.wraper .column-box .large-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .large-text {
    font-size: 3.4vw;
  }
}
.wraper .column-box .marker-text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .marker-text {
    font-size: 3.6vw;
  }
}
.wraper .column-box .marker-text span {
  padding: 0 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 5, 0)),
    color-stop(50%, yellow),
    to(yellow)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 5, 0) 50%, yellow 50%, yellow 100%);
}
.wraper .column-box p + p {
  margin-top: 1em;
}
.wraper .column-box .cover-list {
  margin-bottom: 40px;
}
.wraper .column-box .cover-list > li {
  text-align: center;
}
.wraper .column-box .cover-list > li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: #000000;
}
.wraper .column-box .cover-list > li img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wraper .column-box .cover-list > li p {
  margin-top: 0.5em;
  line-height: 1.4;
}
.wraper .column-box .cover-list > li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .wraper .column-box .cover-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wraper .column-box .cover-list > li {
    width: 48%;
    max-width: 306px;
  }
  .wraper .column-box .cover-list > li:nth-child(-n + 2) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .wraper .column-box .cover-list {
    margin: 0 auto 5vw;
    width: 90%;
  }
  .wraper .column-box .cover-list > li {
    margin-bottom: 6vw;
  }
}
.wraper .column-box .cover-list figure {
  overflow: hidden;
}
.wraper .column-box .cover-list .date-text {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #000000;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .cover-list .date-text {
    font-size: 4vw;
  }
}
.wraper .column-box .theme-box {
  margin: 50px 0 30px;
  padding: 5px 10px 35px;
  background-color: #bbdfdb;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .theme-box {
    margin: 8vw 0 3vw;
    padding: 0 3vw 4.5vw;
  }
}
.wraper .column-box .theme-box > p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 890px) {
  .wraper .column-box .theme-box > p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .wraper .column-box .theme-box > p {
    font-size: 4.6vw;
  }
}
.wraper .column-box .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .wraper .column-box .img-wrap {
    margin: 4vw 0;
  }
  .wraper .column-box .img-wrap > dt {
    width: 22%;
  }
}
.wraper .column-box .img-wrap > dd {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 868px) {
  .wraper .column-box .img-wrap > dd .only-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wraper .column-box .img-wrap > dd {
    width: 78%;
    margin-left: 0;
    padding-left: 2vw;
    font-size: 3vw;
  }
}
.wraper .archive-box {
  padding-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  .wraper .archive-box {
    padding-bottom: 5vw;
  }
}
.wraper .archive-box .archive-title {
  position: relative;
  max-width: 1400px;
  margin: 0 auto -100px;
  padding-left: 6%;
}
.wraper .archive-box .archive-title img {
  max-width: 100%;
}
@media screen and (max-width: 1040px) {
  .wraper .archive-box .archive-title {
    margin-bottom: -8vw;
    padding-top: 34vw;
    padding-left: 0;
  }
  .wraper .archive-box .archive-title img {
    position: absolute;
    top: 1vw;
    left: 53%;
    -webkit-transform: translateX(-50%) scale(1.05);
    transform: translateX(-50%) scale(1.05);
  }
}
.wraper .select-wrap {
  position: relative;
  width: 360px;
  top: -50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wraper .select-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .wraper .select-wrap {
    width: 74%;
    top: -7.5vw;
  }
}
.wraper .select-wrap span,
.wraper .select-wrap li {
  padding: 10px;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .wraper .select-wrap span,
  .wraper .select-wrap li {
    padding: 0.7vw;
    font-size: 3.2vw;
  }
}
.wraper .select-wrap span {
  display: block;
}
.wraper .select-wrap span:hover {
  background-color: #ffff00;
}
.wraper .select-wrap li:hover {
  background-color: #ffff00;
}
.wraper .select-wrap .select-list {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 52px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wraper .select-wrap .select-list {
    top: 6.9vw;
  }
}
.wraper .archive-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .wraper .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 870px;
    margin: 0 auto;
  }
  .wraper .archive-list > li {
    width: 31%;
    max-width: 264px;
    margin-bottom: 3%;
    background-color: #000000;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .wraper .archive-list > li {
    margin-bottom: 5vw;
  }
  .wraper .archive-list > li:nth-child(n + 7) {
    display: none;
  }
}
.wraper .archive-list > li figure {
  overflow: hidden;
}
.wraper .archive-list > li img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wraper .archive-list > li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wraper .archive-list a {
  display: block;
  padding: 0 0 20px;
  background-color: #000000;
  text-decoration: none;
}
.wraper .archive-list a > p {
  color: #ffffff;
  text-align: center;
}
.wraper .archive-list:after {
  display: block;
  width: 31%;
  max-width: 264px;
}
.wraper .bnr-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12% 0;
}
.wraper .bnr-area > a {
  margin: 0 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .wraper .bnr-area > a {
    width: 46%;
    margin: 0 3vw;
  }
}
.wraper .bnr-area > a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .wraper .more-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wraper .more-btn {
    display: table;
    position: relative;
    margin: 5vw auto 8vw;
    padding-bottom: 4.5vw;
    font-size: 3.6vw;
    text-decoration: none;
    color: #ffffff;
  }
  .wraper .more-btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2vw;
    height: 2vw;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
}
.wraper a.js-modal {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.wraper body.modal-open {
  overflow: hidden;
  position: fixed;
}
.wraper .modal-wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
}
.wraper .modal-wrap.is-show {
  opacity: 1;
  visibility: visible;
}
.wraper .modal-wrap img {
  width: 100%;
}
.wraper .modal-bg {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 80px;
  background-color: rgba(45, 45, 45, 0.9);
}
.wraper .modal-contents {
  position: relative;
  left: 50%;
  top: 80px;
  max-width: 762px;
  width: 90%;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
}
.wraper .modal-contents figure {
  margin-bottom: 20px;
}
.wraper .modal-contents .cover-item {
  margin-bottom: 20px;
  min-width: 60%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wraper .modal-contents .cover-item {
    margin-bottom: 3vw;
    min-width: 70%;
    font-size: 3.4vw;
  }
}
.wraper .modal-contents .detail-wrap {
  padding: 20px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .wraper .modal-contents .detail-wrap {
    padding: 4vw;
  }
}
.wraper .modal-contents .cover-title {
  margin-bottom: 0.5em;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .wraper .modal-contents .cover-title {
    font-size: 4.6vw;
  }
}
.wraper .modal-contents p:last-child {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wraper .modal-contents p:last-child {
    font-size: 3vw;
  }
}
.wraper .btn-close {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wraper .btn-close:before,
.wraper .btn-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.wraper .btn-close:before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wraper .btn-close:after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wraper .btn-close:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.wraper .adjustment {
  margin-top: 10%;
  margin-bottom: 3%;
}
.wraper .mt4 {
  margin-top: 4%;
}

/*# sourceMappingURL=video.css.map */
