/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
@font-face {
  font-family: "KozGoPr6NRegular";
  src: url("../assets/font/KozGoPr6NRegular.otf");
}
@font-face {
  font-family: "KozGoPro-Heavy";
  src: url("../assets/font/KozGoPro-Heavy.otf");
}
@font-face {
  font-family: "kozgopr6n-medium";
  src: url("../assets/font/kozgopr6n-medium.otf");
}
@font-face {
  font-family: "HelveticaNeueCondensedBlack";
  src: url("../assets/font/HelveticaNeueCondensedBlack.ttf");
}
@font-face {
  font-family: "Omnes Light";
  src: url("../assets/font/Omnes Light.ttf");
}
@font-face {
  font-family: "hirakakustd-w8";
  src: url("../assets/font/hirakakustd-w8.otf");
}
@font-face {
  font-family: "Helvetica";
  src: url("../assets/font/Helvetica.ttf");
}
@font-face {
  font-family: "Helvetica-Bold-Font";
  src: url("../assets/font/Helvetica-Bold-Font.ttf");
}
@font-face {
  font-family: "BIG JOHN";
  src: url("../assets/font/BIG JOHN.otf");
}
@font-face {
  font-family: "yugothib";
  src: url("../assets/font/yugothib.ttf");
}
a,
a:hover {
  text-decoration: none;
  color: #231815;
  transition: 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

body {
  width: 100%;
  line-height: 2;
  word-wrap: break-word;
  box-sizing: border-box;
  word-break: break-all;
  position: relative;
  letter-spacing: 1.2px;
  background-color: #fff;
  font-family: "KozGoPr6NRegular";
  color: #231815;
  /*position: relative;*/
}

.d_fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner {
  width: 93%;
  max-width: 1040px;
  margin: 0 auto;
}

p,
h3,
h4,
a {
  position: relative;
  z-index: 999;
}

/*------------------------------------------------------------- Loader ----------------------------------------*/
#film-skinned.gifted .pace .pace-progress .tt-wrap .tt-load {
  left: 0 !important;
  right: auto !important;
  direction: ltr;
}

#film-skinned.gifted .pace {
  background-color: #fff !important;
  z-index: 999999 !important;
}

.pace #page {
  opacity: 0;
  visibility: hidden;
}

.pace-done #page {
  opacity: 1;
  transition-delay: 3s;
  z-index: 9999999;
  transition: 0.3s ease;
}

/*------------------------------------------------------------- Humburger menu ----------------------------------------*/
.fixed-body {
  position: fixed;
  top: 0;
  left: 0;
}

.main_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  overflow-y: auto;
  background: linear-gradient(160deg, rgba(109, 165, 210, 0.95) 0%, rgba(166, 142, 170, 0.95) 50%, rgba(221, 120, 132, 0.95) 100%);
}

.menu_open .main_menu {
  z-index: 9999;
}

.menu_logo {
  width: 220px;
  margin: 0 auto;
  padding: 8em 0 5em;
}

.menu_year {
  width: 68%;
  margin: 8px auto;
}

.menu_tplogo {
  width: 40%;
  margin: 10px auto;
}

.nav_menu a {
  color: #fff;
  font-size: 20px;
  padding-bottom: 40px;
  display: block;
  text-align: center;
  font-weight: 600;
}

.nav_menu li,
.menu_logo {
  opacity: 0;
  transform: translateY(30px);
}

.menu_open .nav_menu li,
.menu_open .menu_logo {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.hamburger-menu {
  position: fixed;
  width: 46px;
  height: 10px;
  left: 20px;
  top: 20px;
  z-index: 9999;
  cursor: pointer;
  mix-blend-mode: difference;
}

.hamburger-menu span {
  left: 0;
  display: block;
  height: 2px;
  background: #595757;
  position: absolute;
}

.hamburger-menu span:first-child {
  top: 0;
  width: 100%;
}

.hamburger-menu span:last-child {
  bottom: 0;
  width: 55%;
}

.menu_open #hamburger-menu02 {
  width: 100px;
  height: 100px;
  z-index: 99999;
  mix-blend-mode: unset;
}

.menu_open #hamburger-menu02 span {
  background: #fff;
  width: 100% !important;
  height: 2px;
}

.menu_open #hamburger-menu02 span:first-child {
  -webkit-transform: translate(0, 50px) rotate(45deg);
  -ms-transform: translate(0, 50px) rotate(45deg);
  transform: translate(0, 50px) rotate(45deg);
}

.menu_open #hamburger-menu02 span:last-child {
  -webkit-transform: translate(0, -48px) rotate(-45deg);
  -ms-transform: translate(0, -48px) rotate(-45deg);
  transform: translate(0, -48px) rotate(-45deg);
}

.hd_apply {
  position: fixed;
  top: -3px;
  right: -3px;
  background: url(../assets/img/apply-bg.svg) no-repeat;
  background-position: right top;
  width: 325px;
  height: 100px;
  z-index: 1000;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.21s ease-out;
  -webkit-transition: all 0.21s ease-out;
  -moz-transition: all 0.21s ease-out;
  -ms-transition: all 0.21s ease-out;
  -o-transition: all 0.21s ease-out;
}

.page.page-id-23 .hd_apply {
  display: none;
}

.hd_apply:hover {
  position: fixed;
  top: -3px;
  right: -3px;
  background: url(../assets/img/apply-bg.svg) no-repeat;
  background-position: right top;
  width: 375px;
  height: 150px;
  z-index: 1000;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.21s ease-out;
  -webkit-transition: all 0.21s ease-out;
  -moz-transition: all 0.21s ease-out;
  -ms-transition: all 0.21s ease-out;
  -o-transition: all 0.21s ease-out;
}

