@charset "UTF-8";
p {
  margin-top: 0;
}

.page-container {
  padding-top: 0;
}

.content {
  padding-top: 0;
}

.kv {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 576px;
  }
}
.kv .slide_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .kv .slide_img {
    height: 100%;
  }
}
.kv .slide_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.kv .slide_img .slide_img_01, .kv .slide_img .slide_img_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-duration: 13s;
  animation-iteration-count: infinite;
  background-color: #000000;
}
.kv .slide_img .slide_img_01 {
  position: relative;
  overflow: hidden;
  animation-name: fade-slide-1;
}
.kv .slide_img .slide_img_01 video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .kv .slide_img .slide_img_01 {
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .kv .slide_img .slide_img_01 {
    background-position: 26% center;
  }
}
.kv .slide_img .slide_img_02 {
  background-image: url(/music/summerjazzcamp/img/index_kv_05_pc.jpg);
  animation-name: fade-slide-2;
}
@media screen and (max-width: 767px) {
  .kv .slide_img .slide_img_02 {
    background-image: url(/music/summerjazzcamp/img/index_kv_05_sp.jpg);
    background-position: 60% 0%;
  }
}
@keyframes fade-slide-1 {
  0% {
    opacity: 0;
  }
  7.69% {
    opacity: 1;
  }
  69.23% {
    opacity: 1;
  }
  76.92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fade-slide-2 {
  0% {
    opacity: 1;
  }
  7.69% {
    opacity: 0;
  }
  69.23% {
    opacity: 0;
  }
  76.92% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    z-index: 0;
  }
}
.kv .h1_text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1700px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .kv .h1_text {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .kv .h1_text {
    top: 25%;
    width: 85%;
    left: 50%;
  }
}
.kv .h1_text h1 {
  margin-bottom: 32px;
  max-height: 70%;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .h1_text h1 {
    margin-bottom: 0;
    max-width: 420px;
  }
}
.kv .h1_text h1 img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kv .h1_text h1 img {
    height: auto;
    width: 100%;
  }
}
.kv .h1_text p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv .h1_text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 40px;
    margin-top: 16px;
  }
}
.kv .h1_text a {
  z-index: 2;
  background-color: #F9A80D;
  border-radius: 8px;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 11px 0 8px;
  width: 320px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kv .h1_text a {
    width: 80%;
    max-width: 320px;
  }
}

.page-header_copyright {
  font-size: 1.6rem;
  position: absolute;
  color: #FFFFFF;
  z-index: 90;
  right: 25px;
  bottom: 42px;
}
@media screen and (min-width: 1201px) {
  .page-header_copyright {
    bottom: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .page-header_copyright {
    right: 20px;
    bottom: 122px;
  }
}
@media screen and (max-width: 768px) {
  .page-header_copyright {
    bottom: 82px;
  }
}

.kv_lead {
  background: #F9A80D;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.2px;
  padding: 40px 32px;
  position: absolute;
  bottom: -135px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .kv_lead {
    width: 75%;
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .kv_lead {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    bottom: -28%;
  }
}

.page-nav {
  background: #000000;
  padding: 160px 0 95px;
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
  }
}
.page-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  place-content: center;
  place-items: center;
  justify-content: center;
  gap: 48px 7px;
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    justify-content: center;
  }
}
.page-nav ul li {
  width: 220px;
  min-height: 44px;
  border-bottom: 1px solid #888888;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-nav ul li {
    width: 160px;
    text-align: center;
  }
}
.page-nav ul li:hover {
  border-bottom: 1px solid #F9A80D;
}
.page-nav ul li a {
  width: 100%;
  font-size: 24px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.page-nav ul li a:hover {
  text-decoration: none;
}
.page-nav ul li a .arrow {
  position: relative;
  display: inline-block;
  width: 17.9px;
  height: 8.1px;
}
.page-nav ul li a .arrow::before,
.page-nav ul li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 12px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: 50% calc(100% - 0.5px);
}
.page-nav ul li a .arrow::before {
  transform: rotate(50deg);
}
.page-nav ul li a .arrow::after {
  transform: rotate(-50deg);
}

