@charset "UTF-8";

/*
初期設定************************************************/
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	width:100%;
	margin:0 auto;
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family:'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
img {
	border: 0;
	width:100%;
}
ul, ol {list-style: none;}
a{
	color : inherit;
	text-decoration: none;
}
* {
	margin:0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px; }
* html .clearfix {height: 1px;}

/*改行の設定*/
.pc_block{display: block;}
.sp_block{display: none;}

@media screen and (max-width: 768px) {
	.pc_block{display: none;}
	.sp_block{display: block;}
}
p{
	font-weight:300;
}
/*
初期設定ここまで*****************************************/

header {
	width:100%;
	height:70px;
	margin:0 auto;
	text-align: center;
	background:linear-gradient(90deg,#007efd, #2af598);
	padding:1% 0;
	/*ヘッダー固定したいときに使う	*/
	position: fixed;
	z-index:999;
}


header h1{
	padding:5px 0 5px 15px;
	
}

header h1 img{
	width:300px;
	float:left;
}

@media screen and (max-width: 768px) {
	header h1 img{
		width:200px;
		margin:7px 0 0 0;
	}
}

@media screen and (max-width: 380px) {
	header h1 img{
			width:160px;
		}
	}

.h_rank{
	position: absolute;
	left:5%;
	top:3%;
}


.calam{
	display:-webkit-flex;
	display:flex;
	width:250px;
	position: absolute;
	top:3%;
	right:1%;
}

@media screen and (max-width: 768px) {
	.calam{
		top:11%;
		width:180px;
	}
}

@media screen and (max-width: 331px) {
	.calam{
		width:130px;
	}
}

/*
テキスト設定部分******************************************/

h2{font-size:41px;}

@media screen and (max-width: 768px) {
h2{
font-size:31px;
line-height:38px;
}
}


h3 {
	position: relative;
	 padding:0 2rem 1.5rem 0;
	 border-bottom: 3px solid #b0d7ff;
	color:#fff;
	 font-size:31px;
   }
   
   
@media screen and (max-width:331px) {
	h3 {
		font-size:23px;
		padding:0 0 1rem;
	}
}
   h3 span {
	 font-family: 'Roboto', sans-serif;
	 font-size: 177px;
	 font-size: 11rem;
	 line-height: 1;
	 position: absolute;
	 bottom: -1.6rem;
	 left: 0;
	 color:rgba(255,255,255,0.5);
   }


   @media screen and (max-width: 768px) {
	h3 span {
		font-size: 110px;
		bottom:0.5%;
	}
   }

   @media screen and (max-width: 331px) {
	h3 span {
		font-size: 90px;
	}
   }
   h4{
	font-size:31px;
	margin:0 0 3% 0;
	padding:7px;
	text-align:center;
}

@media screen and (max-width: 768px) {
	h4{
		font-size:25px;
		margin:3% 0;
		
	}
}

/*
fv*******************************/
#fv_top{
	width:100%;
	margin:0 auto;
	background:url(../images/fv_back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding:7% 0 0 0;
}

@media screen and (max-width: 768px) {
	#fv_top{
		padding:25% 0 0 0;
	}
}
.fv{
	max-width:1100px;
	margin:0 auto;
	position:relative;
}

.fv_point1{
    color: #fff;
    justify-content: center;
    align-items: center;
    /*cursor: pointer; */
    position: absolute;
    top:73%;
    right:3%;
}

@media screen and (max-width: 768px) {
	.fv_point1{
		top:83%;
	}
}

@media screen and (max-width: 331px) {
	.fv_point1{
		left:60%;
	}
}

.fv_point2{
    color: #fff;
    justify-content: center;
    align-items: center;
    /*cursor: pointer; */
    position: absolute;
    top:73%;
    right:18%;
}

@media screen and (max-width: 768px) {
	.fv_point2{
		top:83%;
		right:37%;
	}
}

@media screen and (max-width:381px) {
	.fv_point2{
		left:35%;
	}
}

.fv_point3{
    color: #fff;
    justify-content: center;
    align-items: center;
    /*cursor: pointer; */
    position: absolute;
    top:73%;
    right:33%;
}

@media screen and (max-width: 768px) {
	.fv_point3{
		top:83%;
		right:69%;
		
	}
}

@media screen and (max-width: 331px) {
	.fv_point3{
		left:5%;
	}
}

