@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
::-webkit-scrollbar {
  display: none;
  width: 0;
  /* 必要に応じて、スクロールバーの幅を0に設定 */
  height: 0;
  /* 必要に応じて、スクロールバーの高さを0に設定 */
}

img {
  width: 100%;
}

/* overlay animate in */
.mfp-container {
  padding: 0;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

/* content at start */
.mfp-wrap .modal-content,
.mfp-wrap .mfp-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .modal-content,
.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .modal-content,
.mfp-wrap.mfp-removing .mfp-content {
  transform: translateY(30px);
  opacity: 0;
}

/* mfp-close none*/
.moviemodal {
  width: 75vw;
  height: 41.6666666667vw;
  margin: 0 auto;
}
.moviemodal .popup-modal-close {
  width: 4.1666666667vw;
  margin: 0 0 1vw auto;
  cursor: pointer;
}
.moviemodal--inner {
  width: 100%;
  height: 100%;
}
.moviemodal--inner iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .moviemodal {
    max-width: 90%;
    margin: 0 auto;
  }
  .moviemodal .popup-modal-close {
    width: 8vw;
    margin: 0 0 2.6666666667vw auto;
  }
  .moviemodal--inner {
    padding: 5.3333333333vw 0 16vw;
  }

  .moviemodal {
    width: 90%;
    height: 66.6666666667vw;
    margin: 0 auto;
  }
  .moviemodal .popup-modal-close {
    width: 8vw;
    margin: 0 0 0 auto;
  }
}
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
ul li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  font-feature-settings: "palt";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/
}

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  line-height: 1.4;
  color: #001964;
  background: #fff;
}

main * {
  font-family: "Noto Serif", serif;
}
main * a:hover {
  text-decoration: none;
}

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.soon {
  pointer-events: none;
  opacity: .5;
}

.hide, .hidden {
  visibility: hidden;
}

p {
  line-break: strict;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }

  img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/*noto-serif*/
/*Baskervville*/
.bask {
  font-family: "Baskervville", serif;
}

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0);
}

