@charset "UTF-8";

/* CSS Document */
/* 共通Mixins
----------------------------*/
/* ----------------------------
  common
------------------------------*/
html {
  font-size: 62.5%;
}

#wrapper img {
  max-width: 100%;
}


a:hover {
  text-decoration: none;
}

@media(hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

#contInner {
  margin-left: 0;
  max-width: 750px;
  margin: 0 auto;
}
.header {
  max-width: 750px;
  margin: 0 auto;
}

#main {
  padding-bottom: 0;
  border-left: none;
}

#side {
  display: none;
}

header {
  border-bottom: none;
  padding-bottom: 0;
}

#contents {
  max-width: 2000px;
  margin: 0 auto;
  background: #fff;
}

#contentsArea {
  width: 100%;
  margin: 0 auto;
}

#wrapper .pc_appear {
  display: block;
}

#wrapper .sp_appear {
  display: none;
}

#feature {
  /* display: none; */
}

#pagetop {
  display: none !important;
}

.float_btn_area {
  position: fixed;
  width: 90px;
  right: calc(50% - 370px);
  bottom: 200px;
  z-index: 1000;
}

.float_btn_item {
  display: none;
  margin-bottom: 20px;
}

.float_btn_item:last-child {
  margin-bottom: 0;
}

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

.header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}

.header_top {
  width: 100%;
  padding: 1% 0;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  /* width: 215px; */
  width: 100%;
  border-bottom: 1px solid #000;
  padding-block: 10px;
}

.header_logo .logo {
  margin: 0;
  width: 30%;
	float: none;
}

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

.header_logo2 .logo {
  margin: 0;
  width: 100%;
}

.header_logo2 .logo img {
  width: 100%;
  height: auto;
}
.footer {
  background-color: #000
}

.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

#copyright {
  position: relative;
}

/* ----------------------------
  content
------------------------------*/
.contents-area {
  font-family: "Noto Sans JP", sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
  background: url(../img/bg.png) #2C305F;
  background-size: contain;
  background-repeat: repeat;
}

.news-area {
  color: #2C305F;
  background-color: #F4F4DC;
  padding-top: 4%;
}

.news-area-inner {
  width: 90%;
  max-width: 1159px;
  display: flex;
  margin: 0 auto;
}

.news-ttl {
  width: 15.5%;
  display: flex;
  align-items: center;
  font-size: max(2vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 2px;
  border-right: 1px solid #2C305F;
}

.news-list {
  width: 84.5%;
  max-height: 5em;
  overflow-y: scroll;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 50px;
  padding: 0 7.25%;
}

.news-date {
  padding-right: 30px;
}

.nav-area {
  color: #2C305F;
  background-color: #F4F4DC;
  /* padding: 3% 0 2%; */
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #fff; 
}

.scrollbar.not_scroll::-webkit-scrollbar {
  width: 8px;
  background-color: unset; 
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #2C305F;
  width: 6px;
  border-radius: 5px;
}

.nav-list {
  max-width: 750px;
  padding: 0 10px;
  box-sizing: border-box;
}

.nav-item {
  font-size: 30px;
  font-weight: bold;
  /* margin-right: 20px; */
  box-sizing: border-box;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item a {
  padding: 5px 0;
}
#contents_inner .nav-area .nav-list .nav-item {
  height: auto;
  width: 18%;
}
#contents_inner .nav-area .nav-list .nav-item img {
  height: 100px;
  width: auto;
}


@media (hover:hover) {
  .nav-item:hover {
    opacity: 0.7;
  }
}

.about,
.schedule {
  background-color: #F4F4DC;
}

.content-top-bg {
  pointer-events: none;
}

/* about */
.about {
  padding-bottom: 5.4%;
  margin-top: -1px;
}


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

.about-text {
  color: #2C305F;
  text-align: left;
  font-size: max(1.09vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 2.2px;
  line-height: 1.81em;
  padding: 0 20px;
  margin: 3% auto 0;
}

/* prize */
.prize {
  margin-top: -1px;
  background-color: #2c305f;
  background-image: url(../img/bg.png);
  padding-bottom: 180px;
}
.prize-top_img.content-top-bg.prize-top-top {
  margin-bottom: 50px;
}
.event {
  background-color: #F4F4DC;
  padding-bottom: 50px;
  margin-top: -3px;
}
.event_ul {
  margin-inline: 20px;
}
.event #schedule {
  margin-bottom: 30px;
}
.event .event-top-img {
  margin-top: -1px;
  background-color: #F4F4DC;
  background-image: url(../img/bg.png);
}

#contents_inner .content-main .event .entry-bottom_img picture img {
  width: 100%;
}

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

.prize-text {
  color: #fff;
  text-align: center;
  font-size: max(2vw, 2rem);
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25em;
  margin: 20px;
}

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

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

.prize-2-img-area {
  display: flex;
  justify-content: center;
  /* margin: 30px auto 0; */
}

.prize-img {
  width: 100%;
  margin: 0 auto 0;
}

.prize-2-img-area .prize-img {
  margin: 0 0 0 50px;
}
.prize-2-img-area .prize-img:first-child {
  margin-left: 0;
}

/* schedule */
.schedule {
  padding-top: 3.5%;
  padding-bottom: 5%;
  margin-top: -1px;
}

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

.schedule-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2% auto 0;
}
.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-bottom: 20px;
}
.schedule-item:last-child {
  margin-bottom: 0;
}