.p_child1{
	display: block;
	font-size:1.3em;
	margin:18% 0 0 0;
	color:#007efd;
	font-weight:700;
}
@media screen and (max-width: 768px) {
	.p_child1{
		font-size:1em;
	}
}
.p_child2{
	display: block;
	font-size:1.87em;
	line-height: 1.2em;
	color:#fd00df;
	font-weight:bold;
	margin:11% 0 0 0;
}
@media screen and (max-width: 768px) {
	.p_child2{
		font-size:1.3em;
		margin:8% 0 0 0;	
	}
}

.p_child3{
	display: block;
	font-size:2.7em;
	line-height: 1em;
	margin:8% 0 0 0;
	color:#fd00df;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
	.p_child3{
		font-size:2.3em;
		margin:5% 0 0 0;
	}
}

@media screen and (max-width: 331px) {
	.p_child3{
		font-size:1.87em;
	}
}

.pc { display: block !important; }
.sp { display: none !important; }

.btnripple2{
    /*波紋の基点とするためrelativeを指定*/
  position: relative;
    /*波紋の形状*/
  display:inline-block;
  background:#fff000;
  width:150px;
  height:150px;
  border-radius: 50%;
  color:#000;
    outline: none;
    /*アニメーションの設定*/
    transition: all .3s;
}

@media screen and (max-width: 768px) {
	
.btnripple2{
	width:110px;
	height:110px;
}
}

@media screen and (max-width:331px) {
	.btnripple2{
		width:90px;
		height:90px;
	}
}
/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -5%;
    top: -5%;
    /*波形の形状*/
    border: 1px solid #fff;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*ループするアニメーションの設定*/
    animation:1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
    animation-delay:.5s; 
}

/*波形のアニメーション*/
@keyframes circleanime{
  0%{
    transform: scale(0.68);
  }
  100%{
    transform: scale(1.2);
    opacity: 0;
  }
}

/*
wrapper*******************************/

#wrapper {
	width:100%;
	margin:0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {	
#wrapper {
	width:100%;
}
}
/*
content_a***********************************/

.content_a{
	width:100%;
	margin:0 auto;
	text-align: center;	
	background:url(../images/ranking_back.jpg);
	background-size:cover;
	background-repeat: none;
	background-attachment:fixed;
	position: relative;
}

.pickup{
	position: absolute;
	right:0;
	left:0;
}

.pickup img{
	width:800px;
}

@media screen and (max-width: 768px) {
	.pickup img{
		width:300px;
	}
}
.section_a{
	max-width:1000px;
	margin:0 auto;
	padding:5% 0 5% 0;
}

.section_a h2{
	margin:0 0 5% 0;
}

