@charset "UTF-8";
/* 
el-theme-v2_styles.css
Global Styles
====================================================*/
body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.font__en {
  font-family: "Futura", "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 110%;
}

/* Layout */
.el-inner, .el-inner-w, .el-inner-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 520px;
    padding: 0 20px;
}

.el-header {
    position: fixed;
    margin: 0 12%;
    padding-top: 16px;
    background-color: #fff;
}

.el-main {
    display: block;
    margin-top: 60px;
    overflow: hidden;
}

.el-top_mv {
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 80px;
}

@media screen and (min-width: 768px) {
    .el-inner {
        padding: 0 48px;
    }
    .el-main {
        margin-top: 80px;
    }
    .el-top_mv {
        width: 560px;
    }
}

@media screen and (min-width: 1024px) {
    .el-inner {
        max-width: 1176px;
    }
    .el-inner-w {
        max-width: 1120px;
        padding-top: 20px;
    }
    .el-main {
        margin-left: 88px;
        margin-top: 0;
    }
    .el-top_mv {
        width: 100vw;
        max-width: 2560px;
    }
}
/* Typography 
==================================================== */
.el-top-copy__en, .el-top-copy__ja {
    display: block;
    color: #232323;
}

.el-top-copy__en {
    font-family: "Futura", "Century Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    font-size: 8.2666vw;
}

.el-top-copy__ja {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.2em;
    font-size: 3.73vw;
}

@media screen and (min-width: 1024px) {
    .el-top-copy__ja {
        font-size: 1.9vw;
    }
    .el-top-copy__en {
        font-size: 3.869vw;
    }
}

