@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	height: 100%;
}

body {
	position: relative;
  font-family: 'M PLUS 1p', sans-serif;
	height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}


/* --- common classes --- */
.cmn_pstn_ctr {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cmn_dsp_none {
  display: none;
}

.cmn_dsp_flx {
  display: flex;
}

.cmn_dsp_flx_wrp {
  display: flex;
  flex-wrap: wrap;
}

.cmn_dsp_flx_ctr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn_dsp_flx_alnctr {
  display: flex;
  align-items: center;
}

.cmn_dsp_flx_btw {
  display: flex;
  justify-content: space-between;
}

.cmn_dsp_flx_end {
  display: flex;
  justify-content: flex-end;
}

.cmn_dsp_flx_alnctr_btw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cmn_dsp_flx_clmbtw {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cmn_dsp_flx_clm_alnctr_jstard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.cmn_dsp_flx_clm_ctr {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cmn_dsp_flx_clm_ctr_ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cmn_clr_red {
  color: #C40000;
}

.cmn_bxshdw_blk_10px_20 {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cmn_bxshdw_blk_10px_40 {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.cmn_fltr_brght_0 {
  filter: brightness(0);
}

.cmn_fltr_brght_1 {
  filter: brightness(1.0);
}



/* --- visible animation --- */
.cmn_va {
  opacity: 0;
  transition: all 1s ease;
}

.cmn_va_b {
  transform: translate3d(0, 15%, 0);
}

.cmn_va_r {
  transform: translate3d(15%, 0, 0);
}

.cmn_va_l {
  transform: translate3d(-15%, 0, 0);
}

.cmn_va.active {
  opacity: 1;
  transform: translate3D(0, 0, 0);
}



/*--------------------------------
header
---------------------------------*/
#header {
	width: 100%;
}

#header img {
	width: 100%;
	height: auto;
}

.under_1080 {
	display: none;
}

@media screen and (max-width: 1080px){
	#header {
		height: auto;
	}

	.over_1080 {
		display: none;
	}

	.under_1080 {
		display: block;
	}
}

@media screen and (max-width: px){

}




/*--------------------------------
entry_btn
---------------------------------*/
#entry_btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	transform: scale(0.8);
	z-index: 100;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

#entry_btn:hover {
	filter: brightness(1.1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 1080px){
	#entry_btn {
		right: -70px;
		bottom: 0;
		transform: scale(0.6);
	}
}

@media screen and (max-width: 560px){
	#entry_btn {
		right: -160px;
		bottom: -30px;
		transform: scale(0.3);
	}
}



/*--------------------------------
whats_liver
---------------------------------*/
#whats_liver {
	padding: 80px 0;
}

.section_caption p {
	position: relative;
	font-size: 2.8rem;
}

.section_caption p::before,
.section_caption p::after {
	position: absolute;
	top: -2px;
	content: "";
	width: 6px;
	height: 3.2rem;
	transform: rotate(30deg);
	background-color: #EC79AC;
	border-radius: 3px;
}

.section_caption p::before {
	left: -60px;
}

.section_caption p::after {
	right: -60px;
}

#whats_liver .contents_2column {
	width: 1080px;
	display: flex;
	margin: 4rem auto 0;
}

#whats_liver .contents_2column_l {
	position: relative;
	width: 50%;
	padding: 0 20px;
}

#whats_liver .contents_2column_l .liver_image {
	position: relative;
	width: 245px;
	height: 496px;
	background: url("../images/live_streaming.png");
	transform: scale(0.8);
}

#whats_liver .contents_2column_l .liver_image::before,
#whats_liver .contents_2column_l .liver_image::after {
	position: absolute;
	transform: scale(0.6);
}

#whats_liver .contents_2column_l .liver_image::before {
	top: -100px;
	left: -100px;
	content: url("../images/conspicuous_tl.png");
}