.info-wrap {
  padding: 50px 15px;
  background-color: #fef6e6;
}
@media screen and (max-width: 767px) {
  .info-wrap .page-width {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .info-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.info {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .info {
    display: block;
  }
}
.info_header:not(:last-child) {
  margin-right: 84px;
}

@media screen and (max-width: 1199px) {
  .info_header:not(:last-child) {
    margin-right: 38px;
  }
}
@media screen and (max-width: 767px) {
  .info_header:not(:last-child) {
    margin-right: 0;
  }
}
.info_header_title {
  position: relative;
  padding-left: 37px;
  font-weight: 700;
  font-size: 1.6rem;
}

.info_header_title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 0;
  margin: auto;
  padding-top: 26px;
  background: url(/music/summerjazzcamp/img/index_info_icon01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .info_body:nth-child(n+2) {
    margin-top: 18px;
  }
}
.info_list > li:nth-child(n+2) {
  margin-top: 18px;
}

.info_list > li > a {
  display: block;
  margin: -10px 0;
  padding: 10px 0;
}

.info_list > li > a:active,
.info_list > li > a:hover {
  text-decoration: none;
}

.info_item {
  overflow: hidden;
}

.info_item_date,
.info_item_detail {
  margin-top: 0;
  line-height: 28px;
}

.info_item_date {
  float: left;
  color: #000000;
  font-weight: 700;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.info_item_date:not(:last-child) {
  margin-right: 38px;
}

a:hover .info_item_date {
  color: #f9a80d;
}

@media screen and (max-width: 767px) {
  .info_item_date {
    float: none;
  }
}
.info_item_detail {
  overflow: hidden;
  font-weight: 700;
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 28px;
}

a:hover .info_item_detail {
  color: #f9a80d;
}

@media screen and (max-width: 767px) {
  .info_item_detail:nth-child(n+2) {
    margin-top: 9px;
  }
}
.news {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news {
    display: block;
  }
}
.news_header:not(:last-child) {
  margin-right: 84px;
}

@media screen and (max-width: 1199px) {
  .news_header:not(:last-child) {
    margin-right: 38px;
  }
}
@media screen and (max-width: 767px) {
  .news_header:not(:last-child) {
    margin-right: 0;
  }
}
.news_header_title {
  color: #000;
  font-weight: 700;
  font-size: 80px;
}

@media screen and (max-width: 767px) {
  .news_header_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .news_body:nth-child(n+2) {
    margin-top: 4px;
  }
}
.news_list > li:nth-child(n+2) {
  margin-top: 8px;
}

.news_list > li > a {
  display: block;
}

.news_list > li > a:active,
.news_list > li > a:hover {
  text-decoration: none;
}

.news_item {
  overflow: hidden;
  margin: -10px;
  padding: 10px 0;
}

.news_item_date,
.news_item_detail {
  margin-top: 0;
  line-height: 1.5;
  font-size: 16px;
}

.news_item_date {
  float: left;
  color: #000;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.news_item_date:not(:last-child) {
  margin-right: 38px;
}

a:hover .news_item_date {
  color: #f9a80d;
}

@media screen and (max-width: 767px) {
  .news_item_date {
    float: none;
  }
}
.news_item_detail {
  overflow: hidden;
  transition: color 0.3s ease;
}

a:hover .news_item_detail {
  color: #f9a80d;
}

@media screen and (max-width: 767px) {
  .news_item_detail:nth-child(n+2) {
    margin-top: 9px;
  }
}
.mod-button {
  max-width: 190px;
}

h2:not(.info_header_title):not(.news_header_title) {
  font-weight: bold;
  font-family: AkkoRoundedPro-Medium;
  word-break: keep-all;
  text-align: center;
}
h2:not(.info_header_title):not(.news_header_title) .h2 {
  display: inline-block;
}

#whatsthis h2 {
  font-size: 12rem;
  line-height: 130px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #whatsthis h2 {
    font-size: 6rem;
    line-height: 64px;
  }
}

#features h2 {
  font-size: 14rem;
  line-height: 120px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #features h2 {
    font-size: 8rem;
    line-height: 50px;
  }
}

#faculties h2 {
  font-size: 14rem;
  line-height: 120px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #faculties h2 {
    font-size: 8rem;
    line-height: 50px;
  }
}

#program h2 {
  font-size: 14rem;
  line-height: 180px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #program h2 {
    font-size: 8rem;
    line-height: 50px;
  }
}

