@charset "UTF-8";
/* CSS Document */
/* 共通Mixins
----------------*/
/* common
-----------------------------*/
#contents {
  padding-bottom: 0;
  margin-bottom: 0;
  /* margin-top: 54px; */
}
#contInner {
  width: 100%;
  margin: 0 auto;
}
#contentsArea {
  width: 100%;
}
#wrapper {
  overflow: visible;
}
#wrapper #main {
  padding-top: 0;
}
#main {
  margin-bottom: 0;
}
#wrapper .pc_appear {
  display: none;
}
#wrapper .sp_appear {
  display: block;
}
#spMenuWrap {
  display: block;
}


header {
  z-index: 1000;
  border-bottom: none;
}

header .logo {
  width: 39%;
  max-width: 150px;
  padding: 0;
  margin: 0;
  padding-left: 2px;
  margin: 15px auto;
}

header .logo img {
  width: 100%;
  height: auto;
}

.header_logo2{
  /* float: right; */
  width: auto;
  display: flex;
  justify-content: center;
}

header .logo2 {
  max-width: 110px;
  padding: 0;
  margin: 0;
  padding: 7px 11px 7px 0;
}

header .logo2 img {
  width: 100%;
  height: auto;
}

.header_top {
    padding: 0;
}

.footer {
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footerInfo {
  background: unset;
  padding: 0;
}

#copyright {
  font-size: 1.2rem;
  padding: 28px 0;
  text-align: center;
  background: unset;
}
/* ----------------------------
  content
------------------------------*/
.contents-area {
  background: url(../img/sp/bg.png) #2C305F;
  background-size: contain;
  background-repeat: repeat;
}

.news-area {
  padding: 40px 0 20px;
}

.news-area-inner {
  flex-direction: column;
}

.news-ttl {
  width: 100%;
  justify-content: center;
  border-right: none;
  border-bottom: 1px solid #2C305F;
  padding-bottom: 30px;
}

.news-list {
  width: 100%;
  max-height: 190px;
  padding: 0;
  margin-top: 30px;
}

.news-item {
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  line-height: 28px;
  margin-bottom: 30px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-date {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin-bottom: 6px;
}

.nav-area {
  /* padding: 30px 0; */
  margin-top: -1px;
}
.nav-list {
  /* flex-direction: column; */
  padding: 15px auto 10px;
  margin-top: 0;
}

.nav-item {
  /* width: 100%; */
  margin-right: 0;
  margin-bottom: 20px;
}

/* .nav-item:last-child {
  margin-bottom: 0;
} */

.nav-item a {
  padding: 0;
}
/* about */
.about {
  padding-top: 30px;
  padding-bottom: 50px;
}

.about-ttl {
  width: auto;
  padding: 0 20px;
}

.about-text {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 39px;
}

/* prize */
#wrapper .prize-top_img img {
  width: 100%;
  max-width: unset;
}
.prize-top_img.content-top-bg.prize-top-top {
  margin-bottom: 0;
}

.prize-ttl {
  width: auto;
  padding: 0 20px;
  padding-top: 40px;
  margin-top: 0;
}

.prize-content-list {
  padding: 20px 20px;
  /* margin-top: 38px; */
}

.prize-content-item:not(:first-child) {
  /* margin-top: 30px; */
}

.prize-text {
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 35px;
  margin: 20px;
}

.prize-2-img-area {
  display: flex;
  flex-direction: column;
}

.prize-img {
  width: 100%;
  /* margin-top: 20px; */
}

