@charset "UTF-8";
/* CSS Document */

img{
display: block;	
}

.site {
	padding-top: 70px;
}
.headermain {
	padding: min(15px, 3vw) min(30px, 5vw) ;
	height: auto;
	height: 70px;
}

.header_navi_sp.menuopen {
    top: 70px;
}

.header_navi_sp {
	background-color: #263976;
	padding: min(60px, 14vw) 0;
    padding-right: calc(min(40px, 5vw) + 0px);
    padding-left: calc(min(40px, 5vw) + 0px);
}
.header_navi_sp ul{
	max-width: 760px;
	margin: auto;
}
.header_navi_sp li{
	border: none;
    margin-bottom: min(20px, 3vw);
}
.header_navi_sp li:last-child{
    margin-bottom: 0;
}
.header_navi_sp li a{
	background: none;
	padding: 0;
}
.header_navi_sp li a:before{
	display: none;
}
.header_container,
.site-header {
	    box-shadow: none;
}
.header_navi{
	display: none;
}
.headerlogo{
	padding-left: 0;
    height: min(30px, 6vw);
}
.headerlogo img{
	height: 100%;
	width: auto;
}
.header_text{    height: min(6vw, 40px);
    margin-right: min(30px, 4vw);
}
    .header_navi_sp, .spmenubtn {
        display: block;
    }
.spmenubtn {
    padding: 0;
    margin: 0;
	height: auto;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1201px) {
.spmenubtn {
	left: calc(50% + 600px - 66px);
	}
}
.spmenuclose{
    display: flex;
    justify-content: flex-end;
}

.header_navi_sp li {
	border-color: #df256c;
	border-width: 2px;
}

.header_navi_sp li a:before {
	border-color: #df256c;
}
.spmenuclose p{
    display: block;
    height: 26px;
    width: 24px;
    position: relative;
}
.spmenuclose p:before{
    position: absolute;
    transform: rotate(-45deg);
    display: block;
    top: 0;
    right: 2px;
    width: 32px;
    height: 4px;
    background-color: #093294;
    background-color: #fff;
    content: "";
    transform-origin: 32px 0px;
}
.spmenuclose p:after {
    position: absolute;
    transform: rotate(45deg);
    display: block;
    top: 0;
    left: 2px;
    width: 32px;
    height: 4px;
    background-color: #093294;
    background-color: #fff;
    content: "";
    transform-origin: 0 0;
}
.spmenubtn .spmenuopen {
    display: block;
	margin: 0;
    height: 24px;
	width: 36px;
    border-top: solid 4px #093294;
    border-bottom: solid 4px #093294;
}
.spmenubtn .spmenuopen:before {
    background-color: #093294;
    height: 4px;
}

.spmenubtn.menuopen .spmenuclose {
    display: block;
    height: 26px;
    width: 24px;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}
.spmenubtn .spmenuclose:after {
    position: absolute;
    transform: rotate(45deg);
    display: block;
    top: 0;
    left: 2px;
    width: 32px;
    height: 4px;
    background-color: #263976;
    content: "";
    transform-origin: 0 0;
}
.spmenubtn .spmenuclose:before {
    position: absolute;
    transform: rotate(-45deg);
    display: block;
    top: 0;
    right:2px;
    width: 32px;
    height: 4px;
    background-color: #263976;
    content: "";
    transform-origin: 32px 0px;
}	
.header_navi_sp li.pink a{
	background-color: #df256c;
	color: #fff;
}

.header_navi_sp li.pink a:before {
    border-color: #fff;
}
.header_navi_sp li.pink {
	border-color: #fff;
}

@media (max-width: 500px) {
.site {
	padding-top: 60px;
}
.headermain {
	height: 60px;
}

.header_navi_sp.menuopen {
    top: 60px;
}
.spmenubtn .spmenuopen {
    width: 30px;
	}
	
.spmenubtn.menuopen .spmenuclose {
    margin-left: 3px;
	margin-right: 3px;
	}
}
p{
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: 0;
}
.page_content{
	background-color: #fff;
	max-width: 1200px;
	width: 100%;
    max-width: 700px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
	box-sizing: border-box;
	margin: auto;
    font-size: min(20px, 4vw);
	line-height: 1.8;
}
.inner{
	max-width: 760px;
	margin: auto;
	width: 100%;
}
    section {
        padding: min(100px, 14vw) ;
        padding-right: calc(min(40px, 5vw) + 0px);
        padding-left: calc(min(40px, 5vw) + 0px);
    }
