body {
  overflow-x: hidden;
}

.header-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin: 10px auto;
}

.header-inner h1 {
  margin-bottom: 0;
  margin-right: 20px;
}

.header-inner nav {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.header-block {
  position: relative;
  overflow: hidden;
}


.header-bg {
  width: 100%;
}


.header-animate {
  animation-name: headerFadein;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}

.header-cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-cover-1 {
  animation-delay: .4s;
}

.header-cover-2 {
  animation-delay: .8s;
}
.header-button{
  position: absolute;
  bottom: 6%;
  right: 16%;
  animation-delay: .8s;
  width: 30%;
}

.header-button img {
  width: 100%;
}

@keyframes headerFadein {
  0%{
    transform: translateY(100%);
    opacity: 0;
  }
  60%{
  }
  80%{
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}










.mv-under-text{
  margin: 0 auto 20px;
  width: 950px;
  text-align: center;
}


.nav-ttl {
  flex: 1;
  margin-bottom: 2px;
  text-align: center;
  background: #7d7d7d;
  color: #fff;
}

.nav-items {
  flex: 1;
  display: flex;
  background: #008877;
  border-right: 1px solid #222;
  line-height: 1.6em;
}

.nav-items a {
  flex: 1 0;
  text-align: center;
  border-right: 1px solid #222;
}

.nav-items a {
  color: #fff;
}

.nav-items a:last-child {
  border-right: none;
}

/* slider */
.slider-area {
  padding: 30px 0 10px;
}

.movie-dots {
  color: #000;
  background: #000;
  opacity: 1;
}



.slider img {
  width: 100%;
  padding: 0 20px;
  z-index: 1;
  /*margin-top: -3vw;*/
}

.slider-item {
  /*height: 15vw;*/
}



.slick-prev {
  left: 17.5%;
  transform: translateX(-16vw);
  width: 50px;
  height: 133%;
  top: -14%;
}

.slick-next {
  right: 17.5%;
  transform: translateX(16vw);
  width: 50px;
  height: 133%;
  top: -14%;
}

.slick-arrow i {
  color: #007eff;
  font-size: 24px;
}

.slick-arrow:before {
  content: none;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

.lr .slick-slide:not(.slick-center) {
  /* opacity: .3; */
  opacity: 1;
}

.slider-date {
  color: #009380;
  background-color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  margin-bottom: 0em;
  font-size: clamp(15px,1.7vw,28px);
  z-index: 100;
}

.slider-desc {
  background-color: #009380;
  color: #fff;
  font-size: clamp(15px,1.1vw,22px);
  margin-left: 3vw;
  z-index: 100;
  font-family: sans-serif;
  padding: 3px 5px;
}

.slick-center {
  width: 120%;
}

.container {
  width: 100%;
  background: #f4f4f4;
  padding: 20px 0;
}

.section-content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.section-content:after {
  content: "";
  display: block;
  clear: both;
}



#section-kougi h2 {
  border-left-color: #448aca;
}

#section-circle h2 {
  border-left-color: #eb6877;
}

#section-life h2 {
  border-left-color: #038500;
}

.section-ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 30px 0 0;
  color: #009380;
  vertical-align: middle;
}

#section-kougi .section-ttl {
  color: #448aca;
}

#section-circle .section-ttl {
  color: #eb6877;
}

#section-life .section-ttl {
  color: #038500;
}

.pickup {
  background: url(../img/pickup.png) bottom 4px left no-repeat;
  padding-left: 70px;
  font-size: 18px;
  font-weight: bold;
}

.pickup:before {
  content: url(../img/pickup-bolt.png);
  transform: translateY(4px);
}

.pickup:after {
  content: url(../img/pickup-bolt.png);
  transform: scale(-1,1) translateY(4px);
}

.movie-container {
  padding:  0px 10px;
  display: flex;
  justify-content: space-between;
}

.movie-box {
  display: block;
  width: 236px;
  background: #fff;
  padding-bottom: 20px;
  color: #000;
}

.movie-thumb {
  height: auto;
  overflow: hidden;
}

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

.movie-info {
  display: flex;
  margin: 4px auto;
  align-items: center;
}

.movie-date {
  font-size: 14px;
  margin-right: 10px;
}

.movie-category a {
  font-size: 12px;
  flex: 1;
  background: #4a88e7;
  border-radius: 6px;
  text-align: center;
  padding: 2px;
  color: #fff;
}