@media screen and (max-width: 768px) {
	.section_a h2{
		font-size:31px;
		line-height:38px;
		margin:8% 0 5% 0;
	}
}
.myrow{
	width:100%;
	display:-webkit-flex;
	display:flex;
	margin-top:3%;
}
@media screen and (max-width:700px){
	.myrow{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
  }
.mycol-1{
	flex:1;
}
.mycol-1 img{
	width:100%;
}
.mycol-1 a{
	transition-duration: 0.7s;
}

.mycol-1 a:hover{
	filter:blur(2px);
}
.mycol-2{flex:2;}
.mycol-3{flex:3;}
.mycol-4{flex:4;}
.mycol-5{flex:5;}
.mycol-6{flex:6;}


.osusume_txt_3{
	width:100%;
	margin:0 auto;
}

.osusume_txt_3 p{
	font-size:1em;
line-height:1.5em;
text-align:left;
color:#000;
}

.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #f77000;/* ボーダーの色と太さ */
	background:#fff;
    padding: 17px 37px;
	margin:2% 0;
	border-radius:101px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

@media screen and (max-width: 331px) {
	.btn{
		padding:17px 21px;
	}
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#f77000;
  font-size:1.3em;
  font-weight: bold;
}

@media screen and (max-width:331px) {
	.btn span {
		font-size:1em;
	}
}
.btn:hover span{
  color:#fff;
  
}

/*== 背景が流れる（上から下） */
.bgtop:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:  #333;/*背景色*/
  width: 100%;
  height: 0;
    /*アニメーション*/
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgtop:hover:before{
   height: 100%;  
   background-color: #ff7000;
}
/*
content_b***********************************/

.content_b{
	width:100%;
	margin:0 auto;
	text-align: center;
	background:linear-gradient(0deg,#2af598,#66b3ff);
	position:relative;

}

.section_b{
	max-width:1000px;
	margin:0 auto;
	padding:0 0 5% 0;
}

.obi{
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;	
}

@media screen and (max-width: 768px) {
	.obi{
		padding:13% 0 11% 0;
	}
	.obi h2{
		font-size:31px;
		line-height:38px;
	}
}

.ranking_title{
	position:absolute;
	top:0;
	right:0;
	left:0;
}


.ranking_title img{
	width:800px;
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.ranking_title img{
		width:300px;
	}
}

.osusume_txt{
	width:100%;
	margin:0 auto;
}

.osusume_txt p{
	font-size:1em;
line-height:1.5em;
text-align:left;
color:#fff;
}

@media screen and (max-width: 768px) {
	.osusume_txt p{
		margin:5% 0;
	}
}

/**テーブルメニュー****/
table {
	width:100%;
	margin:0 auto;
  }
  .tbl-r02 th {
	border:solid 1px #fff;
	color: #eee;
	padding:11px;
	text-align:left;
	font-weight: 100;
  }
  .tbl-r02 td {
	background-color: #fff;
	padding:11px;
	text-align:left;
  }
  .tbl-r03 th {
	color: #000;
	padding:11px;
	text-align:left;
	font-weight: 100;
	background:rgb(233, 254, 255);
  }

  @media screen and (max-width: 768px) {
	.tbl-r03 th {
		font-size:15px;
		padding:7px;
	}
  }
  .tbl-r03 td {
	background-color:#fff;
	padding:11px;
	text-align:left;
	color:#007efd;
  }

  #tokubetu{	
	width:100%;
	margin:0 auto;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	border-radius:17px;
	box-shadow: 0 0 11px -5px #dedede;
  }

  @media screen and (max-width: 768px) {
	#tokubetu{
		width:87%;
	}
  }

  .tokubetu_box{
	  max-width:900px;
	  margin:0 auto;
	  padding:5% 0;
  }

  @media screen and (max-width: 768px) {
	.tokubetu_box{
		padding:5% 7%;
	}
  }
  #no1{	  
	  width:100%;
	  margin:7% 0;
	  border:solid 3px #fff;
	  border-radius:17px;
	}
	
	#no2{
		margin:7% 0;
		width:100%;
		border:solid 3px #fff;
		border-radius:17px;
	  }

	  #no3{
		margin:7% 0;
		width:100%;
		border:solid 3px #fff;
		border-radius:17px;
	  }

	  @media screen and (max-width:700px){
		#no1,#no2,#no3{	  
		width:87%;
		margin:0 6.5% 7% 6.5%;
	}
}

.no1_box,.no2_box,.no3_box{
	max-width:900px;
	margin:0 auto;
	padding:5% 0;
}

@media screen and (max-width: 768px) {
	.no1_box,.no2_box,.no3_box{
		padding:5% 7%;
	}
  }

/*
content_c********************************/

.content_c{
	width:100%;
	margin:0 auto;
	text-align: center;
	background:#fffcd1;
	position:relative;
}


.section_c{
	max-width:1000px;
	margin:0 auto;
	background:#fffcd1;
	padding:5% 0 2% 0;
}

@media screen and (max-width: 768px) {
	.section_c{
		padding:15% 0 5% 0;
	}
}

.faq{
	position:absolute;
	left:0;
	right:0;
}

.faq img{
	width:650px;
}

@media screen and (max-width: 768px) {
	.faq img{
		width:380px;
	}
}

@media screen and (max-width:381px) {
	.faq img{
		width:300px;
	}
}
/**アコーディオンメニュー****/

.acd_menu{
	padding-top:3%;
	width:100%;
}
.acd-check{
	display: none;
  }
  .acd-label{
	border-bottom:solid 3px #000;
	display: block;
	margin-bottom: 1px;
	padding: 13px;
	text-align: left;
	margin:3% 0 0 0;
  }

  .que{
	  display: inline-block;
  }

  .que img{
	width:30px;
	}

	  
@media screen and (max-width: 768px) {	
	.que img{
		width:20px;
		}
}

@media screen and (max-width:331px) {
	.que img{
		vertical-align: 11px;
	}
}

  .acd-label p{
	font-size:18px;
	font-weight:700;
	color: #000;
	display: inline-block;
	vertical-align:10px;
	transition-duration: 0.8s;
  }
  .acd-label p:hover{
	color:#f77000;
}
  	  
@media screen and (max-width: 768px) {
	.acd-label p{
		vertical-align:3px;
	}
}
  
@media screen and (max-width: 768px) {
	.acd-label p{
	font-size:15px;
}
}

@media screen and (max-width:331px) {
	.acd-label p{
		font-size:13px;
		line-height:21px;
	}
}
  .acd-content{
	background:#fff;
	height: 0;
	opacity: 0;
	padding:11px 17px;
	transition: .5s;
	visibility: hidden;text-align: left;
  }

  .acd-content p{
	  text-align:left;
	  font-size:1em;
	  display: inline;
	  vertical-align: 7px;
  }
  .acd-check:checked + .acd-label + .acd-content{
	height:100%;
	opacity: 1;
	padding: 13px 15px;
	visibility: visible;
  }

  .ans{
	display: inline-block;
}

