@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
a {
  transition: all 0.3s;
  color: #fff;
  box-sizing: border-box;
}
a:hover {
  opacity: 0.7;
}
img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  object-fit: contain;
}

header {
  box-sizing: unset;
}
.aldrich {
  font-family: "Aldrich", sans-serif;
}

/* hide */
.js-hide {
  opacity: 0;
  transition: all 0.5s ease;
}
.hide_frombottom {
  transform: translate(0, 100px);
}
.hide_fromtop {
  transform: translate(0, -100px);
}
.hide_fromright {
  transform: translate(100px, 0);
}
.hide_fromrightbottom {
  transform: translate(100px, 100px);
}
.hide_fromleft {
  transform: translate(-100px, 0);
}
.js-fade {
  opacity: 1;
  transform: translate(0, 0px);
}
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px auto;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 5px;
}
@media screen and (max-width: 519px) {
  #splash {
    background-size: 160px auto;
  }
}
/* hide */
.js-hide {
  opacity: 0;
  transition: all 0.5s ease;
}
.hide_frombottom {
  transform: translate(0, 100px);
}
.hide_fromtop {
  transform: translate(0, -100px);
}
.hide_fromright {
  transform: translate(100px, 0);
}
.hide_fromleft {
  transform: translate(-100px, 0);
}
.js-fade {
  opacity: 1;
  transform: translate(0, 0px);
}
@media only screen and (min-width: 767px) {
.pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

/* common */
.link_arrow_y {
  display: flex;
  max-width: 358px;
  width: 100%;
  padding: 20px 0;
  background-color: #ffdd01;
  align-items: center;
  justify-content: center;
  position: relative;
}
.link_arrow_y::after {
  content: "";
  background-image: url(../img/icon_link_arrow.svg);
  width: 7.35px;
  height: 15.13px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7.5px);
}
.link_arrow_y p {
  color: #333;
  font-size: 18px;
  line-height: 165%;
  font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .link_arrow_y {
    max-width: 31.40350877vw;
  }
  .link_arrow_y p {
    font-size: 1.578947368vw;
  }
}
@media only screen and (max-width: 768px) {
  .link_arrow_y {
    padding: 15px 0;
  }
  .link_arrow_y p {
    font-size: 16px;
  }
}
.btn_small {
  background: transparent;
  color: #fff;
  font-size: 16px;
  display: flex;
  padding: 10px 20px 10px 10px;
  width: auto;
  background: #757575;
  margin-left: 10px;
  position: relative;
}
.btn_small::after {
  content: "";
  background-image: url(../img/arrow_w.svg);
  display: flex;
  width: 5px;
  height: 11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 8px;
  top: calc(50% - 5px);
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .btn_small {
    font-size: 1.403508772vw;
    padding: 0.877192982vw 1.754385965vw 0.877192982vw 0.877192982vw;
    margin-left: 0.877192982vw;
  }
  .btn_small::after {
    width: 0.438596491vw;
    height: 0.964912281vw;
    right: 0.701754386vw;
    top: calc(50% - 0.438596491vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn_small {
    margin-left: 6px;
    padding: 5px 15px 5px 5px;
    font-size: 13px;
  }
}
.modal_btn {
  position: relative;
  width: 400px;
  height: 60px;
  background: #383838;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 30px;
}
.modal_btn:hover {
  opacity: 0.6;
}
.modal_btn::after {
  content: "";
  background-image: url(../img/icon_blank.svg);
  width: 16.43px;
  height: 16.43px;
  display: flex;
  position: absolute;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .modal_btn {
    width: 35.0877193vw;
    font-size: 1.578947368vw;
  }
}
@media only screen and (max-width: 768px) {
  .modal_btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0;
  }
  .modal_btn::after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
.section_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto 60px;
  position: relative;
}
.section_ttl_left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.section_ttl_left_bar {
  background: #fff;
  width: 6px;
  height: 34px;
  display: flex;
}
.section_ttl_bk .section_ttl_left_bar {
  background: #333333;
}
.section_ttl_left__p {
  color: #fff;
  font-size: 44px;
}
.section_ttl_bk .section_ttl_left__p {
  color: #333333;
}
.section_ttl_center span {
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  height: 1px;
  width: 100%;
}
.section_ttl_bk .section_ttl_center span {
  background: rgba(51, 51, 51, 0.35);
}
.section_ttl_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section_ttl_right__h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.section_ttl_bk .section_ttl_right__h2 {
  color: #333;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .section_ttl {
    width: 90%;
  }
  .section_ttl_left__p {
    font-size: 3.859649123vw;
  }
  .section_ttl_right__h2 {
    font-size: 1.403508772vw;
  }
}
@media only screen and (max-width: 768px) {
  .section_ttl {
    width: 88%;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .section_ttl_left {
    width: 100% !important;
  }
  .section_ttl_left_bar {
    display: none;
  }
  .section_ttl_left__p {
    font-size: 30px;
    line-height: 125%;
  }
  .section_ttl_center {
    display: none;
  }
  .section_ttl_right {
    width: 100% !important;
    justify-content: flex-start;
  }
  .section_ttl_right__h2 {
    font-size: 14px;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  background: transparent;
  padding: 15px 20px;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.28) 30.5%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s;
}
header.scrolled {
  background: rgba(0, 0, 0, 0.6);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  align-items: center;
}
.header_left {
  display: flex;
  align-items: center;
  gap: 17px;
}

.header_left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .header_text {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header_text {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .header_text {
    display: inline-block;
    word-break: keep-all;
    font-size: 1.094vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-right: 0.781vw;
  }
  .header_left a {
    width: 320px;
  }
}
@media screen and (min-width: 1141px) {
  .header_text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #fff;
    margin-left: -30px;
  }
  .header_left a {
    width: 380px;
  }
}
.header_left a img {
  transition: all 0.3s;
}
header.scrolled .header_left a img {
  display: none;
}
.header_left a .scrolled_logo {
  display: none;
}
header.scrolled .header_left a img.scrolled_logo {
  display: inline;
}
.header_right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.header_menu_icon {
  cursor: pointer;
  transition: all 0.3s;
}
.header_menu_icon:hover {
  opacity: 0.6;
}
.header_menu_icon_entry {
  height: 60px;
  width: 110px;
  background: #ffdd01;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 10px;
}
.header_menu_icon_modal {
  background: rgba(56, 56, 56, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
}
.header_menu_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 6px;
}
.header_menu_icon_entry span {
  width: 22px;
}
.header_menu_icon_modal span {
  width: 17px;
}
.header_menu_icon p {
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: -2px;
  font-weight: bold;
}
.header_menu_icon_entry p {
  color: #333;
}
#sp_menu {
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  align-items: center;
  justify-content: center;
}
#sp_menu.active {
  z-index: 200;
  opacity: 1;
}
.sp_bg {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.sp_close {
  cursor: pointer;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 15px;
  top: 15px;
  flex-direction: column;
}
.sp_close span {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 6px;
}
.sp_close p {
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: -2px;
  font-weight: bold;
}
.sp_inner {
  padding-left: 20px;
}
.sp_inner ul {
  margin-bottom: 12px;
}
.sp_inner .sp_archive{
  margin-bottom: 20px;
  text-align: center;
  
}
.sp_inner .sp_archive span{
  font-size: 24px;
}
.sp_inner ul li {
  margin-bottom: 15px;
}
.sp_inner ul li:last-child {
  margin-bottom: 0px;
}
.sp_inner ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.sp_inner ul li a::before {
  content: "";
  background-image: url(../img/icon_link_head.svg);
  width: 11.96px;
  height: 24.17px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: calc(50% - 14px);
}
.sp_inner ul li a p {
  color: #fff;
  font-size: 36px;
  position: relative;
  line-height: 125%;
  margin-right: 20px;
}
.sp_inner ul li a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 165%;
  margin-bottom: 8px;
}
.sp_inner ul li a span.sp_inner_number {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  margin-right: 20px;
}
.modal_contact {
  background: #fff;
  padding: 18px 0;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center;
  width: 100%;
}
.modal_contact span.modal__span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.5px;
  margin-right: 10px;
}
.modal_contact p.modal__p {
  color: #000;
  font-size: 16px;
  margin: 0;
}
.link_arrow_y span {
  background: #333;
  color: #fff;
  font-size: 15px;
  padding: 10px 12px;
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
    width: 100vw;
  }
  .header_inner {
    align-items: center;
    width: 100%;
  }
  .header_left {
    margin-left: 15px;
  }
  .header_left a {
    width: 82%;
  }
  .header_right {
    padding-right: 0px;
  }
  .header_menu_icon_modal {
    width: 60px;
    height: 60px;
  }
  .sp_close {
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px;
  }
  .sp_inner ul li a::before {
    width: 8.2px;
    height: 15.8px;
    left: -20px;
    top: calc(50% - 10.9px);
  }
  .sp_inner ul li a p {
    font-size: 22px;
    margin-right: 15px;
  }
  .sp_inner .sp_archive .v-pitch-archive{
    margin:10px 0;
  }
  .sp_inner .sp_archive .v-pitch-archive span{
    font-size: 18px;
  }
  .sp_inner ul li a span {
    font-size: 12px;
  }
  .sp_inner ul li a span.sp_inner_number {
    font-size: 22px;
    margin-right: 13px;
  }
  .link_arrow_y span {
    font-size: 14px;
  }
}
.main {
  position: relative;
}
.slider_pc {
  margin-bottom: 0px !important;
}
.slider_pc .slider-item {
  width: 100%;
  height: 100vh;
}
.slider_pc .slider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider_pc .slick-slide img {
  transform-origin: center top;
  transform: scale(1);
  transition: 6s ease-out;
  transition-delay: 1s;
}
.slider_pc .slick-slide.slick-active img {
  transform: scale(1.05);
  transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  .slider_sp {
    margin-bottom: 0px !important;
  }
  .slider_sp .slider-item {
    width: 100%;
    height: 100vh;
  }
  .slider_sp .slider-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slider_sp .slick-slide img {
    transform-origin: center top;
    transform: scale(1.05);
    transition: 6s ease-out;
    transition-delay: 1s;
  }
  .slider_sp .slick-slide.slick-active img {
    transform: scale(1);
    transition-delay: 0s;
  }
}
.main_inner {
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_inner__p01 {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #ffffff;
  line-height: 185%;
  font-weight: 600;
  margin-bottom: 15px;
}
.main_inner h1 {
  font-size: 72px;
  font-size: 56px;
  letter-spacing: 2.8px;
  color: #ffffff;
  line-height: 125%;
  font-weight: 600;
  margin-bottom: 20px;
}
.main_inner__div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.main_inner__div__span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
}
.main_inner__p02 {
  font-size: 38px;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 185%;
  font-weight: 800;
}
.main_inner__p03 {
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  border: solid 1px #fff;
  line-height: 185%;
  font-weight: 600;
  display: flex;
  padding: 2px 15px;
  margin: 0 20px;
  align-items: center;
  justify-content: center;
}
.main_inner__p04 {
  font-size: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 185%;
  font-weight: 800;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .main_inner__p01 {
    font-size: 1.578947368vw;
  }
  .main_inner h1 {
    font-size: 6.315789474vw;
    font-size: 5.315789474vw;
  }
  .main_inner__p02 {
    font-size: 3.333333333vw;
  }
  .main_inner__p03 {
    font-size: 1.754385965vw;
  }
  .main_inner__p04 {
    font-size: 2.456140351vw;
  }
}
@media only screen and (max-width: 768px) {
  .main_inner {
    bottom: 30px;
    left: 6%;
    width: calc(100% - 12%);
  }
  .main_inner__p01 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .main_inner h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .main_inner__div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .main_inner__div__span {
    display: flex;
    /*margin-bottom: 5px;*/
  }
  .main_inner__p02 {
    font-size: 18px;
    line-height: 155%;
  }
  .main_inner__p03 {
    font-size: 12px;
    font-weight: 800;
    padding: 2px 10px;
    margin: 0 0 0 10px;
    line-height: 120%;
  }
  .main_inner__p04 {
    font-size: 15px;
  }
}
.slide_dots .slick-dots:nth-child(2) {
  display: none !important;
}
.slide_dots .slick-dots {
  position: relative;
  bottom: 0px;
  display: flex;
  width: auto;
}
.slide_dots .slick-dots li {
  width: 32px;
  height: 4px;
  background: #ffffff66;
  transition: all 0.3s;
}
.slide_dots .slick-dots li.slick-active {
  width: 52px;
  background: #ffdd01;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .slide_dots {
    position: absolute;
    right: 0px;
    bottom: 5px;
  }
  .slide_dots .slick-dots:nth-child(1) {
    display: none !important;
  }
  .slide_dots .slick-dots:nth-child(2) {
    display: flex !important;
  }
  .slide_dots .slick-dots li {
    width: 10px;
    height: 3px;
    margin: 0 3px;
  }
  .slide_dots .slick-dots li.slick-active {
    width: 16px;
  }
}
/* concept */
.concept {
  background: #383838;
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
}
.concept::before {
  content: "";
  background-image: url(../img/concept_bg.svg);
  display: flex;
  width: 665.72px;
  height: 576.54px;
  left: calc(50% - 710px);
  top: -40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.concept .section_ttl_left {
  width: 31%;
}
.concept .section_ttl_center {
  width: 48%;
}
.concept .section_ttl_right {
  width: 20%;
}
.concept_inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.concept_inner_left {
  width: 49%;
}
.concept_inner_left p {
  color: #fff;
  font-size: 18px;
  line-height: 205%;
  font-weight: bold;
  margin-bottom: 40px;
}
.concept_inner_left .concept_inner_left_img {
  display: flex;
  width: 90%;
}
.concept_inner_right {
  width: 48%;
}
.concept_inner_right__h3 {
  font-size: 16px;
  border: solid 1px #fff;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  padding: 6px 0;
  line-height: 125%;
}
.concept_inner_right_movie {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.concept_inner_right_movie #video {
  width: 100%;
  display: flex;
}
.concept_inner_right_movie #video-btn {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.concept_inner_right_movie #video-btn.current {
  z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .concept_inner {
    width: 90%;
  }
  .concept_inner_left p {
    font-size: 1.578947368vw;
  }
  .concept_inner_right__h3 {
    font-size: 1.403508772vw;
  }
}
@media only screen and (max-width: 768px) {
  .concept {
    padding: 60px 0 0;
  }
  .concept::before {
    width: 423.11px;
    height: 366.44px;
    left: calc(50% - 304px);
    top: -30px;
  }
  .concept_inner {
    width: 88%;
    margin: 0 auto;
    flex-direction: column;
  }
  .concept_inner_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .concept_inner_left p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .concept_inner_left .concept_inner_left_img {
    width: 100%;
  }
  .concept_inner_right {
    width: 100%;
  }
  .concept_inner_right__h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* outline */
.outline {
  background: #383838;
  padding: 100px 0 100px;
}
.outline_inner {
  width: 980px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.outline .section_ttl_left {
  width: 30%;
}
.outline .section_ttl_center {
  width: 60%;
}
.outline .section_ttl_right {
  width: 8%;
}
.outline_inner_left {
  width: 48%;
}
.outline_inner_left h2 {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 165%;
  margin-bottom: 20px;
}
.outline_inner_left_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.outline_inner_left_box:last-child {
  margin-bottom: 0px;
}
.outline_inner_left_box span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  width: 100px;
  border: solid 1px #fff;
  padding: 8px 0;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
}
.outline_inner_left_box p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.outline_inner_right {
  width: 48%;
  display: flex;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .outline_inner {
    width: 90%;
  }
  .outline_inner_left h2 {
    font-size: 2.807017544vw;
  }
  .outline_inner_left_box span {
    font-size: 1.403508772vw;
    width: 8.771929825vw;
  }
  .outline_inner_left_box p {
    font-size: 2.280701754vw;
  }
}
@media only screen and (max-width: 768px) {
  .outline {
    padding: 60px 0 60px;
  }
  .outline_inner {
    width: 88%;
    margin: 0 auto 40px;
    flex-direction: column-reverse;
  }
  .outline_inner_left {
    width: 100%;
  }
  .outline_inner_left h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .outline_inner_left_box {
    margin-bottom: 15px;
    align-items: center;
  }
  .outline_inner_left_box span {
    font-size: 13px;
    width: 70px;
    padding: 4px 0;
    margin-right: 10px;
  }
  .outline_inner_left_box p {
    font-size: 18px;
    align-items: center;
  }
  .outline_inner_right {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
  }
}
.outline_sec_ttl {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border: solid 1px #fff;
  display: flex;
  padding: 6px 0;
  align-items: center;
  justify-content: center;
  line-height: 165%;
  margin-bottom: 20px;
}
.outline_content {
  width: 980px;
  margin: 0 auto 60px;
}
.outline_content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.outline_content_inner_box {
  background-color: #6b6b6b;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: calc(23% - 20px);
  padding: 10px;
  height: 200px;
}
.outline_content_inner_box_upper {
  background: #ffdd01;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.outline_content_inner_box_upper__p01 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 145%;
}
.outline_content_inner_box_upper__p02 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 145%;
}
.outline_content_inner_box_lower p {
  color: #fff;
  font-size: 15px;
  line-height: 165%;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .outline_content {
    width: 90%;
  }
  .outline_content_inner_box_upper__p01 {
    font-size: 1.754385965vw;
  }
  .outline_content_inner_box_upper__p02 {
    font-size: 1.578947368vw;
  }
  .outline_content_inner_box_lower p {
    font-size: 1.315789474vw;
  }
}
@media only screen and (max-width: 768px) {
  .outline_sec_ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .outline_content {
    width: 88%;
    margin: 0 auto 40px;
  }
  .outline_content_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .outline_content_inner_box {
    width: calc(48% - 20px);
    height: 176px;
    margin-bottom: 15px;
  }
  .outline_content_inner_box_upper {
    padding: 15px 0;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .outline_content_inner_box_upper__p01 {
    font-size: 16px;
  }
  .outline_content_inner_box_upper__p02 {
    font-size: 13.5px;
  }
  .outline_content_inner_box_lower p {
    font-size: 12px;
  }
}
.outline_info {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.outline_info_left {
  width: 440px;
}
.outline_info_left_inner {
  position: relative;
}
.outline_info_left_inner_box {
  display: flex;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.outline_info_left_inner_box_left {
  position: relative;
  padding-right: 35px;
  background: #383838;
}
.outline_info_left_inner_box_left p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 165%;
}
.outline_info_left_inner_box_left::after {
  content: "";
  background-image: url(../img/program_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: absolute;
  width: 17.02px;
  height: 2px;
  right: 10px;
  top: 15px;
}
.outline_info_left_inner_box_right {
  position: relative;
  background: #383838;
  padding-right: 10px;
}
.outline_info_left_inner_box_right.subtxt {
  padding-bottom: 23px;
}
.outline_info_left_inner_box_right p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 165%;
}
.outline_info_left_inner_box_right p.sub01 {
  font-size: 16px;
}
.outline_info_left_inner_box_right p.sub02 {
  font-size: 12px;
  width: fit-content;
  line-height: 145%;
  position: absolute;
  text-wrap: nowrap;
  right: 10px;
}
.outline_info_left_inner_box_right p.sub03 {
  font-size: 12px;
  width: fit-content;
  line-height: 145%;
  position: absolute;
  text-wrap: nowrap;
  right: 10px;
}
.outline_info_right {
  width: 500px;
}
.outline_info_right__img {
  width: 90%;
  display: flex;
  margin: 0 auto;
}
.outline_info_left_inner_sub {
  position: absolute;
  bottom: 15px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1;
}
.outline_info_left_inner_sub p {
  color: #ffdd01;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  line-height: 145%;
}
.outline_info_left_inner_sub_span01 {
  background-color: #ffdd01;
  position: relative;
  width: 1px;
  display: flex;
  height: 102px;
  height: 198px;
}
.outline_info_left_inner_sub_span01::after {
  content: "";
  background-color: #ffdd01;
  display: flex;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 1px;
}
.outline_info_left_inner_sub_span02 {
  background-color: #ffdd01;
  position: relative;
  width: 1px;
  display: flex;
  height: 161px;
}
.outline_info_left_inner_sub_span02::after {
  content: "";
  background-color: #ffdd01;
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 170px;
  height: 1px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .outline_info {
    width: 90%;
  }
  .outline_info_left {
    width: 38.59649123vw;
  }
  .outline_info_left_inner_box_left p {
    font-size: 1.578947368vw;
  }
  .outline_info_left_inner_box_right p {
    font-size: 1.578947368vw;
  }
  .outline_info_left_inner_box_right p.sub01 {
    font-size: 1.403508772vw;
  }
  .outline_info_left_inner_box_right p.sub02 {
    font-size: 1.228070175vw;
    padding: 0.438596491vw;
    margin-top: 0.438596491vw;
  }
  .outline_info_left_inner_box_right p.sub03 {
    font-size: 1.228070175vw;
    padding: 0.438596491vw;
    margin-top: 0.438596491vw;
  }
  .outline_info_right {
    width: 43.85964912vw;
  }
  .outline_info_left_inner_box {
    margin-bottom: 1.315789474vw;
  }
  .outline_info_left_inner_sub p {
    font-size: 1.403508772vw;
  }
  .outline_info_left_inner_sub_span01 {
    height: 9vw;
    height: 17vw;
  }
  .outline_info_left_inner_sub_span01::after {
    width: 4.385964912vw;
  }
  .outline_info_left_inner_sub_span02 {
    height: 14vw;
  }
  .outline_info_left_inner_sub_span02::after {
    width: 14.9122807vw;
  }
}
@media only screen and (max-width: 768px) {
  .outline_info {
    width: 88%;
    margin: 0 auto;
    flex-direction: column;
  }
  .outline_info_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .outline_info_left_inner_box_left {
    padding-right: 30px;
  }
  .outline_info_left_inner_box_left p {
    font-size: 14px;
  }
  .outline_info_left_inner_box_left::after {
    width: 14px;
    height: 2px;
    right: 8px;
    top: 11px;
    background-size: contain;
  }
  .outline_info_left_inner_box_right.subtxt {
    padding-bottom: 16px;
    background-color: #383838;
  }
  .outline_info_left_inner_box_right p {
    font-size: 14px;
  }
  .outline_info_left_inner_box_right p.sub01 {
    font-size: 12px;
  }
  .outline_info_left_inner_box_right p.sub02 {
    font-size: 10px;
  }
  .outline_info_left_inner_box_right p.sub03 {
    font-size: 10px;
  }
  .outline_info_right {
    width: 100%;
  }
  .outline_info_left_inner_sub {
    bottom: 10px;
  }
  .outline_info_left_inner_sub p {
    font-size: 12px;
  }
  .outline_info_left_inner_sub_span01 {
    height: 78px;
    height: 150px;
  }
  .outline_info_left_inner_sub_span02 {
    height: 130px;
  }
  .outline_info_left_inner_sub_span01::after {
    width: 60vw;
  }
  .outline_info_left_inner_sub_span02::after {
    width: 60vw;
  }
}
.speakers {
  padding: 100px 0 65px;
  background: #fff;
}
.speakers .section_ttl_left {
  width: 35%;
}
.speakers .section_ttl_center {
  width: 51%;
}
.speakers .section_ttl_right {
  width: 14%;
}
.speakers_e_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #7b7b7b;
  line-height: 145%;
  margin-bottom: -5px;
}
.speakers_j_ttl {
  font-size: 14px;
  font-weight: bold;
  color: #7b7b7b;
  line-height: 145%;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .speakers_e_ttl {
    font-size: 2.631578947vw;
  }
  .speakers_j_ttl {
    font-size: 1.228070175vw;
  }
}
@media only screen and (max-width: 768px) {
  .speakers {
    padding: 60px 0 40px;
    background: #fff;
  }
  .speakers_e_ttl {
    font-size: 22px;
    margin-bottom: 0px;
    padding-right: 12px;
  }
  .speakers_j_ttl {
    font-size: 13px;
  }
}
.speakers_01 {
  width: 980px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 60px;
}
.speakers_02 {
  width: 980px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 60px;
  flex-direction: column;
}
.speakers_02_last {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .speakers_01 {
    width: 90%;
  }
  .speakers_02 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .speakers_01 {
    width: 88%;
    margin: 0 auto 40px;
    flex-direction: column;
  }
  .speakers_02 {
    width: 88%;
    margin: 0 auto 40px;
    flex-direction: column;
  }
  .speakers_02_last {
    margin: 0 auto;
  }
}
.p_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}
.p_box_left {
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  background: #e5eded;
  border-radius: 50%;
}
.p_box_right {
  z-index: -1;
  position: relative;
  width: calc(100% - 135px);
}
.p_box_right_h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 13px;
}
.p_box_right_bar {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  left: -30px;
  position: relative;
  width: calc(100% + 30px);
}
.p_box_right__p01 {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  padding-top: 10px;
  margin-bottom: 10px;
}
.p_box_right__p02 {
  font-size: 14px;
  color: #333333;
}
.p_box_max {
  width: 100%;
}
.p_box_mode {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #7b7b7b;
  display: flex;
  margin-bottom: 10px;
  width: fit-content;
  padding: 3px 6px;
}
.p_box_panel {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border: solid 1px #333333;
  display: flex;
  margin-bottom: 10px;
  width: fit-content;
  padding: 2px 5px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .p_box_left {
    width: 10.52631579vw;
    height: 10.52631579vw;
    margin-right: 1.315789474vw;
  }
  .p_box_right {
    width: calc(100% - 11.84210526vw);
  }
  .p_box_right_h3 {
    font-size: 1.754385965vw;
    padding-bottom: 1.140350877vw;
  }
  .p_box_right_bar {
    left: -2.631578947vw;
    width: calc(100% + 2.631578947vw);
  }
  .p_box_right__p01 {
    font-size: 1.228070175vw;
    padding-top: 0.877192982vw;
    margin-bottom: 0.877192982vw;
  }
  .p_box_right__p02 {
    font-size: 0.877192982vw;
  }
  .p_box_mode {
    font-size: 1.052631579vw;
    margin-bottom: 0.877192982vw;
    padding: 0.263157895vw 0.526315789vw;
  }
  .p_box_panel {
    font-size: 1.052631579vw;
    margin-bottom: 0.877192982vw;
    padding: 0.175438596vw 0.438596491vw;
  }
}
@media only screen and (max-width: 768px) {
  .p_box_left {
    display: flex;
    width: 75px;
    height: 75px;
    margin-right: 5px;
  }
  .p_box_right {
    width: calc(100% - 80px);
  }
  .p_box_right_h3 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .p_box_right__p01 {
    font-size: 12px;
    padding-top: 8px;
    margin-bottom: 5px;
  }
  .p_box_right__p02 {
    font-size: 12px;
  }
  .p_box_max {
    width: 48%;
  }
  .p_box_max .p_box {
    width: 100% !important;
  }
  .p_box_mode {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 3px 6px;
  }
  .p_box_panel {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
  }
}
.speakers_01_left {
  padding-right: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .speakers_01_left {
    padding-right: 3.50877193vw;
  }
}
@media only screen and (max-width: 768px) {
  .speakers_01_left {
    padding-right: 0px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.speakers_02_ttl_wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.speakers_02_ttl {
  background-color: #fff;
  padding-right: 20px;
}
.speakers_02_ttl_bar {
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  top: 50%;
  z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
}
@media only screen and (max-width: 768px) {
  .speakers_02_ttl {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-right: 10px;
  }
}
.speakers_coming {
  width: 100%;
}
.speakers_coming p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #4b4b4b;
  opacity: 0.2;
  line-height: 165%;
  padding: 20px 0 40px;
}
.speakers_02 .modal_btn {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .speakers_coming p {
    font-size: 3.50877193vw;
  }
}
@media only screen and (max-width: 768px) {
  .speakers_coming p {
    font-size: 30px;
    padding: 20px 0 25px;
  }
  .speakers_02 .modal_btn {
    margin: 0 auto;
  }
}
.speakers_02_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.speakers_02_inner .p_box {
  width: 32%;
  margin-bottom: 35px;
}
.speakers_02_inner_ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.speakers_02_inner_ttl__span {
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  margin-right: 15px;
  border-radius: 3px;
}
.speakers_02_inner_ttl__span__p01 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}
.speakers_02_inner_ttl__span__p02 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.speakers_02_inner_ttl__p {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .speakers_02_inner_ttl {
    margin-bottom: 3.50877193vw;
  }
  .speakers_02_inner_ttl__span__p01 {
    font-size: 1.754385965vw;
  }
  .speakers_02_inner_ttl__span__p02 {
    font-size: 1.403508772vw;
  }
  .speakers_02_inner_ttl__p {
    font-size: 1.578947368vw;
  }
}
@media only screen and (max-width: 768px) {
  .speakers_02_inner {
    margin-top: 20px;
  }
  .speakers_02_inner .p_box {
    width: 48%;
    margin-bottom: 20px;
    align-items: flex-start;
  }
  .speakers_02_inner_ttl {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .speakers_02_inner_ttl__span {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .speakers_02_inner_ttl__span__p01 {
    font-size: 16px;
  }
  .speakers_02_inner_ttl__span__p02 {
    font-size: 14px;
  }
  .speakers_02_inner_ttl__p {
    font-size: 14px;
  }
}
.entry {
  background-image: url(../img/entry_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.entry .section_ttl {
  margin: 0 auto 90px;
}
.entry .section_ttl_left_bar {
  background: #ffffff;
}
.entry .section_ttl_left__p {
  color: #ffffff;
}
.entry .section_ttl_center span {
  background: #ffffff;
}
.entry .section_ttl_right__h2 {
  color: #ffffff;
}
.entry .section_ttl_left {
  width: 25%;
}
.entry .section_ttl_center {
  width: 66%;
}
.entry .section_ttl_right {
  width: 8%;
}
.entry_inner {
  width: 980px;
  margin: 0 auto 50px;
}
.entry_inner_ttl__p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 165%;
  margin-bottom: 5px;
}
.entry_inner_ttl__span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.entry_inner_ttl__span h2 {
  color: #fff;
  font-weight: bold;
  font-size: 46px;
  line-height: 165%;
  margin-right: 10px;
}
.entry_inner_ttl__span p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  border: solid 1px #fff;
  border-radius: 3px;
  line-height: 165%;
  display: flex;
  padding: 5px 15px;
}
.entry_cont {
  width: 900px;
  margin: 0 auto 20px;
  background: rgba(56, 56, 56, 0.8);
  padding: 40px;
  border-radius: 8px;
}
.entry_cont_ttl {
  border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  width: 100%;
  margin-bottom: 30px;
}
.entry_cont_ttl h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 145%;
}
.entry_cont_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry_cont_inner_left {
  width: 60%;
}
.entry_cont_inner_left li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 155%;
  position: relative;
  padding-left: 20px;
}
.entry_cont_inner_left li::before {
  content: "";
  background: url(../img/li_arrow.svg);
  width: 9px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 10px;
}
.entry_cont_inner_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_cont_inner_right a {
  position: relative;
  background: #ffdd01;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 60px;
}
.entry_cont_inner_right a .icon_arrow {
  position: absolute;
  width: 7px;
  height: 15px;
  right: 20px;
  top: calc(50% - 7.5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_txt_sub {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  line-height: 185%;
  font-size: 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .entry_inner {
    width: 90%;
  }
  .entry_inner_ttl__p {
    font-size: 1.929824561vw;
  }
  .entry_inner_ttl__span h2 {
    font-size: 4.035087719vw;
  }
  .entry_inner_ttl__span p {
    font-size: 2.280701754vw;
    padding: 0.438596491vw 1.315789474vw;
  }
  .entry_cont {
    width: 78.94736842vw;
    margin: 0 auto 1.754385965vw;
    padding: 3.50877193vw;
  }
  .entry_cont_ttl h3 {
    font-size: 1.754385965vw;
  }
  .entry_cont_inner_left li {
    font-size: 1.754385965vw;
  }
  .entry_cont_inner_left li::before {
    top: 0.877192982vw;
  }
  .entry_cont_inner_right a {
    font-size: 1.578947368vw;
    padding: 2.192982456vw 5.263157895vw;
  }
  .entry_txt_sub {
    width: 90%;
    font-size: 1.052631579vw;
  }
}
@media only screen and (max-width: 768px) {
  .entry {
    padding: 60px 0;
  }
  .entry .section_ttl {
    margin: 0 auto 50px;
  }
  .entry_inner {
    width: 88%;
    margin: 0 auto 30px;
  }
  .entry_inner_ttl__p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .entry_inner_ttl__span {
    flex-direction: column;
    align-items: flex-start;
  }
  .entry_inner_ttl__span h2 {
    font-size: 28px;
    line-height: 135%;
    margin-bottom: 10px;
  }
  .entry_inner_ttl__span p {
    font-size: 16px;
  }
  .entry_cont {
    width: calc(88% - 40px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .entry_cont_ttl {
    margin-bottom: 20px;
  }
  .entry_cont_ttl h3 {
    font-size: 13px;
  }
  .entry_cont_inner {
    flex-direction: column;
  }
  .entry_cont_inner_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .entry_cont_inner_left li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .entry_cont_inner_left li::before {
    width: 7px;
    height: 12px;
    top: 5px;
  }
  .entry_cont_inner_right {
    width: 100%;
  }
  .entry_cont_inner_right a {
    font-size: 16px;
    width: 100%;
    padding: 20px 0px;
  }
  .entry_txt_sub {
    width: 88%;
    margin: 0 auto;
  }
}
.modal_container {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.modal_container.active {
  z-index: 200;
  opacity: 1;
}
.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.modal_inner {
  background: #fff;
  padding: 50px;
}
.modal_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal_cont_left {
  width: 360px;
  margin-right: 40px;
}
.modal_cont .outline_sec_ttl {
  border: solid 1px #333;
  color: #333;
}
.modal_cont_inner li {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 155%;
  position: relative;
  padding-left: 20px;
}
.modal_cont_inner li::before {
  content: "";
  background: url(../img/li_arrow.svg);
  width: 9px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
}

.modal_li_columns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.modal_li_columns p {
  background: #fff;
  padding-right: 5px;
}
.modal_li_columns span {
  background: #fff;
  padding-left: 5px;
}
.modal_li_columns::after {
  content: "";
  background-image: url(../img/dot.png);
  background-size: 5px;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: calc(50% + 1px);
  width: calc(100% - 15px);
}
.modal_cont_right {
  width: 360px;
}
.modal_entry {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.modal_entry__a {
  background: #333;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
}
.modal_entry__a::after {
  content: "";
  background-image: url(../img/icon_link_arrow_w.svg);
  width: 7.35px;
  height: 15.13px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: calc(50% - 7.5px);
}
.modal_entry__a.close::after {
  display: none;
}
.modal_entry__a span {
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  padding: 4px 5px;
}
.modal_entry__a p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  width: fit-content;
  margin: 0 auto;
}
.modal_close:hover {
  opacity: 0.6;
}
.modal_close span {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 10px;
}
.modal_close p {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .modal_inner {
    padding: 4.385964912vw;
  }
  .modal_cont_left {
    width: 31.57894737vw;
    margin-right: 3.50877193vw;
  }
  .modal_cont_inner li {
    font-size: 1.403508772vw;
  }
  .modal_cont_right {
    width: 31.57894737vw;
  }
  .modal_entry__a span {
    font-size: 1.228070175vw;
  }
  .modal_entry__a p {
    font-size: 1.578947368vw;
  }
}

@media only screen and (max-width: 768px) {
  .modal_inner {
    padding: 20px;
    width: calc(88% - 40px);
  }
  .modal_cont {
    flex-direction: column;
  }
  .modal_cont_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .modal_cont_right {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal_cont_inner li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
    width: calc(100% - 15px);
  }
  .modal_cont_inner li::before {
    width: 7px;
    height: 12px;
    top: 5px;
  }
  .modal_entry {
    margin-bottom: 30px;
  }
  .modal_entry__a {
    padding: 15px 0px;
    width: 100%;
  }
  .modal_entry__a span {
    font-size: 12px;
  }
  .modal_entry__a p {
    font-size: 14px;
  }
  .modal_close {
    margin-bottom: 15px;
  }
}

#ftr {
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #ccc;
  background: #000;
  padding: 10px 0 30px;
}
/* @group group */
.group_block {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  height: 161px;
  font-size: 10px;
  line-height: 165%;
}
.group_block a:link,
.group_block a:visited {
  text-decoration: underline;
  color: #ccc;
}
.group_block a:hover,
.group_block a:active {
  text-decoration: none;
  color: #ccc;
}
.group {
  padding: 22px 0 0;
}
.group dt {
  font-size: 13px;
  font-weight: bold;
}
.group dd {
  padding: 10px 0 0;
  display: flex;
}
.group li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #ccc;
}
.group li:last-child {
  border-right: none;
}
.about {
  margin: 25px 0 0;
  display: flex;
}

.about li {
  float: left;
  margin: 0 20px 0 0;
}
.copyright {
  margin: 8px 0 0;
}
p.footer_logo {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#ftr_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .group_block_wrapper {
    display: none;
  }
  #ftr_sp {
    display: block;
    background: #000;
    padding-bottom: 80px;
  }
  #ftr_sp .group_block {
    width: auto;
    height: auto;
    padding: 15px 10px;
  }
  #ftr_sp p.footer_logo {
    position: static;
    margin-bottom: 15px;
  }
  #ftr_sp p.footer_logo img {
    width: 137px;
  }
  #ftr_sp .group_block .copyright {
    font-size: 2.4vw;
    margin: 0;
    color: #fff;
  }
  .about {
    margin: 15px 0;
    display: flex;
  }
}