.movie-category {
  font-size: 12px;
  flex: 1;
  background: #4a88e7;
  border-radius: 6px;
  text-align: center;
  padding: 2px;
  color: #fff;
}

.movie-detail {
  font-size: 12px;
  /*width: 220px;*/
  margin: 4px auto;
}

.movie-btn {
  display: block;
  width: 480px;
  color: #fff;
  float: right;
  text-align: center;
  padding: 6px 0;
  border-radius: 10px;
  margin-top: 10px;
  background: #009380;
}

.simple-movie-btn {
  width: 80px;
  float: right;
  font-size: 12px;
  color: #0064c8;
  text-decoration: underline !important;
}

#section-kougi .movie-btn {
  background: #448aca;
}

#section-circle .movie-btn {
  background: #eb6877;
}

#section-life .movie-btn {
  background: #038500;
}

.movie-btn i {
  transform: rotate(45deg);
  font-size: 14px;
}

.movie-btn span {
  text-decoration: underline;
  padding: 0 8px;
}

.movie-total-btn {
  display: block;
  background: #008877;
  border-radius: 10px;
  width: 480px;
  margin: 20px auto 40px;
  font-size: 20px;
  color: #fff;
  line-height: 3em;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  clear: both;
}

.movie-total-btn:before {
  content: url(../img/movie-total-btn.png);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.movie-total-btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #fff;
  float: right;
  margin-right: 30px;
}

.univ-content {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 20px;
  display: flex;
}

.map-content {
  margin: 0 auto;
  width: 720px;
  margin-right: 20px;
  background: #fff;
  padding: 20px 0;
}

.map-heading {
  font-size: 20px;
  line-height: 2.4em;
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
}

.map-heading i {
  color: #04B28C;
  font-size: .8em;
  margin-right: 10px;
}

.map-area {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.map-area a{
  z-index: 10;
}

.map-area-icon {
  display: block;
  position: absolute;
  width: 66px;
  transition: .4s;
}

.map-area-icon:hover {
  transform: scale(2);
}

.map-area-icon img {
  width: 100%;
}

.map-btn-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 10px;
}

.map-btn-area a {
  display: block;
  line-height: 2em;
  flex: 1;
  color: #222;
  border-bottom: 1px solid #DDD;
}

.map-btn-area a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #DDD;
  margin-right: 10px;
}

#SchoolMapSearch {
  position: relative;
}

#SchoolMapSearch .Area {
  position: absolute;
}

#SchoolMapSearch .Area h3 {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: none;
}

#SchoolMapSearch .Area img {
  border: none;
  cursor: pointer;
}

#SchoolMapSearch .Area ul {
  width: 400px;
  background-color: rgba(255,255,255,0.8);
  background-color: #FFFFFF;
  padding: 46px 0px 9px 9px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 0;
  z-index: -5;
  display: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#SchoolMapSearch .Area li {
  height: 22px;
  padding: 0 0 0 0px;
  margin: 0 10px 7px 20px;
  float: left;
  line-height: 19px;
  cursor: pointer;
}

#SchoolMapSearch .Area li:hover {
  color: #09C;
}

#SchoolMapSearch .Area li {
  list-style: disc;
}

#SchoolMapSearch .Area a {
  text-decoration: underline;
  font-size: 15px;
}

.rank-title{
  display: block;
  margin: 10px auto;
}

#section-ranking .movie-container {
  overflow-x: scroll;
}

.ranking {
  position: relative;
  flex: 0 0 300px;
  margin-right: 19px;
}

.ranking .movie-thumb:after{
  content: "";
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 300px;
  height: 200px;
}

.ranking:nth-child(1) .movie-thumb:after {
  background-image: url(../img/ranking_1.png);
}

.ranking:nth-child(2) .movie-thumb:after {
  background-image: url(../img/ranking_2.png);
}

.ranking:nth-child(3) .movie-thumb:after {
  background-image: url(../img/ranking_3.png);
}

.ranking:nth-child(4) .movie-thumb:after {
  background-image: url(../img/ranking_4.png);
}

.ranking:nth-child(5) .movie-thumb:after {
  background-image: url(../img/ranking_5.png);
}

.ranking:nth-child(6) .movie-thumb:after {
  background-image: url(../img/ranking_6.png);
}

.ranking:nth-child(7) .movie-thumb:after {
  background-image: url(../img/ranking_7.png);
}

.ranking:nth-child(8) .movie-thumb:after {
  background-image: url(../img/ranking_8.png);
}