/* Gradient Text
==================================================== */
.gradient_pink{
		background: -webkit-linear-gradient(0deg, #ff64de, #ff5328 );
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
}
.gradient_blue{
		background: -webkit-linear-gradient(0deg, #34d8f6, #7dc623 );
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
}
.gradient_green{
		background: -webkit-linear-gradient(0deg, #7dc623, #34d8f6 );
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
}
.gradient_green_bg{
		background: -webkit-linear-gradient(0deg, #7dc623, #34d8f6 );
}


/* News
==================================================== */
.el-news-heading__en {
  display: block;
  font-family: "Futura", "Century Gothic", sans-serif;
  font-size: clamp(40px, 10.6667vw, 80px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 16px 0 8px;
  color: #ff64de;
}

.el-news-heading__ja {
  display: inline;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック",
    "Hiragino Sans", "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
}

.el-news__desc {
  margin-top: 24px;
}

.el-news__desc a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}

.el-news__desc a::before {
  background: #ff64de;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.el-news__desc a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.el-news__link_elpink {
  margin-top: 40px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.el-news__link_elpink a {
  color: inherit;
  text-decoration: none;
}

.el-news__link_elpink::after {
  background-color: #ff64de;
  content: "";
  display: inline-block;
  height: 2px;
  margin: 0 4px;
  width: 24%;
}

/* News Tags */
.el-news__desc span.date {
  font-size: 10px;
  font-weight: 700;
  color: #232323;
}

.el-news__desc span.campaign,
.el-news__desc span.update,
.el-news__desc span.press_release,
.el-news__desc span.report,
.el-news__desc span.event {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック",
    "Hiragino Sans", "Hiragino Kaku Gothic Std", sans-serif;
  margin-left: 8px;
  padding: 4px 8px;
  vertical-align: middle;
  line-height: 1.3;
  background: #f7f7f7;
  border-radius: 0.2em;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #232323;
}

.el-news__desc br.br-sp {
  display: block;
}


/*
Company Infomation
*/
#mission{
	margin-top:80px;
}
#vision{
	margin-top:120px;
}
#vision h2{
	margin: 0 0 8px 0!important; 
	padding: 8px 0 0 0!important;
}
.about__title{
    display: block;
    font-family: "Futura","Century Gothic",sans-serif;
    font-size: 24px!important;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    color: #7DC623;
}
.about__lead{
	margin-top: 16px!important; 
	font-size: 32px!important;
	font-weight: 700!important;
}
.about__txt{
	margin-top:24px!important;
	font-size: 14px!important;
	font-weight: 400!important;
}
@media screen and (min-width: 1024px) {
		.about__txt{
			margin-top:24px!important;
			font-size: 16px!important;
			font-weight: 400!important;
		}
}
.about__heading3{
	margin-top: 24px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.el-company-heading__en {
    display: block;
    font-family: "Futura","Century Gothic",sans-serif;
    font-size: 16px!important;
    font-weight: 700!important;
    letter-spacing: .01em;
    line-height: 1;
    margin: 16px 0 8px;
    color: #7DC623;
}
.el-company-heading__ja {
    margin-top: 20px;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic Std",sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .1em;
    background: linear-gradient(transparent 60%, #7DC623 60%);
    display: inline;
    padding: 0 0 4px;
}
@media screen and (min-width: 1024px) {
    .el-company-heading__ja {
        margin-top: 48px;
    }
}

.el-top-heading__en {
    display: block;
    font-family: "Futura","Century Gothic",sans-serif;
	font-size:36px;
/*    font-size: clamp(40px,10.6666666667vw,80px); */
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    margin: 16px 0 8px;
    color: #7DC623;
}
.el-top-heading__ja {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic Std",sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    /* background: linear-gradient(transparent 60%, #7DC623 60%); */
    display: inline;
    padding: 0 0 4px;
}
.el-top-heading::after {
    height: 26px;
    margin: 20px 0 0;
}
.el-top-heading__ja {
    font-size: 16px;
}
.el-top-heading.m-align-left::after {
    margin: 20px 0 0 36px;
}
.el-top__desc{
    margin: 24px 0 20px;
}
.el-top__desc-link{
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}
.el-top__desc-link::after {
    background-color: #7DC623;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 0 3px 16px;
    width: 24%;
}
a {
    color: inherit;
    text-decoration: none;
}
.el-top__desc a:hover {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #7DC623;
    padding: .5em;
    transition: .3s;
}
.el-top__desc-link_elpink {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}
.el-top__desc-link_elpink::after {
    background-color: #FF64DE;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 4px;
    width: 24%;
}
.el-company-table{
    text-align:left;
    width:100%;
    margin: 80px auto 40px !important;
    border-collapse: separate;
    border-spacing: 5px 0px;
    letter-spacing:0;
}
.el-company-table tr td{
    padding:8px 0;
	font-size:14px;
}
.el-company-table tr td:nth-of-type(odd){
    width:120px;
    border-top:#7DC623 solid 2px;
    padding:8px 0;
    vertical-align:center;
    font-weight: 400;
}
table.el-company-table tr td:nth-of-type(even){
    width:460px;
    border-top:#7DC623 dotted 1px;
}
table.el-company-table tr:last-of-type td:nth-of-type(odd){
    border-bottom:#7DC623 solid 2px;
}
table.el-company-table tr:last-of-type td:nth-of-type(even){
    border-bottom:#7DC623 dotted 1px;
}
table.el-company-table td {
    border: none;
}
.el-company-txt{
	margin-top: 8px;
	text-align: right;
	font-size:12px;
}



/*
Top Links
*/

.el-top-links {
    background-image: linear-gradient(to bottom, #34D8F6 0%, #7DC623 100%);
    padding: 40px 0;
    position: relative;
}
.el-top-links__item {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 16px;
    position: relative;
}

.el-top-links__item >li {
    margin: 0 auto 32px;
    padding: 16px;
    position: relative;
}

.el-top-links__item-tag01 {
    background-color: #34D8F6;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 0 8px;
    padding: 2px 8px;
}

.el-top-links__item-tag02 {
    background-color: #7DC623;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0 0 8px;
    padding: 2px 8px;
}
.el-top-links__en{
    margin-top: 80px;
    font-family: "Futura","Century Gothic",sans-serif;
    font-size: clamp(40px,10.6666666667vw,80px);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    color: #fff;
}
.el-top-links__item p{
    margin-top: 16px;
}

.badge_agent {
    text-align: center;
}

/* ライバー応募
====================================================*/

#le-kv{
	margin: 0 auto 40px;
}
#le-kv img{
	margin: 0 auto 40px;
}

.le-entry_btn {
	display: flex;
	/* width: 320px; */
	height: 60px;
	margin: 0 auto;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	border-radius: 50px;
	background: linear-gradient(118deg, #06c766, 80%,#34d8f6);
	transition: background 1s;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700;
	line-height: normal;
}
.le-entry_btn a:link {
	color: #fff !important;
	font-size: 32px !important;
	font-weight: 700;
	line-height: normal;
}
.le-entry_btn a:hover {
	background: linear-gradient(118deg, #06c766, 80%,#34d8f6);
}

.el-top_appdl_btn_footer{
	display: flex;
}
.el-top_appdl_footer_sp{
	position: fixed;
	display:block;
	width: 40vw;
	bottom: 16px;
	right: 16px;
	z-index: 1;
}
.el-top_appdl_footer_pc{
	display:none;
}

.le-entry_footer {
	position: fixed;
	display:none;
	bottom: 8px;
	right: 0;
	left: 0;
	z-index: 1;
}
.le-entry_text{
	margin-top: 8px;
	text-align: center;
	color: #2F2F2F !important;
	font-size: 14px !important;
	font-weight: 700;
	line-height: normal;
}
.le-entry_text_normal{
	text-align: center;
	margin-bottom: 0;
	font-size: 14px !important;
	font-weight: 400;
}
.le-entry_text a:link {
	color: #2F2F2F !important;
	text-decoration-line: underline;
}
.le-bnr{
	margin: 40px auto 0;
}
#le-lead{
	margin-top: 40px;
	padding: 40px 0;
	background: #fafafa;
}
.le-lead_heading{
	margin-bottom: 8px;
	text-align: center;
	font-size: 24px!important;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(118deg, #06c766, 80%,#34d8f6);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.le-lead_heading span{
	font-size: 40px!important;
}
.le-lead_text{
	color: #2F2F2F;
	text-align: center;
	font-size: 14px!important;
	font-weight: 600;
	line-height: normal;
}
.le-lead_items{
	display: flex;
	width: 300px;
	margin: 8px auto 0px;
	padding: 16px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #34D8F6;
	border-radius: 8px;
 	background: #FFF;
	font-size: 14px!important;
	font-weight: 600;
	text-align: center;
}
.le-lead_p{
	padding: 40px 0;
	text-align: center;
	font-size: 14px !important;
	font-weight: 600;
	line-height: normal;
}
.le-lead_p span {
	color: #7DC623;
}
#le-recommend{
	padding: 40px 0;
	background: #FAFAFA;
}
.le-recommend_heading{
	text-align: center;
	font-size: 24px !important;
	font-weight: 600;
	line-height: normal;
}
.le-recommend_items{
	position: relative;
	width: 320px;
	margin: 40px auto 0;
	padding: 16px;
	background-color: #fff;
	text-align: center;
	line-height: normal;
}
.le-recommend_items span.le-recommend_num{
	position: absolute;
	top: -32px;
   	left: 8px;
    -webkit-text-stroke: 2px #34D8F6;
    -webkit-text-fill-color: transparent;
	font-size: 40px!important;
	font-weight: 900;
}
.le-recommend_items span.le-recommend_title{
		font-size: 16px!important;
		font-weight: 600;
}
.le-recommend_items span.le-recommend_txt{
		font-size: 14px!important;
		font-weight: 400;
}
#le-security{
	padding: 40px 0;
}
.le-security_heading{
	text-align: center;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-security_heading3{
	font-size: 16px!important;
	font-weight: 600;
}
.le-security_items{
	margin: 16px auto;
	padding: 24px;
	gap: 10px;
	background: #fafafa;
	border-radius: 60px 0;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-security_p{
	margin-bottom: 0;
	font-size: 14px!important;
	font-weight: 400;
}
#le-support{
	padding: 40px 0;
	background: linear-gradient(118deg, #7DC623 0%, #34D8F6 100%);
	border-radius: 0 60px;
}
.le-support_heading{
	text-align: center;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
	color: #fff;
}
.le-support_heading3{
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 24px 0 ;
	font-size: 16px!important;
	font-weight: 600;
	color: #fff;
}
.le-support_heading-line {
	margin: 0 8px;
    background: #fff;
    border-radius: 10px;
    height: 1px;
    width: 50px;
}
.le-support_items{
	margin: 0 auto;
	padding: 16px;
	gap: 10px;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
	color: #fff;
}
.le-support_p{
	margin-bottom: 0;
	font-size: 14px!important;
	font-weight: 400;
	color: #fff;
}
#le-voice{
	padding: 80px 0;
}
.le-voice_lists{

}
.le-voice_heading{
	text-align: center;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
	color: #34D8F6;
	background: linear-gradient(118deg, #7DC623 0%, #34D8F6 100%);
   background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.le-voice_heading3{
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 24px 0 ;
	font-size: 24px!important;
	font-weight: 600;
}
.le-voice_heading-line {
	 margin: 0 8px;
    background: #34D8F6;
    border-radius: 10px;
    height: 3px;
    width: 50px;
}
.le-voice_items{
	margin: 16px auto;
	padding: 16px;
	gap: 10px;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-voice_p{
	margin-bottom: 0;
	font-size: 14px!important;
	font-weight: 400;
}
#le-event{
	padding: 40px 0;
}
.le-event_heading{
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-event_heading3{
	font-size: 16px !important;
	font-weight: 600;
}
.le-event_items{
	margin: 16px auto;
	padding: 16px;
	gap: 10px;
	background: #fafafa;
	border-radius: 60px 0;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-event_p{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
.le-event_youtube-wrapper{
  width:100%;
  height:0;
  padding-bottom:56.25%;
  position:relative
}
.le-event_youtube-wrapper iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0
  left:0
}
#le-faq{
	padding: 40px 0;
	background: #fafafa;
}
.le-faq_heading{
	text-align: center;
	font-size: 24px!important;
	font-weight: 600;
	line-height: normal;
}
.le-faq_lists{

}
.le-faq_items{
	position: relative;
	width: 320px;
	margin: 40px auto 0;
	padding: 24px;
	border-radius: 0 60px;
	background-color: #fff;
	font-size: 16px!important;
	font-weight: 600;
	line-height: normal;
}
.le-faq_items span{
	display: block;
   margin-top: 8px;
	font-size: 14px!important;
	font-weight: 400;
	line-height: 1.2em;
}
.le-faq_items span.le-faq_num{
	position: absolute;
	top: -40px;
   left: 0px;
    -webkit-text-stroke: 2px #34D8F6;
    -webkit-text-fill-color: transparent;
	font-size: 40px!important;
	font-weight: 900;
}
	.le-faq_items span.le-faq_title{
		font-size: 16px!important;
		font-weight: 600;
}
	.le-faq_items span.le-faq_txt{
		font-size: 14px!important;
		font-weight: 400;
}
	/*　for PC　*/
@media screen and (min-width:1024px) {
	.el-top_appdl_footer_sp{
		display:none;
 	 }
	.el-top_appdl_footer_pc{
		position: fixed;
		display:block;
		width: 18vw;
		bottom: 16px;
		right: 16px;
		z-index: 1;
	  }
		.le-entry_btn {
		display: flex;
		width: 725px;
		height: 80px;
		margin: 0 auto;
		padding: 8px 16px;
		border-radius: 50px;
		background: linear-gradient(118deg, #06c766, 80%,#34d8f6);
		justify-content: center;
		align-items: center;
		gap: 16px;
		flex-shrink: 0;
		color: #fff !important;
		font-size: 32px!important;
		font-weight: 600;
		line-height: normal;
	}
	.le-entry_footer {
		position: fixed;
		display: none;
		bottom: 8px;
		right: 16px;
		left: auto;
		z-index: 1;
	}
	.le-entry_btn_footer{
		width: 320px;
		height: 60px;
		font-size: 18px!important;
	}
	.le-bnr{
		width: 68%;
	}
	#le-lead{
		padding: 80px 0;
	}
	.le-lead_heading{
		margin-bottom: 24px;
		font-size: 40px!important;
	}
	.le-lead_heading span{
		font-size: 48px!important;
	}
	*, *:before, *:after {
		box-sizing: border-box;
	}
	.le-lead_lists{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.le-lead_lists > *{
		width: calc( 50% - 80px ) ;
		margin-right: 24px;
		margin-bottom: 24px!important;
	}
	.le-lead_lists > *:nth-child(2n){
		margin-right: auto;
	}
	.le-lead_lists > * > *{
		background: #fff;
		height: 120px;
		position: relative;
		overflow: hidden
	}
	.le-lead_items{
		font-size: 18px!important;
	}
	.le-lead_text{
		font-size: 20px!important;
	}
	.le-lead_p{
		padding: 80px 0 80px 0;
		font-size: 24px!important;
	}
	.le-recommend_heading{
		font-size: 40px!important;
	}
	.le-recommend_items{
		width: 668px;
		padding: 16px;
		font-size: 24px!important;
	}
	.le-recommend_items span.le-recommend_num{
	position: absolute;
	top: -32px;
   	left: 8px;
    -webkit-text-stroke: 2px #34D8F6;
    -webkit-text-fill-color: transparent;
	font-size: 64px!important;
	font-weight: 900;
	}
	.le-recommend_items span.le-recommend_title{
			font-size: 24px!important;
			font-weight: 600;
	}
	.le-recommend_items span.le-recommend_txt{
			font-size: 16px!important;
			font-weight: 400;
	}
	#le-security{
		padding: 80px 0;
	}
	.le-security_lists{
		width: 800px;
		margin: 0 auto;
	}
	.le-security_heading{
		font-size: 40px!important;
	}
	.le-security_heading3{
		font-size: 24px!important;
		font-weight: 600;
	}
	.le-security_items{
		padding:40px;
	}
	#le-support{
		padding: 80px 0;
		border-radius: 0 160px;
	}
	.le-support_lists{
		width: 800px;
		margin: 0 auto;
	}
	.le-support_heading{
		font-size: 40px!important;
	}
	.le-support_heading3{
		font-size: 24px!important;
		font-weight: 600;
	}
	.le-support_items{
		padding:40px;
	}
	.le-voice_lists{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.le-voice_lists > *{
		/*width: calc( 50% - 	160px ) ;*/
		width: calc( 50% - 	40px ) ;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.le-voice_lists > *:nth-child(2n){
		margin-right: auto;
	}
	.le-voice_lists > * > *{
		position: relative;
		overflow: hidden
	}
	.le-voice_heading{
		font-size: 40px!important;
	}
	.le-voice_heading3{
		font-size: 24px!important;
	}
	.le-voice_items{
		padding:0;
	}
	#le-event{
	padding: 80px 0;
	}
	.le-event_heading{
		font-size: 40px!important;
	}
	.le-event_lists{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.le-event_lists > *{
		/* width: calc( 50% - 	160px ) ;*/
		width: calc( 50% - 	16px ) ;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.le-event_lists > *:nth-child(2n){
		margin-right: auto;
	}
	.le-event_lists > * > *{
		position: relative;
		overflow: hidden
	}
	.le-faq_heading{
		font-size: 40px!important;
	}
	.le-faq_items{
		width: 800px;
		margin-top: 60px;
		padding: 40px;
	}
	.le-faq_items span.le-faq_num{
		position: absolute;
		top: -52px;
	    left: -10px;
		-webkit-text-stroke: 2px #34D8F6;
		-webkit-text-fill-color: transparent;
		font-size: 64px!important;
		font-weight: 900;
	}
	.le-faq_items span.le-faq_title{
		font-size: 24px!important;
		font-weight: 600;
	}
	.le-faq_items span.le-faq_txt{
		font-size: 16px!important;
		font-weight: 400;
	}
}
/*
_ライバー応募
*/
.el-liverform-heading__en {
    display: block;
    font-family: "Futura","Century Gothic",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    margin: 16px 0 8px;
    color: #ff55ee;
}

.el-liverform-heading__ja {
    margin-top: 20px;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic Std",sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: .1em;
    background: linear-gradient(transparent 60%, #ff55ee 60%);
    display: inline;
    padding: 0 0 4px;
}
@media screen and (min-width: 1024px) {
    .el-company-heading__ja {
       margin-top: 48px;
    }
}
.el-le-bnr > img {
    display: block;
    margin: 0 auto;
}
.el-le-bnr > source {
    display: block;
    margin: 0 auto;
}
.el-le-point h3 {
    position: relative;
    overflow: hidden;
    padding: 8px 8px 8px 120px;
    border: solid 2px #ff64de;
}
.el-le-point h3:before {
    position: absolute;
    content: '';
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    transform: rotate(25deg);
    background: #ff64de;
}
.el-le-point h3 span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: inherit;
    padding-left: 16px;
    color: #fff;
}
.el-le-merit {
    background: transparent linear-gradient(135deg, #B0E47F 0%, #99EBFA 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 24px;
}
.el-le-merit h3{
    text-align: center;
    color: #ffffff;
}
.el-le-merit-wrap {
    display: grid;
    grid-template-columns: 130px 130px;
    grid-template-rows: 130px 130px;
    justify-content: center;
    gap: 16px;
}
.el-le-merit-wrap .el-le-merit-item {
    max-width: 130px;
    border-radius: 100%;
    padding: 14px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.el-le-merit-wrap .el-le-merit-item::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.el-le-merit-item {
    font-size: 12px;
    font-weight:600;
    color: #4e4e4e;
}

.el-le-text-lead {
    position: relative;
    display: table-cell;
    padding: 0 45px;
    white-space: nowrap;
    text-align: center;
}
.el-le-text-lead:before, .el-le-text-lead:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #ff64de;
}
.el-le-text-lead:before {
    left:0;
    transform: rotate(60deg);
}
.el-le-text-lead:after {
    right: 0;
    transform: rotate(-60deg);
}

@media screen and (min-width: 1024px) {
	.el-le-merit {
        padding: 24px;
	}
	.el-le-merit-wrap {
        display: grid;
        grid-template-columns: 300px 300px;
        grid-template-rows: 300px 300px;
        justify-content: center;
        gap: 44px;
	}
	.el-le-merit-wrap .el-le-merit-item {
        max-width: 300px;
        border-radius: 100%;
        padding: 38px;
        background: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	}
	.el-le-merit-item {
        font-size: 24px;
	}
}

/* 優良エージェント（初期サイトから移行）
====================================================*/
.agent_body {
    color: #000
}
img {
    display: block;
}
.agent {
    position: relative;
}
.agent__title {
    width: 100%;
    padding: 4.66667vw 0;
    text-align: center;
    background-image: url('../../assets/img/agent/header_pc.png');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agent__title img {
    width: 80vw
}
.agent__headline--sub {
    display: inline-block;
    width: 48vw;
    padding: 1vw 3vw;
    border-radius: 40px;
    margin-top: 4.66667vw;
    margin-bottom: 4.66667vw;
    text-align: center;
    font-size: 3.58974vw;
}
.agent__action {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 5.12821vw;
    text-align: center;

}
.agent__headline--sub.green {
    color: #fff;
    background-color: #76d657
}
.agent__discription {
    font-size: 2.5641vw;
    padding-bottom: 3.58974vw;
}
.agent__precaution {
    font-size: 2.5641vw;
    /* padding: 0 7.69231vw; */
    text-align: left;
}
.agent__precaution span {
    font-weight: 600;
    color: #ff55ee;
}
.agent__underline {
    height: 0.38462vw;
    width: 100%;
    background-color: #bef2ff;
    margin: 3.58974vw 0 0;
}
.agent__good_agent {
    font-size: 4.61538vw;
    font-weight: 600;
    padding: 3.58974vw 0 0;
}
.agent__good_agent_span {
    font-size: 4.61538vw;
    font-weight: 600;
    padding: 2.5641vw 0 0;
}
.agent__good_agent_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4.10256vw;;
}
.agent__good_agent_icon img {
    width: 23.07692vw;
}
.agent__wrapper {
    display: -ms-grid;
    display: grid;
    padding-top: 4.10256vw;
    grid-gap: 4.10256vw;;
}
.agent__wrapper_01 {
	display: inline-block;
    padding-top: 4.10256vw;
}
.agent__info {
    border: 0.38462vw solid #ff87ee;
    border-radius: 3.07692vw;
}
.agent__agent_img {
    padding-top: 4.10256vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.agent__agent_img img {
    width: 33.33333vw;
}
.agent__agent_link {
    font-size: 3.07692vw;
    padding-top: 2.5641vw;
}
.agent__agent_link a {
    color: #35D8F6;
    text-decoration: underline;
}
.agent__agent_liver_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   /*  padding: 7.69231vw 6.41026vw 4.10256vw; */
	padding: 8px;
}
.agent__agent_liver {
   /*  width: 21.79487vw; */
	width:100%;
}
.agent__agent_liver img {
    margin: 0 auto;
    width: 16.66667vw;
    border-radius: 8.97436vw;
}
.agent__agent_liver_name {
    padding-top: 3.07692vw;
    font-size: 3.07692vw;
}
.modal .cmn__menu .cmn__menu--item a {
    font-family: "futura-pt"
}
@media(min-width: 768px) {
    img {
        /* width: 100%; */
    }
    .agent__title {
        width: 100%;
        min-height: 200px;
        background-image: url('../../assets/img/agent/header_pc.png');
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .agent__title img {
        width: 40%
    }
    .agent__headline--sub {
        display: block;
        width: 350px;
        font-size: 24px;
        margin: 35px auto;
        padding: 10px 0;
        text-align: center;
    }
    .agent__action {
        /* width: 1200px; */
        margin: 0 auto;
        padding-bottom: 0;
        text-align: center;
    }
    .agent__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* width: 1200px; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }
	.agent__wrapper_01 {
		width: 50%;
	}
    .agent__discription {
        font-size: 1.04167vw;
        font-weight: 600;
        padding-bottom: 2.08333vw;
    }
    .agent__precaution {
        font-size: 1.04167vw;
        /* padding: 0 18.75vw; */
        text-align: left;
    }
    .agent__precaution span {
        font-weight: 600;
        color: #ff55ee;
    }
    .agent__underline {
        height: 0.20833vw;
        width: 70%;
        margin: 2.08333vw 15% 0;
    }
    .agent__good_agent {
        font-size: 1.66667vw;
        font-weight: 600;
        padding: 1.66667vw 0 0;
    }
    .agent__good_agent_span {
        font-size: 1.66667vw;
        font-weight: 600;
        padding: 0.97222vw 0 0;
    }
    .agent__good_agent_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1.11111vw;
    }
    .agent__good_agent_icon img {
        width: 10vw;
    }
    .agent__wrapper {
        display: -ms-grid;
        display: grid;
        /* padding: 3.33333vw 5.55556vw 0;
        grid-gap: 5.55556vw; */
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
    .agent__info {
        border: 0.20833vw solid #ff87ee;
        border-radius: 0.83333vw;
			max-width:500px;
			margin-bottom:80px;
    }
    .agent__agent_img {
        padding-top: 2.22222vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 2.22222vw;
    }
    .agent__agent_img img {
        width: 9.02778vw;
    }
    .agent__agent_link {
        font-size: 0.83333vw;
        padding-top: 0.69444vw;;
    }
    .agent__agent_link a {
        color: #35D8F6;
        text-decoration: underline;
    }
    .agent__agent_liver_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
       /* padding: 2.08333vw 1.73611vw 1.11111vw; */
		padding: 8px;
    }
    .agent__agent_liver {
        width: 8.33333vw;
    }
    .agent__agent_liver img {
        margin: 0 auto;
        width: 6.77083vw;
        border-radius: 12.5641vw;
    }
    .agent__agent_liver_name {
        padding-top: 0.83333vw;
        font-size: 0.83333vw;
    }
}
/*
FAQ
*/

h2.FAQ_list-title {
  text-align: center;
  font-weight: bold;
  color: #232323;
}

.FAQ_search_placeholder {
  margin: 40px auto;
}

#FAQ_search {
  width: 100%;
  color: #666;
  padding: 8px 24px;
  border: 1px solid #666;
  border-radius: 30px;
}

ul#FAQ_list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  height: 800px;
  overflow-y: scroll;
  border: 1px solid #666;
}

li a.FAQ_list-item {
  border: 1px dotted #ddd;
  margin-top: -1px;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #232323;
  display: block;
}

/*every friends（初期サイトから移行））
====================================================*/

.el-friends-heading__en {
    display: block;
    font-family: "Futura","Century Gothic",sans-serif;
    font-size: clamp(40px,10.6666666667vw,80px);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    margin: 16px 0 8px;
    color: #ff5328;
}

.chara_body {
    color: #000;
}
.chara {
    overflow: hidden;
}
.chara__title {
    width: 65.333333333vw;
    margin: 0 auto;
    margin-top: 14.666666666vw;
}
.chara__title img {
    width: 100%;
}
.chara__title--sub {
    font-size: 4vw;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 3.333333333vw;
}

.chara__copy {
    width: 81.4%;
    margin: 19.333333333vw auto 0;
}

.chara__visual {
    width: 98.266666666%;
}

.chara__lead {
    color: #000;
    font-size: 4.266666666vw;
    font-weight: bold;
    margin-top: 4.666666666vw;
    text-align: center;
    line-height: 1.75;
}

.chara__inner {
    margin: 10.666666666vw 0 13.04347826100vw;
    padding: 0 4%;
    text-align: justify;
    line-height: 1.75;
}
.chara__list--item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 13.6vw;
}
.chara__list--item:nth-child(1) .chara__profile--name {
    width: 38.260869565%;
}
.chara__list--item:nth-child(2) .chara__profile--name {
    width: 18.695652173%;
}
.chara__list--item:nth-child(3) .chara__profile--name {
    width: 32.898550724%;
}
.chara__list--item:nth-child(4) .chara__profile--name {
    width: 28.84057971%;
}
.chara__list--item:nth-child(5) .chara__profile--name {
    width: 33.913043478%;
}

.chara__profile--kana {
/*    font-size: 4vw;
    font-weight: bold;
    padding-top: 1.449275362vw;
    padding-bottom: 0.724637681vw;
    padding-left: 0.579710144%; */
 	font-size:18px;
	font-weight:600;
	padding:0;
}

.chara__blue {
    color: #34d8f6;
    border-bottom: 2px solid #34d8f6;
}.chara__pink {
    color: #ff64de;
    border-bottom: 2px solid #ff64de;
}

.chara__profile--head {
    font-size:4.666666666vw;
    font-weight: bold;
    padding: 6.52173913vw 0;
}

.chara__profile--text {
   /* font-size: 3.733333333vw;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5; */
	margin-top:8px;
	font-size: 16px;
    font-weight: 400;
	line-height:inherit;
}

.chara__icon {
/*	 width: 65.217391304vw;
    margin: 5.797101449vw auto 0;*/
	width: 60%;
    margin: 0 auto;
}

.chara__shiny {
    margin-top: -2.666666666vw;
}
	.chara__list{
		margin-left:0!important;
	}

/**************************************************
  768px以上(PC)
**************************************************/
@media screen and (min-width: 1024px) {
/*@media (min-width: 768px) {**/
    .character {
	  /* min-width: 1200px; */
       min-width: 100% :
        margin: auto;
    }
    .chara__title {
        width: 650px;
        margin-top: 120px;
    }
    .chara__title--sub {
        font-size: 30px;
        font-weight: normal;
        margin-top: 36px;
    }
    .chara__copy {
        position: relative;
        margin-top: 120px;
        width: 644px;
        z-index: 10;
    }
    .chara__visual {
        width: 815px;
        margin: 200px auto 0;
        margin: -30px auto 0;
    }
    .chara__visual img {
        width: 100%;
    }

    .chara__lead {
        font-size: 24px;
        font-weight: 520;
        font-weight: normal;
        margin-top: 60px;
    }

    .chara__inner {
     /* width: 1000px : */
		width: 100%;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 0px;
        padding: 0;
    }

    .chara__list--item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
    }

    .chara__icon {
       /* width: 350px;*/
		width: 240px;
        text-align: right;
        margin-top: 0;
    }
    .chara__icon img {
        width: 100%;
    }
    .chara__profile {
         /*  width: 600px;*/
		width: 480px;
    }
    .chara__profile--head {
        font-size: 16px!important;
        font-weight: 400;
        padding: 24px 0 8px;
        line-height: inherit!important;
    }

    .chara__profile--kana {
		font-size: 24px;
        padding: 2px 0;
        margin-bottom: 24px !important;
    }
    .chara__profile--text {
        font-size: 16px!important;
        font-weight: 400;
        padding: 24px 0 8px;
        line-height: inherit!important;
    }
    .chara__left {
        order: 0;
    }
    .chara__right {
        order: 1;
    }
    .chara__shiny {
        padding-top: 0;
        margin-top: -13px;
    }
}

/*How To
====================================================*/

.el-howto-txt{
	margin-top:40px;
	font-size:14px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #ff5328;
}
.el-howto-txt a{
	color: #00A1C6;
}

/*Social Media Accounts 公式アカウント
====================================================*/

dl.sns_list dt{
	    margin-top: 24px;
}
dl.sns_list span.ic{
	    font-size: 3.5em;
}
dl.sns_list span.title{
	    font-size: 1.5em;
	    font-weight:600;
}

.fa-line {
    color: #00B900;
}
.fa-instagram {
    background: -webkit-gradient(linear, left top, left bottom, from(#F30105), to(#B900AD));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-twitter {
    color: #1D9BF0;
}
.fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

.fa-youtube {
    color: #FF0000;
}
.fa-tiktok {
    color: #000000;
}

/*クリエイターサポート
====================================================*/

.el-creators-btn {
	display:block;
	height: 48px;
	width: 80%;
	margin:1em auto;
	line-height: 48px;
	background: #ff64de;
	color: #fff !important;
	border-radius: 24px;
	text-decoration: none;
	text-align: center;
	font-weight: 800;
}
h2.el-creators-ttl01,h3.el-creators-ttl01{
	font-size: 154%;
    padding: 16px 0 8px;
	margin-bottom:0;
}
h2.el-creators-ttl02{
	font-size: 154%;
    padding: 0 0 8px;
	margin-bottom:0;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
}
p.el-creators-txt01{
	padding: 0 0 20px;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.el-creators-btn {
		display:block;
		height: 80px;
		width: 80%;
		margin:1em auto;
		line-height: 80px;
		background: #ff64de;
		color: #fff !important;
		border-radius: 40px;
		text-decoration: none;
		text-align: center;
		font-weight: 800;
		font-size: 1.375rem;
	}
}

/* forapp_media/video
====================================================*/
.forapp_yt{
	background-color:#000;
}
.forapp_yt_txt{
	margin-top:8px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.forapp_yt_txt a{
	margin-top:8px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}


/* event_3rd_anniversary
====================================================*/
.event_3rd_anniversary{
	background-color:#282828;
}
.img_aligncenter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.el-inner-media .youtube {
	margin:0 auto;
	width: 90%;
	max-width:700px;
	aspect-ratio: 16 / 9;
}
.el-inner-media .youtube iframe {
	margin:0 auto;
	width: 100%;
	height: 100%;
}

/* event_4th_anniversary
====================================================*/
.anniv_bg01 {
 background-color:#141211;
}
.anniv_bg02 {
 background-color:#A87700;
}

.lp_aligncenter{
	margin: 0 auto;
}

.anniv_scroll_box.gold {
   background-color:#A87700;
}
.anniv_scroll_container {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
  scroll-snap-type: x mandatory;
  display: flex;
}
.anniv_scroll_area {
  scroll-snap-align: start;
  margin: 40px 20px 0;
  width: 90vw;
  flex: none;
}
.anniv_scroll_container.gold {
 background-color:#A87700;
}

@media screen and (min-width: 768px) {
  .anniv_scroll_container {
    width: 750px;
  }
  .anniv_scroll_area {
    width: 654px;
    padding: 0 20px 0 0;
    margin-left: 20px;
  }
	.anniv_scroll_box.gold  {
   background-color:#141211;
  }
}

/* event_5th_anniversary
====================================================*/
.anniv_yt_area{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	aspect-ratio: 16/9;	
}

/*footer
====================================================*/
.el-f-terms {
    margin-top: 40px;
}
.el-f-terms li{
	margin-top:8px;
    padding: 4px 0;
    font-size: 16px;
	list-style:none;
}
.el-f-terms li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1";
    padding-right: 8px;
}

 /* アニメーション
 ====================================================*/

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* headlines */
p.hdr_btn{
    padding-right: 56px;
}
.hd_btn{
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    outline: none;
    transition: ease .1s;
}

.hd_btn span {
    position: relative;
    z-index: 3;
    display: block;
    font-family:  "Futura","Century Gothic",sans-serif;
    font-weight: 900;
    display: inline;
    color: #232323;
    font-size: 12px;
}
.hd_btn_le span{
	  color:#fff;
}

.hd_btn:hover span{
    color:#fff;
}

.bgleft:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: linear-gradient(-135deg,#34d8f6, #7dc623);
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeLeftAnime{
  from {
        opacity: 0;
        transform: translateX(-100px);
  }
  to {
        opacity: 1;
        transform: translateX(0);
  }
}

.bgextend{
    animation-name:bgextendAnimeBase;
    animation-duration:1s;
    animation-fill-mode:forwards;
    position: relative;
    overflow: hidden;
    opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

.bgappear{
    animation-name:bgextendAnimeSecond;
    animation-duration:1s;
    animation-delay: 0.6s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bgLRextend::before{
    animation-name:bgLRextendAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FF64DE;
}
@keyframes bgLRextendAnime{
    0% {
        transform-origin:left;
        transform:scaleX(0);
    }
    50% {
        transform-origin:left;
        transform:scaleX(1);
    }
    50.001% {
        transform-origin:right;
    }
    100% {
        transform-origin:right;
        transform:scaleX(0);
    }
    }
.grecaptcha-badge { visibility: hidden; }

