@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:38px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

.head1 { background: url("../images/ftv_01.png") no-repeat top center; height:    204px; } 
.head2 { background: url("../images/ftv_02.png") no-repeat top center; height:     211px; } 
.head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    278px; } 
.head4 { background: url("../images/ftv_04.png") no-repeat top center; height:    234px; } 
.head5 { background: url("../images/ftv_05.png") no-repeat top center; height:    273px; } 
.head6 { background: url("../images/ftv_06.png") no-repeat top center; height:    126px; } 

.form { background-color: #ffffff; height:  250px;}
.form2 { background-color: #6d6d6d; height:  250px;}

.voice-bottom { background: url("../images/voice-bottom.png") no-repeat top center; height:    110px; }

.subtitle1 { background: url("../images/nayamititle.png") no-repeat top center; height:    275px; } 

.nayami1 { background: url("../images/nayami_1.png") no-repeat top center; height:    286px; } 
.nayami2 { background: url("../images/nayami_2.png") no-repeat top center; height:    467px; } 
.nayami3 { background: url("../images/nayami_3.png") no-repeat top center; height:    512px; } 
.nayami4 { background: url("../images/nayami_4.png") no-repeat top center; height:    564px; } 
.nayami5 { background: url("../images/nayami_5.png") no-repeat top center; height:    203px; } 

.present { background: url("../images/present.png") no-repeat top center; height:    403px; } 

.okinaga { background: url("../images/okinaga.png") no-repeat top center; height:    550px; } 
.eri { background: url("../images/eri.png") no-repeat top center; height:    524px; } 
.edahiro { background: url("../images/edahiro.png") no-repeat top center; height:    526px; } 

.profile1{ background: url("../images/profile1.png") no-repeat top center; height:    480px; } 
.profiletitle{ background: url("../images/profiletitle.png") no-repeat top center; height:    238px; } 

.joytitle{ background: url("../images/joytitle.png") no-repeat top center; height:    240px; } 

.joy1{ background: url("../images/joy1.png") no-repeat top center; height:    1287px; } 
.joy2{ background: url("../images/joy2.png") no-repeat top center; height:    1447px; } 
.joy3{ background: url("../images/joy3.png") no-repeat top center; height:    1121px; } 
.joy4{ background: url("../images/joy4.png") no-repeat top center; height:    952px; } 
.joy5{ background: url("../images/joy5.png") no-repeat top center; height:    888px; } 
.joy6{ background: url("../images/joy6.png") no-repeat top center; height:    394px; } 

.present1{ background: url("../images/present1.png") no-repeat top center; height:    1749px; } 
.present2{ background: url("../images/present2.png") no-repeat top center; height:    1422px; } 
.present3{ background: url("../images/present3.png") no-repeat top center; height:    1323px; } 

#coursetop { background: url("../images/course_top.png") no-repeat top center; height:    48px; } 
#coursebottom { background: url("../images/course_bottom.png") no-repeat top center; height:    43px; }

#megamitop { background: url("../images/megamiwrap_top.png") no-repeat top center; height:    50px; } 
#megamibottom { background: url("../images/megamiwrap_bottom.png") no-repeat top center; height:    60px; }

#gold { background: url("../images/gold.png") no-repeat top center; height:    163px; opacity: ;}

#grey { background: url("../images/grey.png") no-repeat top center; height:    163px; opacity:;}

#profilewrap {

	background-image: url("../images/profilewrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#voicewrap {

	background-image: url("../images/voicewrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#megamiwrap {

	background-image: url("../images/megamiwrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

.under {
  background: linear-gradient(transparent 50%, #fcf9c6  50%);
}


.akaji {
	color: #ef4792;
}

.text {

	text-align:left;
	width:850px;
	margin:0 auto;
	text-shadow: 5px 3px 3px white;
	
	
}

.blue{
	 background: #afbebf;
}

.tb01{
	width:800px;
	margin:10px auto 0px;
	border-top:1px solid #f5dfe2;
	border-left:1px solid #f5dfe2;
}

.tb01 .title{
	border-bottom:1px solid #f5dfe2;
	border-right:1px solid #f5dfe2;
	padding:6px;
	background-color:#faede6;
	width:35%;
}

.tb01 td{
	border-bottom:1px solid #f5dfe2;
	border-right:1px solid #f5dfe2;
	padding:6px;
	text-align:center;
	background-color:#FFFFFF;
}
	
.popular{
  position: relative;
}

.no1{
  position: absolute;
  top: -18px;
  left:calc(42% - 30px);
  background: #18a69d;
  width: 100px;
  font-size: 20px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

.inner{
  position: absolute;
  color:white;
  background-color: #f24497;
  left: 0;
  bottom: 0;
  display: block;
  width: 270px;
  padding: 10px 0;
}



.fixed::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}



.yellow.fixed::before {
	background-image: url("../images/yellow.png");
	z-index: -2;
}

.profile.fixed::before {
	background-image: url("../images/profileback.png");
	z-index: -3;
}

.yellow2.fixed::before {
	background-image: url("../images/yellow.png");
	z-index: -4;
}
.yellow3.fixed::before {
	background-image: url("../images/yellow.png");
	z-index: -5;
}


.box {
	width:800px;
	margin:0 auto;
}

.box2 {
	width:500px;
	margin:0 auto;
	margin-left: 25px;
}

.kirakira {
	width:700px;
	margin:0 auto;
}

.money {
	font-size: 48px;
	font-style: italic;
}

.small {
	font-size: 35px;
	color: #f24497;
}

.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
	
	
}

.shiro {
  background-color: #fff;
}

.triangle{
width:0;
height:0;
border-style:solid;
border-width: 68px 72px 0 72px;
border-color: #FFFFFF transparent transparent transparent;
margin:0 auto;
}

#footer {  
	background-color: #afbebf;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