main {
  overflow: hidden;
  position: relative;
}
main a {
  color: #001964;
}
main .abeam-main {
  width: 100%;
  height: 61.6666666667vw;
  background: url("../images/abeam_mv.jpg") no-repeat center/cover;
}
main .abeam-main--ttl {
  width: 90%;
  margin: 0 auto;
  padding-top: 22.5vw;
  position: relative;
}
main .abeam-main--ttl .ttlen {
  color: #fff;
  font-size: 9.75vw;
  line-height: 1;
  text-shadow: 0.4166666667vw 0.4166666667vw 1.6666666667vw #ccc;
}
main .abeam-main--ttl h2 {
  color: #fff;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
  text-shadow: 0.4166666667vw 0.4166666667vw 1.6666666667vw #ccc;
}
main .abeam-main--ttl--add {
  position: absolute;
  top: 15.3333333333vw;
  right: 3.3333333333vw;
  width: 22.25vw;
}
main .abeam-main--ttl--add p {
  color: #fff;
  font-size: 3.1666666667vw;
  font-weight: 600;
  letter-spacing: .1em;
  text-shadow: 0.4166666667vw 0.4166666667vw 1.6666666667vw #ccc;
}
main .abeam-main--ttl--add p span {
  font-size: 5.0833333333vw;
}
main .abeam-main--ttl--add .deco {
  position: absolute;
  bottom: -1.25vw;
  left: 0;
  width: 100%;
}
main .abeam-main--when {
  width: 90%;
  margin: 3.3333333333vw auto 0;
  display: flex;
}
main .abeam-main--when--item {
  display: flex;
  align-items: center;
}
main .abeam-main--when--item--course {
  width: 9.6666666667vw;
  height: 9.6666666667vw;
  border: 0.1666666667vw solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .abeam-main--when--item--course h3 {
  color: #fff;
  font-size: 1.3333333333vw;
  line-height: 1.2;
  letter-spacing: .02em;
  font-weight: 700;
  text-align: center;
}
main .abeam-main--when--item--day {
  width: 21.5vw;
  margin-left: 1.1666666667vw;
}
main .abeam-main--when--item.item01 .abeam-main--when--item--course {
  background: rgba(0, 25, 100, 0.8);
}
main .abeam-main--when--item.item02 .abeam-main--when--item--course {
  background: rgba(51, 71, 131, 0.8);
}
main .sec-ttl .ttlen {
  font-size: 7.5vw;
  line-height: 1.2;
  text-align: center;
}
main .sec-ttl h3 {
  font-size: 1.8333333333vw;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
}
main .recommend {
  width: 100%;
  padding: 6.6666666667vw 5% 12.6666666667vw;
  background: url("../images/abeam_recommend_bg.jpg") no-repeat center/cover;
}
main .recommend .points {
  width: 100%;
  margin: 1.6666666667vw auto 0;
  display: flex;
  justify-content: center;
}
main .recommend .points li {
  position: relative;
  width: 19.5vw;
  height: 19.5vw;
  margin: 0 1.1666666667vw;
  border-radius: 50%;
  background: #001964;
}
main .recommend .points li figure {
  width: 3.3333333333vw;
  margin: 2.0833333333vw auto 0;
}
main .recommend .points li h4 {
  margin-top: 1.25vw;
  font-size: 1.9166666667vw;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
main .recommend .points li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4.167vw;
  left: 50%;
  transform: translateX(-50%);
  width: 15.1666666667vw;
  height: 3.75vw;
  background: url("../images/abeam_recommend_shadow.png") no-repeat center/contain;
}
main .recommend .points li:nth-of-type(2) {
  margin-top: 2.3333333333vw;
}
main .imgarea {
  width: 100%;
  padding: 3.5vw 0 4.1666666667vw;
}
main .imgarea .slide {
  width: 100%;
  display: flex;
}
main .imgarea .slide li {
  width: 36.6666666667vw;
}
main .features {
  width: 100%;
  position: relative;
}
main .features::after {
  content: '';
  display: block;
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  height: calc(100% - 26.25vw);
  background: #e7e9f0;
}
main .features .backimg {
  position: absolute;
  z-index: 1;
  width: 59.5vw;
  height: 59.4166666667vw;
  top: 13.5833333333vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/abeam_features_back.png") no-repeat center/contain;
}
main .features .feat-point {
  position: absolute;
  z-index: 2;
}
main .features .feat-point.img01 {
  width: 38.25vw;
  top: 10.8333333333vw;
  right: -3vw;
}
main .features .feat-point.img02 {
  width: 37.4166666667vw;
  top: 26.3333333333vw;
  left: 3.6666666667vw;
}
main .features .feat-point.img03 {
  width: 38.5vw;
  top: 55.3333333333vw;
  right: 4.6666666667vw;
}
main .features .feat-point.img04 {
  width: 29.0833333333vw;
  top: 77.8333333333vw;
  left: 15.3333333333vw;
}
main .features .sec-ttl {
  position: relative;
  z-index: 4;
}
main .features--items {
  width: 75.8333333333vw;
  margin: 5vw auto 30.1666666667vw;
  position: relative;
  z-index: 4;
}
main .features--items ul li {
  display: flex;
  align-items: center;
}
main .features--items ul li .number {
  width: 9.5833333333vw;
}
main .features--items ul li h4 {
  font-size: 2.0833333333vw;
  letter-spacing: .1em;
  font-weight: 600;
  margin-left: 1.6666666667vw;
}
main .features--items ul li:not(:first-of-type) {
  margin-top: 17.6666666667vw;
}
main .features--items ul li.even {
  flex-direction: row-reverse;
}
main .features--items ul li.even h4 {
  margin-left: 0;
  margin-right: 1.6666666667vw;
  text-align: right;
}
main .features .movie {
  position: relative;
  z-index: 4;
}
main .features .movie--inner {
  width: 75vw;
  margin: 1.6666666667vw auto 0;
}
main .program {
  width: 100%;
  margin-top: 8.3333333333vw;
  padding-bottom: 13vw;
  position: relative;
}
main .program::after {
  content: '';
  display: block;
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  height: calc(100% - 5vw);
  background: #d7e6ed;
}
main .program .sec-ttl {
  position: relative;
  z-index: 4;
}
main .program .intro {
  position: relative;
  z-index: 4;
  margin-top: 2.3333333333vw;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
}
main .program--inner {
  position: relative;
  z-index: 4;
  width: 75vw;
  margin: 7.25vw auto 0;
  padding: 7.75vw 5% 8.3333333333vw;
  background: #fff;
}
main .program--inner .container-tab {
  position: absolute;
  top: -3.167vw;
  left: 50%;
  transform: translateX(-50%);
  width: 65.5vw;
  display: flex;
}
main .program--inner .container-tab li {
  width: 50%;
  height: 6.3333333333vw;
}
main .program--inner .container-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8333333333vw;
  text-align: center;
  transition: all .3s ease-out;
  position: relative;
}
main .program--inner .container-tab li a h4 {
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: .1em;
}
main .program--inner .container-tab li a .day {
  width: 10.4166666667vw;
  margin: 0.4166666667vw auto 0;
}
main .program--inner .container-tab li a .day.day01 {
  width: 14.8333333333vw;
}
main .program--inner .container-tab li a .deco {
  display: none;
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75vw;
}
main .program--inner .container-tab li a.tech-tab {
  background: #001964;
}
main .program--inner .container-tab li a.business-tab {
  background: #334783;
}
main .program--inner .container-tab li.select a .deco {
  display: block;
}
main .program--inner .tabwrap-content {
  width: 100%;
}
main .program--inner .tabwrap-content .contents {
  width: 100%;
}
main .program--inner .tabwrap-content .contents--inner {
  width: 100%;
}
main .program--inner .tabwrap-content .contents--inner--ttl h5 {
  font-size: 3.4166666667vw;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner--ttl .ttlen {
  font-size: 2vw;
  line-height: 2;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .program-img {
  width: 100%;
  margin-top: 2.5vw;
}
main .program--inner .tabwrap-content .contents--inner .program-txt {
  margin-top: 2.3333333333vw;
  color: #000000;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: .05em;
  font-weight: 600;
  text-align: justify;
}
main .program--inner .tabwrap-content .contents--inner .keyword {
  width: 100%;
  margin-top: 5vw;
  padding-bottom: 2.5vw;
  position: relative;
}
main .program--inner .tabwrap-content .contents--inner .keyword--ttl {
  font-size: 2.5833333333vw;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .keyword--list {
  margin-top: 1.6666666667vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main .program--inner .tabwrap-content .contents--inner .keyword--list li {
  margin: 0 .5em;
  font-size: 1.4166666667vw;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: .1em;
}
main .program--inner .tabwrap-content .contents--inner .keyword::before {
  content: '';
  display: block;
  position: absolute;
  top: 1.6666666667vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 1.25vw);
  background: rgba(215, 230, 237, 0.5);
}
main .program--inner .tabwrap-content .contents--inner .schedule {
  width: 100%;
  margin-top: 6.25vw;
}
main .program--inner .tabwrap-content .contents--inner .schedule .ttlen {
  position: relative;
  font-size: 3.4166666667vw;
  line-height: 1;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::before, main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 24.3333333333vw;
  height: 1px;
  background: rgba(0, 25, 100, 0.5);
}
main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::before {
  left: 0;
}
main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::after {
  right: 0;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block {
  width: 100%;
  padding: 3.8333333333vw 0 0;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block:not(:first-of-type) {
  margin-top: 4.75vw;
  border-top: 1px dashed rgba(0, 25, 100, 0.5);
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .time {
  font-size: 4.1666666667vw;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .part {
  font-size: 2.3333333333vw;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .part span {
  font-size: 1.6666666667vw;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .block-txt {
  margin-top: 1.6666666667vw;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #000000;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail {
  width: 100%;
  margin-top: 2.75vw;
  display: flex;
  justify-content: space-between;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li {
  width: 19.75vw;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li h6 {
  padding: 0.4166666667vw 0;
  text-align: center;
  color: #fff;
  font-size: 1.4166666667vw;
  letter-spacing: .1em;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li .detail-p {
  margin-top: 0.8333333333vw;
  color: #000000;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .03em;
  text-align: center;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail.tech li h6 {
  background: #001964;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .detail.business li h6 {
  background: #334783;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .watch {
  margin-top: 4.6666666667vw;
  width: 100%;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .watch a {
  display: block;
  width: 100%;
  padding: 1.25vw;
  background: #7d6e5a;
  color: #fff;
  font-size: 2.1666666667vw;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .watch a::after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  color: #fff;
}
main .program--inner .tabwrap-content .contents--inner .schedule--block .watch.soon {
  display: none;
}
main footer {
  width: 100%;
  padding: 4.1666666667vw 5% 0;
}
main footer .logo {
  width: 20.4166666667vw;
  margin: 0 auto;
}
main .btns_reserve {
  position: fixed;
  top: 190px;
  right: 0;
  z-index: 10;
  width: 7.5vw;
  min-height: 45.6666666667vw;
}
main .btns_reserve--li {
  width: 100%;
  height: 50%;
}
main .btns_reserve--li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8333333333vw 0;
}
main .btns_reserve--li a p {
  color: #fff;
  font-size: 1.0833333333vw;
  letter-spacing: -.01em;
  text-align: center;
  white-space: nowrap;
}
main .btns_reserve--li a figure {
  width: 3.3333333333vw;
  margin: 0.8333333333vw auto 0;
}
main .btns_reserve--li a figure.day01 {
  width: 6.0833333333vw;
}
main .btns_reserve--li.techbtn a {
  background: #001964;
}
main .btns_reserve--li.busbtn a {
  background: #334783;
}

.copyright {
  color: #001964;
  background: #fff;
  font-size: 0.9166666667vw;
  letter-spacing: .05em;
  font-weight: 600;
  margin: 3.0833333333vw 0 0;
}

@media screen and (max-width: 767px) {
  main .abeam-main {
    height: 146.6666666667vw;
    background: url("../images/abeam_mv.jpg") no-repeat 48% center/cover;
  }
  main .abeam-main--ttl {
    padding-top: 58.6666666667vw;
  }
  main .abeam-main--ttl .ttlen {
    font-size: 10.6666666667vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw #ccc;
  }
  main .abeam-main--ttl h2 {
    font-size: 4.8vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw #ccc;
    margin-top: 2.6666666667vw;
  }
  main .abeam-main--ttl--add {
    top: 13.3333333333vw;
    right: 1.3333333333vw;
    width: 53.3333333333vw;
  }
  main .abeam-main--ttl--add p {
    font-size: 7.4666666667vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 5.3333333333vw #ccc;
  }
  main .abeam-main--ttl--add p span {
    font-size: 10.6666666667vw;
  }
  main .abeam-main--ttl--add .deco {
    bottom: -2.25vw;
  }
  main .abeam-main--when {
    width: 70%;
    margin: 2.6666666667vw auto 0;
    display: block;
  }
  main .abeam-main--when--item--course {
    width: 24vw;
    height: 24vw;
    border: 0.5333333333vw solid #fff;
  }
  main .abeam-main--when--item--course h3 {
    font-size: 3.2vw;
  }
  main .abeam-main--when--item--day {
    width: 40vw;
    margin-left: 1.3333333333vw;
  }
  main .abeam-main--when--item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  main .sec-ttl .ttlen {
    font-size: 10.6666666667vw;
  }
  main .sec-ttl h3 {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  main .recommend {
    padding: 10.6666666667vw 2% 16vw;
  }
  main .recommend .points {
    margin: 5.3333333333vw auto 0;
  }
  main .recommend .points li {
    width: 32vw;
    height: 32vw;
    margin: 0;
  }
  main .recommend .points li figure {
    width: 8vw;
    margin: 2.6666666667vw auto 0;
  }
  main .recommend .points li h4 {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  main .recommend .points li::after {
    bottom: -8vw;
    width: 24.2666666667vw;
    height: 5.8666666667vw;
  }
  main .recommend .points li:nth-of-type(2) {
    margin-top: 7.4666666667vw;
  }
  main .imgarea {
    padding: 8vw 0;
  }
  main .imgarea .slide li {
    width: 64vw;
  }
  main .features::after {
    top: 8vw;
    height: calc(100% - 30vw);
  }
  main .features .backimg {
    width: 85.3333333333vw;
    height: 85.3333333333vw;
    top: 26.6666666667vw;
  }
  main .features .feat-point.img01 {
    width: 53.3333333333vw;
    top: 53.3333333333vw;
    right: -3vw;
  }
  main .features .feat-point.img02 {
    width: 53.3333333333vw;
    top: 120vw;
    left: 11.7333333333vw;
  }
  main .features .feat-point.img03 {
    width: 53.3333333333vw;
    top: 181.3333333333vw;
    right: 6.9333333333vw;
  }
  main .features .feat-point.img04 {
    width: 53.3333333333vw;
    top: 218.6666666667vw;
    left: 2.6666666667vw;
  }
  main .features--items {
    width: 95%;
    margin: 16vw auto 96.5333333333vw;
  }
  main .features--items ul li .number {
    width: 16vw;
  }
  main .features--items ul li h4 {
    font-size: 4.2666666667vw;
    margin-left: 5.3333333333vw;
  }
  main .features--items ul li:not(:first-of-type) {
    margin-top: 48vw;
  }
  main .features--items ul li.even h4 {
    margin-right: 5.3333333333vw;
  }
  main .features .movie--inner {
    width: 90%;
    margin: 5.3333333333vw auto 0;
  }
  main .program {
    margin-top: 21.3333333333vw;
    padding-bottom: 41.6vw;
  }
  main .program::after {
    top: 8vw;
    height: calc(100% - 25vw);
  }
  main .program .intro {
    margin-top: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
  main .program--inner {
    width: 95%;
    margin: 16vw auto 0;
    padding: 32vw 5% 13.3333333333vw;
  }
  main .program--inner .container-tab {
    top: -8vw;
    width: 95%;
  }
  main .program--inner .container-tab li {
    height: 26.6666666667vw;
  }
  main .program--inner .container-tab li a {
    padding: 4vw 2.6666666667vw;
  }
  main .program--inner .container-tab li a h4 {
    font-size: 3.7333333333vw;
  }
  main .program--inner .container-tab li a .day {
    width: 26.6666666667vw;
    margin: 2.1333333333vw auto 0;
  }
  main .program--inner .container-tab li a .day.day01 {
    width: 37.3333333333vw;
  }
  main .program--inner .container-tab li a .deco {
    bottom: -7.5vw;
    width: 12vw;
  }
  main .program--inner .tabwrap-content .contents--inner--ttl h5 {
    font-size: 6.4vw;
  }
  main .program--inner .tabwrap-content .contents--inner--ttl .ttlen {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  main .program--inner .tabwrap-content .contents--inner .program-img {
    margin-top: 8vw;
  }
  main .program--inner .tabwrap-content .contents--inner .program-txt {
    margin-top: 7.4666666667vw;
    font-size: 4vw;
  }
  main .program--inner .tabwrap-content .contents--inner .keyword {
    margin-top: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .keyword--ttl {
    font-size: 8.2666666667vw;
  }
  main .program--inner .tabwrap-content .contents--inner .keyword--list {
    margin-top: 5.3333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .keyword--list li {
    font-size: 3.7333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .keyword::before {
    top: 5.3333333333vw;
    height: calc(100% - 1.25vw);
  }
  main .program--inner .tabwrap-content .contents--inner .schedule {
    margin-top: 20vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule .ttlen {
    font-size: 8.2666666667vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::before, main .program--inner .tabwrap-content .contents--inner .schedule .ttlen::after {
    width: 21.3333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block {
    padding: 6.9333333333vw 0 0;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block:not(:first-of-type) {
    margin-top: 15.2vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .time {
    font-size: 10.6666666667vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .part {
    font-size: 5.3333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .part span {
    font-size: 5.3333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .block-txt {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    text-align: justify;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .detail {
    margin-top: 8.8vw;
    display: block;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li {
    width: 100%;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li h6 {
    padding: 1.3333333333vw 0;
    font-size: 4.5333333333vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li .detail-p {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .detail li:not(:first-of-type) {
    margin-top: 8vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .watch {
    margin-top: 9.6vw;
  }
  main .program--inner .tabwrap-content .contents--inner .schedule--block .watch a {
    padding: 4vw;
    font-size: 6.9333333333vw;
  }
  main footer {
    padding: 0 5%;
  }
  main footer .logo {
    width: 65.3333333333vw;
  }
  main .btns_reserve {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    min-height: 13.3333333333vw;
    display: flex;
  }
  main .btns_reserve--li {
    width: 50%;
    height: 100%;
  }
  main .btns_reserve--li a {
    display: flex;
    padding: 2.6666666667vw;
    justify-content: center;
    align-items: center;
  }
  main .btns_reserve--li a p {
    font-size: 3.4666666667vw;
    text-align: center;
    white-space: nowrap;
  }
  main .btns_reserve--li a figure {
    width: 10.6666666667vw;
    margin: 0 0 0 2.6666666667vw;
  }
  main .btns_reserve--li a figure.day01 {
    width: 19.4666666667vw;
  }

  .copyright {
    color: #001964;
    background: #fff;
    font-size: 2.9333333333vw;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 9.8666666667vw 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
