@charset "utf-8"

/* 共通 */

a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
html {
    background-color: #103470;
    scroll-behavior: smooth;
}
body {
    background-color: #103470;
}
img {
  width: 100%;
  height: auto;
}

h1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.center{
  text-align: center;
}

.slick__inner{
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.contents__inner{
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .slick__inner,
  .contents__inner{
    padding: 0 3%;
  }
}

/* メニュー */
.gb-nav {
    background-color: #fff;
    padding-top: 8%;
    padding-bottom: 1.5%;
}
.nav-box {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    max-width: 90%;
    margin: 0 auto;
}
.nav-list {
    text-align: center;
    letter-spacing: 0.15em;
    margin-right: 9%;
    line-height: 1.5;
    font-size: min(15px, 1.5vw);
}
.nav-list:last-of-type {
    margin-right: 0;
}
.nav-en {
    text-align: center;
    letter-spacing: 0.15em;
    color: #F19796;
    font-size: 12px;
}
.nav-en:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #51891B;
    border-radius: 100px;
    margin-right: 0.5em;
}

/* ハンバーガーメニュー */
.menu-btn {
    position: fixed;
    height: 43px;
    width: 43px;
    justify-content: center;
    align-items: center;
    z-index: 3000;
    background-color: #333;
    top: 0;
    left: 0;
    display: none;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 23px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.menu-btn span:before {
    bottom: 8px;
    left: 0.4px;
    top: 16px;
}
.menu-btn span:after {
    top: 8px;
    left: 0.4px;
}
#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked~.menu-btn span::before {
    top: 10px;
    transform: rotate(45deg);
}
#menu-btn-check:checked~.menu-btn span::after {
    top: 10px;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

/* メニュー中身 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: #51891B;
    opacity: 0.8;
}
.menu-content ul {
    padding: 33px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #bebebe;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 15px 17px 0;
    position: relative;
    font-size: 17px;
    letter-spacing: 2.3px;
    font-weight: 600;
}
.menu-content ul li a::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/menu-icon.png);
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 28px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 2000;
    background-color: #323232;
    transition: all 0.5s;
    /*アニメーション設定*/
    opacity: 1;
    padding: 2em;
}
#menu-btn-check:checked~.menu-content {
    right: 0;
    /*メニューを画面内へ*/
}
.menu-content-img {
    width: 46%;
    margin: 0 auto;
    min-width: 225px;
    max-width: 300px;
}
.menu-content-list span {
    font-size: 68%;
    line-height: 3em;
    color: #bebebe;
}
.menu-content-list span:before {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background-color: #ffe45f;
    background-size: contain;
    border-radius: 100px;
    margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
    .menu-btn {
        display: block;
    }
    .gb-nav {
        display: none;
    }
}

/* footer */
.footer {
    padding: 3em 0 0;
    text-align: center;
    color: #fff;
}

.footer-title {
    font-family: "M PLUS Rounded 1c";
    font-size: 18px;
    margin-bottom: 40px;
}

.footer .nav-list {
    font-size: 12px;
}

.footer .nav-box {
    margin-bottom: 40px;
}

.copyright {
    text-align: center;
    font-size: 10px;
    padding-bottom: 15px;
}

.footer-sp {
    display: none;
}

#asumi-frame-105 img{
  width: auto;
}

@media screen and (max-width: 768px) {
    .footer-title {
        font-size: 17px;
    }
    .footer .nav-box {
        justify-content: space-between;
        max-width: none;
    }

    .nav-list {
        margin-right: 0;
    }
}

@media screen and (max-width: 520px) {
    .footer {
        padding: 2em 0 0;
    }
    .footer-title {
        line-height: 1.4;
        font-size: 15px;
    }
    .footer-sp {
        display: block;
    }

    .nav-box {
        flex-wrap: wrap;
    }

    .footer .nav-list {
        width: 33.3%;
        margin-bottom: 1.2em;
        font-size: 11px;
    }

    .footer .nav-box {
        justify-content: left;
    }
    .footer .nav-list {
        margin-bottom: 1.2em;
    }
    .footer .nav-box {
        margin-bottom: 2em;
    }
}

/* TOP */
.top-img{
  position: relative;
}
.slider .slick-slide {
  height: 500px;
  overflow: hidden;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.slider .slick-active img{
  animation: zoomUp 10s linear 0s normal both;
}

.dots .slick-dots {
  text-align: center;
}
.dots .slick-dots li {
  display: inline-block;
  width: 100px;
  height: 6px;
  margin: 4px;
  background: #eaeaea;
  cursor: pointer;
}
.dots .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}
.dots .slick-dots .slick-active button {
  background: #0a467d;
  opacity: 1;
}
.slick-dots li button:before{
  content: ""!important;
}

/*サイトタイトル*/
.slide_title{
  max-width:354px; 
  position: absolute;
  z-index: 1001;
  top:10px;
  left: 50px;
}
#home .site-title{
  position: absolute;
  right: 50px;
  top:30px;
  z-index: 1001;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .slide_title{
    top:60px;
    left: 20px;
    padding-right: 20px;
  }
  #home .site-title{
    right: 20px;
    top:20px;
  }
}

/*ニュース*/
.news {
  padding: 0;
}
.news .title{
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
  margin-left: -35px;
  opacity: 0.6;
}
.news .new{
  font-size: 12px;
  color: #fff;
  background: #f60101;
  border-radius: 3px;
  padding: 4px 6px;
  margin-left: 5px;
  vertical-align: middle;
}
.news .slick-track{
  display: flex;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
  margin-top: -20px;
}