#whats_liver .contents_2column_l .liver_image::after {
	right: -106px;
	bottom: -106px;
	content: url("../images/conspicuous_rb.png");
}

.contents_2column_r {
	padding: 0 20px;
	width: 50%;
}

.line_t, .line_b {
	width: 100%;
}

.circle {
	width: 6px;
	height: 6px;
	background-color: #EC79AC;
	border-radius: 50%;
}

.line_t .circle {
	margin-right: 20px;
}

.line_b .circle {
	margin-left: 20px;
}

.line {
	height: 6px;
	flex-grow: 1;
	background-color: #EC79AC;
	border-radius: 3px;
}

#whats_liver .contents_2column_r p {
	padding: 2rem 0;
	font-size: 2rem;
	line-height: 3rem;
}

@media screen and (max-width: 1080px){
	#whats_liver {
		padding: 60px 0;
	}

	#whats_liver .contents_2column {
		width: 560px;
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
	}

	#whats_liver .contents_2column_l .liver_image {
		transform: scale(0.8);
	}

	#whats_liver .contents_2column_l .liver_image::before,
	#whats_liver .contents_2column_l .liver_image::after {
		display: none;
	}

	#whats_liver .contents_2column_l,
	#whats_liver .contents_2column_r {

		width: 100%;
	}

}

@media screen and (max-width: 560px){
	#whats_liver {
		padding: 40px 0;
	}

	#whats_liver .contents_2column {
		width: 325px;
	}

	.section_caption p {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	.section_caption p::before,
	.section_caption p::after {
		top: -2px;
		width: 6px;
		height: 2.4rem;
		transform: rotate(30deg);
		border-radius: 3px;
	}

	.section_caption p::before {
		left: -30px;
	}

	.section_caption p::after {
		right: -30px;
	}

	#whats_liver .contents_2column_r p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}



/*--------------------------------
reward
---------------------------------*/
#reward {
	padding: 80px 0;
	background-color: #FFF0F5;
}

#reward .contents_2column {
	width: 1080px;
	display: flex;
	margin: 4rem auto 0;
}

#reward .contents_2column_l,
#reward .contents_2column_r {
	width: 50%;
	padding: 0 20px;
}

.reward_graph {
	display: block;
	width: 100%;
	height: auto;
}

#reward .contents_2column_l p {
	padding: 2rem 0;
	font-size: 2rem;
	line-height: 3rem;
}

#reward .contents_2column_l p.reward_attention {
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-indent: -1em;
	padding: 0 0 2rem 1em;
}

a.joinus_btn {
	display: block;
	font-size: 2.8rem;
	line-height: 3em;
	margin-top: 6rem;
	padding: 0 2em;
	color: #fff;
	border-radius: 42px;
	background: -moz-linear-gradient(left, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
	background: -webkit-linear-gradient(left, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
	background: linear-gradient(to right, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

a.joinus_btn:hover {
	filter: brightness(1.1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 1080px){
	#reward {
		padding: 60px 0;
	}

	#reward .contents_2column {
		width: 560px;
		flex-direction: column-reverse;
		margin: 4rem auto 0;
		padding: 0;
	}

	#reward .contents_2column_l,
	#reward .contents_2column_r {

		width: 100%;
		padding: 0 20px;
	}

	#reward .contents_2column_l {
		margin-top: 4rem;
	}
}

@media screen and (max-width: 560px){
	#reward {
		padding: 40px 0;
	}
	#reward .contents_2column {
		width: 325px;
		flex-direction: column-reverse;
		margin: 4rem auto 0;
		padding: 0;
	}

	#reward .contents_2column_l p {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	a.joinus_btn {
		font-size: 2rem;
		line-height: 2.4em;
		margin-top: 6rem;
		padding: 0 1em;
		border-radius: 42px;
		background: -moz-linear-gradient(left, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
		background: -webkit-linear-gradient(left, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
		background: linear-gradient(to right, #EC79AC, #FFA0BC 85%, #FFD9E7 100%);
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
	}
}



/*--------------------------------
liver_profile
---------------------------------*/
#liver_profile {
	padding: 80px 0;
}