.hd_apply a {
  color: #fff;
  font-size: 27px;
  font-family: "KozGoPr6NRegular";
  letter-spacing: 2px;
  position: absolute;
  padding-top: 1px;
  top: 2px;
  right: 12px;
  font-weight: 600;
  transition: all 0.21s ease-out;
  -webkit-transition: all 0.21s ease-out;
  -moz-transition: all 0.21s ease-out;
  -ms-transition: all 0.21s ease-out;
  -o-transition: all 0.21s ease-out;
}

.hd_apply:hover a {
  transform: scale3d(1.1, 1.2, 1.1) translate(-10px, 10px);
  transition: all 0.21s ease-out;
  -webkit-transition: all 0.21s ease-out;
  -moz-transition: all 0.21s ease-out;
  -ms-transition: all 0.21s ease-out;
  -o-transition: all 0.21s ease-out;
}

.hd_apply a img {
  width: 75px;
  display: block;
  margin: -10px auto 0;
}

/*------------------------------------------------------------- Humburger menu -----------------------------------------*/
.banner {
  position: relative;
  padding-bottom: 10em;
}
.banner .scroll-ani {
  max-height: 100vh;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner:after {
  content: "";
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../assets/img/banner-under.svg) no-repeat;
  z-index: -1;
}

.top_slide {
  width: 100%;
}

.banner_text {
  position: absolute;
  top: 45%;
  left: 70%;
  transition: 0.5s ease;
  width: 403px;
  transform: translate(-50%, -50%);
}

.logo_text {
  max-width: 175px;
  font-size: 59px;
  font-family: "HelveticaNeueCondensedBlack";
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 0.85;
}

.logo_text span {
  font-size: 99px;
  display: block;
  letter-spacing: 0;
  position: relative;
}

.logo_text span:after {
  content: "";
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 3px;
  left: -5px;
  width: 102%;
}

.banner_text .banner_year img {
  width: 65.5%;
  margin: 0 auto;
}

.banner_year {
  font-size: 48px;
  font-family: "HelveticaNeueCondensedBlack";
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.3;
}

.banner_year img {
  width: 30px;
  margin: -5px 2px 0;
  vertical-align: middle;
}

.banner_year .sp_year {
  display: none;
}

.banner_logo {
  margin: 8px auto;
}

.animation01 {
  position: absolute;
  right: 25px;
  bottom: 120px;
  padding: 0 0 30px 0;
  writing-mode: vertical-lr;
  overflow: hidden;
  font-family: "Omnes Light";
  font-size: 16px;
  display: block;
  line-height: 1.2;
  color: #231815;
}

.animation01:after {
  animation-name: topAnim;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: ease-in;
  animation-iteration-count: infinite;
  -webkit-animation-name: topAnim;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: ease-in;
  -webkit-animation-iteration-count: infinite;
}

.animation01:after {
  content: "";
  top: -150px;
  left: 0;
  width: 1px;
  height: 150px;
  position: absolute;
  background: #231815;
}

@keyframes topAnim {
  0% {
    top: -100px;
  }
  to {
    top: 100px;
  }
}
.ttl01 {
  text-align: center;
  width: 450px;
  margin: 10px auto 20px;
}

.ttl01 img {
  width: auto;
  height: 50px;
}

.top_newL .ttl01 {
  width: 90%;
  max-width: 480px;
}

.top_new {
  position: relative;
}

.top_newinn {
  justify-content: space-between;
}

.top_newL p {
  font-size: 13px;
  line-height: 2.3;
  text-align: justify;
}

.ttl02 {
  max-width: 490px;
  width: 33%;
  height: 215px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.ttl02 img {
  height: 100%;
  object-position: left;
  object-fit: cover;
}

.ttl02_right {
  right: 0;
}

.ttl02_left {
  left: 0;
}

.prologue_ttl {
  top: -5%;
}

.top_chance01 {
  position: relative;
  width: 100%;
  margin-top: -55px;
}

.top_chance01:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url(../assets/img/topchance-bg01-pc.png);
  position: absolute;
  top: 4.5%;
  left: 0;
  z-index: -1;
}

.top_chance01L {
  width: 64.5%;
  padding-top: 12vw;
}

.top_chance01R {
  width: 33%;
}

.top_chance01inn {
  justify-content: space-between;
  width: 95%;
  max-width: 1150px;
}