#graduates h2 {
  font-size: 14rem;
  line-height: 120px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #graduates h2 {
    font-size: 8rem;
    line-height: 50px;
  }
}

#joinus h2 {
  font-size: 14rem;
  line-height: 130px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #joinus h2 {
    font-size: 8rem;
    line-height: 88px;
  }
}

#magazine h2 {
  font-size: 14rem;
  line-height: 180px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #magazine h2 {
    font-size: 8rem;
    line-height: 50px;
  }
}

#contents h2 {
  font-size: 14rem;
  line-height: 130px;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #contents h2 {
    font-size: 8rem;
    line-height: 60px;
  }
}

section {
  padding: 108px 15px 96px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 80px 15px 96px;
  }
}

.lead-small {
  font-size: 16px;
}

.lead-large {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
}

#whatsthis {
  background: #F9A80D;
  text-align: center;
}
#whatsthis .section_inner {
  max-width: 1033px;
  padding: 0 75px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #whatsthis .section_inner {
    padding: 0px;
  }
}
#whatsthis .section_inner .lead {
  margin: 0 auto 74px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #whatsthis .section_inner .lead {
    margin-bottom: 36px;
  }
}
#whatsthis .section_inner .youtube {
  text-align: center;
  position: relative;
  width: 100%; /* 横幅100% */
  overflow: hidden;
}
#whatsthis .youtube_box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

#whatsthis .youtube_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#whatsthis .youtube_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  pointer-events: none;
}

#whatsthis .youtube_box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#features {
  background-image: url(/music/summerjazzcamp/img/index_features_bg_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #features {
    background-image: url(/music/summerjazzcamp/img/index_features_bg_sp.jpg);
    background-position: center top;
    background-color: #030200;
    background-size: 100%, contain;
  }
}
#features h2 {
  color: #F9A80D;
  text-align: center;
}
#features .section_inner {
  color: #FFFFFF;
  padding: 0px;
}
#features .section_inner .lead {
  margin-bottom: 53px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #features .section_inner .lead {
    margin-bottom: 21px;
  }
}
#features .section_inner .point_top {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #features .section_inner .point_top {
    gap: 35px;
  }
}
#features .section_inner .point_top .point_box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  width: 295px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  #features .section_inner .point_top .point_box {
    width: 100%;
    height: auto;
  }
}
#features .section_inner .point_top .point_box_title {
  font-size: 33px;
  line-height: 49px;
  letter-spacing: 1.32px;
}
#features .section_inner .point_top .point_box_title span {
  font-size: 52px;
  line-height: 77px;
  letter-spacing: 2.08px;
  padding-left: 10px;
}
#features .section_inner .point_top .point_box_lead {
  height: 58px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #features .section_inner .point_top .point_box_lead {
    height: auto;
  }
}
#features .section_inner .point_top .point_box_text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  #features .section_inner .point_top .point_box_text {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  #faculties {
    padding: 0;
  }
}
#faculties .faculties_inner {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  #faculties .faculties_inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  #faculties .faculties_inner {
    padding: 80px 15px 96px;
  }
}
@media screen and (max-width: 767px) {
  #faculties .faculties_inner {
    padding: 0;
  }
}
@media screen and (max-width: 1350px) {
  #faculties .faculties_inner {
    flex-direction: column;
    display: flex;
  }
}
#faculties .faculties_inner .faculties_header {
  width: 55%;
  max-width: 757px;
  padding-right: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  #faculties .faculties_inner .faculties_header {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  #faculties .faculties_inner .faculties_header h2 {
    text-align: left;
  }
}
#faculties .faculties_inner .faculties_header .lead {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1350px) {
  #faculties .faculties_inner .faculties_header .lead {
    margin-bottom: 30px;
  }
}
#faculties .faculties_inner .faculties_header .mod-button {
  margin-left: 5px;
}
@media screen and (max-width: 1350px) {
  #faculties .faculties_inner .faculties_header .mod-button {
    margin: 32px auto 0;
    order: 2;
  }
}