#liver_profile .contents_2column {
	width: 1080px;
	display: flex;
	margin: 4rem auto 0;
}

#liver_profile .contents_2column_1,
#liver_profile .contents_2column_2 {
	width: 50%;
	padding: 0 20px;
}

.liver_detail {
	padding: 2rem 0;
}

.portrait {
	width: 500px;
	height: 670px;
}

.liver1 {
	background: url("../images/portrait_01.jpg");
	background-size: cover;
}

.liver2 {
	background: url("../images/portrait_02.jpg");
	background-size: cover;
}

.liver_name {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	font-weight: bold;
}

.liver_info {
	width: 100%;
	display: flex;
	font-size: 2rem;
	margin-top: 1rem;
}

.liver_info_head {
	width: 70%;
}

.liver_info_text {
	width: 30%;
}

.liver_qa {
	margin-top: 4rem;
	font-size: 1.8rem;
}

.liver_q,
.liver_a {
	margin-left: 5.2rem;
	position: relative;
}

.liver_a {
	margin-top: 2rem;
}

.liver_q::before,
.liver_a::before {
	position: absolute;
	top: -1.2rem;
	left: -5.2rem;
}

.liver_q::before {
	content: url("../images/question.png");
}

.liver_a::before {
	content: url("../images/answer.png");
}

.contents_2column.reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1080px){
	#liver_profile {
		padding: 60px 0;
	}

	#liver_profile .contents_2column {
		width: 560px;
		flex-direction: column;
	}

	#liver_profile .contents_2column .contents_2column_2 {
		margin-top: 4rem;
	}

	#liver_profile .contents_2column.reverse .contents_2column_2 {
		margin-top: 4rem;
	}

	#liver_profile .contents_2column_1,
	#liver_profile .contents_2column_2 {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 560px){
	#liver_profile {
		padding: 40px 0;
	}

	#liver_profile .contents_2column {
		width: 325px;
	}

	.portrait {
		width: 300px;
		height: 402px;
	}

	.liver_name {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}

	.liver_info p {
		font-size: 1.6rem;
	}

	.liver_qa p {
		margin-top: 2.4rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

}



/*--------------------------------
application
---------------------------------*/
#application {
	padding: 80px 0;
}

.application_2columns {
	display: flex;
	margin-top: 4rem;
}

.application_2columns_img,
.application_2columns_text {
	width: 50%;
}

.application_2columns_img img {
	width: 100%;
	height: auto;
}

.application_2columns_text {
	max-width: 490px;
	padding: 0 20px;
	font-size: 2rem;
	line-height: 3rem;
}


.application_2columns_text p {
	padding: 20px 0;
}

@media screen and (max-width: 1080px){
	#application {
		padding: 60px 0;
	}

	.application_2columns {
		flex-direction: column;
		margin-top: 4rem;
	}

	.application_2columns_img,
	.application_2columns_text {

		width: 100%;
	}

	.application_2columns_text {
		max-width: 560px;
		margin: 4rem auto 0;
		padding: 0 20px;
		font-size: 2rem;
		line-height: 3rem;
	}
}

@media screen and (max-width: 560px){
	#application {
		padding: 40px 0;
	}

	.application_2columns_text p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}



/*--------------------------------
manager
---------------------------------*/
#manager {
	padding: 80px 0;
}

.application_2columns.manager {
	flex-direction: row-reverse;
}

.application_2columns_text p.manager {
	font-size: 2.4rem;
	text-align: center;
}

ul.manager {
	padding-bottom: 20px;
}

ul.manager li::before {
	margin-right: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	line-height: 1.8rem;
	color: #EC79AC;
}