.schedule-item_link-area {
  width: 43.8%;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2.2px;
  line-height: 1.3em;
  background: url(../img/bg.png), linear-gradient(to right, #bf428e, #d91d73);
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  margin: 0 auto;
}
.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-item_link-area.bg_blue {
  background: url(../img/bg.png), linear-gradient(to right, #1290a5, #156b96);
  margin:10px auto;
}

@media screen and (max-width: 1280px) {
  .schedule-item_link-area {
    width: min(80%, 600px);
  }
  .schedule-item_link-area.bg_blue {
    width: 100%;
    height: 100%;
  }
}

.event-item.schedule-item a::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/schedule-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.schedule-date {
  color: #fff;
  font-size: max(1vw, 1.4rem);
  font-weight: bold;
  line-height: 1.3em;
}

.schedule-title {
  color: #FFF261;
  /* font-size: max(2vw, 2.8rem); */
  font-weight: bold;
  line-height: 1.3em;
}

.schedule-term {
  color: #fff;
  font-size: max(1vw, 1.4rem);
  line-height: 1.3em;
  margin-top: 7px;
}
.schedule-link {
  text-decoration: underline;
  padding-top: 10px;
}
/* .schedule-link:hover {
  text-decoration: none;
} */


/* entry */
.entry {
  background-color: #2c305f;
  background-image: url(../img/bg.png);
  position: relative;
  padding-bottom: 4.55%;
  margin-top: -3px;
}

.entry-bottom_img-area {
  width: 16.3%;
  position: absolute;
  bottom: 0;
  left: 14.9%;
}

.entry-bottom_img {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: -200px;
  position: relative;
  z-index: 100;
}

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

.entry-text {
  max-width: 1280px;
  color: #fff;
  text-align: left;
  font-size: max(1.09vw, 1.6rem);
  letter-spacing: 2.2px;
  line-height: 1.9em;
  padding: 0 20px;
  margin: 3% auto 0;
  z-index: 1;
  position: relative;
}

.entry-text.hosts {
  font-size: max(1.4vw, 2rem);
}

.entry-qr {
  width: 20.75%;
  margin: 3% auto 0;
}

.entry p {
  color: #FFF261;
}

/* swiper
------------------------------*/

.swiper-container {
  padding-bottom: 1%;
}

.swiper-slide {
  position: relative;
}

.swiper-slide a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.swiper-slide a:hover {
  transition: .5s;
  opacity: 0.7;
}

.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}

.swiper-wrapper.center {
  justify-content: center;
}

#wrapper #swiperNav-event .swiper_nav_inner {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  background: url(../img/img-arrow.png) no-repeat center center;
  background-size: contain;
  width: 3%;
  height: 0;
  padding-top: 2%;
  margin-top: 0;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  left: 40%;
  right: auto;
}

.swiper-button-next {
  right: 40%;
  left: auto;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: 37%;
  }

  .swiper-button-next {
    right: 37%;
  }

  /* .recommend_event_list {
    flex-wrap: nowrap;
  } */
}

@media screen and (max-width: 1000px) {
  .swiper-button-prev {
    left: 35%;
  }

  .swiper-button-next {
    right: 35%;
  }
}

.team-intro {
  margin: 4% auto;
}

.team-intro-main {
  position: relative;
}

.team-item {
  text-align: left;
}

.team-item .item-title {
  font-size: 18px;
  color: #4E0015;
  font-weight: bold;
  padding: 5% 1% 5% 0;
  line-height: 23px;
}

.team-intro-ttl {
  text-align: center;
  color: #2C305F;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 40px;
}

.team-list {
  margin-top: 2%;
}

.shadow {
  background: #ffffff;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 7%;
  border-radius: 2%;
}

.item-desc {
  color: #707070;
  font-size: 1.4rem;
  line-height: 24px;
}

.team-item .item-inner {
  text-align: left;
  height: 100px;
  overflow-y: auto;
  margin-bottom: 5%;
  margin-top: 5%;
}

.item-inner::-webkit-scrollbar {
  width: 3px;
}

.item-inner::-webkit-scrollbar-track {
  background-color: #ccc;
}

.item-inner::-webkit-scrollbar-thumb {
  background-color: #868686;
}

.team-info {
  position: relative;
  padding-top: 10%;
}

.team-info::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #adadad;
  border-width: 0 0 2px 0;
  border-style: none none dotted none;
  border-spacing: 10px;
  top: 8%;
  left: 0;
}

.team-name {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
}

.team-cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: 6px auto;
}

.team-cat-item {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  background: #C5B82B;
  border-radius: 13px;
  padding: 4px 8px;
  margin-right: 5px;
}

.team-cat-item.ov-12 {
  background-color: #066792;
}

.team-cat-item.showcase {
  background-color: #BF428E;
}

.btn_interview {
  text-align: center;
  margin: 60px 0;
}
.btn_interview a {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  background-color: #2c305f;
  padding: 15px 50px;
  border-radius: 30px;
  margin: 0 auto;
}

.schedule-item .btn_interview a::after {
  content: none;
}

.youtube-wrapper {
  box-sizing: border-box;
  width: min(80%, 800px);
  margin: 30px auto 0;
}

.youtube-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


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

.nav-list {
  display: flex;                 
  justify-content: center; 
  list-style: none;              
  margin: 0;
  padding: 15px 7% 0;               
}

.nav-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;                
}


/* entry table */
.entry-table {
  width: 95%;
  max-width: 750px;       
  margin: 50px auto 120px;
  border-collapse: collapse; 
}

.entry-table th,
.entry-table td {
  border: 1px solid #000000;
  padding: 12px 10px;       
  text-align: left;         
  font-size: 1.4rem;
}

/* --- 黒帯の見出し行の設定 --- */
.entry-table .section-title {
  background-color: #000000; 
  color: #fff261;          
  font-weight: bold;
}


.entry-table .icon-square {
  color: #fff261; 
  margin-right: 5px;
}

.entry-table td {
  background-color: #ffffff; 
  color: #000000;           
  line-height: 1.4;        
}

.entry-table .left-col {
  width: 30%; 
}