@charset "utf-8";

/*--------------------------------------------------

 * index.php

--------------------------------------------------*/




@media (min-width: 769px){
.feature{}
.feature_gallery{
	position: relative;
}
.feature_gallery__items{}
.feature_gallery__item{}
.feature_gallery__image{
	margin-bottom: 50px;
}
.feature_gallery__body{
	text-align: center;
}
.gallery__title{}
.gallery__note{
	margin-bottom: 0;
	padding: 0 5em;
}
.feature_pager{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 486px;
	margin-top: 10px;
	letter-spacing: -1em;
}
.feature_page{
	list-style: none;
	display: inline-block;
	letter-spacing: normal;
	
	margin-left: 10px;
}
.feature_page:first-child{
	margin-left: 0;
}
.feature_controller{
	position: absolute;
	left: 0;
	right: 0;
	top: 486px;
	bottom: 0;
	height: 0;
	
	margin-top: auto;
	margin-bottom: auto;
}
.feature_control{
	list-style: none;
	
	position: absolute;
	top: 0;
	bottom: 0;
	height: 55px;
	margin-top: auto;
	margin-bottom: auto;
}
.feature_control--back{ left: 0; }
.feature_control--next{ right: 0; }
.feature_control__link{}
}
@media (max-width: 768px){
.feature{}
.feature_gallery{
	position: relative;
}
.feature_gallery__items{}
.feature_gallery__item{}
.feature_gallery__image{
	margin-bottom: 50px;
}
.feature_gallery__body{
	text-align: center;
}
.gallery__title{}
.gallery__note{
	margin-bottom: 0;
	padding: 0 3em;
}
.feature_pager{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 243px;
	margin-top: 10px;
	letter-spacing: -1em;
}
.feature_page{
	list-style: none;
	display: inline-block;
	letter-spacing: normal;
	
	margin-left: 10px;
}
.feature_page:first-child{
	margin-left: 0;
}
.feature_controller{
	position: absolute;
	left: 0;
	right: 0;
	top: 243px;
	bottom: 0;
	height: 0;
	
	margin-top: auto;
	margin-bottom: auto;
}
.feature_control{
	list-style: none;
	
	position: absolute;
	top: 0;
	bottom: 0;
	height: 55px;
	margin-top: auto;
	margin-bottom: auto;
}
.feature_control--back{ left: 3.125%; }
.feature_control--next{ right: 3.125%; }
.feature_control__link{}
}






@media (min-width: 769px){
.achivement{
	padding: 60px 0;
	
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	background-color: #F7F7F7;
}
.achivement__inner{}
.achivement__heading{
	margin-bottom: 60px;
}
.ranking{
	margin-bottom: 1em;
	margin-left: 0;
}
.achivement__ranking{
	margin-bottom: 40px;
}
.ranking__item{
	list-style: none;
	font-size: 128%;
	line-height: 1.5em;
}
.ranking__item--active{
	color: #E6004F;
	font-weight: bold;
}
.achivement__library{
	border: 1px solid #999;
	background-color: #fff;
}
.achivement__library__body{
	padding: 1em;
}
}
@media (max-width: 768px){
.achivement{
	padding: 30px 0;
	margin-bottom: 40px;
	
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	background-color: #F7F7F7;
}
.achivement__inner{}
.achivement__heading{
	margin-bottom: 30px;
}
.ranking{
	margin-bottom: 1em;
	margin-left: 0;
}
.achivement__ranking{
	margin-bottom: 20px;
}
.ranking__item{
	list-style: none;
	font-size: 128%;
	line-height: 1.5em;
}
.ranking__item--active{
	color: #E6004F;
	font-weight: bold;
}
.achivement__library{
	border: 1px solid #999;
	background-color: #fff;
}
.achivement__library__body{
	padding: 1em;
}

}






@media (min-width: 769px){
.bases{
	padding-top: 60px;
	padding-bottom: 60px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/reason/bases__bg.jpg);
}
.bases__inner{}
.bases__body{
	padding-top: 100px;
}
}
@media (max-width: 768px){
.bases{}
.bases__inner{}
.bases__body{}
}














@media (min-width: 769px){
	.section2{
		padding: 100px 0;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}
	.section2 li{
		list-style: none;
	}
	.section2 .colum1{
		display: flex;
		justify-content: center;
		gap: 1em;
	}
	.section2 .colum1 li{
		width: 47%;
	}
	.section2 .colum1 p{
		font-size: 98%;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.section2 .colum1 p:last-child{
		font-size: 83%;
		margin: 0.5em 0 0;
	}
	.section2.bg_colum2{
		background: #fef0f5;		
	}
	.section2 .colum2{
		display: flex;
    align-items: center;
    gap: 4em;
	}
	.section2 .colum3{
		display: flex;
		gap: 1em;
	}
	.section2 .colum3 p{
		font-size: 98%;
		margin: 0.5em 0 0;
	}
	.section2 .colum4{
		display: flex;
		flex-wrap: wrap;
		gap: 4em;
	}
	.section2 .colum4 li{
		width: 47%;
	}
	.section2 .colum4 + p{
		font-size: 98%;
		text-align: right;
	}
	.section2 .colum4 li a{
		color: #e6004f;
		text-decoration: underline;
	}
}
@media (max-width: 768px){
		.section2{
			padding: 50px 0;
			border-top: solid 1px;
			border-bottom: solid 1px;
		}
		.section2 li{
			list-style: none;
		}
		.section2 .colum1{
			display: flex;
			justify-content: center;
			gap: 1em;
		}
		.section2 .mb65{
			margin-bottom: 1em!important;
		}
		.section2 .colum1 p{
			font-size: 98%;
			margin-bottom: 0.5em;
		}
		.section2 .colum1 p:last-child{
			font-size: 83%;
			margin: 0.5em 0 1em;
		}
		.section2 .colum2 li:last-child{
			text-align: center;
		}
		.section2 .colum2 li:last-child a img{
			width: 50%;
		}
		.section2.bg_colum2{
			background: #fef0f5;		
		}
		.section2 .mt50{
			margin-top: 1em!important;
		}
		.section2 .colum3{
			display: flex;
			flex-wrap: wrap;
			gap: 1em;
		}
		.section2 .colum3 p{
			font-size: 98%;
			margin: 0.5em 0 0;
		}
		.section2 .colum3 li{
			width: 47%;
		}
		.section2 .colum4{
			display: flex;
			flex-wrap: wrap;
			gap: 1em;
		}
		.section2 .colum4 + p{
			font-size: 98%;
		}
		.section2 .colum4 li a{
			color: #e6004f;
			text-decoration: underline;
			word-break: break-word;
		}		
}
/* @ modaal */

.modal{
	z-index: 2;
}
.md-overlay{
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%); 
	padding: 40px 20px;
	/* overflow: auto; */
	/* opacity: 0; */
	/* visibility: hidden; */
	transition: .3s;
	box-sizing: border-box;
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  max-width: 1014px;
  width: 28%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 10000;
}
.md-inner, .md-inner video{
	display: block;
	text-align: center;
  width: 100%!important;
}
.md-xmark{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  right: -50px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(20px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-17px) rotate(45deg);
}

@media (max-width: 768px){
.md-contents{
  width: 80%;
 }
 .md-xmark {
  right: -5px;
 }
}