@media screen and (max-width: 1080px){
	#manager {
		padding: 60px 0;
	}

	.application_2columns.manager {
		flex-direction: column;
	}
}

@media screen and (max-width: 560px){
	#manager {
		padding: 40px 0;
	}

	.application_2columns_text p.manager {
		font-size: 1.6rem;
	}

	ul.manager li {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}



/*--------------------------------
flow
---------------------------------*/
#flow {
	padding: 80px 0;
}

p.flow {
	text-align: center;
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: 70px 0;
}

.flow_figure {
	width: 920px;
	margin: 4rem auto 0;
}

.flow_figure:first-child {
	margin: 8rem auto 0;
}

.figure_wrapper {
	position: relative;
}

.flow_number_bg {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #EC79AC;
	z-index: 10;
}

.figure_body {
	width: 100%;
	height: 216px;
}

.figure_bg {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 144px;
	margin: 36px 0;
	border-radius: 20px;
}

.flow_number_bg p {
	font-size: 3.2rem;
	color: #fff;
}

.icon_bg {
	position: absolute;
	top: -108px;
	left: -180px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background-color: #EC79AC;
}

.icon_bg img {
	position: absolute;
	top: 50%;
	right: 4rem;
	display: block;
	transform: translateY(-50%);
}

.text_bg {
	margin-left: 20rem;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
}

.triangle {
	position: absolute;
	right: 50%;
	bottom: 0;
	transform: translateX(50%);
	border-top: 72px solid #FFF0F5;
	border-right: 72px solid transparent;
	border-left: 72px solid transparent;
	z-index: -1;
}

@media screen and (max-width: 1080px){
	#flow {
		padding: 60px 0;
	}

	p.flow {
		font-size: 2rem;
		line-height: 2.4rem;
		padding: 50px 20px;
	}

	.flow_figure {
		width: 560px;
		padding: 0 20px;
	}

	.figure_wrapper {
		position: relative;
	}

	.flow_number_bg {
		position: absolute;
		top: -28px;
		left: 50%;
		transform: translateX(-50%);
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: #EC79AC;
		z-index: 10;
	}

	.figure_body {
		width: 100%;
		height: 196px;
	}

	.figure_bg {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 140px;
		margin: 28px 0;
		border-radius: 20px;
	}

	.flow_number_bg p {
		font-size: 3.2rem;
		color: #fff;
	}

	.icon_bg {
		position: absolute;
		top: -90px;
		left: -180px;
		width: 320px;
		height: 320px;
		border-radius: 50%;
		background-color: #EC79AC;
	}

	.icon_bg img {
		position: absolute;
		top: 50%;
		right: 2rem;
		display: block;
		transform: translateY(-50%) scale(0.8);
	}

	.text_bg {
		margin-left: 16rem;
		width: 100%;
		height: 100%;
		font-size: 1.8rem;
	}

	.text_bg p {
		width: 320px;
	}

	.triangle {
		position: absolute;
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
		border-top: 56px solid #FFF0F5;
		border-right: 56px solid transparent;
		border-left: 56px solid transparent;
		z-index: -1;
	}
}

@media screen and (max-width: 560px){
	#flow {
		padding: 40px 0;
	}

	p.flow {
		font-size: 1.6rem;
		line-height: 2rem;
		padding: 30px 20px;
	}

	.flow_figure {
		width: 325px;
	}

	.flow_number_bg {
		position: absolute;
		top: -28px;
		left: 50%;
		transform: translateX(-50%);
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: #EC79AC;
		z-index: 10;
	}

	.figure_body {
		width: 100%;
		height: 160px;
	}

	.figure_bg {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 120px;
		margin: 20px 0;
		border-radius: 20px;
	}

	.flow_number_bg p {
		font-size: 2.6rem;
	}

	.icon_bg {
		top: -60px;
		left: -160px;
		width: 240px;
		height: 240px;
	}

	.icon_bg img {
		top: 50%;
		right: -1rem;
		transform: translateY(-50%) scale(0.4);
	}

	.text_bg {
		margin-left: 9rem;
		width: 100%;
		height: 100%;
		font-size: 1.4rem;
		line-height: 1.8rem
	}

	.text_bg p {
		width: 180px;
	}

	.triangle {
		position: absolute;
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
		border-top: 40px solid #FFF0F5;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
		z-index: -100;
	}
}