.slick__images {
  padding: 0 0 60px;
}

.slick__prev,
.slick__next {
  position: absolute;
  top: -60px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #18212b;
  background: #fff;
}

.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc((100vw - 100%) + (30px + 50px + 15px));
}

.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc((100vw - 100%) + (30px));
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: '';
}

.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
  position: relative;
  width: 290px;
  margin-right: 30px;
  background: #fff;
  height: auto!important;
}
.slick-slide{
  position: relative;
}
.slick-slide h3{
  color: #103470;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.slick-slide p{
  padding: 0 15px 15px;
  line-height: 1.4;
}
.slick-slide p.text{
  padding-bottom: 80px;
}
.slick-slide p.link{
  display: block;
  width: calc(100% - 30px);
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition: 0.6s;
}
.slick-slide p.link:hover{
  background: #f60101;
}

@media screen and (max-width: 768px) {
  .news .title{
    font-size: 70px;
    margin-left: 0;
  }
  .slick__prev {
    right: 84px;
  }
  .slick__next {
    right: 20px;
  }

}


/*トップページのメニュー*/
#home_contents .message{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents_menu a{
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
}
.contents_menu .contents_img{
  width: 30%;
  background: #ccc url("../images/menu_img1.jpg") center/cover;
}
.contents_menu#competition .contents_img{
  background: #ccc url("../images/menu_img2.jpg") center/cover;
}
.contents_menu#band .contents_img{
  background: #ccc url("../images/menu_img3.jpg") center/cover;
}
.contents_menu#member .contents_img{
  background: #ccc url("../images/menu_img4.jpg") center/cover;
}
.contents_menu#link .contents_img{
  background: #ccc url("../images/menu_img5.jpg") center/cover;
}
.contents_menu#contact .contents_img{
  background: #ccc url("../images/menu_img6.jpg") center/cover;
}
.contents_menu#offer .contents_img{
  background: #ccc url("../images/menu_img7.jpg") center/cover;
}

.contents_menu .contents_detail{
  width: 70%;
  padding: 15px;
  line-height: 1.4;
}
.contents_menu .contents_detail h3{
  color: #103470;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.contents_menu .contents_detail .link{
  background: #000;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  margin-left: auto;
  border-radius: 5px;
  text-align: center;
  transition: 0.6s;
}
.contents_menu:hover .contents_detail .link{
  background: #f60101;
}

@media screen and (max-width: 768px) {
  .contents_menu .contents_img{
    width: 20%;
  }
  .contents_menu .contents_detail{
    width: 80%;
  }
  .contents_menu .contents_detail .link{
    display: block;
  }
}

#home_contents #sns{
  margin-top: 40px;
}
#home_contents #sns .facebook,
#home_contents #sns .twitter{
  height: 400px;
  margin-bottom: 30px;
}
#home_contents #sns .facebook iframe{
  height: 400px!important;
}

@media screen and (min-width: 769px) {
  #home_contents #sns{
    margin-top: 80px;
  }
  #home_contents #sns{
    display: flex;
    justify-content: space-between;
  }
  #home_contents #sns .facebook,
  #home_contents #sns .twitter{
    width: 48%;
    margin-bottom: 0;
  }
}

/***************
　　下層ページ用
****************/
body.page .site-title{
  position: absolute;
  right: 50px;
  top:12px;
  z-index: 1001;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body.page .site-title{
    right: 20px;
  }
}
body.page .menu-btn {
    display: block;
}
body.page #contents .contents__inner{
  margin-top: 43px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.page #contents *{
  line-height: 1.8;
}
body.page #contents h2{
  color: #103470;
  font-weight: bold;
  margin: 18px 0 20px;
  font-size: 24px;
  border-left: 8px solid #103470;
  padding:8px 0 8px 8px;
}
body.page #contents h3{
  color: #103470;
  font-weight: bold;
  margin: 18px 0 20px;
  font-size: 18px;
  border: 2px solid #103470;
  padding:8px 0 8px 8px;
}
body.page #contents h4{
  background: #f0f0f0;
  font-weight: bold;
  margin: 18px 0 20px;
  font-size: 18px;
  padding:8px;
  border-radius: 5px;
}
body.page #contents p{
  padding-bottom: 15px;
  line-height: 1.4;
}
body.page #contents ul{
  list-style: disc;
  margin-left: 18px;
  margin-bottom: 20px;
}
body.page #contents table{
  width: 100%;
  margin-bottom: 50px;
}
body.page #contents table th,body.page table td{
  padding: 10px;
  border: 1px solid #333;
}
body.page #contents table th{
  text-align: center;
  width: 150px;
  background: #e4ebf6;
}

body.page #contents .gold{
  color: #ffd966;
}
body.page #contents .silver{
  color: #cccccc;
}
body.page #contents .bronze{
  color: #a62a2a;
}

body.page #contents .button{
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 500px;
  max-width: 480px;
  margin: 30px auto;
  transition: 0.6s;
}
body.page #contents .button:hover{
  background: #f60101;
}
body.page #contents img{
  width: auto;
  max-width: 100%;
}

#concert table td.img{
  width: 30%;
}

#concert table th{
  background: #f0f0f0;
}
#concert table th img{
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  body.page #contents h2{
    font-size: 18px;
  }
  body.page #contents h3,
  body.page #contents h4{
    font-size: 16px;
  }
  
  #concert table td.img{
    width: 100%;
  }
  #concert table td{
    width: 100%;
    display: block;
  }
  
  body.page#competition table th,
  body.page#competition table td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  body.page#competition table{
    border-bottom: 1px solid #333;
  }
}