@media (max-width: 700px) {
.page_content{
    /*font-size: 14px;*/
	}
}
hr.section_hr{
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
background: linear-gradient(to right,  #f2f2f2 0%,#b3b3b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 700px) {	
hr.section_hr{
	height: 6px;
	}
}
.sidebtn{
	display: flex;
	flex-direction: column;
	width: min(60px, 7vw);
	gap:10px;
    position: fixed;
    top: 150px;
	right: 0;
}
@media screen and (min-width: 1201px) {
.sidebtn{
	left: calc(50% + 600px - 60px);
	}
}
.sidebtn a{
	height: auto;
	display: block;
	width: 100%;
}

@media screen and (min-width: 501px) {
	.brsp{
		display: none;
	}
}
.result_btn {
	width: 70%;
    max-width: 500px;
	display: block;
	margin: auto;
	
}
h3{
	margin-bottom: min(100px,14vw);
}
h3 img{
	width: 660px;
	margin: auto;
}

#kv{
	padding: 0;
}
#overview{
	background-position: center;
	background-size: auto 100% ;
    padding-top: min(110px, 18vw);
    padding-bottom: min(110px, 18vw);
	background-color: #263976;
	position: relative;
}
#overview:before,
#overview:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	height: min(20px, 5vw);
	background-image: url("../images/gold_line.svg");
	background-repeat: no-repeat;
}
#overview:before{
    top: min(30px, 5vw);
    background-position: top center;
}
#overview:after{
    bottom: min(30px, 5vw);
    background-position: bottom center;
}

.rule_textimg{
	max-width: 640px;
	margin: auto;
}

#flow{
	background-color: #093294;
}

#flow ul{
	margin-top: 20px;
}
#flow ul li{
	margin-bottom: 20px;
	position: relative;
}
#flow ul li:last-child{
	margin-bottom: 0;
}

.flow_btn{
    position: absolute;
    left: 27%;
    display: block;
	width: 50%;
}
.flow_2 .flow_btn{
    top: 61%;
}
.flow_3 .flow_btn{
    top: 61%;
}
.flow_4 .flow_btn{
    top: 71%;
}
#ranking{
	background-color: #093294;
	color: #fff;
}


.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}


.note_list{
	text-align: left;
	margin-bottom: 30px;
	
}
.note_list li{
	padding-left: 1.2em;
	position: relative;
}
.note_list li span:first-child{
	position: absolute;
	top: 0;
	left: 0;
}

.alink {
    color: #dd006b;
    text-decoration: underline;
}
#kv_child{
	position: relative;
	padding: 0;
}