/*--------------------------------
company
---------------------------------*/
#company {

}

.company_body {
	width: 100%;
	max-width: 1080px;
	margin: 50px auto 0;
	padding: 0 130px;
}

.text_row {
	width: 100%;
	height: 12.8rem;
	border-bottom: 1px solid #AAAAAA;
}

.text_row_l, .text_row_r {
	width: 50%;
	font-size: 2rem;
}

.text_row_r {
	padding-left: 10rem;
}

.text_row.last {
	border-bottom: none;
}

@media screen and (max-width: 1080px){
	.text_row_r {
		padding-left: 0;
	}

	.company_body {
		width: 100%;
		max-width: 560px;
		margin: 30px auto 0;
		padding: 0 20px;
	}
}

@media screen and (max-width: 560px){
	.company_body {
		width: 100%;
		max-width: 1080px;
		margin: 10px auto 0;
		padding: 0 20px;
	}

	.text_row {
		width: 100%;
		height: 8rem;
		border-bottom: 1px solid #AAAAAA;
	}

	.text_row_l, .text_row_r {
		font-size: 1.4rem;
	}

	.text_row_l {
		width: 40%;
	}

	.text_row_r {
		width: 60%;
	}
}



/*--------------------------------
entry
---------------------------------*/
#entry {
	margin-top: 80px;
}

.entry_bg {
	position: relative;
	width: 100%;
	padding-top: 37.5%;
	background-image: url("../images/button_bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.entry_btn_bg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 25%;
	background-color: rgba(255, 255, 255, 0.4);
	overflow: hidden;
}

.entry_btn_bg_left {
	position: relative;
	width: 50%;
	height: 100%;
}

.entry_btn_bg_2 {
	position: absolute;
	top: 50%;
	width: 110%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.entry_btn_bg_2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	right: 0;
	color: #EC79AC;
	background-color: #FFF;
	filter: drop-shadow(6px 0 6px rgba(0, 0, 0, 0.15));
}

.entry_btn_bg_2:hover {
	color: #FFF;
	background-color: #EC79AC;
}

.entry_btn_bg_2 p {
	text-align: right;
	font-size: 2.8rem;
	font-weight: bold;
	padding-right: 4rem;
}

.entry_btn_bg_2 p:last-child {
	font-size: 2rem;
	line-height: 2.4rem;
	padding-right: 4.2rem;
}

@media screen and (max-width: 1080px){
	#entry {
		margin-top: 60px;
	}

	.entry_btn_bg {
		height: 36%;
	}

	.entry_btn_bg_2 p {
		font-size: 1.8rem;
		font-weight: bold;
		padding-right: 4rem;
	}

	.entry_btn_bg_2 p:last-child {
		font-size: 1.6rem;
		line-height: 2rem;
		padding-right: 4.2rem;
	}
}

@media screen and (max-width: 560px){
	#entry {
		margin-top: 40px;
	}

	.entry_btn_bg_left {
		width: 60%;
	}

	.entry_btn_bg {
		height: 40%;
	}

	.entry_btn_bg_2 p {
		font-size: 1.4rem;
		padding-right: 1.6rem;
	}

	.entry_btn_bg_2 p:last-child {
		font-size: 1.4rem;
		line-height: 2rem;
		padding-right: 1.8rem;
	}
}



/*--------------------------------
footer
---------------------------------*/
footer {
	width: 100%;
}

.footer_body {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.footer_body p {
	font-size: 1.4rem;
	padding: 3em 0;
}