.prize-bottom_img {
  background: linear-gradient(to bottom, transparent 50%, #F4F4DC 50%, #F4F4DC 100%);
  margin-top: 54px;
}

.prize-2-img-area .prize-img {
  margin: 0 0 0 0;
}

.prize-2-img-area .prize-img:not(:last-child) {
  margin-bottom: 20px;
}

/* schedule */
.schedule {
  padding-top: 0;
  padding-bottom: 47px;
  position: relative;
}

.schedule-bottom_img-area {
  position: absolute;
  bottom: 0;
}

.schedule-ttl {
  width: auto;
  padding: 0 20px;
  margin-top: 30px;
}

.schedule-list {
  width: auto;
  margin: 0 20px;
  margin-top: 36px;
  position: relative;
  z-index: 2;
  overflow: visible;
  display: grid;                   
  grid-template-columns: repeat(2, 1fr);  
  gap: 14px;
}

.schedule-item {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  background: url(../img/sp/bg.png), linear-gradient(to bottom, #bf428e, #d91d73);
  /* border: 1px solid; */
}
.schedule-item.event-item {
  background: none;
}

.schedule-item_link-area {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/sp/bg.png), linear-gradient(to bottom, #bf428e, #d91d73);
  background-size: 750px 2652px, auto;
  border-radius: 8px;
  padding: 15px;
}

.event-item.schedule-item a::after {
  right: 15px;
}

.schedule-date {
  font-size: 1.4rem;
  letter-spacing: 0;
  /* line-height: 30px; */
}

.schedule-title {
  font-size: 1.4rem;
  letter-spacing: 0;
  /* line-height: 30px; */
  /* padding-right: 58px; */
}

.schedule-term {
  font-size: 1.2rem;
  letter-spacing: 0;
  /* line-height: 30px; */
  margin-top: 0;
}

.schedule_text_area {
  width: calc(100% - 50px);
}

/* entry */
.entry {
  padding-bottom: 50px;
}
.entry-bottom_img {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: -130px;
  position: relative;
  z-index: 100;
}

.entry-ttl {
  width: auto;
  padding: 36px 20px 0;
}

.entry-text {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.57em;
  margin-top: 30px;
}

.entry-qr {
  width: auto;
  margin: 30px 20px 0;
}

.float_btn_area {
  width: 70px;
  right: 10px;
  bottom: 200px;
}


/* .team-intro {
  margin-top: 36px;
}

.team-intro-ttl {
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  line-height: 36px;
}

.team-list {
  margin-top: 23px;
} */

/* swiper
------------------------------*/
.swiper-container {
  overflow: visible;
}

.swiper_nav {
  width: 100%;
  position: absolute;
  margin-top: 0;
  top: 30%;
  left: 0;
  right: 0
}
.swiper-container {
  width: 98%;
  position: relative;
  overflow: visible;
}
.swiper-wrapper {
  width: 100%;
  flex-wrap: none;
}
.swiper-slide a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.swiper-slide a:hover .photo {
  transition: 0.5s;
  opacity: 0.7;
  background: #000;
}
.swiper-button-prev,
.swiper-button-next {
  background: url(../img/img-arrow.png) no-repeat center center;
  background-size: contain;
  width: 52px !important;
  height: 40px !important;
  margin-top: 0 !important;
  top: 19px !important;
  position: absolute !important;
  display: block !important;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.swiper-button-prev:hover,
.swiper-button-prev {
  left: 10%;
  right: auto;
}
.swiper-button-next {
  right: 10%;
  left: auto;
  transform: scale(-1, 1);
}
.swiper-button-next:hover {
  opacity: 0.7;
}
.js-swiper-navigation {
  width: 75.5%;
  margin: 52px auto 0;
}
.js-swiper-navigation .thumb {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
.js-swiper-navigation .thumb:hover {
  border: 3px solid #09961a;
  cursor: pointer;
}
.js-swiper-navigation .swiper-slide-active {
  border: 3px solid #09961a;
}
.swiper-pagination {
  display: block;
  position: relative !important;
  padding: 11% 0 7.5%;
  font-weight: bold;
}
.swiper-team-pagination {
  font-size: 20px;
  color: #000000;
}
.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background-image: none !important;
  background-color: #353535 !important;
  border-radius: 50% !important;
  margin: 0 5px;
}
.swiper-pagination-bullet:after {
  border-radius: 50%;
  border: none !important
}
.swiper-pagination-bullet-active {
  background-color: #E52E8A !important
}
.swiper-event-pagination {
  display: none;
}
.recommend_event .swiper-event-button-prev,
.recommend_event .swiper-event-button-next,
.recommend_event .swiper-event-pagination {
  display: none;
}
@media screen and (max-width: 1000px) {
  .js-swiper-information-contents {
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .js-swiper-information-contents {
    width: 100%;
  }
}
.swiper_event_nav {
  display: none !important;
}

.recommend_team .swiper-slide {
  padding-left: 2%;
}

.sp-swiper-option {
  position: relative;
}

.sp-swiper-option-display-none {
  display: none;
}

.btn_interview {
  text-align: center;
  margin-top: 20px;
}
.btn_interview a {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  padding: 15px 30px;
  border-radius: 40px;
  box-sizing: border-box;
}

.youtube-wrapper {
  width: 100%;
  margin: 10px auto 0;
}

/* --- メニューの大枠（ここで下部に固定します） --- */
.nav-area {
  position: fixed;      
  bottom: 0;           
  width: 100%;  
  min-height: 110px;       
  transition: bottom 0.25s ease;
  background-color: rgba(0, 0, 0, 0.70); 
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1); 
  /* backdrop-filter: blur(10px); */
  max-width: 750px;
  max-height: 165px;
  margin: 0 auto;
  z-index: 1000;
  left: 0; 
  right: 0; 
}

.nav-list {
  display: flex;                 
  justify-content: center; 
  align-items: center;           
  list-style: none;              
  margin: 0;
  /* padding: 10px 0; */
  flex-wrap: nowrap;     
}    

.nav-item {
  box-sizing: border-box;
  text-align: center; 
}

#contents_inner .nav-area .nav-list .nav-item {
  height: auto;
  width: 18%;
}
#contents_inner .nav-area .nav-list .nav-item img {
  height: 17.5vw;
  width:auto;
}
  



.nav-item a {
  display: block;
  padding: 5px 0;     /* 💡 左右の固定余白を削除（画面幅に合わせるため） */
  text-decoration: none;
  color: #ffffff;     /* 🚨 背景が黒系なので、白文字にしないと見えません！ */
  font-size: 14px;    /* 💡 SPに最適なサイズ（30pxは大きすぎました） */
  font-weight: bold;
}

.page_top_nav {
  display: none;
  margin-left: auto;
  margin-right: auto;
}