.ranking:nth-child(9) .movie-thumb:after {
  background-image: url(../img/ranking_9.png);
}

.ranking:nth-child(10) .movie-thumb:after {
  background-image: url(../img/ranking_10.png);
}

.movie-thumb:after {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

/* —ÊË÷ */
.container {
  width: 100%;
  background: #f4f4f4;
  padding: 20px 0;
}

.section-content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.section-content:after {
  content: "";
  display: block;
  clear: both;
}


#section-kougi h2 {
  border-left-color: #448aca;
}

.include-banner-img {
  margin: 5px 0;
  text-align: center;
}

.special-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}



.special0{
    display: block;
    margin-top: 10px;
    width: 100%;
}

.kako-special {
    color: #009380;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

.banner-section-area{
    width: 900px;
    max-width: 100vw;
    margin: 0 auto;
}

.name {
    width: 290px;
    display: block;
    height: auto;
}

.name1 {
  width: 444.5px;
  display: block;
  height: auto;
}

/*ÇÐ¤êÌæ¤ï¤ê»­Ïñ²¿·Ö*/
#promotion-video {
  margin: 0 auto 30px;
  /*width: 1000px;*/
}
.maintitle-video {
    color: white;
    background-color: #009380;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    width: 1000px;
}
.subtitle-video {
    color: #009380;
    text-align: center;
    font-size: 30px;
    margin: 5px;
}
.sub-item {
    position: relative;
}
.movie-box-area {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
  .movie {
    width: 100%;
}
.sub-item .movie-box {
    display: block;
    width: 18%;
    max-width: 270px;
    padding-bottom: 10px;

}

/*youtube¥é¥ó¥­¥ó¥°²¿·Ö*/
.ranking-wrapper {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding-right: 30px; 
}

.ranking-note{
  margin: 15px auto 0;
  width: 95%;
}

.tab-group,.tab-group-vertical {
    list-style: none;
    font-weight: bold;
    color: #009380;
}
.tab-group {
    display: flex;
}

.tab-group-vertical {
    display: block;
}

.tab-group > li {
    border: solid #009380;
    border-width: 2px 2px 0 2px;
    border-radius: 7px 7px 0 0;
    margin-top: 20px;
    text-align: center;
    margin: 2px;
    font-size: 20px;
    letter-spacing: 0;
}

.tab-group-vertical > li {
    border: solid #009380;
    border-width: 2px 0 2px 2px;
    border-radius: 7px 0 0 7px;
    margin: 4px 2px;
    padding: 10px 0px 10px 10px;
    font-size: 19px;
}

.tab-box {
    display:none;
}

.span-item.active {
    background-color: #009380;
    color: white;
}

.category-item.active {
    background-color: #009380;
    color: white;
}

.tab-box.active {
    display:flex;
}

.tab-lists {
    width: 30%;
}

.year-ranking, .month-ranking, .week-ranking, .day-ranking {
    width: 77%;
    margin-top: 20px;
}

.span-item {
    width: 97px;
    height: 50px;
    padding: 5px;
}

.category-item {
    width: 300px;
    padding: 10px 0;
}



.new-title {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight:1000;
    font-family: Kozuka Gothic Pro,sans-serif;
    line-height: 1;
    text-align: center;
    margin:0;
}

.new {
  font-size: 20px;
  color: #FF0000;
  font-weight:1000;
}

.new-img {
  height: 70px;
  margin-right: 2vw;
}

.new-title:before,
.new-title:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #009380;
}

.new-title:before {
    margin: 0 2vw 0 10vw;
}

.new-title:after {
    margin: 0 10vw 0 2vw;
}

.new-ttl-subsentence{
  font-size: 32px;
}


.to-movie-button{
    display: block;
    position: relative;
    width: 650px;
    margin: 5px auto;
    FONT-VARIANT: JIS04;
    color: #fff;
    border-radius: 50px;
    background-color: #fc4851;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
    transition: opacity 100ms;
    padding: 5px 0;
}
.movie-apply-txt{
  text-align: center;
  font-size: 16px;
}

.over-btn{
  width: 460px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    background: linear-gradient(transparent 70%, #FAE800 70%);
    margin: 0 auto;
    top: 2px;
}

.over-btn::before , .over-btn::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background-color: black;
  top: -3px;
}

.over-btn::before{
  transform: rotate(-30deg);
  left: -10px;
}

.over-btn::after{
  transform: rotate(30deg);
  right: -10px;
}