.img_container img {
  max-width: 100%;
  height: auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .img_container {
    padding: 0;
  }
}
#program {
  background-image: url(/music/summerjazzcamp/img/index_program_bg_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #program {
    padding: 0;
  }
}
@media screen and (max-width: 1350px) {
  #program {
    background-image: url(/music/summerjazzcamp/img/index_program_bg_sp.jpg);
  }
}
#program .program_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #program .program_inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #program .program_inner {
    justify-content: center;
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 0;
  }
}
#program .program_inner .program_header {
  width: 55%;
  max-width: 757px;
  padding-left: 80px;
  padding-right: 36px;
}
@media screen and (max-width: 1350px) {
  #program .program_inner .program_header {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
#program .program_inner .program_header h2 {
  color: #F9A80D;
}
@media screen and (max-width: 1350px) {
  #program .program_inner .program_header h2 {
    text-align: center;
    order: -2;
  }
}
@media screen and (min-width: 768px) {
  #program .program_inner .program_header h2 {
    text-align: left;
  }
}
#program .program_inner .program_header p {
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  #program .program_inner .program_header p {
    margin-bottom: 30px;
    order: -1;
    max-width: 730px;
  }
}
#program .program_inner .program_header .mod-button {
  margin-left: 5px;
}
@media screen and (max-width: 1350px) {
  #program .program_inner .program_header .mod-button {
    margin: 32px auto 0;
    order: 1;
  }
}
#program .program_inner .img_container {
  text-align: left;
}

#graduates {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/music/summerjazzcamp/img/index_graduates_bg_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #graduates {
    padding: 96px 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1350px) {
  #graduates {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #graduates {
    width: auto;
    background-image: url(/music/summerjazzcamp/img/index_graduates_bg_sp.jpg);
  }
}
#graduates .graduates_header {
  max-width: 757px;
  padding-left: 80px;
  width: calc(100% - 560px);
}
@media screen and (min-width: 768px) {
  #graduates .graduates_header {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_header {
    padding-left: 0;
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  #graduates .graduates_header h2 {
    text-align: left;
  }
}
#graduates .graduates_header p {
  font-weight: bold;
  margin-bottom: 28px;
}
#graduates .graduates_header .mod-button {
  margin-left: 5px;
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_header .mod-button {
    margin: 32px auto 0;
    order: 2;
  }
}
#graduates .graduates_item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 24px;
  padding-right: 36px;
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_item {
    flex-direction: column;
    padding-right: 0;
  }
}
#graduates .graduates_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  padding: 32px 16px 61px 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #graduates .graduates_item_inner {
    max-width: 268px;
  }
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_item_inner {
    width: auto;
    max-width: 730px;
    padding: 32px 32px 27px 32px;
  }
  #graduates .graduates_item_inner .flex_sp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #graduates .graduates_item_inner {
    width: auto;
  }
}
#graduates .graduates_item_inner img {
  margin-bottom: 22px;
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_item_inner img {
    margin-bottom: 0;
  }
}
#graduates .graduates_item_inner_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  text-align: center;
}
#graduates .graduates_item_inner_lead {
  margin-bottom: 21px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_item_inner_text {
    margin-top: 32px;
  }
}
#graduates .graduates_item_inner .notes {
  color: #666666;
  padding-top: 12px;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 1350px) {
  #graduates .graduates_item_inner .notes {
    padding-top: 19px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #graduates .graduates_item_inner .content_sp {
    display: contents;
  }
}

#joinus {
  text-align: center;
  background-image: url(/music/summerjazzcamp/img/index_join_bg_pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #joinus {
    background-image: url(/music/summerjazzcamp/img/index_join_bg_sp.jpg);
    background-position: center 60%;
  }
}
#joinus h2 {
  color: #FFFFFF;
}
#joinus h2 .orange {
  color: #F9A80D;
}
#joinus .joinus_text {
  color: #FFFFFF;
}
#joinus .mod-button {
  margin-top: 28px;
}
#joinus .guideline__button {
  width: 300px;
  margin: 32px auto 0;
  border: 1px solid #000;
}
#joinus .guideline__link {
  cursor: pointer;
  display: inline-block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #f9a80d 50%);
  background-position: 0 100%;
  background-size: auto 200%;
  transition: all 0.3s ease 0s;
  text-align: center;
  font-weight: bold;
  color: #000;
  min-height: 60px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}