@media screen and (min-width: 768px) {
  .point_ttl {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .point_ttl {
    top: 16vw;
  }
}

.ttl02_left img {
  object-position: right;
}

.top_opportunity {
  max-width: 750px;
  width: 100%;
  margin: -1.7% auto 0;
}

.opportunity_list {
  padding: 40px 0 100px;
  justify-content: space-between;
}

.top_chance02:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_chance02inn {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 1%;
}

.top_chance02L {
  width: 40%;
}

.top_chance02R {
  width: 45%;
  padding: 17% 0 0;
}

.online_auditon {
  font-family: "BIG JOHN";
  font-size: 51px;
  text-align: center;
  width: 98%;
  letter-spacing: -3px;
  line-height: 1;
  float: right;
  margin-bottom: 20px;
}

.online_auditon span {
  font-size: 37px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  display: block;
  letter-spacing: 2px;
}

.top_chancetextbox {
  line-height: 1.7;
  background: #fff;
  width: 238px;
  z-index: 3;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #353536;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 6px 30px;
  border: 2px solid #353536;
}

.top_chance02txt {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 0 auto;
  width: 254px;
  padding-left: 8%;
  clear: right;
}

.top_chance02txt span {
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.animation02 {
  position: absolute;
  width: 1px;
  top: -65px;
  left: 50%;
  height: 130px;
  line-height: 130px;
  overflow: hidden;
  display: block;
  margin: 0px auto 0;
  z-index: 1;
}

.animation02 p:after,
.animation02 p:before,
.animation02:after,
.animation02:before {
  content: "";
  position: absolute;
  background: #4d4d4d;
}

.animation02 p:after {
  animation-name: topAnim;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: ease-in;
  animation-iteration-count: infinite;
  -webkit-animation-name: topAnim;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: ease-in;
  -webkit-animation-iteration-count: infinite;
}

.animation02 p:after {
  top: -130px;
  left: 0;
  width: 33px;
  height: 130px;
}

@keyframes topAnim {
  0% {
    top: -120px;
  }
  to {
    top: 120px;
  }
}
.top_contact01 {
  background: #fff56b;
  padding: 30px 0 13em;
}

.top_contactttl {
  font-size: 48px;
  font-family: "Helvetica-Bold-Font";
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  width: 183px;
  margin: 0 auto;
}

.top_contactttl span {
  font-size: 13px;
  font-family: "KozGoPr6NRegular";
  padding-top: 12px;
  display: block;
}

.top_contact01 p {
  font-size: 13px;
  width: 80%;
  max-width: 753px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 3px;
}

.link01 {
  display: flex;
  width: 280px;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  color: #656467;
  position: relative;
  align-items: center;
  height: 60px;
  z-index: 999;
}

.link01:after,
.link01:before {
  content: "";
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.link01:after {
  right: 0;
  background-image: url(../assets/img/link01-right.svg);
  text-align: right;
}

.link01:before {
  left: 0;
  background-image: url(../assets/img/link01-left.svg);
}

.link01 img {
  width: 16px;
  margin-left: 3px;
  vertical-align: middle;
}

.top_contact02 {
  width: 450px;
  margin: -90px auto 30px;
  padding: 35px 0 0;
  background-image: url(../assets/img/top-contactbg.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.top_contact02:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #231815;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.top_contactlink {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica";
  letter-spacing: 3px;
  padding-bottom: 20px;
  text-align: center;
}

.top_contactlink:hover {
  color: #fff;
}

.top_contactlink img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
}

.top_contactlink:last-child img {
  width: 25px;
}

.top_flowttl {
  position: relative;
}

.top_flowttlinn {
  justify-content: flex-end;
}

.top_flowttlinn figure {
  width: 45%;
}

.flow_ttl {
  top: -13%;
}

.top_flow {
  margin-top: -6%;
  margin-bottom: 8em;
}

.top_flowinn {
  width: 705px;
  margin: 0 auto 2em;
}

.top_flowinn li {
  font-weight: 600;
  color: #231815;
  position: relative;
  padding-left: 113px;
  margin-bottom: 8em;
}

.top_flowinn li span {
  letter-spacing: 0px;
  font-family: "HelveticaNeueCondensedBlack";
  font-weight: 900;
  font-size: 48px;
  width: 95px;
  height: 200px;
  background: url(../assets/img/num-bg02.svg) no-repeat;
  position: absolute;
  background-size: cover;
  background-position: center 9px;
  left: 0;
  display: flex;
  top: -50px;
  align-items: center;
  justify-content: center;
}

.top_flowinn li h4 {
  font-size: 34px;
  border-bottom: 1px solid #231815;
  padding-bottom: 0px;
  margin-bottom: 17px;
}

.top_flowinn li p {
  font-size: 14px;
  padding-right: 15px;
}

.top_flow02 {
  width: 670px;
  padding: 16px;
  margin: 5em auto 2em;
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../assets/img/top-contactbg.svg);
}

.top_flow02inn {
  background: #fff;
  padding: 18px 18px 25px;
}

.top_flow02:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #231815;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.top_flow02ttl {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: "kozgopr6n-medium";
}

.top_flow02 p {
  color: #636262;
  font-size: 14px;
}

.link01 span {
  font-size: 17px;
}

.top_movie_city {
  position: relative;
  width: 100%;
}

.top_movie_city:after {
  content: "";
  width: 54.5%;
  height: 72%;
  background: #fff56a;
  position: absolute;
  right: 0;
  top: 10%;
  overflow: hidden;
  z-index: -1;
  transform: skewY(-19deg);
}

.top_movie {
  justify-content: space-between;
  padding-bottom: 10em;
  position: relative;
  z-index: 999;
}

.top_movieinn {
  width: 24.7%;
}

.top_movieinn a {
  position: relative;
  z-index: 1000;
}

.top_moviettlinn figure {
  width: 45%;
}

.top_moviettlinn {
  justify-content: flex-end;
}

.top_moviettl {
  position: relative;
}

.movie_ttl {
  top: -2.8vw;
}

.top_cityttlinn figure {
  width: 66%;
}

.top_cityttlinn {
  justify-content: flex-start;
}

.top_cityttl {
  position: relative;
}

.city_ttl {
  top: 11vw;
}

.top_cityinn {
  justify-content: space-between;
  margin-top: 10px;
}

.top_citylist {
  width: 32%;
}

.top_citylist figure {
  box-shadow: 5px 6px 0 -1px #e6d953;
}

.top_cityttl01 {
  font-size: 31px;
  font-family: "Helvetica-Bold-Font";
  padding: 13px 18px 0;
  letter-spacing: 0px;
  display: flex;
  line-height: 1.3;
  align-items: center;
  justify-content: space-between;
}

.top_citymap {
  position: relative;
  font-size: 17px;
  float: right;
  color: #636262;
  font-family: "Helvetica-Bold-Font";
  z-index: 999;
}

.top_citymap img {
  vertical-align: inherit;
  width: 27px;
}

.top_citylist p {
  font-size: 12px;
  line-height: 1.5;
  color: #353536;
  font-weight: 600;
  padding: 0px 18px;
}

.top_city {
  padding-top: 5em;
}

.top_city .ttl01 {
  font-family: "hirakakustd-w8";
}

.top_cityimg {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 20px;
}

.top_cityimg figure {
  width: 35%;
  max-width: 343.2px;
}

.top {
  margin-bottom: 10em;
  margin-top: 0 !important;
}

.ft_logotext .logo_text {
  color: #fff;
  font-size: 26px;
}

.ft_logotext .logo_text span {
  font-size: 42px;
  letter-spacing: 1px;
}

.ft_logotext .banner_year {
  color: #fff;
  font-size: 22px;
}

.ft_logotext .banner_year img {
  width: 16px;
}

.ft_logotext .logo_text span:after {
  border-bottom: 1px solid #fff;
  bottom: 2px;
}

.site-footer {
  width: 100%;
  background: #7E7F84;
  padding: 20px 0 7em;
}

.copy_right {
  font-size: 12px;
  font-family: "Helvetica";
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.site-info {
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4em;
}

.ft_logotext {
  width: auto;
}

.ft_nav {
  width: 600px;
  justify-content: space-between;
}

.ft_nav li a {
  color: #fff;
  font-size: 13px;
}

.ft_logsite {
  width: 165px;
  margin: 0 auto 10px;
  display: block;
}

.apply_buttton {
  width: 300px;
  line-height: 1;
  margin: 35px auto;
  height: 60px;
  border-radius: 50px;
  text-align: justify;
  background: linear-gradient(180deg, #6da5d2 0%, #a98da8 50%, #dd7884 100%);
  letter-spacing: 13px;
  font-size: 30px;
  text-align: center;
  padding-top: 12px;
  padding-left: 17px;
  font-family: "yugothib";
  border: 5px solid #fff;
  position: relative;
  z-index: 999;
  transition: 0.5s;
}

.apply_buttton:hover {
  background: linear-gradient(180deg, #509ddb 0%, #b080ae 50%, #e56e7c 100%);
}

.apply_buttton a {
  color: #fff;
}

.top_movie_city .apply_buttton,
.top_chance02 .apply_buttton {
  position: absolute;
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  margin: 0 auto;
  z-index: 999;
}

.inner02 {
  max-width: 800px;
  width: 85%;
  margin: 0 auto 5em;
}

.subpage_head {
  justify-content: flex-end;
  position: relative;
}

.subpage_logo {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 44vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subpage_logo:after {
  content: "";
  width: 65%;
  height: 55%;
  position: absolute;
  top: 18%;
  left: 0;
  transform: skew(0deg, -20deg);
  background: linear-gradient(90deg, #6da5d2 0%, #a98da8 50%, #dd7884 100%);
  /* background-repeat: no-repeat; */
  /* background-position: right top; */
  /* background-image: url(../assets/img/logo01-bg.svg); */
  /* background-size: cover;*/
}

.subpage_logo a {
  display: block;
  width: 23%;
  margin: -10% auto 0;
}

.ttl03 {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 25%;
}

.qa .subpage_head {
  background: #676767;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .qa .subpage_head {
    margin-bottom: 80px;
  }
}
.qa .subpage_head .sub_ttl {
  text-align: center;
  padding: 65px 0 50px;
  margin: 0;
}
@media (max-width: 480px) {
  .qa .subpage_head .sub_ttl {
    padding: 65px 0 50px;
  }
}
.qa .subpage_head .sub_ttl img {
  height: 106px;
  width: auto;
}
@media (max-width: 480px) {
  .qa .subpage_head .sub_ttl img {
    height: 106px;
  }
}

.page-qa .site-footer {
  background: #676767;
  padding: 4em 0 20px;
}
@media (max-width: 480px) {
  .page-qa .site-footer {
    padding: 4em 0 20px;
  }
}
.page-qa .site-footer .site-info {
  justify-content: space-evenly;
}
.page-qa .top_footer {
  display: none;
}
.page-qa .ft_logotext {
  display: none;
}

.qa_inner dl {
  line-height: 1.5;
  margin-bottom: 30px;
}

.qa_inner dt {
  font-size: 17px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}

.qa_inner dt:before,
.qa_inner dt:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
}

.qa_inner dt:before {
  background-image: url(../assets/img/gradient-icon-plus.svg);
}

.qa_inner dt.qa-open:after {
  background-image: url(../assets/img/gradient-icon-minus.svg);
}

.qa_inner dd {
  font-size: 14px;
  color: #666464;
  display: none;
  border-top: 1px solid #AFAFB0;
  border-bottom: 1px solid #AFAFB0;
  padding: 13px 10px 10px 25px;
}

.qa_inner dl:first-child dd {
  display: block;
}

.qa_text {
  font-size: 14px;
  color: #666464;
  line-height: 1.5;
  text-align: center;
  margin-top: 5em;
}

.page-id-17 .link01,
.page-id-17 .apply_buttton {
  display: none;
}

.pp_ttl {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.pp_ttl01 {
  font-size: 17px;
  color: #404040;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pp_sec01 p {
  font-size: 14px;
  text-indent: 0;
  color: #404040;
  line-height: 1.66em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pp_sec01 p {
    text-indent: 0;
  }
}

.pp_list01 h4 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .pp_list01 h4 {
    font-weight: 600;
  }
}

.pp_list01 p {
  padding-left: 0px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pp_list01 p {
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.pp_list02 li {
  font-size: 14px;
}

.pp_list02 h3 {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .pp_list02 h3 {
    padding-left: 0px;
    font-weight: 600;
  }
}

.pp_list02 h4 {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .pp_list02 h4 {
    padding-left: 0px;
  }
}

.pp_list02 p {
  padding-left: 0px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pp_list02 p {
    padding-left: 0px;
  }
}

.pp_sec01 .padd01 {
  padding-left: 40px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .pp_sec01 .padd01 {
    padding-left: 0;
  }
}

.pp_table table {
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 20px 0;
}

.pp_table table tr {
  border-bottom: 1px solid #ddd;
}

.pp_table table th,
.pp_table table td {
  display: block;
  width: 100%;
  padding: 10px;
}
@media (max-width: 768px) {
  .pp_table table th,
  .pp_table table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.pp_table table strong {
  font-weight: 600;
}

.pp_table table th {
  border-right: none;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pp_table table th {
    border-right: none;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
  }
}

.pp_sec01 .pp_alignrgt01 {
  display: block;
  text-align: right;
}

.contact_list li a {
  color: #2e2e2e;
}

.formnavBox {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.formnavBox li {
  width: 28%;
  position: relative;
  height: 47px;
  font-size: 15px;
  color: #bcbdbd;
  border-radius: 8px;
  border: 2px solid #A3A2A3;
  padding: 2px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formnavBox li.formnavBox_on {
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #6da5d2 0%, #a98da8 50%, #dd7884 100%);
}

.formnavBox .entry_arrowimg {
  width: 8%;
  border: none;
  font-size: unset;
  background: url(../assets/img/entry-icon01.svg);
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}

.entry_data {
  margin: 10em 0 0;
  width: 100%;
}

.entry_notice {
  font-size: 14px;
  line-height: 1.76em;
  color: #ea522e;
  font-family: "yugothib";
}
@media (max-width: 480px) {
  .entry_notice {
    margin-bottom: 20px;
  }
}

.entry_form {
  margin: -1% auto 30px;
  width: 100%;
}

.entry_data th {
  font-size: 17px;
  color: #353536;
  line-height: 1.66em;
  font-family: "yugothib";
  text-align: left;
  position: relative;
  padding-left: 28px;
  vertical-align: top;
}

.entry_data th:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  background: linear-gradient(90deg, #6da5d2 0%, #a98da8 50%, #dd7884 100%);
}

.entry_data td {
  width: 77%;
  padding-bottom: 30px;
}

.entry_data input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D9D9DA;
}

.entry_data input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D9D9DA;
}

.entry_data input:-ms-input-placeholder {
  /* IE 10+ */
  color: #D9D9DA;
}

.entry_data input:-moz-placeholder {
  /* Firefox 18- */
  color: #D9D9DA;
}

.entry_data input[type=text],
.entry_data input[type=email],
.entry_data input[type=tel],
.entry_data textarea {
  width: 100%;
  padding: 0 0 5px 20px;
  background: #fff !important;
  outline: none;
  border: none;
  line-height: 2;
  border-bottom: 1px solid #AFAFB0;
  font-family: "yugothib";
  font-size: 16px;
}
@media (max-width: 480px) {
  .entry_data input[type=text],
  .entry_data input[type=email],
  .entry_data input[type=tel],
  .entry_data textarea {
    line-height: 1.6;
  }
  .entry_data input[type=text]::-webkit-input-placeholder,
  .entry_data input[type=email]::-webkit-input-placeholder,
  .entry_data input[type=tel]::-webkit-input-placeholder,
  .entry_data textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.entry_data .your-age,
.entry_data .your-genre,
.entry_data .your-venue {
  position: relative;
  max-width: 280px;
  width: 100%;
  display: block;
  background-color: #fff;
  pointer-events: none;
}

.entry_data .your-age:before,
.entry_data .your-genre:before,
.entry_data .your-venue:before,
.entry_data .entry_file:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #7B7A7B;
  width: 40px;
  height: 100%;
  border-radius: 0px 8px 8px 0;
}

.entry_data .your-age:after,
.entry_data .your-genre:after,
.entry_data .your-venue:after,
.entry_data .entry_file:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  right: 6px;
  top: 50%;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}

.entry_data select {
  outline: none;
  width: calc(100% - 40px);
  margin: 0;
  pointer-events: all;
  border: 2px solid #7B7A7B;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 5px 40px;
  font-size: 12px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
  display: block;
  font-family: "KozGoPr6NRegular";
  line-height: 2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-imagefile {
  width: 197px;
  height: 216px;
  overflow: hidden;
}

#blah {
  /*width: 25%;*/
  display: block;
  margin-top: 18px;
}

.entry_form .wpcf7-list-item {
  position: relative;
  padding-left: 23px;
  font-family: "yugothib";
  width: 20%;
  margin: 0;
}

.entry_form input[type=checkbox]:not(:checked),
.entry_form input[type=checkbox]:checked,
.entry_form input[type=radio]:not(:checked),
.entry_form input[type=radio]:checked {
  width: 16px;
  height: 15px;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  left: 0;
  top: 8px;
  outline: none;
  border: 2px solid #7B7A7B;
}

.entry_form span.wpcf7-list-item-label::before {
  width: 5px;
  height: 10px;
  border: solid #7B7A7B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(50deg) scale(0);
  -ms-transform: rotate(50deg) scale(0);
  transform: rotate(50deg) scale(0);
  left: 6px;
  top: 10px;
  position: absolute;
  transition: 0.2s ease-in-out;
}

.wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
  -webkit-transform: rotate(50deg) scale(1);
  -ms-transform: rotate(50deg) scale(1);
  transform: rotate(50deg) scale(1);
}

.entry_form .wpcf7-list-item-label {
  font-size: 17px;
  color: #000;
  line-height: 1.66em;
  font-family: "yugothib";
}

.entry_data textarea {
  width: 100%;
  height: 180px;
  resize: none;
  padding: 10px 20px 5px 20px;
  border: 1px solid #AFAFB0;
  font-family: "yugothib";
}

.entry_data input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.entry_data .your-photo {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.entry_data .entry_file {
  position: relative;
  max-width: 280px;
  width: 100%;
  pointer-events: all;
  border: 2px solid #7B7A7B;
  padding: 10.3px 10px 10px 70px;
  font-size: 12px;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
}

.entry_data .entry_file:before {
  right: -2px;
  top: -1px;
  height: 107%;
}

.entry_data .entry_file:after {
  right: 4px;
}

.entry_pp {
  width: 90%;
  margin: 0 auto;
  background: #F9F9F9;
  padding: 10px 20px;
}

.entry_ppttl {
  font-size: 14px;
  border-bottom: 2px solid #AFAFB0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  font-family: "yugothib";
}

.privacypolicy-rule {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  font-family: "yugothib";
}
@media (max-width: 480px) {
  .privacypolicy-rule {
    margin-bottom: 20px;
  }
}

.entry_form .privacypolicy-rule .wpcf7-list-item {
  width: auto;
}

.entry_ppinner {
  font-size: 10px;
  line-height: 2;
  color: #000;
  background: #fff;
  padding: 17px;
  overflow-y: scroll;
  max-height: 400px;
}

.entry_confirmbtn {
  justify-content: center;
  position: relative;
}

.entry_confirmbtn input {
  color: #fff;
  padding-top: 5px;
  outline: none;
  display: block;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 #blah {
  margin: 0;
}

.your-photo .wpcf7-not-valid-tip {
  font-size: 0.85em;
  margin-top: 5px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
  top: 0;
}

/*------------------ width ------------------*/
.entry_ppinner::-webkit-scrollbar {
  width: 7px;
}

/*------------------ Track ------------------*/
.entry_ppinner::-webkit-scrollbar-track {
  background: #E0E1E1;
}

/*------------------ Handle ------------------*/
.entry_ppinner::-webkit-scrollbar-thumb {
  background: #B1B1B2;
  border-radius: 50px;
}

/*------------------ Handle on hover ------------------*/
.entry_ppinner::-webkit-scrollbar-thumb:hover {
  background: #B1B1B2;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-age,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-genre,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-venue {
  max-width: 100%;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-age:before,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-genre:before,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-venue:before,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .entry_file:before,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-age:after,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-genre:after,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-venue:after,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .entry_file:after {
  display: none;
}

.entry_data select.wpcf7c-conf {
  width: 100%;
  padding: 0 0 5px 20px;
  outline: none;
  border: none;
  background: #fff !important;
  border-radius: 0;
  border-bottom: 1px solid #AFAFB0;
  line-height: 2;
  font-size: 16px;
  font-family: "yugothib";
  text-align: left;
  text-align-last: left;
  -moz-text-align-last: left;
  -ms-text-align-last: left;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_file {
  display: none;
}

.wpcf7c-conf {
  background: #fff !important;
  padding-left: 0 !important;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data textarea {
  width: 100%;
  height: 25px;
  padding: 0 0 5px 20px;
  outline: none;
  border: none;
  line-height: 2;
  border-radius: 0;
  border-bottom: 1px solid #AFAFB0;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_pp {
  display: none;
}

input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .wpcf7-list-item {
  display: none;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .wpcf7-list-item.show-checkvalue {
  display: block;
  width: 100%;
  padding: 0;
  outline: none;
  border: none;
  background: #fff !important;
  border-radius: 0;
  border-bottom: 1px solid #AFAFB0;
  line-height: 2;
}

.wpcf7-back {
  background: #6DA5D2;
  font-size: 25px;
}

.wpcf7-back:hover {
  background: #59a0d9;
}

.wpcf7-submit {
  background: #DD7884;
  font-size: 25px;
}

.wpcf7-submit:hover {
  background: #e16977;
}

.wpcf7-form.sent .entry_data,
.wpcf7-form.sent .entry_notice,
.wpcf7-form.sent .entry_pp {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 6em;
  font-family: "yugothib";
}

.top-l-enrty {
  margin: -38px 0 38px !important;
}
@media (max-width: 768px) {
  .top-l-enrty {
    margin: -38px 0 38px !important;
  }
}

.entry_ppthanks {
  width: 90%;
  margin: 7em auto 9em;
}
@media (max-width: 768px) {
  .entry_ppthanks {
    width: 100%;
    margin: 3em auto 5em;
  }
}
.entry_ppthanks h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .entry_ppthanks h2 {
    font-size: 20px;
  }
}
.entry_ppthanks p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 40px;
}
@media (max-width: 768px) {
  .entry_ppthanks p {
    padding: 10px 0 30px;
  }
}
.entry_ppthanks .line_btn {
  max-width: 400px;
  width: 80%;
  margin: auto;
  padding: 10px 0 40px;
}

/*--------------------------------------------------------- Media Query SP -------------------------------------------*/
/*--------------------------------------------------------- Media Query SP -------------------------------------------*/
.menu_open #hamburger-menu02 {
  width: 50px;
  height: 70px;
}

.menu_open #hamburger-menu02 span:first-child {
  -webkit-transform: translate(0, 20px) rotate(45deg);
  -ms-transform: translate(0, 20px) rotate(45deg);
  transform: translate(0, 20px) rotate(45deg);
}

.nav_menu a {
  font-size: 16px;
}

.menu_logo {
  padding: 11em 0 3em;
  width: 45%;
}

.top_slide {
  height: auto;
}

.hd_apply {
  width: 210px;
  height: 70px;
}

.hd_apply:hover {
  transform: scale(1);
  top: 0;
  right: -2px;
  width: 210px;
  height: 70px;
  z-index: 1000;
}

.hd_apply a {
  font-size: 16px;
  top: 3px;
  right: 12px;
}

.hd_apply:hover a {
  transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.hd_apply a img {
  width: 50px;
  margin: -4px auto;
}

.logo_text,
.banner_year {
  color: #fff;
}

.banner {
  padding-bottom: 8em;
}

.banner_text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
}

.logo_text span:after {
  border-bottom: 1px solid #fff;
  width: 95%;
}

.logo_text {
  font-size: 45px;
}

.logo_text span {
  font-size: 73px;
}

.banner_year {
  font-size: 40px;
}

.banner_year img {
  width: 25px;
}

.banner_year .sp_year {
  display: inline;
}

.banner_year .pc_year {
  display: none;
}

.animation01 {
  right: 25px;
  bottom: 90px;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  padding: 0 0 25px 0;
}

.animation01:after {
  right: 23px;
  background: #000;
}

.link01 {
  max-width: 100%;
  width: 85%;
  font-size: 14px;
}

.top_newinn {
  flex-direction: column-reverse;
}

.top_newL {
  width: 100%;
}

.top_newL p {
  position: relative;
  padding: 7px 13%;
}

.top_newL p:before,
.top_newL p:after {
  content: "";
  width: 10%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.top_newL p:before {
  background-image: url(../assets/img/left-newbgsp.svg);
  left: 0;
  background-position: left top;
}

.top_newL p:after {
  background-image: url(../assets/img/right-newbgsp.svg);
  right: 0;
  background-position: right top;
}

.top_newR {
  position: relative;
  width: 100%;
}

.ttl02 {
  max-width: 200px;
  width: 48%;
  height: auto;
}

.prologue_ttl {
  top: 23.3%;
}

.banner:after {
  content: "";
  max-width: 290px;
  width: 100%;
  height: 290px;
}

.home .inner {
  width: 100%;
}

.top_chance01inn {
  margin-top: 0;
  padding-top: 40px;
  position: relative;
  justify-content: flex-end;
}

.top_chance01R {
  width: 50%;
}

.top_chance01L {
  width: 100%;
  padding-top: 0;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top_chance01L {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_chance01L {
    top: 18vw;
  }
}

.top_opportunity {
  width: 85%;
  margin: 0 auto;
  padding-top: 3em;
}

.ttl01 {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 26px;
}

.ttl01 img {
  width: 100%;
  height: 29px;
}

.top_chance01 {
  margin-top: 0;
}

.top_chance01:after {
  top: 14%;
  background-image: url("../assets/img/topchance-bg01-sp.png");
}

.top_chance02:after {
  top: -13.5%;
  height: 100%;
  background-position: top;
  background-image: url("../assets/img/topchance-bg02-sp.png");
  background-repeat: no-repeat;
}

.top_chance02inn,
.online_auditon {
  width: 100%;
  padding: 0 38px;
}

.top_chance02 {
  padding: 6em 0;
}

@media screen and (min-width: 768px) {
  .top_chance02txt {
    width: 100%;
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .top_chance02txt {
    width: 100%;
    font-size: calc(10px + 25 * (100vw - 280px) / 488);
  }
}
.top_chance02L {
  width: 50%;
}

.top_chance02R {
  width: 50%;
  padding: 13% 0 0;
}

.animation02 {
  top: -77px;
}

.top_chancetextbox {
  letter-spacing: 0.4px;
  font-size: 14px;
  top: -15px;
}

.top_chance02txt span {
  font-family: "kozgopr6n-medium";
}

.top_moviettlinn {
  justify-content: flex-start;
}

.top_moviettlinn figure {
  width: 90%;
}

.top_movieinn {
  width: 49.5%;
  padding-bottom: 1.2%;
}

.top_movie {
  padding-bottom: 5em;
}

.top_movie_city:after {
  top: 6%;
  height: 84.2%;
  width: 83%;
}

.movie_ttl {
  top: 5%;
}

.top_cityttlinn {
  overflow: hidden;
}

.top_cityttlinn figure {
  width: 100%;
  transform: scale(1.12);
}

.city_ttl {
  top: 55%;
}

.top_city .ttl01 {
  width: 85%;
}

.top_citylist {
  width: 100%;
  margin-bottom: 6em;
}

.top_citylistsp {
  justify-content: space-between;
}

.top_citylist .top_citylistimg {
  width: 85%;
  box-shadow: 10px 10px 0 -6px #e6d953;
}

.top_citylistimg img {
  height: 100%;
}

.top_citylist .top_cityttl01 {
  width: 12%;
  padding: 0;
  box-shadow: none;
  display: block;
}

.top_citylist p {
  padding: 10px 10px 0 18px;
  display: flex;
  justify-content: space-between;
}

.top_citymap {
  font-size: 22px;
  line-height: 1;
}

.top_citymap img {
  width: 34px;
}

.top_cityimg figure {
  max-width: 100%;
  width: 50%;
}

.top_cityimg {
  width: 100%;
  padding: 0;
}

.top_flowttlinn figure {
  width: 86%;
  margin-top: -18%;
}

.top_flowinn {
  width: 100%;
  padding-left: 5%;
}

.top_flowinn li {
  padding-left: 80px;
  margin-bottom: 5em;
}

.top_flow02 {
  width: 85%;
  margin: 65px auto 30px;
  padding: 10px;
}

.top_flow02inn {
  padding: 12px 12px 25px;
}

.top_contact01 p {
  text-align: center;
}

.top_contact02 {
  width: 85%;
  max-width: 100%;
  padding: 35px 10px 0;
}

.top_contactlink img {
  margin-bottom: 0;
}

.top_contactlink:last-child {
  padding-left: 3px;
}

.top_flowinn li p {
  line-height: 1.5;
}

.top_flowinn li h4 {
  font-size: 24px;
  margin-bottom: 13px;
}

.top_flowinn li span {
  font-size: 28px;
  width: 70px;
  height: 150px;
  top: -30px;
  padding-top: 4px;
}

.flow_ttl {
  top: -25%;
}

.top_flow02ttl {
  font-size: 21px;
}

.site-footer {
  padding: 4em 0 20px;
}

.site-footer .site-info {
  width: 90%;
  justify-content: center;
  margin: auto;
  margin-bottom: 3em;
}

.ft_logotext {
  width: 37%;
}

.ft_logsite {
  margin: 0 0 10px;
  width: 37%;
}

.ft_logotext .banner_year img {
  width: 100%;
  margin: 0;
}

.ft_logotext .banner_year {
  margin: 0 auto;
  width: 67%;
}

.apply_buttton {
  font-size: 26px;
  width: 290px;
  margin: 25px auto;
}

.top_chance02 .apply_buttton {
  bottom: 3%;
}

.top_movie_city .apply_buttton {
  bottom: 8%;
}

.subpage_head {
  position: relative;
  margin-bottom: 5em;
  overflow: hidden;
}

.subpage_logo {
  height: 60vw;
}

.ttl03 {
  width: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 8%;
  right: -50%;
}

.subpage_logo:after {
  width: 75%;
}

.subpage_logo a {
  display: block;
  width: 33%;
  margin: -7% auto 0;
}

.entry .inner02 {
  width: 90%;
}

.entry_form {
  margin: -10% auto 30px;
}

.formnavBox {
  width: 100%;
}

.formnavBox li {
  font-size: 12px;
  height: 40px;
  padding: 0px 3px 0;
}

.formnavBox .entry_arrowimg img {
  width: 43%;
  height: 47.7%;
}

.entry_data {
  margin: 3em 0 0;
}
@media (max-width: 480px) {
  .entry_data {
    margin: 3em 0 0;
  }
}

.entry_data th,
.entry_data td {
  width: 100%;
  display: block;
  font-size: 14px;
}

.entry_data td {
  padding-bottom: 20px;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .entry_data td {
    padding-bottom: 20px;
    margin-top: 5px;
  }
}

.entry_form .wpcf7-list-item {
  width: 35%;
}

.entry_data .your-age,
.entry_data .your-genre,
.entry_data .your-venue,
.entry_data .your-photo,
.entry_data .entry_file {
  max-width: 100%;
  width: 90%;
}

.entry_data textarea {
  height: 130px;
}

.entry_ppttl {
  width: 97%;
  margin-bottom: 10px;
}

.entry_form .entry_pp .wpcf7-list-item {
  width: 97%;
  margin: 0;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-age,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-genre,
.custom-wpcf7c-confirmed.custom-confirm-step2 .entry_data .your-venue {
  max-width: 100%;
  width: 100%;
}

.custom-wpcf7c-confirmed.custom-confirm-step2 .wpcf7-list-item.show-checkvalue {
  width: 100%;
  margin: 0;
}

.wpcf7-back {
  margin-bottom: 0;
}

.link01 span {
  font-size: 14px;
}

.privacy_policy .ttl03 {
  width: 90%;
  right: -40%;
}

div.pp {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  background: #fff;
  max-height: 300px;
}
@media (max-width: 480px) {
  div.pp {
    padding: 10px;
  }
}
div.pp p {
  text-align: left;
  font-size: 12px;
}
div.pp h3 {
  margin: 15px 0;
  font-weight: bold;
  font-size: 12px;
}
div.pp table th,
div.pp table td {
  width: auto;
  line-height: 1.6;
  padding: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  font-weight: 600;
  border: 1px solid #000;
}

.entry_form-line {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.76em;
  color: #ea522e;
  margin-bottom: 42px;
  font-family: "yugothib";
}

.entry_form-line h2 {
  margin-bottom: 10px;
}

.entry_form-line .mdQrCode {
  max-width: 180px;
  margin: 10px auto;
  border: #cdcdcd 1px solid;
}

.entry_form-line a {
  display: block;
  width: 100%;
  text-decoration: underline;
  color: #08c755;
}

.entry_form-line {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.76em;
  color: #ea522e;
  margin-bottom: 42px;
  font-family: "yugothib";
}

.entry_form-line .mdQrCode {
  max-width: 152px;
  margin: 10px auto;
  border: #cdcdcd 1px solid;
}

.entry_pp {
  width: 100%;
  margin: 0 auto;
  background: #F9F9F9;
  padding: 10px;
}

.entry_form input[type=checkbox]:not(:checked),
.entry_form input[type=checkbox]:checked,
.entry_form input[type=radio]:not(:checked),
.entry_form input[type=radio]:checked {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  outline: none;
  border: 2px solid #7B7A7B;
}

.entry_form span.wpcf7-list-item-label::before {
  display: none;
}

.entry_form input[type=checkbox]:not(:checked),
.entry_form input[type=checkbox]:checked,
.entry_form input[type=radio]:not(:checked),
.entry_form input[type=radio]:checked {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}

.entry_form input[type=radio]:not(:checked),
.entry_form input[type=radio]:checked {
  width: 16px;
}

.entry_form .your-sex .wpcf7-list-item-label {
  font-size: 14px;
}

.entry_ppinner {
  font-size: 10px;
  line-height: 2;
  color: #000;
  background: #fff;
  padding: 15px;
  overflow-y: scroll;
  max-height: 200px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  color: #1F3134;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

:root {
  color-scheme: light;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.red {
  color: red;
}

@media screen and (min-width: 768px) {
  .l-wrapper {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-main__contents {
    position: relative;
    max-width: 550px;
    margin-right: auto;
    margin-left: 49.7%;
    padding: 0 1.47%;
  }
}
@media screen and (min-width: 768px) {
  .l-main__contents::after {
    background: linear-gradient(to right, #6da5d2, #dd7884);
    z-index: -2;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-main__fvpc {
  z-index: 1000;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .l-main__fvpc {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 30.6%;
    max-width: 418px;
    left: 10.5%;
  }
}
@media screen and (min-width: 1367px) {
  .l-main__fvpc {
    width: 418px;
    left: calc(50% - 550px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .l-main__fvpc {
    display: none;
  }
}
.l-main__fvpc img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-main__fvpc--logo {
    max-width: 369px;
    display: block;
    margin: 0 auto 23px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__fvpc--btn {
    display: block;
    margin: 35px auto 0;
    max-width: 335px;
  }
}
.l-main__contents--inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__contents--inner::before {
    background-color: #FFFFFF;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-main__fvpc--copy {
    text-align: center;
    max-width: 139px;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .hd_apply {
    display: none;
  }
}
body {
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
    background-image: url("../assets/img/bg-pc.jpg");
    background-size: 100% 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    z-index: -1;
  }
}

.page-entry .l-main__fvpc--btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .wrapper {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .wrapper::before {
    background-color: #FFFFFF;
    z-index: -2;
    content: "";
    position: absolute;
    width: 100%;
  }
}

.p-home__chance02 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6em 0;
}
.p-home__chance02--bg {
  top: -13.5%;
  height: 100%;
  background-position: top;
  background-image: url("../assets/img/topchance-bg02-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
}

/*# sourceMappingURL=mod.css.map */