.ans img{
  width:30px;
  display: inline-block;
  }

	
@media screen and (max-width: 768px) {
  
  .ans img{
	  width:20px;
	  }
}

/***アコーディオンメニューここまで***/

/*
content_d********************************/

.content_d{
	width:100%;
	margin:0 auto;
	text-align: center;
	padding-top:10%;
}
.section_d{
	width:90%;
	margin:0 auto;
}



.bottom{
	width:100%;
	background-color:#000;
	color:#fff;
	padding:1% 0;

}

@media screen and (max-width: 768px) {
	.bottom{
		padding:2% 0;
	}
}
.nav a{
text-decoration: none;
margin:1% 0;
display:block;
font-size:1em;
}


/* SP */
@media screen and (max-width: 768px) {
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

}

/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*
フッター追従設定はこちら
******************************/


#goTop{
	right:3%;
	z-index:99999;
}


.goto_ranking{
	flex:1;
	margin:1%;
	transition-duration: 0.7s;
}

.goto_ranking:hover{
	opacity: 0.7;
}


/*きらっとさせる*********/
.reflection-img{
    position    :relative;
    overflow    :hidden;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*== 押し込む円 */

.pushcircle{
    /*周囲の線の起点とするためrelativeを指定*/
  position: relative;
    /*円の形状*/
  width:100px;
  height:100px;
    box-sizing: border-box;
    padding: 0 10px;
  text-align: center;
  background:#f77000;
  border-radius:100%;
  color: #fff;
    text-decoration: none;
    outline: none;
    /*天地中央にテキストを配置*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/*内側の線*/
.pushcircle:after {
  content: "";
    /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
    /*線の形状*/
    width: 85%;
  height: 85%;
  border: 2px solid #fff;
  border-radius:100%;
  transform: translate(-50%, -50%) scale(1.1);
    /*アニメーションの指定*/
    transition: .3s ease; 
  }

/*hoverをしたら枠線が小さくなる*/
.pushcircle:hover:after {
  transform: translate(-50%, -50%) scale(1);
    border-color:#fff;
}


/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	border-radius:100px;
	width:100px;
	height:100px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1em;
	transition:all 0.3s;
  }
  
  /*リンクを右下に固定*/
  #page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	  /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
  }
  
  /*　上に上がる動き　*/
  
  #page-top.UpMove{
	animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
	from {
	  opacity: 0;
	transform: translateY(110px);
	}
	to {
	  opacity: 1;
	transform: translateY(0);
	}
  }
  
  /*　下に下がる動き　*/
  
  #page-top.DownMove{
	animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
	from {
	  opacity: 1;
	transform: translateY(0);
	}
	to {
	  opacity: 1;
	transform: translateY(110px);
	}
  }

  
  .star{
	  display:inline-block;
  }

  .star img{
	  width:30px;
  }

  @media screen and (max-width: 768px) {
	.star img{
		width:20px;
	}
  }
  .star_txt{
	display:inline-block;
	font-weight:bold;
	vertical-align: super;
	background:#ff0000;
	color:#fff000;
	padding:3px;
	font-size:18px;
  }

/*
asset*****************************/
.content_about{
	width:100%;
	margin:0 auto;
	text-align: center;
	background:linear-gradient(0deg,#2af598,#66b3ff);
	position:relative;
	padding:0 0 5% 0;

}

.section_about{
	max-width:1000px;
	margin:0 auto;
}

.obi{
	width:100%;
	margin:0 auto;
	padding:5% 0 0 0;	
}

@media screen and (max-width: 768px) {
	.obi{
		padding:13% 0 11% 0;
	}
	.obi h2{
		font-size:31px;
		line-height:38px;
	}
}

.pri_box{
	width:100%;
	margin:5% 0 0 0;
	border:solid 3px #fff;
	border-radius: 17px;
}

@media screen and (max-width: 768px) {
	.pri_box{
		width:90%;
		margin:0 auto;
	}
}
.pri_child{
	width:90%;
	margin:0 auto;
	padding:3% 0;
}

.pri_child p{
	text-align:left;
	color:#fff;
	font-size:18px;
	line-height:31px;
	letter-spacing: -0.5px;
}

@media screen and (max-width: 768px) {
	.pri_child p{
		font-size:13px;
		line-height:21px;
}
}