@charset "UTF-8";
body {
  background-color: #000;
}

.concept_hero_movie::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/twmovie/hero.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.concept_hero_mypage::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/mypage/hero.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.concept_hero_joinnow2024::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/mypage/hero_joinnow2024-min.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.joinnow_link_bok_24 {
	width: 85%;
	height: auto;
	overflow: hidden;
	margin-right:auto;
	margin-left:auto;
}

.joinnow_link_bok_24_2 {
	width: 75%;
	height: auto;
	overflow: hidden;
	margin-right:auto;
	margin-left:auto;
}

.joinnow_link_bok_24_3 {
	width: 75%;
	height: auto;
	overflow: hidden;
	margin-right:auto;
	margin-left:auto;
}

.wl1_link_box_last {
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	padding: 40px;
	overflow: hidden;
	transition: 0.3s;
}


.wl1_link_box_last:hover {
	opacity: 0.7;
}

.left_txt_box2024_2 {
	width: 45%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.left_txt_box2024_2 img {
	width: 100%;
}

.wl1_link_box {
	width: 100%;
	height: auto;
	padding: 40px 20px;
	border-bottom: 2px solid #1c1c1c;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}

.welcome_lp_box {
	width: 45%;
	height: 400px;
	padding: 30px 20px;
	border: 4px solid #1c1c1c;
	float: left;
	margin-right: 10%;
	position: relative;
	transition: 0.3s;
}

.wl1_link_box:hover {
	opacity: 0.7;
}


.welcome_lp_box:hover {
	opacity: 0.7;
}


.left_txt_box2024 {
	width: 70%;
	height: auto;
	float: left;
	margin-right: 5%;
	color: #1c1c1c;
    text-align: left;
    line-height: 1.5;
}

.newplan_sub {
	margin-left: 0;
}
.right_arrow_box2024 {
	width: 25%;
	height: auto;
	float: left;
}

.right_arrow_box2024_2 {
	width: 50%;
	height: auto;
	float: left;
}
.joinnyukai_txtb {
	color: #1c1c1c;
	line-height: 1.5;
	margin-top: 55px;
}

.bmp_lp_box {
	width: 45%;
	height: 400px;
	padding: 30px 20px;
	border: 4px solid #1c1c1c;
	float: left;
	position: relative;
	transition: 0.3s;
}

.joinnow_2024_bottomentry2 {
    color: #1c1c1c;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 30%;
    right: 10%;
}

.joinnow_2024_bottomentry2 .font-en-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
    background-size: contain;
    content: "";
    transition: all 0.5s;
}

.joinnow_2024_bottomentry2_2 {
    color: #1c1c1c;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 15%;
    right: 20%;
}

.joinnow_2024_bottomentry2_2 .font-en-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
    background-size: contain;
    content: "";
    transition: all 0.5s;
}


.bmp_lp_box:hover {
	opacity: 0.7;
}

.joinnow_2024_tit1 {
	color: #1c1c1c;
	text-align: center;
	margin-bottom: 40px;
}

.joinnow_2024_logo1 {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.joinnow_2024_logo1 img {
	width: 100%;
}

.joinnow_2024_logo2 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}

.joinnow_2024_logo2 img {
	width: 100%;
}
.joinnow_2024_bottomentry {
	color: #1c1c1c;
	text-align: center;
	position: absolute;
	display: block;
	bottom:35px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.joinnow_2024_bottomentry .font-en-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
    background-size: contain;
    content: "";
    transition: all 0.5s;
}



/* タブレット スマホ */
@media (max-width: 739px) {
  .top-hero {
    background-image: none;
  }

  .concept_hero_movie::before {
    content: "";
    width: 100%;
    height: 90vw;
    background-image: url(../img/twmovie/hero_sp.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
  
  .concept_hero_mypage::before {
    content: "";
    width: 100%;
    height: 90vw;
    background-image: url(../img/mypage/hero_sp.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
  
  .concept_hero_joinnow2024::before {
    content: "";
    width: 100%;
    height: 90vw;
    background-image: url(../img/mypage/hero_sp_joinnow2024-min.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
  
  .joinnow_link_bok_24 {
	  width: 90%;
  }
  
  .joinnow_link_bok_24_2 {
	  width: 90%;
  }
  
  .welcome_lp_box {
    width: 100%;
    height: 230px;
    padding: 20px 10px 10px 10px;
    border: 3px solid #1c1c1c;
    float:none;
    margin-right: 0;
    margin-bottom: 25px;
    position: relative;
    transition: 0.3s;
   }
  
  .bmp_lp_box {
    width: 100%;
    height: 230px;
    padding: 20px 10px 10px 10px;
    border: 3px solid #1c1c1c;
    float: none;
    position: relative;
    transition: 0.3s;
   }
   
   .joinnow_2024_tit1 {
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 10px;
    }
    
    .joinnow_link_bok_24 a {
	 text-decoration: none;
    }
    
    .joinnow_2024_bottomentry {
	    bottom: 20px;
    }
    
    .joinnow_link_bok_24_2 {
    width: 100%;
    }
    
   .wl1_link_box {
    width: 100%;
    height: auto;
    padding:5% 2% 5% 3%;
    border-bottom: 2px solid #1c1c1c;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    }
    
    .newplan_sub {
	margin-left: 0;
    } 
    
    .joinnow_2024_bottomentry2 {
    color: #1c1c1c;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 30%;
    right: 10%;
    }
    
    .joinnow_2024_bottomentry2 .font-en-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
    background-size: contain;
    content: "";
    transition: all 0.5s;
    }
    .joinnow_link_bok_24_3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    }
    .wl1_link_box_last {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 3%;
    overflow: hidden;
    transition: 0.3s;
    }
    
    .left_txt_box2024_2 {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 3%;
    }
    
    .right_arrow_box2024_2 {
    width: 55%;
    height: auto;
    float: left;
    }
    
    .joinnyukai_txtb {
    color: #1c1c1c;
    line-height: 1.5;
    margin-top: 5%;
    }
    .joinnow_2024_bottomentry2_2 .font-en-link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
    background-size: contain;
    content: "";
    transition: all 0.5s;
    }
    .joinnow_2024_bottomentry2_2 {
    color: #1c1c1c;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 10%;
    right: 16%;
    }


    
    
  
}/*# sourceMappingURL=style-plus-concept.css.map */