body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN w6",
    sans-serif;
}

.v-application--wrap {
  min-height: 0px !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}

h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 8px;
  color: #e3bd6d;
  background-size: 100%;
  font-family: "Noto Sans JP", "ãƒ¡ã‚¤ãƒªã‚ª", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ StdN w6",
    sans-serif;
}

h2.midashi {
  background: linear-gradient(
    45deg,
    #757575 0%,
    #9e9e9e 45%,
    #e8e8e8 70%,
    #9e9e9e 85%,
    #757575 90% 100%
  );
  color: #fdcd08 !important;
  text-align: center;
  text-shadow: 1px 1px 1px #acaaaa;
  padding-bottom: 10px;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}

.collabo_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 220px;
  padding-bottom: 20px;
}

.player_intro_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.dream_first_interview_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.dream_second_interview_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.players_interview_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.winner_interview_inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}

.in-box {
  padding: 15px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 1px #3d3d3d;
  background: url("/karatsug1_2022/images/timetable_bg.png") repeat;
  background-color: #fff;
  background-size: 25%;
  margin: 15px;
}

.ta-c {
  text-align: center;
}

main {
  position: relative;
  display: block;
}

.main_container {
  width: 100%;
}

.main_container_pc {
  display: none;
}

.main_container_sp {
  display: block;
}

@media (min-width: 1200px) {
  .main_container_pc {
    display: block;
  }
  .main_container_sp {
    display: none;
  }
}

.main_container_pc {
  background: url("/karatsug1_2022/images/main_bg.png") repeat;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.main_container_sp {
  background: url("/karatsug1_2022/images/main_bg.png") repeat;
  text-align: center;
  position: relative;
  min-height: 500px
}

.main_container_sp img {
  width: 100%;
  height: auto;
}

.sub_visual_container_1_pc {
  position: absolute;
  user-select: none;
  top: 100px;
}

.sub_visual_container_1_pc img {
  width: 45%;
}

.sub_visual_container_sp {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 18px;
  }
  h2.midashi {
    margin-bottom: 20px;
  }
  .collabo_inner {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 15px;
  }
  h2.midashi {
    padding: 0;
  }
  .collabo_inner {
    margin-top: 20px;
  }
  .player_intro_inner {
    margin-top: 20px;
  }
  .dream_first_interview_inner {
    margin-top: 20px;
  }
  .dream_second_interview_inner {
    margin-top: 20px;
  }
  .players_interview_inner {
    margin-top: 20px;
  }
  .winner_interview_inner {
    margin-top: 20px;
  }
}

/*-----------------
Youtube埋め込み
-------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-small {
  display: block;
  max-width: 600px !important;
  margin: 0 auto;
}