.liver_list{
	display: flex;
	gap: min(70px,10vw);
	column-gap:min(40px,5vw);
	flex-wrap: wrap;
	justify-content:flex-start;
	margin: auto;
	max-width: 800px;
	margin-bottom: min(60px,12vw);
}
.liver_list li{
	width: calc(33.33% - min(40px,5vw) * 2 / 3);
	margin-bottom: 0;
	padding-bottom: 5.5em;
    padding-bottom: 3em;
    padding-bottom: calc(min(16px, 3.2vw)* 2);
	position: relative;
    display: flex;
    flex-direction: column;
}
.liver_img{
	overflow:hidden;
}
.liver_name{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
		font-family: Arial, sans-serif;
    line-height: 1.4;
	text-align: center;
}
.liver_list .btn1{
	border-radius: 50px;
	background-color: #093294;
	color: #fff;
	display: block;
	font-weight: 700;
	font-weight: 500;
	padding: 0.5em;
	line-height: 1;
	text-align: center;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 2.5em;
	bottom: 0;
	margin: auto;
    font-size: min(16px, 3.2vw);
}
.liver_list .btn1:hover{
	background-color: #dd256b;
	color: #fff;
}
.liver_list .btn2{
	font-weight: 700;
	border-radius: 50px;
	
	background-color: #ffffff;
	color: #3B2785;
	display: block;
	font-size: 1em;
	font-weight: 500;
	padding: 0.5em;
	line-height: 1;
	text-align: center;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.liver_list .btn2:hover{
	background-color: #EBDBA3;
}

.rank1{
	max-width: 760px;
	margin: auto;
}
.shukeichu{
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #ffff00;
}
.ranking_fo .ranking_list li {
	border: solid 1px #036eb8;
	background-color: #036eb8;
}
.ranking_bc .ranking_list li {
	border: solid 1px #e4007f;
	background-color: #e4007f;
}
.ranking_list li a{
	font-family: Arial, sans-serif;
}
.ranking_num {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.second .ranking_num {
	color: #ffffff;
}
.ranking_num span {
    width: 2.2em;
    padding-right: 0.2em;
    text-align: right;
}
.ranking_num .small {
	width: auto;
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
}
.ranking_count {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.second .ranking_count {
	color: #ffffff;
}
.ranking_count .small {
	font-size: 12px;
	font-weight: 400;
}
.ranking_count span, .ranking_num span {
	line-height: 1 !important;
}
.ranking_list {
	padding: 0 50px;
}
.ranking_list.second li {
background-color: #dd006c;}
.ranking_list li {
	display: flex;
	margin-bottom: 10px;
	border-radius: 5px;
	align-items: stretch;
	min-height: 50px;
	background-color: #093294;
	
}
.ranking_list li:last-child {
	margin-bottom: 0;
}
.ranking_list p.ranking_num {
	margin: 0;
	width: 90px;
	flex-shrink: 0;
}
.ranking_list p.ranking_count {
	margin: 0;
	width: 140px;
	flex-shrink: 0;
}
.ranking_list a {
	width: 100%;
	flex-shrink: 1;
	background-color: #fff;
	padding: 10px 15px;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 20px;
	flex-wrap: wrap;
}

ul.howtobuy{
	max-width:760px;
	margin:auto;
	
}
ul.howtobuy li{
	border-top:2px solid #ffffff;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:3%;
	
}
ul.howtobuy li .left{
	align-items:center;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	text-align: left;
}
ul.howtobuy li .right{
	width: 6%;
	flex-shrink: 0;
}
ul.howtobuy li h4{font-size:38px;margin-right:15px;font-weight:900;text-shadow: 2px 3px 0px rgba(255, 255, 255, 1);color:#dd006b;
    flex-shrink: 0;}
ul.howtobuy li p{ font-weight:600;margin-bottom:0;
    line-height: 1.4;}
ul.howtobuy li p a{ color:#dd006b; text-decoration:underline;}
ul.howtobuy li img{}
@media (max-width: 700px) {
	.ranking_list {
		padding: 0;
	}
	.ranking_page .bx-wrapper .bx-controls-direction a.bx-prev {
		top: auto;
		bottom: -53px;
		left: 0px;
		background-position: left 11px center;
	}
	.ranking_page .bx-wrapper .bx-controls-direction a.bx-next {
		top: auto;
		bottom: -53px;
		right: 0px;
		background-position: right 11px center;
	}
	.ranking_page .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -40px;
	}
	.ranking_page .bx-wrapper .bx-controls-direction a {
		padding-top: 40px;
		width: 40px;
		margin-top: -25px;
		background-size: 11px;
	}
}
@media (max-width: 640px) {
	.site-main p.rankkikan{
		font-size: 12px;
	}
	.ranking_block {
		/*padding: 40px 15px;*/
	}
	.ranking_list p.ranking_num {
		width: 60px;
	}
	.ranking_num {
		font-size: 20px;
	}
	.ranking_num span {
		width: auto;
		padding: 0 2px;
	}
	.ranking_num .small {
		font-size: 12px;
		padding-top: 6px;
	}
	.ranking_list a {
		font-size: 16px;
		padding: 5px 10px;
	}
	.ranking_list p.ranking_count {
		font-size: 12px;
		margin: 0;
		padding: 0;
		width: 70px;
	}
}

.battle_result td{
	padding-left: 0;
	padding-right: 0;
	
}
.battle_result_name{
	display: flex;
	align-items: stretch;
}
.battle_result_name p{
	font-family: Arial, sans-serif;
}
.battle_result_name .liver_img{
	width:70px;
	border-radius: 100%;
	overflow: hidden;
}
.battle_result_name .right,
.battle_result_name .left{
	display: flex;
	padding: 1em ;
	width: 42.5%;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	gap:1em;
	position: relative;
	flex-direction: column;
    flex-direction: row-reverse;
}
.battle_result_name .right p,
.battle_result_name .left p{
	margin-bottom: 0px;
    line-height: 1.2;
    text-align: left;
    font-size: 0.8em;
}
.battle_result_name .center{
	width: 15%;
	flex-shrink: 1;
	display: flex;
	border: solid 1px #d1d1d1;
	border-bottom: none;
	border-top: none;
	align-items: center;
	justify-content: center;
}
.battle_result_name .center img{
	width: 70%;
}
.battle_result_name .win:after{
	content: "";
	width: 2.2em;
	height: 2.2em;
	position: absolute;
	top:-1.2em;
	left: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/win.svg");
}

@media (max-width: 700px) {
.battle_result_name .right, .battle_result_name .left {
    flex-direction: column;
}
.battle_result_name .liver_img {
	width: 70%;
	
	}
}


.battle_title {
    text-align: left;
    padding: 10px 10px;
    color: #ffffff;
    margin-bottom: 40px;
    border-bottom: solid 5px #dd006b;
    background: #dd006b;
	display: flex;
	align-items: flex-end;
}

.battle_title span {
	line-height: 1;
}
.battle_title .battle_title_t1{
font-size:30px;
	margin-right:20px;
}
.battle_title .battle_title_t2{
font-size:30px;
	color:#fff363;
	margin-right:10px;
}
.battle_title .battle_title_t3{
font-size:16px;
}
.battle_result table{
	background-color: #fff;
}
.battle_result table th{
	background-color: rgba(255,243,99,0.30);color: #dd006b;
	font-weight: 900;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	font-size: 1.4em;
	width: 2.2em;
	min-height: 2.2em;
}

.battle_result table td{
	vertical-align: middle;
	text-align: center;
}

.modalbox {
    position: fixed;
    width: 100%;
    z-index: 100001;
    display: none;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 100vh;
    box-sizing: border-box;
    padding: 2rem;
    padding-top: 10rem;
    background-color: rgba(0, 0, 0, 0.40);
    justify-content: center;
	align-items: flex-start;
}
.modalinner{
    display: flex;
    justify-content: center;
    max-height: calc(100% - 60px);
    max-width: 100%;
    align-items: center;
    position: relative;
    padding: 1.5rem;
    background-color: #fff;
}
.modal_close{
	position: absolute;
    top: -70px;
    right: 0;
}
.modal_close img{
	width: 50px;
}
.modal_content{
	max-width:100%;
    max-height: calc(100vh - 180px);
	display: none;
}
.modalopen1{
	cursor: pointer;
}
@media screen and (max-width: 500px){
.modal_close{
	position: absolute;
    top: -40px;
    right: 0;
}
.modal_close img{
	width: 30px;
	}
}



@media (max-width: 700px) {
	.page_content{
		border: none;
	}
}
.tabcontent h6{
		font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	color: #ffff00;
	margin-bottom: 1em;
}
.dot span.clr{
		color: #ffff00;
}
ul.caution{
	margin-bottom: 1em;
}
.readtext{
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	margin-bottom: min(30px,6vw);
}
.readtext strong{
	color: yellow;
}
.tab{
	display: flex;
	max-width: 1000px;
	max-width: 760px;
    max-width: 680px;
	align-items: stretch;
	justify-content: space-around;
	margin: auto;
	width: 97vw;
	padding-top:min(120px,8vw);
	padding-top:min(60px,4vw);
    padding-top: min(80px, 22vw);
	
    justify-content: center;
    gap: 3%;
}
.tab p{
	color: #fff;
	max-width:30vw;
	width: 30%;
	font-size: min( calc(30vw /9),24px);
	font-weight: 700;
	text-align: center;
	padding: 0;
	cursor: pointer;
	margin-bottom: 0;
}
.tab p img{
	margin: auto;
	width: 80%;
    width: 75%;
}
.tab1,
.tab2,
.tab3{
	background-color: #d4eef9;

}
.tab1.active,
.tab2.active,
.tab3.active{
	
background: linear-gradient(155deg,  rgba(102,153,204,1) 5%,rgba(188,218,241,1) 95%); 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdaf1+3,6699cc+97 */
background: linear-gradient(0deg,  rgba(188,218,241,1) 3%,rgba(102,153,204,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdaf1+0,6392c1+100 */
background: linear-gradient(to bottom,  #87bce4 0%, #b5d5ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.content1,
.content2,
.content3{
	background-color: #a2234f;
background: linear-gradient(15deg,  rgba(188,218,241,1) 5%,rgba(102,153,204,1) 95%); 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdaf1+3,6699cc+97 */
background: linear-gradient(165deg,  rgba(188,218,241,1) 3%,rgba(102,153,204,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(180deg,  rgba(188,218,241,1) 3%,rgba(102,153,204,1) 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(180deg,  #b5d5ee 0%,#87bce4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.content2,
.content3{
	display: none;
}
.tabcontent{
	padding: min(60px,12vw) min(20px,4vw);
	padding: 0;
}
.tabcontent > .inner{
	max-width: 720px;
	margin: auto;
	color: #fff;
}

.radius_box{
	border-radius: min(20px,4vw);
	padding:  min(20px,4vw);
	box-sizing: border-box;
}

.products_point{
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: min(60px, 10vw) auto;
}
#products .radius_box{
	background-color: rgba(255,255,255,0.26);
}
.products_point .radius_box{
	width: calc((100% - min(20px,4vw)) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.maincontents{
	position: relative;
	z-index: 10;
}
.bgimg{
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1;
	display: block;
	background-image: url("../images/bgimg.jpg");
	background-size: cover;
	background-position: center;
}

#overview h2{
    margin-bottom: min(60px, 14vw);
    font-size: min(32px, 4.6vw);
    color: #fff;
    text-align: center;
    font-weight: 500;
}
#overview h2 img{
	display: block;
    margin: min(40px, 8vw) auto;
}
#overview a{
	display: block;
    margin-top: min(20px, 3vw);
}
#overview a:first-of-type{
	margin-top: 0;
}

#products p{
	margin-bottom: 1.6em;
}
#products p:last-child{
	margin-bottom: 0;
}
#products h4{
	font-size: 1.1em;
	color: #263976;
}
.products_img1{
	margin-top: calc(-1* min(5vw, 45px));
}
.title_border{
	border-bottom: solid 1px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.products_btn1{
	display:block; 
	width: 90%;
    margin: min(60px, 10vw) auto;
}
.text_maru_list{
    margin-bottom: min(60px, 10vw);
}
.text_maru_list li{
	position: relative;
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.text_maru_list li:last-child{
	margin-bottom: 0em;
}
.text_maru span:first-child{
	color:#fff;
	font-size: 0.7em;
	position: absolute;
	left: 0;
    top: 0.4em;
}
.howtojoin{
	padding: 0;
    font-size: min(20px, 3.8vw);
}
.howtojoin > div{
	border-radius: min(20px,4vw);
    padding: min(40px, 6vw) min(30px, 6vw);
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.join_arrow{
	margin:  min(30px,6vw) auto;
	width:  min(60px,12vw);
}
.join_num{
    position: absolute;
    width: min(90px, 16vw);
    top: calc(-1* min(65px, 11vw));
    left: calc(-1* min(30px, 4vw));
}
.howtojoin h4{
	position: relative;
	width: calc(100% + min(30px,6vw) * 2);
	margin-left:calc(-1 *  min(30px,6vw));
	margin-bottom: min(30px,6vw);
}
.howtojoin h4 img{
    margin: auto;
    display: block;
	max-width: 680px;
}

.howtojoin small {
    font-size: 80%;
    line-height: 1.6em;
    display: inline-block;
	margin-top: 1em;
}
.join_btn1{
	margin: auto;
	width: 80%;
	display: block;
}

.join_btn2{
	color: #fff;
	background-color: #263976;
	text-align: center;
	border-radius: 50px;
	display: block;
    font-size: min(4vw, 1.1em);
    padding: 0.6em;
    line-height: 1;
}
.join_btn2:active,
.join_btn2:visited,
.join_btn2:link,
.join_btn2:hover{
	color: #fff;
}

.comment_frame{
	
}
.voice_post{
	text-align: left;
}
.voice_post strong{
    font-size: 1.2em;
	color: #263976;
}
.voice_post li{
	margin-bottom: 2em;
}
.voice_post li:last-child{
	margin-bottom: 0;
}
.voice_post p{
	margin-bottom: 1em;
}
.tabnainavi a img{
	margin-bottom: 20px;
}