#joinus .guideline__link span {
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  position: absolute;
}
#joinus .guideline__link:hover {
  text-decoration: none;
  background-position: 100% 0;
  color: #FFFFFF;
}
#joinus .guideline__link:hover .mod-icon-blank {
  background-image: url(/music/summerjazzcamp/common/img/module/parts_icon_img02_white.png);
}
#joinus .guideline__button:hover {
  border-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #joinus .header_button_menu > a::after, #joinus .header_button_menu > a::before {
    height: 6px;
  }
}

#magazine {
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1500px) {
  #magazine {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  #magazine .magazine_header {
    max-width: 536px;
  }
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_header {
    width: 100%;
    margin: 0 auto;
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  #magazine .magazine_header h2 {
    text-align: left;
  }
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_header h2 {
    text-align: center;
  }
}
#magazine .magazine_header .lead {
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_header .lead {
    margin-bottom: 32px;
    max-width: 730px;
  }
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_header .mod-button {
    text-align: center;
    margin: 32px auto;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #magazine .magazine_item {
    max-width: 980px;
  }
}
#magazine .magazine_item_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_item_inner {
    flex-direction: column;
  }
}
#magazine .magazine_item a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1350px) {
  #magazine .magazine_item {
    display: block;
    width: 100%;
    max-width: 730px;
  }
  #magazine .magazine_item:first-child {
    margin-top: 0;
  }
}
#magazine .magazine_text_copy {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #000;
}
#magazine .magazine_item_img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1501px) {
  #magazine .magazine_item_img {
    position: relative;
    min-width: 375px;
    min-height: 236px;
  }
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_item_img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
}
#magazine .magazine_item_img img {
  transition: transform 0.3s ease;
  transform: scale(1);
  display: block;
}
@media screen and (min-width: 1501px) {
  #magazine .magazine_item_img img {
    height: 105%;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: scale(1) translate(50%, -50%);
  }
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_item_img img {
    width: 100%;
  }
}
#magazine .magazine_item a:hover .magazine_item_img img {
  transform: scale(1.1);
}
@media screen and (min-width: 1501px) {
  #magazine .magazine_item a:hover .magazine_item_img img {
    transform: scale(1.1) translate(50%, -50%);
  }
}
#magazine .magazine_text {
  position: relative;
  padding: 24px 24px 28px;
  background-color: #fff;
  text-align: left;
}
@media screen and (min-width: 1501px) {
  #magazine .magazine_text {
    max-width: 430px;
    width: 430px;
    box-sizing: border-box;
  }
}
#magazine .magazine_text:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto;
  background-color: #f9a80d;
  transition: height 0.3s ease;
}
#magazine .magazine_item a:hover .magazine_text:before {
  height: 100%;
}
@media screen and (max-width: 1500px) {
  #magazine .magazine_text {
    padding-bottom: 26px;
  }
}
#magazine .magazine_text_category {
  position: relative;
  color: #8c6500;
  font-weight: 700;
  font-size: 1.3rem;
}
#magazine .magazine_text_category:after,
#magazine .magazine_text_category:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
#magazine .magazine_text_category:before {
  left: -40px;
  width: 32px;
  height: 0;
  margin: auto 0;
  border-top: 1px solid #999;
  transition: border-color 0.3s ease;
}
#magazine .magazine_text_category:after {
  left: -18px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: rotate(45deg) scale(0) translate(-20px, 20px);
  backface-visibility: hidden;
}
#magazine .magazine_text_date {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  right: 24px;
  top: 24px;
}
#magazine .magazine_item:hover .magazine_text_category:before {
  border-top-color: #000;
}
#magazine .magazine_item:hover .magazine_text_category:after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(0, 0);
}
@media screen and (max-width: 767px) {
  #magazine .magazine_text_category {
    font-size: 1.3rem;
  }
}
#magazine .magazine_text_catch {
  position: relative;
  margin-top: 11px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #magazine .magazine_text_catch {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 26px;
  }
}
#magazine .magazine_text_copy {
  position: relative;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #magazine .magazine_text_copy {
    margin-top: 12px;
  }
}

