@charset "utf-8";

/***************************************

BASE

***************************************/


html {
	height: 100%;
	position: relative;
	background: #e0ecf2;
	
}

body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-family:  '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #000;
	letter-spacing: 0.1rem;
	
}


/***************************************

container_top

***************************************/

#container{
	width: 100%;
}

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

.top_main_img{
	max-width: 100%;	
}
.top_main_text{
	width: 50%;
	margin: 2% auto;
}
.top_main_text p{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;	
	text-align: left;
	font-weight: 500;
	
}

.top_main_banaer{
	margin: 0 auto 15%;
	width: 45%;
}

.top_main_banaer img{
	width: 100%;
}

.top_main_banaer p{
	color: #000;
	font-size:0.9rem;
}

.marker {
  background:linear-gradient(transparent 50%, rgba(234, 197, 194) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}
.under_marker {
  background:linear-gradient(transparent 90%, rgba(10, 10, 10,1.0) 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition:background-size 1.5s;
}
.under_marker.on {
  background-size: 100% 100%;
}










@media screen  and (max-width:1200px){
	
	

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}	
	
.top_main_text{
	width: 90%;
	margin: 2% auto;
}	
	
.top_main_text p{
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	text-align: left;
}	
	

.top_main_banaer{
	margin: 0 auto;
	width: 90%;
}

.top_main_banaer img{
	width: 100%;
}	
	
	
.square_btn{
	display: inline-block;
	width: 90%;

	
}

.square_btn a {
  display: inline-block;
  width: 80%;
  line-height: 50px;

}


	

	
}





/***************************************

Contents 10/27

***************************************/


.Contents_wrap{
	width: 100%;
	margin: 5% auto;
	
	
}

.Contents_001,.Contents_002,.Contents_003{
	width:60%;
	margin: 0 auto 15%;
	text-align: center;
	
}

.Contents_title{
	width:100%;
	text-align: center;
}


.Contents_title img{
	width:70%;
	
}

.Contents_code{
	width:100%;
	margin: 0 auto;
	text-align: center;
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 1%;
	
}

.Contents_code_all{
	
	width:100%;
	margin: 0 auto 10%;
	text-align: center;
	
	
}

.Contents_code_all_2{
	
	width:100%;
	margin: 10% auto 0;
	text-align: center;
	
	
}

.Contents_code_all img,
.Contents_code_all_2 img{	
	width:50%;	
}


.Contents_code_txt{	
width: 80%;	
font-size: 1.2rem;
line-height: 2.5rem;
letter-spacing: 0.2rem;	
text-align: left;
font-weight: 400;
margin: 0 auto;
padding: 5%;	
	
}

h3{
width: 100%;	
font-size: 1.4rem;
line-height: 5rem;
letter-spacing: 0.2rem;	

font-weight: 800;
margin: 0 auto;

	
}



.Contents_code_item{	
	width: 40%;
	text-align: center;
	margin:0 auto;	
}


.Contents_code_item img{	
	width: 100%;
	
}

.Contents_code_item_link{
	width: 40%;
	margin:0 auto;
	text-align: left;
	font-size: .8rem;
	line-height: 1.5rem;
}

.Contents_pick{
	width:100%;
	margin: 10% auto;
	text-align: center;	
	
}

.Contents_pick_glid{
	width:100%;
	margin: 0 auto;
	text-align: center;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	column-gap: 1%;
	row-gap: 3%;
	
}



.pickup_item{
	
	width: 85%;
	font-size: 1.0rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;	
	text-align: left;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	
}

.pickup_item_rubi{
	width: 85%;
	font-size: 0.8rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;	
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	
}


.Contents_btn{
	width:100%;
	margin: 10% auto;
	text-align: center;	
	
}


@media screen  and (max-width:1200px){
	
	.top_main_text p{
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	text-align: left;
}
	
.Contents_001,.Contents_002,.Contents_003{
	width:90%;
	margin: 0 auto 15%;
	text-align: center;
	
}
	
.Contents_title img{
	width:100%;
	
}
	
.Contents_code_all img,
.Contents_code_all_2 img{	
	width:90%;	
}	
	

.Contents_code_txt{	
width: 100%;	
font-size: 1.15rem;
line-height: 2.2rem;
letter-spacing: 0.2rem;	
text-align: left;
font-weight: 400;
margin: 0 auto;
padding: 5%;	
	
}

h3{
width: 100%;	
font-size: 1.2rem;
line-height: 2.2rem;
letter-spacing: 0.1rem;	

font-weight: 900;
margin: 0 auto 3%;

	
}	
	

.Contents_code_item{	
	width: 80%;
	text-align: center;
	margin:0 auto;	
}


.Contents_code_item img{	
	width: 100%;
	
}

.Contents_code_item_link{
	width: 80%;
	margin:0 auto;
	text-align: left;
	font-size: .8rem;
	line-height: 1.5rem;
}	
	
	
.Contents_pick_glid{
	width:100%;
	margin: 0 auto;
	text-align: center;
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 1%;
	row-gap: 3%;
	
}	
	
.pickup_item{
	
	width: 98%;
	font-size: 0.8rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;	
	text-align: left;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	
}

.pickup_item_rubi{
	width: 98%;
	font-size: 0.6rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;	
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	
}
	
.Contents_btn{
	width:100%;
	margin: 30% auto 10%;
	text-align: center;	
	
}	
	
}

/***************************************

button　10/27

***************************************/


.btn_arr{
	margin: 0 auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 2% 0;
	width: 50%;
	font-size: 1.4rem;
}

.btn {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  
  

}

.btn_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
	
transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;	
	
}





.btn_item_arr{
	margin: 5% auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 2% 0;
	width: 40%;
}

.btn_item {

  cursor: pointer;
  line-height: 1;
  background: #fff;	
  font-size: 1.2rem;	
  

}

.btn_item_arr:hover {
opacity: 1;
background: #4b4b4b;
color:#fff;
	
transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;	
	
}



@media screen  and (max-width:1200px){
	
	.btn_arr{
	margin: 0 auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 5% 0;
	width: 80%;
	font-size: 1.4rem;
}
	
.btn_item_arr{
	margin: 5% auto .5%;
	text-align: center;
	border: 1px solid #000;
	/*border-radius: 15px;*/
	background: #fff;
	padding: 5% 0;
	width: 60%;
}	
	
}



/***************************************

underline

***************************************/


.underline-Area {
	  width: 50%;
	  min-width: 200px;
	  height: auto;
	  margin: 0;
	  padding: 20px;
	  border: 1px solid #333;
}

.underline-Area p {
	  margin: 60px auto;
}

.underline-before {

	background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
	transition: background 3s;
	text-decoration: none;

}

.underline-after {
	background-size: 100% 2px;
  
}

	


/***************************************

fadeUp

***************************************/


.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);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}



/***************************************

delay

***************************************/

.delay{
	
	 opacity: 0;
   	 animation: fadein 6s ease forwards;
}


@keyframes fadein  {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.delay_1 {animation-delay: 0.5s}
.delay_2 {animation-delay: 1.2s}
.delay_3 {animation-delay: 1.9s}
.delay_4 {animation-delay: 2.6s}
.delay_5 {animation-delay: 3.3s}
.delay_6 {animation-delay: 4.0s}


/***************************************

PC/SP

***************************************/


@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}