.fixed_banner {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 20px;
}
.fixed_banner_inner {
  min-width: 180px;
}
.fixed_banner_inner__head {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 14px;
  border: solid 1px #fff;
  display: flex;
  width: fit-content;
  padding: 4px 10px;
}
.fixed_banner_inner__div span {
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}
.fixed_banner_inner_date {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 100%;
}
.fixed_banner_inner_place {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}
.fixed_banner_inner_right__a {
  display: flex;
  background: #ffdd01;
  padding: 15px 0;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.fixed_banner_inner_right__a p {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.fixed_banner_inner_right__a .icon_arrow {
  position: absolute;
  width: 4px;
  right: 15px;
  top: calc(50% - 4px);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .fixed_banner {
    bottom: 0px;
    left: 0px;
    right: auto;
    width: calc(100% - 30px);
    padding: 15px;
  }
  .fixed_banner_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  .fixed_banner_inner__head {
    margin-bottom: 10px;
  }
  .fixed_banner_inner__div {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
  }
  .fixed_banner_inner__div p {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 6px;
  }
  .fixed_banner_inner_date {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .fixed_banner_inner_place {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .fixed_banner_inner_right {
    display: flex;
    position: absolute;
    right: 15px;
  }
  .fixed_banner_inner_right__a {
    padding: 12px 15px 12px 10px;
  }
  .fixed_banner_inner_right__a p {
    font-size: 12px;
  }
  .fixed_banner_inner_right__a .icon_arrow {
    right: 8px;
  }
}

.sns {
  padding: 30px 0;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.015625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-bottom: 1px solid #fff;*/
}
.sns ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.sns ul li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sns {
    font-size: 13px;
  }
}
/* スポンサー */
.sponcer {
  display: block;
}
.sponcer dl {
  display: flex;
}
.sponcer dl:first-of-type {
  margin-bottom: 50px;
}
.sponcer dt {
  font-size: 20px;
  min-width: 120px;
  color: #7b7b7b;
  font-weight: bold;
  padding-top: 1.5%;
  line-height: 1.5;
}
.sponcer ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}
.sponcer dl:last-of-type ul img {
  max-width: 164px;
}
.sponcer dl:last-of-type ul img.i02 {
  max-width: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .sponcer dt {
    font-size: 1.754385965vw;
  }
}
@media only screen and (max-width: 767px) {
  .sponcer dl:first-of-type {
    margin-bottom: 30px;
  }
  .sponcer dl:last-of-type {
    display: block;
  }
  .sponcer dt {
    font-size: 14px;
    min-width: 70px;
  }
  .sponcer dl:first-of-type dt {
    padding-top: 6.5%;
  }
  .sponcer dl:last-of-type dt {
    margin-bottom: 20px;
  }
  .sponcer dl:last-of-type ul {
    justify-content: space-between;
  }
  .sponcer dl:last-of-type li {
    width: 31%;
    text-align: center;
  }
}

/*調整*/
.outline_info_left_inner_box_right p.sub02,
.outline_info_left_inner_box_right p.sub03 {
  white-space: nowrap;
}
.no-txt {
  opacity: 0;
  pointer-events: none;
}
.header_menu_icon_entry.gs {
  background: #000000;
  color: #fff !important;
}
.header_menu_icon_entry.gs p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
}

.link_arrow_y.gs {
  background-color: #000;
  margin-top: 15px;
}
.link_arrow_y.gs p {
  color: #fff;
}
.link_arrow_y.gs::after {
  background-image: url(../img/icon_link_arrow-w.svg);
}

/*終了処理*/
.end-sec {
  position: relative;
}
.end-sec::after {
  content: "";
  background: rgba(56, 56, 56, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
}
.end-txt {
  position: absolute;
  top: 170px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  /* top: 0; */
  z-index: 3;
  color: #fff;
  line-height: 1.8;
}
.end-btn {
  background: #fff !important;
  pointer-events: none;
}
.end-btn .icon_arrow {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1190px) {
  .end-txt {
    font-size: 4rem;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 1190px) {
  .end-txt {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .end-txt {
    position: absolute;
    font-size: 1.6rem;
    line-height: 1.5;
    top: 75px;
  }
}

.edb {
  font-size: 18px;
  line-height: 165%;
  font-weight: bold;
  background: #fff;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .edb {
    font-size: 16px;
    line-height: 120%;
    margin: 20px auto 0;
    max-width: 80%;
  }
}

/*.main_inner h1 {
    font-size: 56px;
}*/
.end-txt.start {
  position: absolute;
  text-align: left;
  line-height: 1.8;
  font-size: 35px;
  margin-bottom: 100px;
  left: 60px;
  width: auto;
  height: auto;
}

.b-ttl {
  width: 980px;
  margin: 0 auto 30px;
  font-size: 56px;
  line-height: 1.5;
  color: #ffdd04;
  font-family: "Aldrich", sans-serif;
}

.result {
  background: #000;
  padding-bottom: 100px;
  color: #383838;
}
.result::before {
  display: none;
}
.result .concept_inner {
  align-items: center;
}
.result .concept_inner_left {
  width: 30%;
  margin-bottom: 10px;
}

.result .concept_inner_right {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  grid-row-gap: 20px;
}
.result .nb {
}
.result .nb p {
  margin-bottom: 0;
  line-height: 1.5;
}
.result .nb-txt {
  font-size: 22px;
}
.result .nb-nb {
  font-size: 65px;
  font-family: "Aldrich", sans-serif;
  font-weight: normal;
}
.result .nb-nb span {
  font-size: 25px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 5px;
}

.result .concept_inner_right .nb {
  width: 30%;
}
.result .concept_inner_right .nb-txt {
  font-size: 18px;
}
.result .concept_inner_right .nb-nb {
  font-size: 50px;
  text-align: right;
}
.result .concept_inner_right .nb-nb span {
  font-size: 22px;
}

.result-img {
  width: 980px;
  margin: 20px auto 80px;
  display: flex;
  justify-content: space-between;
}
.result-img li {
  width: 32.5%;
}

.p-con {
  width: 980px;
  margin: 0 auto 50px;
  background: #fff;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}
.p-con-upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-con-left {
  width: 50%;
  border-right: 1px solid #707070;
  display: flex;
  padding-right: 20px;
  align-items: center;
}
.p-con-right {
  width: 50%;
  display: flex;
  padding-left: 20px;
  align-items: center;
}
.p-con-lt {
  width: 40%;
  padding-right: 20px;
}
.p-con-rt {
  width: 60%;
}
.p-con-ttl {
  font-size: 18px;
  background: #cccccc;
  text-align: center;
  padding: 7px;
  margin-bottom: 10px;
  color: #383838;
}
.p-con-txt {
  font-size: 16px;
  line-height: 1.5;
}

.p-con-bottom ul {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.p-con-bottom ul li {
  width: 19%;
}
.p-con-ttl02 {
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-con-txt02 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 10px;
}
.result .link_arrow_y.gs {
  margin: auto;
  border: 1px solid #fff;
  padding: 5px 0;
  max-width: 300px;
}

.concept .re01 .section_ttl_left {
  width: 38%;
}
.concept .re01 .section_ttl_center {
  width: 30%;
}
.concept .re01 .section_ttl_right {
  width: 40%;
}

.concept .re02 .section_ttl_left {
  width: 40%;
}
.concept .re02 .section_ttl_center {
  width: 40%;
}
.concept .re02 .section_ttl_right {
  width: 14%;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .b-ttl,
  .result-img,
  .p-con {
    width: 90%;
  }
  .result .nb-nb {
    font-size: 55px;
    font-size: 4.9vw;
  }
  .result .nb-txt {
    font-size: 22px;
    font-size: 1.9vw;
  }
  .result .concept_inner_right .nb-nb {
    font-size: 42px;
    font-size: 4.4vw;
  }
  .result .concept_inner_right .nb-txt {
    font-size: 16px;
    font-size: 1.6vw;
  }
  .result .concept_inner_right .nb {
    white-space: nowrap;
  }
  .result .nb p {
    white-space: nowrap;
  }
  .result .nb-nb span {
    font-size: 25px;
    font-size: 2.1vw;
  }
  .result .concept_inner_right .nb-nb span {
    font-size: 22px;
    font-size: 1.8vw;
  }
  .p-con-txt {
    font-size: 1.5vw;
  }
  .p-con-ttl {
    font-size: 1.7vw;
  }
  .p-con-ttl02 {
    font-size: 1.35vw;
  }
  .p-con-txt02 {
    font-size: 1.5vw;
  }
  .end-txt.start {
    line-height: 1.5;
    font-size: 2.6vw;
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .b-ttl {
    margin: 0 auto 10px;
    font-size: 35px;
    width: 88%;
  }

  .result .concept_inner_left {
    width: 100%;
  }
  .result .nb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .result .concept_inner_left .nb {
    border: 1px solid #ffffff;
  }
  .result .nb-txt {
    font-size: 18px;
  }
  .result .nb-nb {
    font-size: 35px;
  }
  .result .nb-nb span {
    font-size: 18px;
  }
  .result .concept_inner_right {
    display: block;
    width: 100%;
  }
  .result .concept_inner_right .nb {
    width: 100%;
  }
  .result .concept_inner_right .nb-txt {
    font-size: 16px;
  }
  .result .concept_inner_right .nb-nb {
    font-size: 36px;
    line-height: 1.3;
  }
  .result .concept_inner_right .nb-nb span {
    font-size: 16px;
  }
  .result-img {
    width: 100%;
    margin-bottom: 50px;
  }

  .p-con {
    width: 88%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-con-upper {
    display: block;
  }
  .p-con-left {
    width: 100%;
    padding-right: 0;
    border: none;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .p-con-left img {
    max-width: 270px;
  }
  .p-con-lt {
    width: 100%;
    padding-right: 0;
  }
  .p-con-txt {
    text-align: center;
    margin-bottom: 15px;
  }
  .p-con-rt {
    width: 100%;
  }
  .p-con-right {
    width: 100%;
    display: block;
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .p-con-right img {
    max-width: 260px;
  }
  .p-con-bottom ul {
    flex-wrap: wrap;
  }
  .p-con-bottom ul li {
    width: 48%;
  }
  .p-con-ttl02 {
    font-size: 12px;
    padding: 5px;
    line-height: 1.3;
  }
  .p-con-txt02 {
    font-size: 15px;
    padding: 0;
  }

  .main_inner h1 {
    font-size: 28px;
  }
  .end-txt.start {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 8px;
    left: 6%;
  }
}

body {
  background: #000;
}
header {
  background: rgba(0, 0, 0, 0.6);
}
.main {
  margin-top: 95px;
	/*margin-top: 125px;*/
}
.header_left a img {
  max-width: 312px;
}
.main_inner {
  bottom: 20px;
}
.main_inner__div {
  margin-bottom: 5px;
}
.add_svg {
  width: 980px;
  margin: 0 auto 80px;
}
/*フォント調整*/
.main_inner h1 {
  font-size: 4.375vw;
  margin-bottom: 0;
  letter-spacing: 0;
}
.main_inner__p02 {
  font-size: 2.96875vw;
}
.main_inner__p04 {
  font-size: 2.1875vw;
}
.arigatou {
  font-size: 1.875vw;
  line-height: 1.5;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .add_svg {
    width: 88%;
    margin: 0 auto 50px;
  }
  .header_left a img {
    max-width: 171px;
  }
  .main {
    margin-top: 60px;
  }

  .main_inner {
    bottom: 0px;
  }
  .main_inner h1 {
    font-size: 7.466666666666668vw;
  }
  .main_inner__p02 {
    font-size: 3.733333333333334vw;
  }
  .main_inner__p04 {
    font-size: 2.933333333333333vw;
    top: 1px;
  }
  .arigatou {
    font-size: 3.2vw;
  }
  .main_inner__div {
    flex-direction: row;
  }
  .main_inner__div__span {
    margin-right: 10px;
  }
}

.p-con-ttl {
  max-width: 170px;
  width: 40%;
  padding: 3px 10px;
  line-height: 1.5;
}
.p-con-txt {
  width: 55%;
  text-align: center;
  margin-bottom: 10px;
}
.yusyou {
  background: #ccb35e !important;
}
.jyunyusyou {
  background: #cccccc !important;
}
.tokubetu {
  background: #aca290 !important;
  width: 100% !important;
  max-width: 100%;
  color: #fff;
  box-sizing: border-box;
}

.p-con-left,
.p-con-right {
  display: block;
}
.p-con-lt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-con-rt {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.p-con-bottom {
  display: flex;
  justify-content: space-between;
}
.p-con-bottom ul {
  display: block;
  width: 49%;
}
.p-con-bottom ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-con-ttl02 {
  padding: 10px;
  text-align: left;
  margin-bottom: 10px;
  max-width: 250px;
  width: 54%;
  font-size: 14px;
  justify-content: flex-start;
  box-sizing: border-box;
  letter-spacing: 0;
}
.p-con-txt02 {
  width: 44%;
  font-size: 14px;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  letter-spacing: -0.5pt;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .p-con-lt {
    display: block;
  }
  .p-con-ttl {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .p-con-txt {
    width: 100%;
    margin-bottom: 0;
  }
  .p-con-rt {
    margin: 20px 0 10px;
  }
  .p-con-left {
    margin-bottom: 30px;
  }
  .rs01 {
    max-width: 164px !important;
  }
  .rs02 {
    max-width: 220px !important;
  }
  .p-con-right {
    margin-bottom: 30px;
  }

  .p-con-bottom {
    display: block;
  }
  .p-con-bottom ul {
    display: block;
    width: 100%;
  }
  .p-con-ttl02 {
    padding: 5px;
    max-width: 100%;
    font-size: 12px;
    width: 50%;
  }

  .p-con-txt02 {
    width: 48%;
    font-size: 12px;
  }
  .result {
    padding-bottom: 60px;
  }
  .result .link_arrow_y.gs {
    max-width: 88%;
  }
}

.acsubtitle {
  font-size: 24px;
  margin-left: 40px;
  /* margin-bottom: 5px; */
  position: relative;
  bottom: 3px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .p-con-ttl {
    font-size: 1.5789473684210527vw;
  }
  .p-con-txt {
    font-size: 1.4035087719298245vw;
  }
  .p-con-ttl02,
  .p-con-txt02 {
    font-size: 1.2280701754385965vw;
  }
  .acsubtitle {
    font-size: 2.1052631578947367vw;
  }
}

@media only screen and (max-width: 767px) {
  .acsubtitle {
    font-size: 16px;
    display: block;
    margin-left: 0;
  }
}

/*movie*/
.movie-btn {
  position: absolute;
  z-index: 8888888 !important;
  right: 2.8%;
  top: 24.5%;
  width: 14%;
  display: block;
}

.mv-pc-hide {
  display: none !important;
}

.mv-pc-show {
  display: block !important;
}

@media (max-width: 767px) {
  .mv-pc-hide {
    display: block !important;
  }

  .mv-pc-show {
    display: none !important;
  }
}

.mov-pop {
  display: block;
  margin: auto;
  padding: 30px;
  /* width: 100%; */
  /* height: 500px; */
  padding: 29% 50%;
  position: relative;
}
.mov-pop iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .mv-slider .slick-dots {
    bottom: -1px;
    display: block;
  }
  .mv-slider-wrapper {
    gap: 0px;
  }
  .movie-btn {
    right: auto;
    top: auto;
    width: 23%;
    bottom: auto;
    left: auto;
    right: 7%;
    top: 31%;
  }
  .modaal-close.movie-close {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    width: 50px;
    height: 70px;
    bottom: -36%;
    margin: auto;
  }
  .mov-pop {
    padding: 26% 50%;
  }
  .mov-pop iframe {
    width: 90%;
    margin: auto;
  }
}
.mbtn {
  width: 100% !important;
  margin-top: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .mbtn {
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
}

/* FROM HERE */

.mv-modal-content {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.mv-modal__wrapper {
  color: #fff;
  max-width: 894px;
  /*border: 1px solid #fff;*/
  background: #000;
  margin: 0 24px;
  position: relative;
  padding: 14px 15px;
}

@media (min-width: 768px) {
  .mv-modal__wrapper {
    padding: 36.6px 40.7px;
    margin: 0 auto;
  }
}

.mv-modal-popup_wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

@media (min-width: 768px) {
  .mv-modal-popup_wrapper {
    align-items: start;
    flex-direction: row;
    gap: 19px;
  }
}

.mv-modal-popup-left {
  max-width: 446px;
}

.mv-modal-popup-right {
  max-width: 346px;
  padding-top: 5px;
}

.mv-modal-popup-date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .mv-modal-popup-date {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 22px;
  }
}

.mv-modal-popup-head {
  margin-bottom: 15px;
}

.mv-modal-popup-ttl {
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .mv-modal-popup-ttl {
    font-size: 24px;
    line-height: 32px;
  }
}

.mv-modal-popup-content-txt {
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 18.67px;
}

@media (min-width: 768px) {
  .mv-modal-popup-content-txt {
    font-size: 18px;
    line-height: 20.67px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}

.mv-modal-popup-btn {
  max-width: 156px;
}

.mv-modal-popup-btn.-btnmb {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mv-modal-popup-btn.-btnmb {
    margin-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .mv-modal-popup-btn {
    max-width: 276px;
  }
}

.mv-modal-popup-btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  padding: 8px 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  color: #000;
  position: relative;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}

.mv-modal-popup-btn a br {
  display: none;
}

@media (min-width: 768px) {
  .mv-modal-popup-btn.-fst a {
    padding: 4px 0 5px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .mv-modal-popup-btn a br {
    display: block;
  }
}

@media (min-width: 768px) {
  .mv-modal-popup-btn a {
    font-size: 19px;
    padding: 16px 0 15px;
    line-height: 25px;
  }
}

.mv-modal-popup-btn a::after {
  content: "";
  background-image: url("../img/mv-slider/modaal-event/event-btn-rgt.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  right: 10px;
  width: 5px;
}

@media (min-width: 768px) {
  .mv-modal-popup-btn a::after {
    width: 7px;
    right: 17px;
    height: 14px;
  }
}

.mv-tabs-item-link {
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.mv-tabs-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 5px;
}

.mv-tabs-item-head-txt {
  display: flex;
  color: #fff;
  letter-spacing: -1px;
  /*text-decoration: underline;
	border-bottom: 1px solid #fff;*/
  padding-bottom: 2px;
  font-size: 10px;
}
.mv-tabs-item-head-txt img {
  display: none;
}

@media (min-width: 768px) {
  .mv-tabs-item-head-txt {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
  }
}

.mv-tabs-item-head-txt img {
  width: 20px;
  height: 16px;
  object-fit: cover;
}

.mv-modal__wrapper.-news {
  background: #293569 !important;
}

.mv-modal__wrapper.-news .mv-modal-popup-btn {
  max-width: 100% !important;
}

.mv-modal__wrapper .modaal-close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -90px;
  top: unset;
  transform: translateX(-50%);
  right: unset;
}

@media (min-width: 768px) {
  .mv-modal__wrapper .modaal-close {
    display: block;
    position: absolute;
    right: -5px;
    top: -90px;
    left: unset;
    transform: none;
  }
}

.mv-modal__wrapper .modaal-close::after,
.mv-modal__wrapper .modaal-close::before {
  height: 36px;
}

@media (min-width: 768px) {
  .mv-modal__wrapper .modaal-close::after,
  .mv-modal__wrapper .modaal-close::before {
    height: 56px;
  }
}

@media (max-width: 767px) {
  .mv-popup-in-wrp .modaal-inner-wrapper {
    padding: 115px 0;
  }
}

.mv-tabs-item-container {
  position: relative;
}
/*modal*/
.con-pop {
  display: table;
  margin: auto;
  padding: 30px;
}
.modaal-container {
  width: 100%;
  max-width: 954px;
  background: none;
}
.modaal-content-container {
  padding: 0;
}
.map-pop {
  background: #fff;
  color: #000;
  max-width: 954px;
  display: flex;
  position: relative;
}
.hide-inner.map-pop p {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
.map-pop-txt {
  padding: 50px 50px 0 50px;
}
.map-pop-txt h3 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.basyo {
  margin-bottom: 30px;
}
.btn-press {
  text-align: center;
  margin-top: 30px;
}
.btn-press img {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .map-pop {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: -100px;
  }
  .map-pop-txt {
    padding: 20px;
  }
  .map-pop-txt h3 {
    font-size: 15px;
  }
  .btn-press img {
    width: 175px;
  }
}
.modaal-close {
  display: none;
}
.hide-inner .modaal-close {
  display: block;
}
.modaal-close.mp {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 1);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .modaal-close.mp {
    width: 30px;
    height: 30px;
  }
  .modaal-close.mp:after,
  .modaal-close.mp:before {
    display: block;
    content: " ";
    position: absolute;
    top: 3px;
    left: 14px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
}

.modaal-close.movie-close:after,
.modaal-close.movie-close:before {
  width: 3px !important;
  background: #fff !important;
  height: 41px;
}
.modaal-close span {
  clip: auto;
  overflow: auto;
  width: auto !important;
  height: auto !important;
  left: 0;
  right: 0;
  bottom: -1px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: none;
}
.modaal-close.movie-close {
  position: fixed;
  right: 10%;
  top: 10%;
  width: 50px;
  height: 70px;
}
.modaal-close.movie-close span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .mov-pop {
    padding: 26% 50%;
  }
  .modaal-close.movie-close {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    width: 50px;
    height: 70px;
    bottom: -36%;
    margin: auto;
  }
  .modaal-inner-wrapper {
    vertical-align: top;
    text-align: center;
    padding: 180px 0;
  }
}

/* NEW CODE FROM HERE */
.v-header .header_menu_icon_entry {
  width: auto;
  margin-right: 20.5px;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-header .header_menu_icon_entry {
    margin-right: 1.798vw;
  }
}

.v-header .header_menu_icon_entry.gs {
  background: transparent;
}

.v-header .header_menu_icon_entry.gs p {
  font-size: 20px;
  line-height: 27px;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-header .header_menu_icon_entry.gs p {
    font-size: 1.754vw;
    line-height: 2.368vw;
  }
}

@media (min-width: 768px) {
  .v-header .header_left a img {
    max-width: 303px;
  }
}

.v-container {
  max-width: 1170px;
  /* padding: 0 15px; */
  padding: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.venture2026 {
  background-image: url("../img_2026/2026-bg-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0;
  color: #fff;
  position: relative;
  width: 100vw;
  height: 100%;
  background-color: #fff;
	padding-top: 50px;
}
.venture2026.vt-bttom{
  padding-top: 0;
}
@media (max-width: 767px) {
  .venture2026 {
    background-image: url("../img_2026/2026-bg-top-sp.jpg");
    background-color: #383838;
    position: relative;
    padding: 0;
  }

  /*.venture2026::after {
    content: "";
    background-image: url("../img_2026/2025-bg-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    top: 3.5%;
    width: 100%;
    height: 601px;
    z-index: 0;
  }*/

  /*.venture2026::before {
    content: "";
    position: absolute;
    top: 9%;
     background-color: #383838; 
     background-image: linear-gradient(
      180deg,
      rgba(56, 56, 56, 0.9) 0%,
      rgba(56, 56, 56, 0.2) 100%
    ); 
    background: linear-gradient(
      180deg,
      rgba(56, 56, 56, 0.7) 0%,
      rgba(57, 56, 56, 0.7) 90%,
      rgba(57, 56, 56, 0.12648809523809523) 100%
    );
    width: 100%;
    height: 80vw;
    z-index: 1;*/
}
/* } */

.v-top {
  max-width: 720px;
}

@media (max-width: 767px) {
  .v-top {
    max-width: 290px;
  }
}

.v-top-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 64px;
}

@media (max-width: 767px) {
  .v-top-title {
    font-size: 24px;
    line-height: 31.5px;
  }
}

.v-top-year {
  max-width: 171px;
  line-height: 0;
}

@media (max-width: 767px) {
  .v-top-year {
    max-width: 80px;
  }
}

.v-top-sub {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
  padding-bottom: 10px;
}
.v-top-sub.txt-end {
  white-space: nowrap;
	margin-top: 30px;
}

@media (max-width: 767px) {
  .v-top-sub {
    padding-bottom: 0;
    font-size: 17px;
    line-height: 23px;
  }
	.v-top-sub.txt-end {
  	white-space: pre-wrap;
		margin-top: 20px;
	}
}

.v-top-fudosan {
  max-width: 519px;
  margin-top: 10px;
  line-height: 0;
}

@media (max-width: 767px) {
  .v-top-fudosan {
    max-width: 230.69px;
  }
}

/* .v-top-held {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
} */
.v-top-date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .v-top-date {
    gap: 7.5px;
  }
}

.v-btm-date {
  max-width: 320px;
}

@media (max-width: 767px) {
  .v-btm-date {
    max-width: 191px;
  }
}

.v-top-required {
  /* margin-top: 21px; */
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ffffff;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 19px;
  border-radius: 2px;
  pointer-events: none;
}
.v-top-mid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 2px solid #fff;
  margin-top: 19.5px;
  gap: 20px;
}

@media (max-width: 767px) {
  .v-top-mid {
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
    padding-bottom: 14px;
    margin-top: 8.4px;
  }
  .v-top-date {
    display: flex;
    align-items: center;
    gap: 7.5px;
  }
  .v-top-held {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.075em;
  }
  .v-top-required {
    /* margin-top: 21px; */
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #ffffff;
    height: 23px;
    padding: 0 5px;
    max-width: 76px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-top {
    max-width: 63.158vw;
  }

  .v-top-year {
    max-width: 15vw;
  }

  .v-top-title {
    font-size: 4.211vw;
    line-height: 5.614vw;
  }

  .v-top-sub {
    font-size: 2.368vw;
    line-height: 3.246vw;
    padding-bottom: 1.491vw;
  }

  .v-top-fudosan {
    max-width: 45.526vw;
  }

  .v-top-mid {
    gap: 1.754vw;
  }

  .v-top-held {
    margin-top: 1.316vw;
    font-size: 3.125vw;
    line-height: 6.491vw;
  }
  .v-top-date {
    display: flex;
    align-items: center;
    gap: 1.316vw;
  }
  .v-top-required {
    /* margin-top: 1.640625vw; */
    font-size: 1.5625vw;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #ffffff;
    height: 2.65625vw;
    display: flex;
    align-items: center;
    padding: 0 19px;
  }
}

.v-pitch {
  margin-block: 70px 0;
	/* margin-bottom: -40px; */
  margin-bottom: 0;
    /* position: relative;
    top: 20px; */
}

@media (max-width: 767px) {
  .v-pitch {
    margin-block: 29px 0;
		/* position: relative;
		position: static;
		top: 40px; */
  }
}

.v-pitch-row {
  display: flex;
  /* align-items: flex-end; */
  justify-content: space-between;
}
.v-pitch-textlink{
  border-bottom: 2px solid #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  .v-pitch-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .v-pitch-textlink{
    border-bottom: 1px solid #fff;
  }
}

.v-pitch-top {
  padding-left: 23px;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .v-pitch-top {
    padding-left: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}

.v-pitch-top .color {
  color: #fedd01;
}

.v-pitch-top::before {
  content: "";
  background-image: url("../img_2026/v-pitch-forward.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .v-pitch-top::before {
    width: 13px;
    height: 15px;
    top: 58%;
  }
}

.v-pitch-btn {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .v-pitch-btn {
    margin-top: 4px;
  }
}

.v-pitch-btn a {
  max-width: 247px;
  width: 100%;
  height: 62px;
  border: 1px solid #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 24px;
  position: relative;
  border-radius: 2px;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
}
/*.v-pitch-btn a {
    max-width: 247px;
    width: 100%;
    height: 62px;
    border: 1px solid #1c1c1c;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #848484;
    background-color: #1c1c1c;
    padding-left: 24px;
    position: relative;
    border-radius: 2px;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2));
    pointer-events: none;
}*/
.v-pitch-btn .iro {
  color: #ffdd01;
  margin-right: 5px;
}

.v-pitch-btn a .xs {
  font-size: 20px;
}

@media (max-width: 767px) {
  .v-pitch-btn a {
    max-width: 219px;
    height: 36px;
    font-size: 20px;
    padding-left: 14px;
    justify-content: flex-start;
  }

  .v-pitch-btn a .xs {
    font-size: 14px;
  }
}

.v-pitch-btn a::after {
  content: "";
  background-image: url("../img_2026/v-pitch-rgt-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 7px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.v-pitch-date {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.v-pitch-date .md {
  font-size: 19px;
}

.v-pitch-date .mb {
  margin-inline: 6px;
}

.v-pitch-date .lg {
  font-size: 21px;
}

@media (max-width: 767px) {
  .v-pitch-date {
    line-height: 17px;
    margin-top: 7px;
    font-size: 12px;
  }

  .v-pitch-date .md,
  .v-pitch-date .mb {
    font-size: 15px;
  }
  .v-pitch-date .lg {
    font-size: 17px;
  }
}

.v-pitch-archive {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-decoration: underline !important;
  position: relative;
  padding-right: 33px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
  margin-bottom: 40px;
	margin-bottom: 15px;
  display: block;
	white-space: nowrap;
  text-align: right;
}

@media (max-width: 767px) {
  .v-pitch-right {
    align-self: flex-end;
  }

  .v-pitch-archive {
    margin-bottom: 18px;
		margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    padding-right: 31px;
  }
}

.v-pitch-archive::after {
  content: "";
  background-image: url(".././img_2026/v-pitch-rgt.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .v-pitch-archive::after {
    width: 18px;
    height: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-pitch {
    margin-block: 7.281vw 0;
  }

  .v-pitch-top {
    padding-left: 2.018vw;
    font-size: 2.193vw;
    line-height: 3.158vw;
  }

  .v-pitch-top::before {
    width: 1.404vw;
    height: 1.491vw;
  }

  .v-pitch-btn {
    margin-top: 0.877vw;
    max-width: 21.667vw;
  }

  .v-pitch-btn a {
    height: 5.439vw;
    font-size: 2.105vw;
    padding-left: 2.105vw;
  }

  .v-pitch-btn a::after {
    width: 0.614vw;
    height: 1.316vw;
    right: 1.228vw;
  }

  .v-pitch-date {
    font-size: 1.228vw;
    line-height: 1.667vw;
    margin-top: 0.877vw;
  }

  .v-pitch-date .md {
    font-size: 1.667vw;
  }

  .v-pitch-date .mb {
    margin-inline: 0.526vw;
  }

  .v-pitch-date .lg {
    font-size: 1.842vw;
  }

  .v-pitch-archive {
    font-size: 2.456vw;
    line-height: 3.333vw;
    gap: 1.57vw;
    padding-right: 2.895vw;
    margin-bottom: 3.509vw;
  }

  .v-pitch-archive::after {
    width: 2.193vw;
    height: 2.193vw;
  }
}

.v-program {
  padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
  .v-program {
    padding-top: 0;
		padding-bottom: 0;
  }
}

.v-program-row {
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 767px) {
  .v-program-row {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.v-program-left {
  max-width: 644px;
  width: 100%;
}
.v-program-right {
  max-width: 644px;
  width: 100%;
}
.v-program-box {
  background-color: rgba(113, 113, 113, 0.5);
  padding: 25px 28px 24px;
}

@media (max-width: 768px) {
  .v-program-box {
    padding: 20px 15px;
  }
}

.v-program-top {
  background-color: #ffdd01;
  padding: 16.6px 0 13.6px;
  border-radius: 2px;
  text-align: center;
  line-height: 0;
}

@media (max-width: 767px) {
  .v-program-top {
    padding: 13.6px 0 11.8px;
  }
}

.v-program-top img {
  width: 186.8px;
}

@media (max-width: 767px) {
  .v-program-top img {
    width: 161.07px;
  }
}

.v-program-list {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .v-program-list {
    margin-top: 20px;
  }
}

.v-program-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #fff;
}

@media (max-width: 767px) {
  .v-program-item {
    gap: 5px;
    line-height: 20px;
    font-size: 14px;
  }
}

.v-program-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 150px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .v-program-item-left {
    max-width: 115px;
    gap: 7px;
  }
}

.v-program-item .dot {
  line-height: 0;
}

.v-program-item .time {
  max-width: 125px;
  width: 100%;
  font-weight: 700;
}

@media (max-width: 767px) {
  .v-program-item .time {
    max-width: 98px;
  }
}

.v-program-item .xs {
  font-size: 12px;
}

@media (max-width: 767px) {
  .v-program-item .xs {
    font-size: 11px;
  }
}

.v-program-item .lh {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .v-program-item .lh {
    line-height: 1.5;
  }
}

.v-program-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.v-program-item.mb {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .v-program-item.mb {
    margin-bottom: 22px;
  }
}

.v-program-btm-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .v-program-btm-txt {
    font-size: 12px;
    margin-top: 8px;
    line-height: 17px;
  }
}

.v-program-right-txt {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 53px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.36));
}

@media (max-width: 767px) {
  .v-program-right {
    margin-top: 0;
  }

  .v-program-right-txt {
    font-size: 22px;
    line-height: 35.5px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-program {
    padding-top: 8.772vw;
  }

  .v-program-row {
    gap: 9.386vw;
		gap: 2.386vw;
  }

  .v-program-left {
    max-width: 56.491vw;
    width: 100%;
  }

  .v-program-box {
    padding: 2.193vw 2.246vw 2.105vw;
  }

  .v-program-top {
    padding: 1.456vw 0 1.193vw;
    border-radius: 0.175vw;
  }

  .v-program-top img {
    width: 16.386vw;
  }

  .v-program-list {
    margin-top: 2.632vw;
  }

  .v-program-item {
    gap: 0.877vw;
    font-size: 1.579vw;
    line-height: 2.368vw;
  }

  .v-program-item-left {
    gap: 0.877vw;
    max-width: 13.158vw;
  }

  .v-program-item .time {
    max-width: 10.965vw;
    flex-shrink: 0;
  }

  .v-program-item .xs {
    font-size: 1.053vw;
  }

  .v-program-item:not(:last-of-type) {
    margin-bottom: 1.228vw;
  }

  .v-program-item.mb {
    margin-bottom: 2.368vw;
  }

  .v-program-btm-txt {
    font-size: 1.228vw;
    line-height: 1.667vw;
    margin-top: 1.228vw;
  }

  .v-program-right-txt {
    font-size: 2.982vw;
    line-height: 4.649vw;
  }
}

/* NEW 09/03 */

@media (max-width: 767px) {
  .v-header .header_menu_icon_modal {
    width: 50px;
    height: 50px;
  }

  .venture2026 {
		margin-top: 60px;
		/* margin-top: 50px;
		padding: 50px 0; */
  }
}

.header_menu_btn {
  width: 100px;
  height: 60px;
  /* background-color: #fff; */
  background-color: rgba(56, 56, 56, 0.6);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  padding-left: 2px;
  margin-right: 10px;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .header_menu_btn {
    width: 90px;
    height: 28px;
    margin-right: 0;
    gap: 7.3px;
    font-size: 10px;
    line-height: 14px;
    padding-left: 2.5px;
    margin-right: 9.3px;
  }
}

.header_menu_btn:hover {
  /*background-color: #fff;
  color: #010101;*/
  opacity: 0.6;
}

.header_menu_btn:hover .norm {
  /*display: none;*/
}

.header_menu_btn:hover .hover {
  display: block;
}

.header_menu_btn img {
  width: 23px;
}

@media (max-width: 767px) {
  .header_menu_btn img {
    width: 17.8px;
  }
}

.header_menu_btn .hover {
  display: none;
}

@media (min-width: 769px) and (max-width: 1140px) {
  .header_menu_btn {
    font-size: 0.938vw;
    line-height: 1.4vw;
    gap: 0.391vw;
    padding-left: 0.649vw;
    margin-right: 0.877vw;
  }

  .header_menu_btn img {
    width: 2.368vw;
  }
}

.v-judge {
  padding: 65px 0 70px;
  background-color: #fff;
}
.v-judge-pt0 {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .v-judge {
    padding: 52px 0 60px;
  }
}

.v-judge-block {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-judge-block {
    max-width: 92.982vw;
    padding: 0 1.316vw;
  }
}

.v-judge-header {
  color: #7b7b7b;
  font-family: "Aldrich", sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 38px;
}
.v-judge-text-wrapper {
  display: flex;
  gap: 38px;
}
.v-judge-top-note {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(27 / 20);
  color: #333333;
}
.v-judge-positions {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  padding: 5px 5px 5px 4px;
  border: 1px solid #333;
  border-radius: 3px;
  min-width: 81px;
  width: fit-content;
  margin-bottom: 3px;
}
.v-judge-positions--mod {
  color: #fff;
  background-color: #7b7b7b;
  border: 1px solid transparent;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .v-judge-text-wrapper {
    display: flex;
    gap: 2.96875vw;
  }
  .v-judge-top-note {
    font-size: 1.5625vw;
    font-weight: 700;
  }
  .v-judge-positions {
    font-size: 1.09375vw;
    padding: 0.390625vw 0.390625vw 0.390625vw 0.3125vw;
  }
}
@media (max-width: 767px) {
  .v-judge-header {
    gap: 10.5px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 29px;
  }
  .v-judge-positions {
    font-size: 10px;
    padding: 2px 6px 3px 5px;
    min-width: 58px;
  }
  .v-judge-text-wrapper {
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
  }
  .v-judge-top-note {
    font-size: 16px;
    font-weight: 700;
  }
}

.v-judge-header::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7b7b7b;
}

@media (max-width: 767px) {
  .v-judge-header::after {
    margin-top: 5px;
  }
}

.v-judge-header .txt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 767px) {
  .v-judge-header .txt {
    flex-direction: row;
    gap: 14px;
    align-items: center;
  }
}

.v-judge-header .xs {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .v-judge-header .xs {
    font-size: 10px;
    line-height: 14px;
  }
}

.v-judge-top {
  display: inline-block;
  background-color: #8a8100;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  padding: 2px 35px 2px;
  min-width: 118px;
  /* width: 100%; */
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
	font-family: "Noto Sans", sans-serif;
}

.v-judge-top.underline {
  background-color: transparent;
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #CCCCCC;
  color: #B55501;
}

@media (min-width:768px) and (max-width:1140px) {
  .v-judge-top.underline{
    font-size: 1.93vw;
    line-height: 2.632vw;
    padding-bottom: 0.175vw;
    border-bottom: 0.175vw solid #CCCCCC;
  }
}


.v-judge-top.underline-c {
  background-color: transparent;
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #CCCCCC;
  color: #416500;
}

@media (min-width:768px) and (max-width:1140px) {
  .v-judge-top.underline-c{
    font-size: 1.93vw;
    line-height: 2.632vw;
    padding-bottom: 0.175vw;
    border-bottom: 0.175vw solid #CCCCCC;
  }
}

@media (max-width:767px) {
  .v-judge-top.underline {
    font-size: 18px;
    line-height: 24px;
  }

  .v-judge-top.underline-c {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .v-judge-top {
    font-size: 16px;
    line-height: 22px;
    /* max-width: 60px; */
    padding: 2px 14px;
    flex-shrink: unset;
    min-width: 70px;
  }

  /* .v-judge-top.series {
    max-width: 99px;
  } */
}

.v-judge-btm {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .v-judge-btm {
    margin-top: 60px;
  }
}

.v-judge-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 43px;
  margin-top: 20px;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .v-judge-row {
    gap: 20px 9.5px;
    align-items: flex-start;
  }
}

.v-judge-box {
  width: calc((100% / 3) - (43px * 2) / 3);
  display: flex;
  align-items: center;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .v-judge-box {
    width: calc((100% / 2) - 9.5px / 2);
  }
}

.v-speakers-content.pitch .v-judge-row {
  gap: 60px;
}

@media (max-width: 767px) {
  .v-speakers-content.pitch .v-judge-row {
    gap: 25px 8px;
  }
}

.v-speakers-content.pitch .v-judge-box {
  display: block;
  width: calc((100% / 3) - (60px * 2) / 3);
}

@media (max-width: 767px) {
  .v-speakers-content.pitch .v-judge-box {
    width: calc((100% / 2) - 8px / 2);
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-speakers-content.pitch .v-judge-row {
    gap: 5.263vw;
  }

  .v-speakers-content.pitch .v-judge-box {
    width: calc((100% / 3) - (5.263vw * 2) / 3);
  }
}

.v-judge-box-inner {
  display: flex;
  align-items: flex-start;
}

.v-judge-box-btm {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  color: #333333;
  margin-top: 19px;
}

@media (max-width: 767px) {
  .v-judge-box-btm {
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    margin-top: 8.2px;
		padding-right: 5px;
  }
}

.v-judge-box.color .v-judge-title,
.v-judge-box.color .v-judge-company,
.v-judge-box.color .v-judge-position {
  color: #ff00ce;
}

.v-judge-img {
  max-width: 120px;
  position: relative;
  z-index: 1;
  background-color: #e5eded;
  border-radius: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .v-judge-img {
    max-width: 75px;
  }
}

.v-judge-content {
  padding-left: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .v-judge-content {
    padding-left: 2.5px;
  }
}

.v-judge-title {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    width: calc(100% + 25px);
    height: 1px;
    background-color: rgba(51, 51, 51, 0.45);
    bottom: -8.9px;
    left: -25px;
  }
}

@media (max-width: 767px) {
  .v-judge-title {
    font-size: 14px;
    line-height: 19px;
  }
}

.v-judge-company {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20.5px;
  color: #333333;
  font-weight: 700;
}

@media (max-width: 767px) {
  .v-judge-company {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }
}

.v-judge-position {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

@media (max-width: 767px) {
  .v-judge-position {
    font-size: 10px;
    line-height: 13px;
    margin-top: 3px;
  }
}

.v-inquiry {
  background-color: #383838;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .v-inquiry {
    padding: 30px 30px 40px;
  }
}

.v-inquiry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.5px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.36));
}

@media (max-width: 767px) {
  .v-inquiry-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.v-inquiry-btn {
  max-width: 413px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .v-inquiry-btn {
  }
}

.v-inquiry-btn a {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  height: 42px;
  border: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .v-inquiry-btn a {
    height: 42px;
    font-size: 12px;
    line-height: 21px;
    gap: 7px;
  }
}

.v-inquiry-btn a span {
  line-height: 1.2;
}
/* 
.v-inquiry-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url("../img_2026/v-inquiry-rgt.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  background-position: center;
} */

.v-inquiry-btn a img {
  width: 24px;
}

@media (max-width: 767px) {
  .v-inquiry-btn a img {
    width: 24px;
  }
}

.v-speakers {
  background-color: #fff;
  padding: 107px 0 0;
}

@media (max-width: 767px) {
  .v-speakers {
    padding: 50px 0 0;
  }
}

.v-speakers .v-judge-header {
  margin-bottom: 0;
}

.v-speakers-wrapper {
  max-width: 1060px;
  padding: 0 15px;
  margin: 0 auto;
}

.v-speakers-soon {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #4b4b4b;
  opacity: 0.2;
  text-align: center;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .v-speakers-soon {
    margin-top: 14px;
    font-size: 30px;
    line-height: 41px;
  }
}

.v-speakers-row {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

@media (max-width: 767px) {
  .v-speakers-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.v-speakers-row.opening {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .v-speakers-row.opening {
    gap: 14px;
  }
}

.v-speakers-left {
  max-width: 150px;
  width: 100%;
}

@media (max-width: 767px) {
  .v-speakers-left {
    max-width: 100%;
  }
}

.v-speakers-right {
  width: 100%;
}

.v-speakers-section-header {
  margin-bottom: 68px;
  display: flex;
  align-items: center;
  gap: 162px;
	margin-top: 32px;
}

@media (max-width: 767px) {
  .v-speakers-section-header {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    margin-bottom: 20px;
		margin-top: 24px;
  }
}

.v-speakers-section-header .eng {
  font-family: "Aldrich", sans-serif;
  font-size: 44px;
  line-height: 58px;
  font-weight: 400;
  font-weight: bold;
  color: #333;
  padding-left: 34px;
  position: relative;
  flex-shrink: 0;

  &::before {
    content: "";
    width: 6px;
    height: 34px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    background-color: #333333;
  }
}

@media (max-width: 767px) {
  .v-speakers-section-header .eng {
    padding-left: 0;
    font-size: 30px;
    line-height: 40px;

    &::before {
      content: none;
    }
  }
}

.v-speakers-section-header .jp {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 21px;
  color: #333;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 19px;

  &::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    opacity: 0.35;
  }
}

@media (max-width: 767px) {
  .v-speakers-section-header .jp {
    font-size: 14px;
    line-height: 19px;

    &::before {
      content: none;
    }
  }
}

.v-speakers-section-header .jp span {
  flex-shrink: 0;
}

.v-speakers-row .v-judge-box {
  max-width: 333px;
  width: 100%;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .v-speakers-row .v-judge-box {
    max-width: 219px;
  }
}

.v-speakers-row .v-judge-company {
  line-height: 19px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .v-speakers-row .v-judge-company {
    margin-top: 8px;
    line-height: 14px;
  }

  .v-speakers-row .v-judge-title {
    &::after {
      bottom: -5.9px;
    }
  }

  .v-speakers-row .v-judge-position {
    line-height: 14px;
  }
}

.v-speakers-row .v-judge-position.top {
  font-weight: 500;
  margin-top: 0;
}

.v-speakers-row .v-judge-position.btm {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .v-speakers-row .v-judge-position.btm {
    margin-top: 0;
  }
}

.v-speakers-row .v-judge-company.btm {
  font-weight: 700;
  margin-top: 0;
}

@media (max-width: 767px) {
  .v2026 .sp_close {
    width: 50px;
    height: 50px;
    gap: 5px;
  }

  .v2026 .sp_close p {
    font-size: 11px;
  }

  .v2026 .sp_close span {
    width: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-judge {
    padding: 9.825vw 0 10.702vw;
  }

  .v-judge-header {
    font-size: 2.632vw;
    line-height: 3.509vw;
    gap: 3.684vw;
    margin-bottom: 3.333vw;
  }

  .v-judge-header .txt {
    gap: 0.351vw;
  }

  .v-judge-header .xs {
    font-size: 1.228vw;
    line-height: 1.667vw;
  }

  .v-judge-top {
    font-size: 1.754vw;
    line-height: 2.368vw;
    padding: 0.15625vw 2.734375vw 0.078125vw;
    /* max-width: 10.351vw; */
  }

  /* .v-judge-top.series {
    max-width: 14.737vw;
  } */

  .v-judge-btm {
    margin-top: 6.14vw;
  }

  .v-judge-row {
    gap: 4.386vw 3.772vw;
    margin-top: 1.754vw;
  }

  .v-judge-box {
    width: calc((100% / 3) - (3.772vw * 2) / 3);
  }

  .v-judge-img {
    max-width: 10.526vw;
  }

  .v-judge-content {
    padding-left: 1.404vw;
  }

  .v-judge-title {
    font-size: 1.754vw;
    line-height: 2.456vw;

    &::after {
      width: calc(100% + 2.193vw);
      bottom: -0.781vw;
      left: -2.193vw;
    }
  }

  .v-judge-company {
    margin-top: 1.754vw;
    font-size: 1.228vw;
    line-height: 1.798vw;
  }

  .v-judge-position {
    margin-top: 0.702vw;
    font-size: 1.228vw;
    line-height: 1.667vw;
  }

  .v-inquiry {
    padding: 2.34375vw 0 2.34375vw;
  }

  .v-inquiry-title {
    font-size: 2.456vw;
    line-height: 3.377vw;
  }

  .v-inquiry-btn {
    max-width: 36.265625vw;
  }

  .v-inquiry-btn a {
    width: 100%;
    gap: 0.546875vw;
    font-size: 1.579vw;
    font-weight: 700;
    line-height: 2.105vw;
    height: 3.28125vw;
  }

  .v-inquiry-btn a img {
    width: 1.875vw;
  }

  .v-speakers {
    padding: 9.386vw 0 0;
  }

  .v-speakers-wrapper {
    max-width: 92.982vw;
    padding: 0 1.316vw;
  }

  .v-speakers-soon {
    font-size: 3.509vw;
    line-height: 4.825vw;
    margin-top: 3.333vw;
  }

  .v-speakers-row {
    gap: 3.684vw;
  }

  .v-speakers-row.opening {
    margin-bottom: 6.14vw;
  }

  .v-speakers-left {
    max-width: 13.158vw;
  }

  .v-speakers-section-header {
    margin-bottom: 5.965vw;
    gap: 14.211vw;
  }

  .v-speakers-section-header .eng {
    font-size: 3.86vw;
    line-height: 5.088vw;
    padding-left: 2.982vw;

    &::before {
      width: 0.526vw;
      height: 2.982vw;
    }
  }

  .v-speakers-section-header .jp {
    font-size: 1.404vw;
    line-height: 1.842vw;
    gap: 1.667vw;
  }
}
/* 改行調整 */
@media (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

/* NEW 09/03 */
.goryousyou {
  margin-top: 80px;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .goryousyou {
    font-size: 1.228vw;
    line-height: 1.667vw;
    margin-top: 8.228vw;
  }
}
@media (max-width: 767px) {
  .goryousyou {
    font-size: 10px;
    margin-top: 40px;
  }
}

.v-pitch-left {
  width: 100%;
}

.vt-bttom {
  background-image: url(../img_2026/2026-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*z-index: -1;*/
}
@media (max-width: 767px) {
  .vt-top {
    /* padding-bottom: 150px; */
    position: relative;
  }
  .main-bg::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img_2026/2026-bg-top-down-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 180px;
    background-color: #383838;
    z-index: -1;
  }
  .vt-bttom {
    background-image: none;
    background-color: #383838;
    padding-bottom: 30px;
    margin-top: 0;
    background: none;
  }
  section {
    position: relative;
  }
  .v-inquiry {
    /*background: none;*/
  }
}

/* 2021/27/09 */
.v-speakers-ignition {
  margin-top: 40px;
}

.v-speakers-expansion {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .v-speakers-ignition {
    margin-top: 15px;
  }

  .v-speakers-expansion {
    margin-top: 30px;
  }

  .v-speakers-content.pitch .v-judge-row {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-speakers-ignition {
    margin-top: 3.509vw;
  }

  .v-speakers-expansion {
    margin-top: 6.14vw;
  }
}

/* V_sponsored */

.v-sponsored {
  background-color: #fff;
  padding: 115px 0 122px;
}

@media (max-width: 767px) {
  .v-sponsored {
    padding: 55px 0 60px;
  }
}

.v-sponsored-block {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .v-sponsored-block {
    padding: 0 38px 0 37px;
  }
}

.v-sponsored-header {
  font-family: "Aldrich", sans-serif;
  font-size: 44px;
  line-height: 58px;
  padding-left: 34px;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 72px;
  margin-left: 11px;
}

@media (max-width: 767px) {
  .v-sponsored-header {
    font-size: 30px;
    line-height: 40px;
    padding-left: 0;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
  }
}

.v-sponsored-header::before {
  content: "";
  width: 6px;
  height: 34px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: #333333;
  left: 0;
}

@media (max-width: 767px) {
  .v-sponsored-header::before {
    content: none;
  }
}

.v-sponsored-header .line {
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.35;
  display: block;
  margin-right: 62.5px;
  margin-left: 97.5px;
}

@media (max-width: 767px) {
  .v-sponsored-header .line {
    display: none;
  }
}

.v-sponsored-header .xs {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  font-weight: 700;
}

@media (max-width: 767px) {
  .v-sponsored-header .xs {
    font-size: 14px;
    line-height: 19px;
  }
}

.v-judge-company.ls {
  letter-spacing: -0.05em;
}

.v-sponsored-left {
  max-width: 75px;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v-sponsored {
    padding: 10.088vw 0 10.702vw;
  }

  .v-sponsored-block {
    max-width: 88.596vw;
    padding: 0 1.316vw;
  }

  .v-sponsored-header {
    font-size: 3.86vw;
    line-height: 5.088vw;
    padding-left: 2.982vw;
    margin-bottom: 6.316vw;
  }

  .v-sponsored-header::before {
    width: 0.526vw;
    height: 2.982vw;
  }

  .v-sponsored-header .line {
    margin-right: 5.482vw;
    margin-left: 8.553vw;
  }

  .v-sponsored-header .xs {
    font-size: 1.404vw;
    line-height: 1.842vw;
  }
}

.v-sponsored-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 767px) {
  .v-sponsored-row {
    gap: 22px;
    flex-direction: column;
  }
}

.v-sponsored-row:not(:last-of-type) {
  margin-bottom: 70px;
}

.v-sponsored-left {
}

.v-sponsored-right {
  max-width: 810px;
  width: 100%;
}

.v-sponsored-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #7b7b7b;
}

@media (max-width: 767px) {
  .v-sponsored-text {
    font-size: 16px;
    line-height: 21px;
  }
}

.v-sponsored-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 31px 40px;
}

@media (max-width: 767px) {
  .v-sponsored-inner {
    gap: 20px;
  }
}

.v-sponsored-row.organized {
  align-items: center;
}

.v-sponsored-img {
  width: calc((100% / 5) - (40px * 4) / 5);
}

@media (max-width: 767px) {
  .v-sponsored-img {
    width: calc((100% / 3) - (20px * 2) / 3);
  }

  .v-sponsored-row.organized {
    flex-direction: row;
  }

  .v-sponsored-row.organized .v-sponsored-img {
    width: 100%;
    max-width: 180px;
  }

  .v-sponsored-left {
    max-width: 68px;
    width: 100%;
  }

  .v-sponsored-row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 767px) and (max-width: 1140px) {
  .v-sponsored-row:not(:last-of-type) {
    margin-bottom: 6.14vw;
  }

  .v-sponsored-right {
    max-width: 71.053vw;
  }

  .v-sponsored-text {
    font-size: 1.579vw;
    line-height: 2.105vw;
  }

  .v-sponsored-inner {
    gap: 2.719vw 3.509vw;
  }

  .v-sponsored-img {
    width: calc((100% / 5) - (3.509vw * 4) / 5);
  }
}


/*20251021*/
.v-program-right {
  max-width: 479px;
  width: 80%;
}
.v-map-top{
	font-size: 20px;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 15px;
	font-weight: bold;
  color: #fff;
}
.booth-btn {
    display: block;
    margin: auto;
    margin-top: 2vw;
    width: 60%;
}
.v-map-img{
	margin-top: 40px;
	position: relative;
}

.v-map-imges{
	padding-top: 7.8%;
	width: 44%;
	margin: auto;
	display: block;
}
.v-map-txt{
	width: 100%;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
}
.v-map-btn{
width: 22%;
    margin: auto;
    display: block;
    position: absolute;
    top: 40.2%;
    left: 0;
    right: 0;
    height: 23px;
}
.btn-on{
	opacity: 1;
	transition: all 0.3s;
}
.btn-on.hover-class{
	opacity: .6;
	transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 1140px) {
.v-program-right {
  width: 60%;
}
.v-map-top{
	font-size: 1.5625vw;
	padding: 1.056vw 0 1.193vw;
}
.v-map-img{
	margin-top: 10vw;
}
}

@media (max-width: 767px) {
	.vpgm{
		position: relative;
		z-index: 2;
	}
    .v-program-row {
        flex-direction: column;
        gap: 40px;
    }
.v-program-right {
  width: 100%;
}
.booth-btn {
    margin-top: 5vw;
}
.v-map-img{
	margin-top: 5vw;
	margin-bottom: 50px;
}
.v-map-top{
	font-size: 16px;
}
.v-map-imges {
    padding-top: 8.8%;
    width: 52%;
    padding-right: 5px;
}
    .v-map-btn {
        width: 27%;
        top: 40.2%;
        height: 7%;
    }
}

/* NEW CODES 12/5 */

.v-result {
  padding: 57px 0 0;

}

@media (max-width:767px) {
  .v-result {
    padding: 35.7px 0 0;
  }
}

.v-result-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.v-summit-title {
  font-family: 'Aldrich', sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  color: #8A8100;
}

@media (max-width:767px) {
  .v-summit-title {
    font-size: 42px;
    line-height: 56px;
  }
}

.v-result-sub-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 27px;
  font-family: 'Aldrich', sans-serif;
  font-size: 44px;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 58px;
  margin-top: 32px;


  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 32px;
    background-color: #333;
  }
}

@media (max-width:767px) {
  .v-result-sub-title {
    margin-top: 24px;
    padding-left: 0;
    flex-direction: column;
    gap: 2px;
    font-size: 30px;
    line-height: 40px;
    align-items: flex-start;
    padding-left: 20px;

    &::after {
      height: 100%;
    }
    
  }
}

.v-result-sub-title-txt {
  flex-shrink: 0;
}


.v-result-sub-title .line {
  width: 100%;
  height: 2px;
  background-color: #CCCCCC;
  margin-left: 59.3px;
  display: inline-block;
}

@media (max-width:767px) {
  .v-result-sub-title .line {
    display: none;
  }
}

.v-result-sub-title .xs {
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .v-result-sub-title .xs {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

.v-result-content {
  margin-top: 38px;
}

@media (max-width:767px) {
  .v-result-content {
    margin-top: 30px;
    max-width: 281px;
    margin-inline: auto;
  }
}

.v-result-top {
  display: flex;
  align-items: center;
  gap: 25.4px;
}

@media (max-width:767px) {
  .v-result-top {
    gap: 0;
  }
}

.v-result-top-left {
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 634px;
  width: 100%;
}

@media (max-width:767px) {
  .v-result-top-left {
    flex-direction: column;
    gap: 16px;
  }
}

.v-result-top-left-t {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #333;
}

@media (max-width:767px) {
  .v-result-top-left-t {
    font-size: 22px;
    line-height: 32px;
  }
}

.v-result-top-left-b {
  font-size: 95px;
  font-weight: 400;
  font-family: 'Aldrich', sans-serif;
  line-height: 127px;
  display: flex;
  align-items: baseline;
  margin-top: -18px;
}

@media (max-width:767px) {
  .v-result-top-left-b {
    font-size: 66px;
    line-height: 88px;
    margin-top: -12px;
    margin-left: 20px;
  }
}

.v-result-top-left-b .xs{
  font-size: 50px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width:767px) {
  .v-result-top-left-b .xs {
    font-size: 32px;
    line-height: 46px;
  }
}

.v-result-top-right-txt {
  display: flex;
  align-items:center;
  justify-content: space-between;
  font-size: 20px; 
  line-height: 37px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

@media (max-width:767px) {
  .v-result-top-right-txt {
    font-size: 18px;
    line-height: 33px;
  }
}

.v-result-top-left-l {
  padding-inline: 14.95px;
  position: relative;
  width: 100%;

  &::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 9.95px;
    height: 117px;
    background-image: url('../img_2026/result/v-result-right-matrix.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 9.95px;
    height: 117px;
    background-image: url('../img_2026/result/v-result-left-matrix.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width:767px) {
  .v-result-top-left-l{
    padding-inline: 19px;

    &::after {
      width: 13px;
      height: 112px;
      background-size: contain;
    }

    &::before {
      width: 13px;
      height: 112px;
      background-size: contain;
    }
  }
}


.v-result-top-right-txt .price {
 font-size: 34px;
 font-weight: 400;
 font-family: 'Aldrich', sans-serif;
}

.v-result-top-right-txt .xs {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width:767px) {
  .v-result-top-right-txt .xs {
    font-size: 14px;
  }
}


.v-result-top-right {
  max-width: 320px;
}

@media (max-width:767px) {
  .v-result-top-right {
    display: none;
  }
}


.v-result-btm {
  margin-top: 20px;
  display: flex;
  gap: 75px;
  align-items: center;
  justify-content: center;
}

@media (max-width:767px) {
  .v-result-btm {
    margin-top: 25px;
  }
}

.v-result-btm-left {
  display: flex;
  max-width: 650px;
  gap: 10px;
}

@media (max-width:767px) {
  .v-result-btm-left {
    display: none;
  }
}

.v-result-btm-right-t {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.05em;
  color: #333;
}

@media (max-width:767px) {
  .v-result-btm-right-t {
    font-size: 22px;
    line-height: 32px;
  }
}

.v-result-btm-right-b{
  font-size: 95px;
  line-height: 127px;
  margin-top: -18px;
  font-weight: 400;
 font-family: 'Aldrich', sans-serif;
 display: flex;
 align-items: center;
}

@media (max-width:767px) {
  .v-result-btm-right-b {
    font-size: 66px;
    line-height: 88px;
    margin-top: -12px;
    justify-content: center;
  }
}

.v-result-btm-right-b .xs {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 72px ;
}

.v-result-sp-img {
  display: none;
}

@media (max-width:767px) {
  .v-result-btm-right-b .xs {
    font-size: 32px;
    line-height: 46px;
  }

  .v-result-sp-img {
    margin-top: 24px;
    display: block;
  }
}


@media (min-width: 768px) and (max-width: 1140px) {
  .v-result {
    padding: 5vw 0 0;
  }
  
  .v-result-wrapper {
    max-width: 85.965vw;
    padding: 0;
  }

  .v-summit-title {
    font-size: 5.263vw;
    line-height: 7.018vw;
  }


  .v-result-sub-title {
  padding-left: 2.368vw;
  font-size: 3.86vw;
  line-height: 5.088vw;
  margin-top: 2.807vw;


    &::after {
      width: 0.526vw;
      height: 2.807vw;
    }
  }

  .v-result-sub-title .line {
    margin-left: 5.202vw;
  }

  .v-result-sub-title .xs {
    margin-left: 1.754vw;
    font-size: 1.404vw;
  }

  .v-result-content {
    margin-top: 3.333vw;
  }
  
.v-result-top {
  gap: 2.228vw;
}

.v-result-top-left {
  gap: 1.491vw;
  max-width: 55.614vw;
}

.v-result-top-left-t {
  font-size: 2.807vw;
  line-height: 4.035vw;
}

.v-result-top-left-b {
  font-size: 8.333vw;
  line-height: 11.14vw;
  margin-top: -1.579vw;
}

.v-result-top-left-b .xs{
  font-size: 4.386vw;
  line-height: 6.316vw;
}

.v-result-top-right-txt {
  font-size: 1.754vw; 
  line-height: 3.246vw;
}

.v-result-top-left-l {
  padding-inline: 1.311vw;

  &::after {
    width: 0.873vw;
    height: 10.263vw;
  }

  &::before {
    width: 0.873vw;
    height: 10.263vw;
  }
}

.v-result-top-right-txt .price {
 font-size: 2.982vw;
}

.v-result-top-right-txt .xs {
  font-size: 1.93vw;
}


.v-result-top-right {
  max-width: 28.07vw;
}


.v-result-btm {
  margin-top: 1.754vw;
  gap: 6.579vw;
}

.v-result-btm-left {
  max-width: 57.018vw;
  gap: 0.877vw;
}

.v-result-btm-right-t {
  font-size: 2.807vw;
  line-height: 4.035vw;
}

.v-result-btm-right-b{
  font-size: 8.333vw;
  line-height: 11.14vw;
  margin-top: -1.579vw;
}

.v-result-btm-right-b .xs {
  font-size: 4.386vw;
  line-height: 6.316vw ;
}

}

.venture-mv-video iframe {
  width: 100%;
  height: 100%;
	/* transform: scale(1.07); */
}

.venture-mv-video {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #000;
  top: 0;
  z-index: 2;
}

.venture-mv-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  z-index: 3;
}


.venture-skip {
  position: absolute;
  top: 60px;
  right: 60px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 34px;
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.35s ease;
}

@media (max-width:767px) {
  .venture-skip {
    top: 15px;
    right: 15px;
    font-size: 12px;
    line-height: 17px;
    width: 60px;
    height: 20px;
  }
}

.venture-skip:hover {
  opacity: 0.75;
}

.venture-fullver {
  position: absolute;
  bottom: 30px;
  right:60px;
  cursor: pointer;
  z-index: 5;
}
.venture-fullver a{
  margin-top: 10px;
}
.venture-fullver .v-pitch-archive{
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.6;
}
.venture-fullver .v-pitch-archive::after{
  width: 18px;
  height: 18px;
  top: 58%;
  transform: translateY(-50%);
}
.venture-fullver .info{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 273px;
  height:42px;
}
@media (max-width:767px) {
  .venture-fullver {
    right: 15px;
    bottom: 0;
  }
  .venture-fullver .info{
    font-size: 12px;
    line-height: 17px;
    width: 151px;
    height: 20px;
    gap: 3.2px;
  }
  .venture-fullver a{
    font-size: 12px;
    margin: 5px 0;
  }
  .venture-fullver .v-pitch-archive{
    font-size: 12px;
    margin: 5px 0;
  }
}

.venture-fullver img {
  width: 35.52px;
}

@media (max-width:767px) {
  .venture-fullver img {
  width: 14.28px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .venture-skip {
    top: 5.263vw;
    right: 5.263vw;
    font-size: 2.018vw;
    line-height: 2.982vw;
    width: 13.158vw;
    height: 5.263vw;
  }

  .venture-fullver .info{
    font-size: 1.579vw;
    line-height: 2.281vw;
    width: 23.947vw;
    height:3.684vw;
    gap: 0.877vw;
    bottom: 2.263vw;
    right:5.263vw;
  }
  .venture-fullver .v-pitch-archive{
    margin: 10px 0;
  }

  .venture-fullver img {
    width: 3.07vw;
  }
  
}

.venture-fv {
  position: relative;
  z-index: 2;
}

.venture-mv-video.skip {
  display: none;
}

.v-contest {

  padding: 93px 0 0;
}

@media (max-width:767px) {
  .v-contest {
    padding: 45px 0 0;
  }
}

.v-contest-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width:767px) {
  .v-contest-wrapper{
  padding: 0 15px;

  }
}

.v-contest-box {
  padding: 21px 30px 27px 27px;
  display: flex;
  align-items: center;
  background-color: rgba(242, 236, 180, 0.3);
  gap: 30px;
  margin-top: 30px;
  min-height: 394px;
}

.v-contest-box.pt {
  padding-top: 12px;
}

@media (max-width:767px) {
  .v-contest-box {
    padding: 15px 15px 20px;
    flex-direction: column;
    margin-inline: -20px;
    gap: 15px;
  }

  .v-contest-box.pt {
    padding-top: 15px;
  }
}

.v-contest-img-f {
  max-width: 449px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .v-contest-img-f {
    max-width: 100%;
  }
}

.v-contest-tag {
  background-color: #CCB35E;
  border-radius: 3px;
  color: #333;
  font-family: 'Aldrich', sans-serif;
  line-height: 29px;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: center;
  padding: 5px 0 6px;
  margin-bottom: 8px;
}

.v-contest-tag .font {
  font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width:767px) {
  .v-contest-tag {
    padding: 3px 0 4px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.v-contest-top-logo {
  max-width: 150px;
  margin: 10px auto 0;
}
.v-contest-top-logo.logo-left{
  margin: 10px 0 0;
  max-width: 100px;
}
@media (max-width:767px) {
  .v-contest-top-log {
    max-width: 230px;
  }
}

.v-contest-mid {
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .v-contest-mid {
    flex-direction: row;
    align-items: center;
    max-width: 305px;
    margin-inline: auto;
  }
}

.v-contest-mid-img {
  max-width: 100px;
  flex-shrink: 0;
  width: 100%;
  margin-left: -15px;
}

@media (max-width:767px) {
  .v-contest-mid-img {
    max-width: 90px;
  }
}


.v-contest-content-txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26.67px;
  letter-spacing: 0.05em;
  font-weight: 400;
  max-width: 410px;
  width: 100%;
}

@media (max-width:767px) {
  .v-contest-content {
    padding-inline: 10px;
  }

  .v-contest-content-txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 27px;
  }
}

.v-contest-mid-title {
  font-family: 'Aldrich', sans-serif;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 17px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;

}


@media (max-width:767px) {
  .v-contest-mid-title {
    font-size: 26px;
    line-height: 35px;
    padding-left: 0;
  }
}


.v-contest-mid-txt {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-left: 8px;
  margin-top: 6px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;

}

@media (max-width:767px) {
  .v-contest-mid-txt {
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 25px;
  }
}

.v-contest-mid-btxt {
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  padding-left: 7px;

}

@media (max-width:767px) {
  .v-contest-mid-btxt {
    margin-top: 0;
    flex-direction: column;
    gap: 0;
    line-height: 21.5px;
    align-items: start;
    padding-left: 25px;
  }
}


.v-contest-mid-btxt .lg {
  font-size: 20px;
  font-weight: 600;
  
}

@media (max-width:767px) {
  .v-contest-mid-btxt .lg {
    font-size: 18px;
  }
}

.v-contest-b-row {
  display: flex;
  align-items: center;
  padding: 0 27px;
  margin-top: 30px;
  gap: 20px;
}

@media (max-width:767px) {
  .v-contest-b-row {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}

.v-contest-b-left {
  width: 100%;
  max-width: 460px;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .v-contest-b-left {
    max-width: 100%;
  }
}

.v-contest-tag.gray{
  background-color: #cccc;
}

.v-contest-b-right {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

@media (max-width:767px) {
  .v-contest-b-right {
    flex-direction: column;
    gap: 10px;
  }
}

.v-contest-b-txt {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width:767px) {
  .v-contest-b-txt {
    font-size: 14px;
    line-height: 20px;
  }
}

.v-contest-b-img {
  max-width: 138px;
}
@media (max-width:767px) {
  .v-contest-b-img {
    max-width: 146px;
  }
}

.v-contest-b-row .v-contest-tag {
  margin-bottom: 0;
}

.v-contest-b-row.mt {
  margin-top: 28px;
}

.v-contest-tag.ash {
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 3px 0 5px;
}

@media (max-width:767px) {
  .v-contest-tag.ash {
    font-size: 12px;
    line-height: 17px;
    padding: 3px 0 5px;
  }
}

.v-contest-b-img.ash {
  max-width: 152px;
}

@media (max-width:767px) {
  .v-contest-b-img.ash {
    max-width: 185px;
  }
}

.v-contest-mid.mt {
  margin-top: 7px;
}

@media (max-width:767px) {
  .v-contest-mid.mt {
    margin-top: 20px;
  }
}

@media (min-width:768px) and (max-width:1140px) {
  .v-contest-mid.mt {
  }
  .v-contest-b-img.ash {
    max-width: 13.333vw;
  }  

  .v-contest {
    padding: 8.158vw 0 0;
  }
  
  .v-contest-wrapper {
    max-width: 89.474vw;
  }
  
  .v-contest-box {
    padding: 1.842vw 2.632vw 2.368vw 2.368vw;
    gap: 2.632vw;
    margin-top: 2.632vw;
    min-height: 34.561vw;
  }
  
  .v-contest-img-f {
    max-width: 39.386vw;
  }
  
  .v-contest-tag {
    border-radius: 0.263vw;
    line-height: 2.544vw;
    font-size: 1.754vw;
    padding: 0.439vw 0 0.526vw;
    margin-bottom: 0.702vw;
  }
  
  /* .v-contest-top-logo {
    max-width: 22.281vw;
    margin: 0.877vw auto 0;
  } */
  
  .v-contest-mid {
    margin-top: 1.526vw;
  }
  
  .v-contest-mid-img {
    max-width: 8.772vw;
  }
  
  .v-contest-content-txt {
    margin-top: 1.316vw;
    font-size: 1.228vw;
    line-height: 2.339vw;
  }
  
  .v-contest-mid-title {
    font-size: 2.632vw;
    line-height: 3.509vw;
    padding-left: 1.316vw;  
  }
  
  .v-contest-mid-txt {
    font-size: 1.128vw;
    line-height: 1.754vw;
    padding-left: 0.702vw;
    margin-top: 0.526vw;
  
  }
  
  .v-contest-mid-btxt {
    font-size: 1.053vw;
    line-height: 2.544vw;
    gap: 0.702vw;
    padding-left: 0.702vw;
    padding-bottom: 0.702vw;
  }
  
  .v-contest-mid-btxt .lg {
    font-size: 1.754vw;
  }
  
  .v-contest-b-row {
    padding: 0 2.368vw;
    margin-top: 2.632vw;
    gap: 1.754vw;
  }
  
  .v-contest-b-left {
    max-width: 40.351vw;
  }
  
  .v-contest-b-right {
    gap: 1.316vw;
  }
  
  .v-contest-b-txt {
    font-size: 1.404vw;
    line-height: 2.105vw;
  }
  
  .v-contest-b-img {
    max-width: 12.105vw;
  }
  
  .v-contest-b-row.mt {
    margin-top: 2.456vw;
  }
  
  .v-contest-tag.ash {
    font-size: 1.228vw;
    line-height: 1.754vw;
    padding: 0.263vw 0 0.439vw;
  }
}

.v-contest-btm-box {
  margin-top:42px ;
}

.v-contest-top-logo.toggle {
  max-width: 66.36px;
}

.v-comment {
  padding: 50px 0 100px;

}

@media (max-width:767px) {
  .v-comment {
    padding: 30px 0 50px;
  }
}

.v-comment-wrpp {
  max-width: 984px;
  padding: 40px 148px;
  margin: 0 auto;
  background-color: #F4F4F4;
}

@media (max-width:767px) {
  .v-comment-wrpp{
  margin-inline: 15px;
  padding: 16px 19px 20px 20px;
  }
}

.v-comment-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.03em;
  text-align: center;
  font-family: 'Aldrich', sans-serif;
}

@media (max-width:767px) {
  .v-comment-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
  }
}

.v-comment-row {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 335px;
}

@media (max-width:767px) {
  .v-comment-row {
    max-width: 234px;
    flex-direction: column;
  }
}

.v-comment-img {
  max-width: 120px;
}

@media (max-width:767px) {
  .v-comment-img {
    max-width: 100px;
  }
}

.v-comment-content {
  width: 100%;
}

.v-comment-t {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 20px;
  text-align: center;
}

@media (max-width:767px) {
  .v-comment-t {
    line-height: 17px;
  }
}


.v-comment-b {
  display: flex;
  align-items: center;
  line-height: 34px;
  font-size: 12px;
  letter-spacing: 0.05em;
  justify-content: center;
  font-weight: 500;
  gap: 8px;
}

.v-comment-b .lg {
  font-size: 23px;
  font-weight: 600;
}

@media (max-width:767px) {
  .v-comment-b {
    line-height: 26px;
  }

  .v-comment-b .lg {
    font-size: 20px;
  }
}

.v-comment-txt {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 25px;
}

@media (max-width:767px) {
  .v-comment-txt {
    margin-top: 10px;
    line-height: 26px;
    letter-spacing: 0.03em;
  }
}

.v-contest-b-row.mtxl {
  margin-top: 15px;
}

@media (max-width:767px) {
  .v-contest-row.mtxl {
    margin-top: 30px;
  }
}

@media (min-width:768px) and (max-width:1140px) {
  .v-contest-b-row.mtxl {
    margin-top: 1.316vw;
  }
  .v-contest-btm-box {
    margin-top:3.684vw ;
  }
  
  .v-contest-top-logo.toggle {
    max-width: 5.821vw;
  }
  
  .v-comment {
    padding: 4.386vw 0 8.772vw;
  }
  
  .v-comment-wrpp {
    max-width: 86.316vw;
    padding: 3.509vw 12.982vw ;
  }
  
  .v-comment-title {
    font-size: 2.632vw;
    line-height: 3.509vw;
  }
  
  .v-comment-row {
    gap: 1.316vw;
    max-width: 29.386vw;
    margin:auto 0;
  }
  
  .v-comment-img {
    max-width: 10.526vw;
  }
  
  .v-comment-t {
    font-size: 1.228vw;
    line-height: 1.754vw;
  }
  
  .v-comment-b {
    line-height: 2.982vw;
    font-size: 1.053vw;
    gap: 0.702vw;
  }
  
  .v-comment-b .lg {
    font-size: 2.018vw;
  }
  
  .v-comment-txt {
    margin-top: 1.316vw;
    font-size: 1.228vw;
    line-height: 2.193vw;
  }
}

.v-contest .v-result-sub-title {
  margin-bottom: 38px;
}

@media (min-width:768px) and (max-width:1140px) {
  .v-contest .v-result-sub-title {
    margin-bottom: 3.333vw;
  }
}

@media (max-width:767px) {
  .v-contest .v-result-sub-title {
    margin-bottom: 37px;
  }
}
.v-comment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width:767px) {
  .v-comment-top {
    flex-direction: column;
    gap: 10px;
  }
}

.v-contest-box-wrap {
  padding: 20px 40px 40px;
  /* background-color: #fff; */
}

@media (max-width:767px) {
  .v-contest-box-wrap {
    padding: 10px 10px 20px;
  }
}

.v-contest-box-wrap:not(:last-of-type ) {
  margin-bottom: 50px;
}

@media (max-width:767px) {
  .v-contest-box-wrap:not(:last-of-type ) {
    margin-bottom: 30px;
  }
}

.v-contest-top-txt {
  padding-bottom: 1px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #8A8100;
  border-bottom: 2px solid #8A8100;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

@media (max-width:767px) {
  .v-contest-top-txt {
    border-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }
}


.v-contest-top-txt .xs {
  font-size: 20px;
  line-height: 0;
}

@media (max-width:767px) {
  .v-contest-top-txt .xs {
    font-size: 14px;
  }
}

.v-contest-box-wrap-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .v-contest-box-wrap-row{
    gap: 15px;
    flex-direction: column-reverse;
  }
}

.v-contest-box-wrap-ttl {
  font-family: "Aldrich", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #333333;
}

@media (max-width:767px) {
  .v-contest-box-wrap-ttl {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.v-contest-box-wrap-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 25px;
  margin-top: 10px;
}

@media (max-width:767px) {
  .v-contest-box-wrap-txt {
    line-height: 27px;
  }
}

.v-contest-box-wrap-btm {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-inline: auto;
  gap: 20px;
}

@media (max-width:767px) {
  .v-contest-box-wrap-btm {
    flex-direction: column;
    margin: 30px auto 0;
  }
}

.v-contest-mid-circle {
  max-width: 100px;
  width: 100%;
  flex-shrink: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CCB35E;
  border-radius: 100%;
  position: relative;
}

@media (max-width:767px) {
  .v-contest-mid-circle {
    max-width: 90px;
    min-height: 90px;
  }
}

.v-contest-mid-circle-txt {
  font-family: "Aldrich", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 28.5px;
  text-align: center;
}

@media (max-width:767px) {
  .v-contest-mid-circle-txt {
    font-size: 32px;
    line-height: 24px;
  }
}

.v-contest-mid-circle-txt .xs {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media (max-width:767px) {
  .v-contest-mid-circle-txt .xs {
    font-size: 19px;
  }
}

.v-contest-mid-img-wrp{
  display: flex;
  align-items: center;
  max-width: 185px;
  width: 100%;
}

@media (max-width:767px) {
  .v-contest-mid-img-wrp {
    max-width: 166px;
  }
}

.v-contest-content {
  max-width: 410px;
  width: 100%;
}

.v-contest-mid-content {
  width: 100%;
}

@media (min-width:768px) and (max-width:1140px) {
  .v-contest-box-wrap:not(:last-of-type ) {
    margin-bottom: 4.386vw;
  }
  
.v-contest-box-wrap-btm {
  margin-top: 4.386vw;
  gap: 1.754vw;
}

  
.v-contest-box-wrap {
  padding: 1.754vw 3.509vw 3.509vw;
}

.v-contest-top-txt {
  padding-bottom: 0.088vw;
  font-size: 2.281vw;
  line-height: 3.158vw;
}

.v-contest-top-txt .xs {
  font-size: 1.754vw;
}

.v-contest-box-wrap-row {
  gap: 3.509vw;
  margin-top: 0.877vw;
}

.v-contest-box-wrap-ttl {
  font-size: 2.632vw;
  line-height: 3.509vw;
}

.v-contest-box-wrap-txt {
  font-size: 1.228vw;
  line-height: 2.193vw;
  margin-top: 0.877vw;
}

.v-contest-box-wrap-btm {
  margin-top: 4.386vw;
}

.v-contest-mid-circle {
  max-width: 8.772vw;
  min-height: 8.772vw;
}

.v-contest-mid-circle-txt {
  font-size: 3.158vw;
  line-height: 2.5vw;
}

.v-contest-mid-circle-txt .xs {
  font-size: 1.754vw;
}

.v-contest-mid-img-wrp{
  max-width: 15.328vw;
}

.v-contest-content {
  max-width: 35.965vw;
}

}

.v-contest-box-wrap-btm.first {
  max-width: 590px;
  margin-inline: auto;
}

.v-contest-content.sm .v-contest-mid-circle {
  max-width: 80px;
  min-height: 80px;
}

.v-contest-content.sm .v-contest-mid-circle-txt {
  font-size: 24px;
  line-height: 21px;
}

.v-contest-content.sm .v-contest-mid-circle-txt .xs {
  font-size: 16px;
}

.v-contest-content.sm .v-contest-mid-img {
  max-width: 80px ;
  margin-left: -10px;
}

.v-contest-content.sm .v-contest-mid-img-wrp{
  max-width: 150px;
}

.v-contest-content.sm .v-contest-mid-btxt {
  flex-direction: column;
  gap: 0;
  line-height: 18.5px;
  align-items: flex-start;
  padding-left: 15px;
}

.v-contest-content.sm .v-contest-mid-txt {
  padding-left: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

@media (max-width:767px) {
  .v-contest-content.sm .v-contest-mid-txt {
    text-align: start;
  }
}



.v-contest-content.sm .v-contest-mid-btxt .lg {
  font-size: 14px;
}

.v-contest-content.sm .v-contest-mid {
  margin-top: 0;
}

.v-contest-content.sm .v-contest-top-logo{
  margin: 15px auto 0;
}

.v-contest-content.second .v-contest-mid-circle {
  background-color: #CCCCCC;
}

.v-contest-content.text .v-contest-mid-circle {
  background-color: #fff;
  border: 1px solid #333;
}

.v-contest-content.text .v-contest-mid-circle-txt {
  font-size: 12px;
  line-height: 16px;
  font-family: "Noto Sans JP", sans-serif;

}
.v-contest-top-logo.logo01 {
  max-width: 140px;
}
.v-contest-top-logo.logo02 {
  max-width: 150px;
}

.v-contest-top-logo.logo04{
  max-width: 150px;
}

.v-contest-top-logo.logo05 {
  max-width: 150px;
}

@media (min-width:768px) and (max-width:1140px) {
  
.v-contest-box-wrap-btm.first {
  max-width: 51.754vw;
}

.v-contest-content.sm .v-contest-mid-circle {
  max-width: 7.018vw;
  min-height: 7.018vw;
}

.v-contest-content.sm .v-contest-mid-circle-txt {
  font-size: 2.105vw;
  line-height: 1.842vw;
}

.v-contest-content.sm .v-contest-mid-circle-txt .xs {
  font-size: 1.404vw;
}

.v-contest-content.sm .v-contest-mid-img {
  max-width: 7.018vw ;
  margin-left: -0.877vw;
}

.v-contest-content.sm .v-contest-mid-img-wrp{
  max-width: 13.158vw;
}

.v-contest-content.sm .v-contest-mid-btxt {
  line-height: 1.623vw;
  padding-left: 1.316vw;
}

.v-contest-content.sm .v-contest-mid-txt {
  padding-left: 1.316vw;
  font-size: 1.053vw;
  line-height: 1.491vw;
}

.v-contest-content.sm .v-contest-mid-btxt .lg {
  font-size: 1.228vw;
}

.v-contest-content.sm .v-contest-top-logo{
  margin: 1.316vw auto 0;
}

.v-contest-content.text .v-contest-mid-circle-txt {
  font-size: 1.053vw;
  line-height: 1.404vw;
}

.v-contest-top-logo.peoplex {
  max-width: 12.982vw;
}

.v-contest-top-logo.ashirase {
  max-width: 13.86vw;
}

.v-contest-top-logo.toggle {
  max-width: 6.404vw;
}

.v-contest-top-logo.knowns {
  max-width: 4.737vw;
}

.v-contest-top-logo.ababa {
  max-width: 12.193vw;
}
}

.new-bg {
  background-image: url('../img_2026/contest/new-section-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-color: #fff; */
}

@media (max-width:767px) {
  .v-result .v-result-sub-title {
    padding-left: 0;
    
    &::after {
      content: none;
    }
  }
}


.loading-video {
  position: absolute;
  width: 100%;
  z-index: 50;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0);
}

@media (max-width: 767px) {
  .loading-video {
    background-color: rgba(0, 0, 0);
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#loadingvideo {
  aspect-ratio: 1280 / 720;
}

@media (max-width: 767px) {
  #loadingvideo {
    aspect-ratio: 375 / 209;
    width: 100vw;
    /* height: 51.367vw; */
  }
}

.loading-video.window-loaded {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.loading-layer {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  inset: 0;
}

.loading-inner {
  position: relative;
  line-height: 0;
}

/* 20250916追記 */
.v2026 .v-program-smalltext{
  font-size: 14px;
  text-align: right;
  color: #fff;
  margin-top: 10px;
}
.v2026 .v-program-commingsoon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(113, 113, 113, 0.9);
}
.v2026 .v-program-commingsoon-text{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.v2026 .sp_only{
  display: none;
}
.v2026 .v-pitch{
  padding-bottom: 50px;
}
.v2026 .v-speakers{
  padding: 150px 0 0;
}
.v2026 .comingsoon_text{
  font-size: 18px;
}
.v2026 .v-sponsored-row.coming_2026{
  align-items: center;
}
.v2026 .v-speakers-row .v-judge-box {
  max-width: 425px;
  width: 100%;
  align-items: flex-start;
}
.v2026 .v-program-box--relative{
  position: relative;
}
.v2026 .instagram_box{
  position: absolute;
  bottom: -80px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  /* margin-top: 4vw; */
}
.v2026 .instagram_box img{
  width: 25px;
}
.v2026 .v-map-img{
  margin-top: 20px;
}
.v2026 .v-program-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.v2026 .v-sponsored-right .v-sponsored-inner{
  align-items: center;
}
.v2026 .align-cen{
  align-items: center;
}
.v2026 .v-map-btn{
  width: 25%;
  z-index: 1;
}
.v2026 .v-sponsored_flex{
  display: flex;
}
.v2026 .v-sponsored_flex img{
  max-width: 110px;
  width: 100%;
}
.v2026 .v-sponsored-tokyo_stext sup{
  font-size: 12px;
  margin-left: 5px;
}
.v2026 .v-sponsored-tokyo_text{
  font-size: 12px;
  display: block;
  margin-top: 30px;
}
.v2026 .v-sponsored-company{
  font-size: 9px;
  text-align: center;
  color: #2b2b2b;
}
.v2026 .pickupBtn {
  font-size: 12px;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top:-10px;
  text-align: center;
  background-color: #FFDE02;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.v2026 .pickupBtn p{
  color: #000;
  
}
.v2026 .pickupBtn:hover{
  opacity: 0.7;
}
.v2026 .pickupBtn svg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.v2026 .iziModal {
  display: none;
  max-width: 826px !important;
}
.v2026 .modal-close02 {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  z-index: 99999999;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.v2026 .modal-close02:hover {
  opacity: 0.7;
}

.v2026 .modal-close02::before,
.v2026 .modal-close02::after {
  content: "";
  position: absolute;
  display: block;
  /* height: 40px; */
  height: 32px;
  width: 2px;
  background-color: #000;
}

.v2026 .modal-close02::before {
  transform: rotate(45deg);
}

.v2026 .modal-close02::after {
  transform: rotate(-45deg);
}
.v2026 .pickupBtn span{
  display: block;
  background-color: #000000;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;;
}
.v2026 .modal-body{
  padding: 35px 40px;
}
.v2026 .moda-ttl{
  text-align: center;
  margin-bottom: 40px;
}
.v2026 .modal-body h4{
  display: inline-block;
  line-height: 1.2;
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 4px solid #676767;
  margin: 0 auto;
}
.v2026 .v-map_link{
  position: relative;
}
.v2026 .v-pitch-right{
  text-align: right;
}
.v2026 .inline{
  display: inline-block;
}
.v2026 .sp_only02{
  display: none;
}
@media (min-width: 768px) and (max-width: 1140px){
  .v2026 .instagram_box{
    font-size: 1.579vw;
  }
}
/* @media (max-width: 768px) {
  .v2026 .pickupBtn{
    right: 0;
    width: 70px;
    height: 70px;
  }
} */

@media (max-width: 768px) {
  .v2026 .pickupBtn{
        width: 70px;
        height: 70px;
        right: 0;
  }
  .v2026 .sp_only02{
    display: block;
  }
}
@media (max-width: 767px) {
  .v2026 .iziModal{
    width: 90%;
  }
  .v2026 .modal-close02{
    width: 30px;
    height: 30px;
  }
  .v2026 .modal-body{
    padding: 35px 15px;
  }
  .v2026 .modal-body .v-sponsored-inner{
    gap: 10px;
  }
  .v2026 .modal-body .v-sponsored-inner .v-sponsored-img{
    width: calc((100% / 3) - (10px * 2) / 3);
  }
  .v2026 .moda-ttl{
    margin-bottom: 30px;
  }
  .v2026 .modal-body h4{
    font-size: 20px;
  }
  .v2026 .v-program-commingsoon-text{
    font-size: 18px;
  }
  .v2026 .sp_only{
    display: block;
  }
  .v2026 .v-pitch{
    padding-bottom: 0;
  }
  .v2026 .v-speakers{
    padding: 50px 0 0;
  }
  .v2026 .sp_close {
    width: 50px;
    height: 50px;
    gap: 5px;
  }

  .v2026 .sp_close p {
    font-size: 11px;
  }

  .v2026 .sp_close span {
    width: 17px;
  }
  .v2026 .v-sponsored-row.coming_2026{
    align-items: flex-start;
  }
  .v2026 .v-map-img{
    margin-bottom: 75px;
  }
  /* .v2026 .instagram_box{
    font-size: 12px;
    gap:10px;
    margin-top: 5vw;
    bottom: 10px;
    right: 15px;
  } */
  .v2026 .instagram_box{
    font-size: 12px;
    gap:10px;
    margin-top: 5vw;
    right: 0;
  }
  .v2026 .instagram_box img{
    width: 20px;
  }
  .v2026 .align-cen{
    align-items:flex-start;
  }
  .v2026 .v-sponsored-company{
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .v2026 .pickupBtn{
    right: 15px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 325px) {
  .v2026 .pickupBtn{
    right: 0;
    width: 70px;
    height: 70px;
  }
}
.winner-flex{
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  gap: 20px;
  margin: 10px 0;
}
.winner-flex p{
  margin-top: 10px;
  line-height: 1.6;
}
.winner-flex .winner-flex_link{
  margin-top: 5px;
  display: inline-block;
  padding-bottom: 2px;
  /* border-bottom: 1px solid #333; */
  color: #333;
  font-size: 12px;
}
.winner-flex .winner-flex_link::after{
  content: "";
  background-image: url('../img_2026/contest/link-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width:14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .winner-flex p{
    font-size: 1.128vw;
  }
  .winner-flex .winner-flex_link{
    font-size: 1.053vw;
  }
}
@media (max-width:768px) {
  .winner-flex_right{
    margin-bottom: 30px;
  }
}
@media (max-width:767px) {
  .winner-flex{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .v-contest-top-logo.logo-left{
    max-width: 110px;
    width: 100%;
  }
}

/* 251217 */
.v2026 .v-result-btm-left{
  max-width: 570px;
}
.v2026 .v-result-btm{
  gap: 30px;
  align-items: flex-start;
}
.v2026 .v-result-btm-right-b{
  display: block;
  margin-top: 0;
  line-height: 1;
  font-size: 63px;
}
.v2026 .v-result-btm-right-t{
  font-size: 22px;
  line-height: 1.4;
}
.v2026 .v-result-btm-right-b .xs{
  line-height: 1.3;
  font-size: 20px;
}
.v2026 .v-result-btm-right-stext{
  font-size: 15px;
}
.v2026 .sponly-350{
  display: none;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .v2026 .v-result-btm-left{
    max-width: 48.07vw;
  }
  .v2026 .v-result-btm-right-b{
    font-size: 5vw;
  }
  .v2026 .v-result-btm-right-b .xs{
    font-size: 1.2vw;
  }
  .v2026 .v-result-btm-right-stext{
    font-size: 1.228vw;
  }
}
@media (max-width:767px) {
  .v2026 .v-result-content{
    max-width: 370px;
  }
  .v2026 .v-result-btm-right-b{
    display: block;
    margin-top: 0;
    line-height: 1;
    font-size: 66px;
  }
  .v2026 .v-result-btm-right-b .xs{
    line-height: 1.3;
    font-size: 20px;
  }
  .v2026 .v-result-btm-right-stext{
    font-size: 14px;
    margin-top: 10px;
  }
  .v2026 .v-result-top-left{
    align-items: flex-start;
  }
  .v2026 .v-result-top-left-b{
    margin-left: 0;
    
  }
  .v2026 .v-result-btm{
    justify-content: flex-start;
    margin-top: 50px;
  }
  .v2026 .v-result-btm-right-t{
    font-size: 22px;
  }
}
@media (max-width:350px) {
  .v2026 .v-result-btm-right-b{
    font-size: 50px;
  }
  .v2026 .v-contest-box-wrap{
    padding: 10px 0 20px;
  }
  .v2026 .v-contest-content{
    padding-inline: 10px 0;
  }
  .v2026 .v-result-btm-right-b .xs{
    font-size: 18px;
  }
}