#contents {
  background: #F9A80D;
}
#contents h2 {
  text-align: center;
}
#contents .contents_item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 33px;
}
@media screen and (max-width: 1350px) {
  #contents .contents_item {
    flex-direction: column;
    gap: 24px;
    max-width: 730px;
    margin: 0 auto;
  }
}
#contents .contents_item .contents_inner {
  width: calc(33% - 33px);
  max-width: 410px;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  #contents .contents_item .contents_inner {
    width: 100%;
    max-width: none;
  }
}
#contents .contents_item .contents_inner img {
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
#contents .contents_item .contents_inner_box {
  min-height: 286px;
  padding: 36px 36px 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
@media screen and (max-width: 1350px) {
  #contents .contents_item .contents_inner_box {
    padding: 24px 20px 40px;
    justify-content: start;
    min-height: auto;
  }
}
#contents .contents_item .contents_inner_title {
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  #contents .contents_item .contents_inner_title {
    margin-bottom: 14px;
  }
}
#contents .contents_item .contents_inner_text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.64px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 1350px) {
  #contents .contents_item .contents_inner_text {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1350px) {
  #contents .contents_item .contents_inner .mod-button {
    margin-top: 0;
  }
}

#stayconnected {
  text-align: center;
  background: #EEEEEE;
}
#stayconnected h2 {
  font-size: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #stayconnected h2 {
    font-size: 40px;
  }
}
#stayconnected .stayconnected_lead {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-weight: bold;
  margin: 32px auto;
}
#stayconnected .stayconnected_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: auto;
}
#stayconnected .stayconnected_sns li {
  margin-right: 48px;
}
#stayconnected .stayconnected_sns li:last-child {
  margin-right: 0;
}

.stayconnected_sns .menu_sns img {
  max-width: 100%;
  max-height: 100%;
}

.sponsors_title {
  font-size: 100px !important;
  line-height: 86px !important;
  letter-spacing: 4px !important;
}
@media screen and (max-width: 767px) {
  .sponsors_title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

.sponsors_section {
  padding: 0;
}

.sponsors_title {
  text-align: center;
  font-weight: 700;
  margin-top: 32px;
}

.sponsors_title.-link_title {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .sponsors_title.-link_title {
    padding-top: 32px;
  }
}

.sponsors_section:nth-child(n+2) {
  margin-top: 53px;
}

.sponsors_section + .sponsors_section {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .sponsors_section + .sponsors_section {
    margin-top: 30px;
  }
}
.sponsors_section_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
}

.sponsors_section_body:nth-child(n+2) {
  margin-top: 24px;
}

.sponsors_banner {
  position: relative;
  max-width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.sponsors_banner:first-child {
  margin-top: 0;
}

.sponsors_banner > a,
.sponsors_banner > span {
  display: block;
  overflow: hidden;
  padding-top: 20%;
}

.sponsors_banner > a > img,
.sponsors_banner > span > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.sponsors_banner > a:active > img,
.sponsors_banner > a:hover > img {
  animation: sponsors_banner_a_img 0.5s ease both;
  backface-visibility: hidden;
}
@keyframes sponsors_banner_a_img {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.975);
  }
  40% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .sponsors_banner {
    max-width: 345px;
  }
}/*# sourceMappingURL=index.css.map */

.banner_section {
  padding-top: 80px;
  padding-bottom: 0;
  text-align: center;
}
.banner_link img {
  max-width: 960px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .banner_link:hover  img {
    animation: sponsors_banner_a_img 0.5s ease both;
    backface-visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .banner_section {
    padding: 80px 5%;
    padding-bottom: 0px;
  }
  .banner_link img {
    width: 100%;
    max-width: 468px;
  }
}

/* 追従ビデオモーダル用のスタイル */
/* .movie-thum {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 40%;
  max-width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .movie-thum {
    width: 50%;
  }
}

.movie-thum_wrapper {
  position: relative;
}

.movie-thum_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(/img/icn_movie_play2.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}


.movie-thum-img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 767px) {
  .movie-thum-img:hover {
    opacity: 0.8;
  }
}

.movie-thum-btn_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 10;
}
@media screen and (min-width: 767px) { 
  .movie-thum-btn_close:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.movie-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.movie-modal_content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  background-color: #1c1c1c;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.movie-modal_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-modal_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.movie-modal-btn {
  color: #fff;
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.movie-modal-btn:hover,
.movie-modal-btn:focus {
  color: #bbb;
  text-decoration: none;
} */