/*-----------------------------------main
*/
#google_translate_element {
  position: fixed;
  top: 30px;
  left: 260px;
  z-index: 1002;
}
#TOP .container_w {
  text-align: center;
  width: 100%;
  background: center;
  background-size: auto 100%;
  height: 100vh;
}
#TOP .bg_top {
  width: 100%;
  height: 100svh;
  background-size: cover;
}
#TOP .bg_top h1 {
  position: absolute;
  top: 75%;
  left: 50%;
  width: auto;
  margin-top: -40px;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: left;
  margin-top: 100px;
}
#TOP .bg_top h1 img {
  opacity: 0;
}
/* メインテキスト */
.main-logo {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(20px);
}
.main-logo.p {
  animation: fadeInUpLogo 0.5s ease-out 5.5s forwards;
}
.main-logo img {
  width: auto;
  max-width: 94vw;
  height: auto;
  display: block;
}
/* メインテキスト用フェードインアニメーション */
@keyframes fadeInUpLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* イベント情報 */
.event-info {
  position: absolute;
  bottom: 25%;
  margin-bottom: -200px;
  left: 50%;
  z-index: 50;
  opacity: 0;
  transform: translateX(-50%) translateY(-20%);
}
.event-info.p {
  animation: fadeInUp 1.0s ease-out 6.5s forwards;
}
.event-info img {
  width: auto;
  height: auto;
  max-width: 529px;
  display: block;
}
/* フェードインアニメーション */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}
/* フルスクリーン動画 */
.fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
}
.fullscreen-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1380px) {
  .main-logo {
    top: 43%;
  }
  .main-logo img {
    max-width: 104vw;
  }
  #TOP .bg_top h1 {
    left: 20px;
    transform: translate(0, 0);
    margin-bottom: 0px;
    top: 20px;
    width: fit-content;
  }
  #TOP .bg_top {
    width: 100%;
    height: 100svh;
    background-size: cover;
  }
  .margin_left_95 {
    margin-left: 0 !important;
    width: fit-content;
  }
  .event-info img {
    width: 246px;
  }
  .event-info {
    position: absolute;
    bottom: 25%;
    margin-bottom: -110px;
  }
}
.logo_top a {
  vertical-align: top;
}
.goog-te-combo {
  border-radius: 20px;
  color: #000 !important;
  width: 137px;
  padding: 2px 20px 2px 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.skiptranslate {
  padding-left: 0px;
  display: inline-block;
  font-size: 12px !important;
  color: #666 !important;
}
option.red-text {
  background-color: #ffffff;
  color: #000000;
}
#CONCEPT {
  background: linear-gradient(#08131e 0%, #230047 100%);
}
#CONCEPT .img_text_h1 {
  height: 110px;
  width: 100%;
  text-align: center;
  position: relative;
  filter: drop-shadow(0px 0px 40px rgba(151, 0, 94, 0.3));
}
#CONCEPT .img_text_h1 div {
  position: relative;
  background: url(../img/h1_1.png) no-repeat;
  background-size: auto 100%;
  height: 110px;
  width: 1025px;
  margin: auto;
}
#CONCEPT .img_text_h1::after {
  content: "";
  background-color: #000;
  height: 110px;
  width: 40%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.img_text_h2 {
  text-align: center;
  padding-bottom: 70px;
}
.margin_left_-60 {
  margin-left: -70px;
}
.z100 {
  z-index: 100;
}
.box_pic {
  max-width: 1800px;
  padding: 0 40px;
  margin: auto;
}
.right_1 {
  display: flex;
  align-items: center;
}
.r_11 {
  justify-content: end;
}
.r_11 .text_box {
  width: 600px;
}
.right_1 h3 img {
  mix-blend-mode: screen;
  background: transparent;
}
.left_1 {
  padding-right: 60px;
  box-sizing: border-box;
  text-align: right;
}
.img_text_h2 img {
  padding-bottom: 30px;
}
#PICUP {
  background: url(../img/bg1.jpg) no-repeat #000;
  background-size: cover;
}
#AGENDA {
  background: url(../img/bg2.jpg) repeat-x #040842 center 0px;
  background-size: 1880px auto;
  position: relative;
  z-index: 0;
}
#EXHIBITION {
  background: url(../img/bg3.jpg) no-repeat #000 top;
  background-size: cover;
}
#SPEAKER {
  background: linear-gradient(135deg, #00233e 0%, #2b003d 100%);
}
#SPONSOR {
  background: url(../img/bg4.jpg) no-repeat #000 top;
  background-size: cover;
}
#OVERVIEW {
  background: linear-gradient(135deg, #00233e 0%, #2b003d 100%);
}
.flex_logo {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  gap: 70px;
  height: 141px;
  box-sizing: border-box;
}
.in_box .flex_logo.logo_60 {
  padding: 60px 0;
}
.gap70 {
  gap: 120px
}
.entry_btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -11px;
  z-index: 1000;
  display: flex;
}
#CONCEPT {
  background: ;
}

.fvbt {
    background-color: #000;
    width: 100%;
    position: fixed;
    bottom: 0px;
    opacity: 0;
    z-index: 900;
}
@media screen and (max-width: 1440px) {
	.sp.fvbt ,
	.sp.fvbt .sp{
		display: block!important;
		margin: auto;
	}
	.sp.fvbt .pc{display: none!important;}
}

@media screen and (max-width: 1380px) {
  .r_11 {
    justify-content: left;
  }
  #CONCEPT .img_text_h1 div {
    width: calc(100% - 0px);
    height: 74px;
    background: url(../img/h1_1s.png) no-repeat 0px;
    background-size: auto 100%;
  }
  #CONCEPT .img_text_h1 {
    height: 74px;
  }
  .entry_btn {
    position: fixed;
    top: auto;
    transform: translateY(0);
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
  }
  #CONCEPT .img_text_h1::after {
    content: "";
    background-color: #000;
    height: 74px;
  }
  .sp_size {
    width: 298px;
  }
  .text_lineheight_24 {
    line-height: 2 !important;
  }
  
  #PICUP {
    background: url(../img/bg1s.jpg) no-repeat top center #000;
    background-size: cover;
  }
  .img_text_h2 {
    font-size: 14px !important;
    padding-bottom: 30px;
  }
  .img_text_h2 img {
    padding-bottom: 16px;
  }
  #PICUP .flex_2 {
    flex-wrap: nowrap;
    gap: 15px;
  }
  #PICUP .flex_2 .left_1 {
    width: 120px;
  }
  .right_1 {
    flex: 1;
  }
  .flex_rev {
    flex-direction: row-reverse
  }
  .flex_rev .z100 {
    width: 120px;
  }
  .flex_rev .right_1 {
    flex: 1;
    width: calc(100% - 135px);
  }
  .text_box h4.font_32 {
    font-size: 16px !important;
    margin-top: 0px !important;
  }
  .text_box p.font_22 {
    font-size: 12px !important;
  }
  .flex_2.padding_top_90 {
    padding-top: 20px !important;
  }
  .left_1 {
    padding-right: 0px;
    text-align: left;
  }
  .box_pic {
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
  }
  .right_1 h3 img {
    width: 151px !important;
    margin-left: -35px;
  }
  .h2_btn.ac {
    padding: 8px 10px;
    color: #FFF !important;
    font-size: 1.3rem !important;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    width: 156px;
    height: 42px;
    box-sizing: border-box;
    transition: .3s;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .h2_btn.no {
    padding: 8px 10px;
    color: #5400C4 !important;
    font-size: 1.3rem !important;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    width: 156px;
    height: 42px;
    box-sizing: border-box;
    transition: .3s;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    transition: 0.3s;
  }
  .h2_btn.no::before, .h2_btn.ac::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 156px;
    height: 42px;
    border-radius: 32px;
    background: linear-gradient(90deg, #9ce 0%, #9ce 41%, #eb53f1 100%);
    opacity: 1;
    transition: 0.3s;
  }
  .h2_btn.no:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #FFF !important;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .m_60 {
    margin-top: -60px;
  }
}
.dl_bg {
  padding-bottom: 36px;
  background: url(../img/bg.png) no-repeat left top;
  background-size: 21px auto;
}
.dl_bg:last-child {
  padding-bottom: 36px;
  background: url(../img/icon3.png) no-repeat left top;
  background-size: 21px auto;
}
.dl_bg dl {
  display: flex;
  line-height: normal;
}
.dl_bg dl dt {
  width: 255px;
}
.dl_bg dl dt p {
  width: fit-content;
}
.dl_bg dl dt p, .dl_bg dl dt {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 0.7;
  padding-left: 15px;
  font-family: "Roboto", 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.dl_bg dl dt {}
.dl_bg dl dt p::after {
  content: "";
  height: 23px;
  width: 2px;
  background-color: #000;
  display: block;
  margin: 0px auto;
}
.dl_bg dl dt p:last-child::after {
  display: none;
}
.dl_bg dl dd {
  flex: 1;
  text-align: left;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 10px 30px 20px 30px;
}
@media screen and (max-width: 1380px) {
  .dl_bg {
    width: 100%;
    margin-bottom: -0px;
    border-radius: 20px;
    padding: 10px 20px 15px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background: url(../img/bgs.png) no-repeat 10px top;
    background-size: 22px auto;
  }
  .dl_bg dl dt p, .dl_bg dl dt {
    font-size: 24px;
  }
  .dl_bg dl dd {
    font-size: 1.8rem;
    padding: 10px 10px 20px 10px;
  }
  .dl_bg dl {
    display: block;
    padding: 0 10px;
  }
  .dl_bg:last-child {
    padding-bottom: 36px;
    background: url(../img/icon3.png) no-repeat 10px top;
    background-size: 21px auto;
  }
}
.title_text {
  margin-top: -15px;
  text-align: left;
  background-color: #FFF;
  width: 770px;
  color: #000;
  border-radius: 20px;
  width: 770px;
  min-height: 210px;
  background: #fff;
  overflow: hidden;
  border: 3px solid #5400c4;
  box-shadow: 0px 0px 30px #5400c4;
  position: relative;
}
.title_text.speaker.icon::after {
  content: "";
  width: 44px;
  height: 42px;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(../img/icon1.png) no-repeat right top;
  background-size: contain;
}
.title_text.speaker.cancel::after,
.modal .title_text.cancel::after {
  content: "";
  width: 140px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 11px;
  background: url(../img/icon4.png) no-repeat right top;
  background-size: contain;
}

.title_text {
  width: 100%;
  flex: 1;
}
.title_text p {
  display: block;
  ;
}
.title_text .title {
  padding: 10px 20px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  width: fit-content;
  background: linear-gradient(90deg, #9ce 0%, #9ce 41%, #eb53f1 100%);
  font-size: 18px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}
.title_text .cate {
  padding: 10px 20px;
  margin: 0 0 0 30px;
  line-height: 1;
  font-size: 1.5rem;
  border: 1px solid #BABABA;
  border-radius: 4px;
  width: fit-content;
}
.modal .title_text {
  margin-top: -15px;
  text-align: left;
  background-color: #FFF;
  color: #000;
  border-radius: 15px;
  width: 1025px;
  height: auto;
}
.line_dot {
  margin-top: 40px;
  padding-top: 20px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.padding_box {
  padding: 30px 30px 60px;
}
#AGENDA .name_box {
  margin-top: 15px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.name_box h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.name_box p {
  line-height: 2;
  font-size: 14px;
}
.div_d_box {
  width: 280px;
}
.name_box2 {
  background: url(../img/bg6.png) no-repeat center center;
  background-size: contain;
  width: 344px;
  height: 488px;
  border-radius: 20px;
}
.name_box2 .pic {
  margin: 0 auto 10px;
}
.name_box p {
  line-height: 1.6;
}
.font_cnli {
  line-height: 0.8;
}
.name_box .pic {
  padding-top: 40px;
  width: 272px;
  height: 252px;
  border-radius: 6px;
  overflow: hidden;
}
.name_box .text {
  line-height: 1;
  flex: 1;
}
.name_box2 p {
  line-height: 1.3;
}
.name_box2 .font_cnp {
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.name_box2 .font_exe {
  font-size: 1.4rem;
}
.name_box2 .font_name {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: baseline;
}
.font_name span {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 5px;
}
.font_cate {
  background-color: #BABABA;
  padding: 3px 12px 4px;
  font-size: 1.2rem;
  width: fit-content;
  color: #FFF;
  border-radius: 18px;
  margin-bottom: 6px;
}
.off {
  display: none;
}
.modal .title_text.icon::after {
  content: "";
  width: 44px;
  height: 42px;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(../img/icon1.png) no-repeat right top;
  background-size: contain;
}
.modal .dl_bg {
  background: none;
}
.modal .title_text p.title {
  display: inline-block;
  padding: 15px 20px;
  vertical-align: top;
}
.modal .title_text p.time {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 0.7;
  padding: 20px 20px;
  font-family: "Roboto", 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.modal .dl_bg {
  max-width: 1025px;
}
.modal .name_box {
  padding-top: 40px;
}
.modal .title_text .name_box p {
  display: block;
  line-height: 1.9;
}
.modal .name_box .pic {
  width: 229px;
  height: 229px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
}
.modal .name_box {
  gap: 50px;
  display: flex;
  gap: 40px
}
.modal .name_box .text {
  line-height: 1;
  flex: 1;
}
.modal .font_cnp {
  font-size: 2.4rem;
  font-weight: bold;
}
.modal .font_exe {
  font-size: 1.7rem;
}
.modal .font_name {
  margin-top: 2px;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: baseline;
  margin-bottom: 12px;
}
.modal .font_name span {
  font-size: 2.1rem;
  font-weight: 400;
  margin-left: 5px;
}
.modal .font_cate {
  background-color: #BABABA;
  padding: 3px 12px 4px;
  font-size: 1.5rem;
  width: fit-content;
  color: #FFF;
  border-radius: 18px;
  margin-bottom: 6px;
}
.sps {
  display: none;
}
@media screen and (max-width: 1380px) {
  .title_text.speaker.icon::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
	.title_text.speaker.cancel::after,
	.modal .title_text.cancel::after{
    content: "";
    width: 110px;
    height: 19px;
  }
	
  #AGENDA {
    background: url(../img/bg2.jpg) no-repeat #000 top;
    background: linear-gradient(0deg, #000a48 0%, #000 100%);
  }
  #EXHIBITION {
    background: url(../img/bg3s.png) no-repeat #000 top;
    background-size: cover;
  }
  .title_text {
    margin-top: 20px;
    border-radius: 15px;
    min-height: 190px;
    box-shadow: 0px 0px 20px #5400c4;
  }
  .title_text .title {
    padding: 10px 15px;
    font-size: 1.5rem;
    border-radius: 8px 0 0px 0;
    display: block;
    font-weight: 400;
  }
  .title_text .cate {
    margin: 15px 0px 15px 15px;
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .dl_bg dl dt p {
    padding-left: 0;
  }
  .dl_bg dl dt {
    width: auto;
    padding-left: 0;
    margin-top: -5px;
  }
  .dl_bg dl dt p::after {
    content: "";
    margin-top: -20px;
  }
  .font_cnli {
    width: calc(50%-15px);
  }
  .dl_bg dl dt p {
    width: 200px;
    font-size: 28px;
  }
  #AGENDA .name_box {
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 30px;
  }
  .name_box h4 {
    font-size: 1.4rem;
  }
  #AGENDA .name_box {}
  .tit_text {}
  #TIMETABLE .name_box {
    margin-left: -70px;
    margin-top: 20px;
  }
  @media screen and (max-width: 768px) {
    .wrapper .in_box.flex_4 {
      padding: 0;
      text-align: center;
    }
    .sps {
      display: block;
    }
  }
  .name_box p {
    line-height: 1.4;
  }
  .name_box .pic {}
  .name_box .text {
    line-height: 1;
  }
  .font_cnp {
    font-size: 1.3rem;
  }
  .font_exe {
    font-size: 1.3rem;
  }
  .font_name {
    margin-top: 5px;
    font-size: 2rem;
  }
  .font_name span {
    font-size: 1.6rem;
  }
  .font_cate {
    background-color: #BABABA;
    padding: 2px 8px 2px;
  }
  .name_box2 .pic {
    margin: 0 auto 0px;
    width: 201px;
    height: 181px;
    padding-top: 35px;
  }
  .name_box2 {
    margin: -20px auto 20px;
    width: 261px !important;
    height: 381px;
    border-radius: 8px;
    justify-content: center;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    background: url(../img/bg6.png) no-repeat center center;
    background-size: contain;
  }
  .name_box2 .font_cnp {
    padding-top: 10px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .name_box2 .font_exe {
    font-size: 1.2rem;
    padding-top: 2px;
  }
  .name_box2 .font_name {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  @media screen and (max-width: 768px) {
    body {
      overflow-x: hidden;
    }
    #SPEAKER .wrapper .in_box {
      padding: 0 5px;
      overflow: hidden;
    }
    .name_box2 .pic {
      margin: -6px auto 0px;
      width: auto;
      height: auto;
      padding-top: 35px;
    }
    .name_box2 .pic img {
      margin-top: 6px;
      width: 150px;
    }
    .name_box2 {
      margin: 0px auto 20px;
      width: 50% !important;
      height: 370px;
      border-radius: 8px;
      padding: 0 20px;
      box-sizing: border-box;
      justify-content: center;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
      background: url(../img/bg6s.png) no-repeat top center;
      background-size: auto 100%;
    }
    .name_box2 .font_cnp {
      padding-top: 10px;
      font-size: 1.4rem;
      font-weight: bold;
    }
    .name_box2 .font_exe {
      font-size: 1.1rem;
      padding-top: 2px;
    }
    .name_box2 .font_name {
      margin-top: 4px;
      font-size: 1.2rem;
    }
  }
  .flex_logos1 {
    flex-wrap: wrap;
    gap: 10px;
  }
  .in_box .flex_logo.logo_60 {
    padding: 30px 0 20px;
    display: block;
  }
  .in_box .flex_logo.logo_60 a {
    padding-bottom: 10px;
    display: block;
    width: 130px;
    margin: 0 auto;
  }
  .flex_logo.gap70 {
    gap: 50px !important;
	 padding: 50px;
  }
  .gap70 a:nth-child(1) img {
    width: 160px;
  }
 .gap70 a:nth-child(2) img {
		width: 170px;
	}
	
  .flex_logos1 a {
    display: block;
  }
  .flex_logos1 a img {
    width: 140px;
  }
  .flex_logos2 {
    gap: 15px;
    padding: 20px 20px;
  }
  .flex_logos2 a {
    width: calc(50% - 20px);
  }
	
	.flex_logos2 a img {
    width: 110px;
  }
	.flex_logos2 a:nth-child(1) img {
    width: 80px;
  }
	.flex_logos2 a:nth-child(3) img {
    width: 105px;
  }
	.flex_logos2 a:nth-child(5) img {
    width: 92px;
  }
	.flex_logos2 a:nth-child(6) img {
    width: 45px;
  }
	.flex_logos3{
		padding: 42px;
		gap: 36px 40px !important;
	}
	.flex_logos3 a img{
		width: 190px;
	}
  .flex_logo {
    padding: 36px;
    height: auto;
    gap:30px 40px !important;
    flex-wrap: wrap;
  }
  .skiptranslate {
    padding-left: 0px;
  }
  .goog-te-combo {
    width: 200px !important;
  }
  .menu_on #google_translate_element {
    position: fixed !important;
    z-index: 10000;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
  .bot a {
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  .bot {
    position: fixed !important;
    z-index: 10000 !important;
    bottom: 110px !important;
    left: 50% !important;
    transform: translateX(-50%);
    top: auto;
  }
  .menu_on footer .w1200_p > p {
    display: none;
  }
  #SPONSOR {
    background: url(../img/bg4s.png) no-repeat #000 top;
    background-size: contain;
  }
}
.sub_stage, .training, .sec {
  max-width: 1024px;
  margin: 0 auto;
}
/*OVERVIEW*/
.w800 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
#OVERVIEW dl {
  font-size: 2.2rem;
  color: #FFF;
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
#OVERVIEW dl dt {
  width: 180px;
}
.bg_form {
  width: 100%;
  padding-bottom: 30px;
}
.form_bg {
  background-color: #FFF;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}
.form_text {
  padding-top: 40px;
  background-image: linear-gradient(to right, #616161 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: top;
  text-align: left;
}
.form_bg dl {
  font-size: 1.5rem;
  display: flex;
  text-align: left;
  margin-bottom: 10px;
}
.form_bg dl dt {
  font-weight: bold;
  width: 20px;
}
/*ABOUT*/
#ABOUT, #ABOUT p {
  text-align: left;
}
#ABOUT h3::before {
  content: url(../img/top/g1.svg);
  top: 0px;
  left: -60px;
  position: absolute;
}
#ABOUT .flex_2:nth-child(2) h3::before {
  content: url(../img/top/g2.svg);
  top: 0px;
  left: -60px;
  position: absolute;
}
#ABOUT .flex_2:nth-child(3) h3::before {
  content: url(../img/top/g3.svg);
  top: 0px;
  left: -60px;
  position: absolute;
}
#ABOUT h3 {
  text-align: left;
  padding-top: 140px;
}
@media screen and (max-width: 1440px) {
  #google_translate_element {
    position: static;
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1380px) {
  #ABOUT h3::before {
    content: "";
    top: 0px;
    left: -36px;
    position: absolute;
    content: "";
    background: url(../img/top/g1.svg) no-repeat;
    background-size: contain;
    width: 103px;
    height: 101px;
  }
  #ABOUT .flex_2:nth-child(2) h3::before {
    content: "";
    background: url(../img/top/g2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -36px;
  }
  #ABOUT .flex_2:nth-child(3) h3::before {
    content: "";
    background: url(../img/top/g3.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -36px;
  }
  #ABOUT h3 {
    text-align: left;
    padding-top: 80px;
  }
}
/*MOVIE*/
.movie {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  margin-top: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.movie_btn {
  width: calc(100% - 80px);
  max-width: 1681px;
  margin: auto;
  box-sizing: border-box;
  height: 640px;
  overflow: hidden;
  position: relative;
}
.movie_btn .bg {
  width: 100%;
  background: url(../img/top/05.png) no-repeat #000 center;
  background-size: cover;
  height: 640px;
  transition: 0.3s;
  cursor: pointer;
  opacity: 1;
}
.movie_btn a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_btn a:hover {}
.movie_btn:hover .bg {
  transform: scale(1.01);
}
.flex_2 p {
  text-align: left;
}
.bg_box {
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}
.bg_box::after {
  content: "";
  height: 300%;
  width: 100%;
  background-color: #DFDFDF;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: -1;
}
.bg_box .bg {
  max-width: 1680px;
  width: 100%;
  margin: auto;
  height: 730px;
  background: url(../img/top/08.jpg) no-repeat #000 center;
  background-size: cover;
}
#TRAINER .timg > h5 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.mark_line::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #E8009B;
  display: inline-block;
  vertical-align: super;
  margin-right: 6px;
}
.t_box .flex1.flex_box {
  padding: 36px 40px;
  border: 1px solid #DFDFDF;
}
#PRICE {
  width: 100%;
  background: url(../img/top/12.jpg) no-repeat #000 top center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#PRICE h3 {
  text-align: center !important;
}
#PRICE h3 span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  letter-spacing: normal !important;
}
.tableBox {
  width: 100%;
  margin: 0 auto;
}
.t_box {
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.t_box_in {
  padding: 0 20px 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.p20 {
  padding: 20px;
}
.gap20 {
  gap: 20px
}
.gap30 {
  gap: 30px
}
.t_title {
  background-color: #8E8E8E;
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  font-size: 2.1rem;
}
table th, table td {
  color: #1A1A1A;
  padding: 21px 0px 22px;
  background-image: linear-gradient(to right, #1A1A1A 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 1.4;
  font-weight: 400;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  font-size: 17px;
}
table td:last-of-type {
  text-align: right;
  font-size: 18px;
}
table td:last-of-type span {
  text-align: right;
  font-size: 12px;
}
table td:first-of-type {
  font-weight: 600;
  width: 150px;
}
table th {
  width: 20%;
  /*font-weight: bold !important;*/
  font-weight: 700;
}
.t_title span {
  display: inline-block;
  margin-top: 10px;
}
#FLOW {
  text-align: center;
  background-color: #343434;
}
.flow_box {
  border-radius: 15px;
  background-color: #FFF;
  padding: 55px 55px !important;
}
.flow_box .f_box {
  border: 1px dashed #9E9E9E;
  padding: 30px !important;
  text-align: left;
}
#SW .text_box {
  width: 730px;
  padding: 80px 50px 80px;
  background-color: rgba(0, 0, 0, 0.4);
}
#LINE {
  background-color: #2A2A2A;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1380px) {
  .modal .name_box .pic {
    width: 201px;
  }
  .modal .name_box {
    gap: 20px;
    align-items: start;
  }
  .s_20 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  h2 img {
    height: 26px;
    width: auto !important;
  }
  .movie_btn a img {
    width: 17.5vw;
  }
  .text_box2 {
    padding: 0 20px;
  }
  .text_align_s_left {
    text-align: left;
  }
  .margin_top_-100 {
    margin-top: -60px;
  }
  .modal .font_cnp {
    font-size: 1.8rem;
    line-height: 1.4 !important;
  }
  .modal .font_exe {
    font-size: 1.2rem;
  }
  .modal .font_name {
    margin-top: 6px;
    font-size: 1.9rem;
    line-height: 1 !important;
    font-weight: bold;
    vertical-align: baseline;
    margin-bottom: 6px;
  }
  .modal .font_name span {
    font-size: 1.4rem;
    margin-left: 3px;
  }
  .modal .font_cate {
    background-color: #BABABA;
    padding: 2px 8px 2px;
    font-size: 1.2rem;
    width: fit-content;
    color: #FFF;
    border-radius: 18px;
    margin-bottom: 6px;
  }
  .modal .name_box {
    margin-top: 0px;
    padding-top: 20px;
  }
  .padding_box {
    padding: 20px 20px 40px;
  }
  #OVERVIEW dl {
    font-size: 1.5rem;
  }
  #OVERVIEW dl dt {
    width: 88px;
  }
  #OVERVIEW dl dd iframe {
    width: 100% !important;
    height: 200px;
  }
  .form_bg {
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 8px;
  }
  .bg_form {
    width: 100%;
    padding-bottom: 10px;
  }
  .form_text {
    padding-top: 30px;
  }
  .form_bg dl {
    font-size: 1.2rem;
  }
  #SNS .in_box > img {
    width: 206px;
  }
  #SNS .in_box .margin_top_60 a > img {
    width: 38px;
  }
  #ENTRY .in_box .padding_right_15 {
    font-size: 1.5rem;
  }
  .fancybox-content {
    padding: 16px !important;
  }
  .modal .title_text {
    width: 100%;
  }
  .modal .title_text {
    margin-top: 0;
  }
  .modal .dl_bg {
    margin-top: 0;
    padding: 30px 0 0;
    width: calc(100vw - 40px);
  }
  .modal .title_text p.title {
    display: inline-block;
    padding: 10px 10px;
  }
  .modal .title_text p.time {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: left;
    line-height: 0.7;
    padding: 15px 10px;
  }
  .modal .title_text.icon::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 18px;
    top: 13px;
    background: url(../img/icon1.png) no-repeat center top;
    background-size: contain;
  }
	.modal .title_text.icon::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 18px;
    top: 13px;
    background: url(../img/icon1.png) no-repeat center top;
    background-size: contain;
  }
  .modal .name_box {
    display: block;
  }
}
/*-----------------------------------
*/