@media screen and (min-width: 700px) and (max-width: 1023px){

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #222;
	color: #fff; 
	font-family: sans-serif , "メイリオ";
	font-weight: 400;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;	
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.6s ease;
	color: #fff;
}
p{
	line-height: 1.7;
}



/* fadein */
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
	transition: .8s;
	transition-delay:.1s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition-delay:.1s;
}

/* ----------scroll---------- */
.scroll {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 998;
}
.scroll a{
	display: block;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background-color: #293a98;
	border-radius: 1px;
 	transition: 0.3s;
}
.scroll a:hover{
	background-color: #fff;
	color: #293a98;
	transform: translate(0,-5px);
}


 /* ----------header---------- */
.header{
	width: 100%;
	height: 270px;
	margin: 0;
	padding: 0;
	z-index: 110;
	text-align: center;
	position: relative;
	background-image: url(../img/page/page-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .header{
	background-image: none;
}
.header .inner{
	width: 98%;
 	margin: 0 auto;
 }
 
 /* -----title----- */
.header .title{
	transition: 0.3s;
	width: 480px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 auto 30px;
	padding: 20px 0 0;
	filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px 3px 3px);
}
.header .title a:hover{
	opacity: 0.6;
}


/* --navi-- */
/* --navi.cssへ-- */

 /* --change-- */
 .change{
 	width: 100%;
 	position: absolute;
 	top: 160px;
 }
 .change ul{
 	width: 480px;
 	margin: 0 auto;
 	padding: 0;
 	list-style: none;
 	display: flex;
 }
 .change ul li{
	width: 50%;
 }
 .change ul li a{
 	display: block;
	height: 36px;
	line-height: 36px;
 	font-size: 1.6rem;	  
 	font-weight: 600;
 	text-decoration: none;
 	text-align: center;
	background-color: #69008c;
 }
  .change ul li a:hover{
  	opacity: 0.7;
  }
.change ul li.current a{
	color: #333;
	background-color: #fff;	
}



/* ----------footer---------- */
.footer{
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	background-color: #333;
	font-size: 1.4rem;
}
/* copyright */
.footer .copyright{
	width: 100%;
	background-color: #222;
	margin: 30px 0 0 0;
	height: 50px;
	line-height: 50px;
}

/* ---footer page comm---- */
/* midashi */
.midashi-s{
	text-align: center;
	font-family: serif;
	font-size: 3rem;
	font-weight: 400;
	margin: 0 auto 40px;
}
.midashi-l{
	text-align: center;
	font-family: serif;
	font-size: 4rem;
	font-weight: 400;
	margin: 0 auto 40px;
}
/* blog-link */
.blog-link{
	display: flex;
	margin: auto;
	width: 450px;
	border: 1px solid #fff;
	font-size: 1.8rem;
	font-weight: 600;
}
.blog-link span{
	text-align: center;
	width: 120px;
	padding: 15px 10px;
	color: #333;
	background-color: #fff;
}
.blog-link a{
	box-sizing: border-box;
	flex-grow: 2;
	text-decoration: none;
	padding: 15px 80px 15px 15px;
	background-image: url(../img/comm/arrow-big.png);
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.blog-link a:hover{
	opacity: 0.6;
	background-position: center right 15px;	
}

/* btn-link */
.btn-link{
	margin: 0 auto;
}
.btn-link a{
	display: block;
	border: 1px solid #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-decoration: none;
	padding: 15px 60px 15px 25px;
	background-image: url(../img/comm/arrow-big.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
}
.btn-link a:hover{
	opacity: 0.6;
	background-position: center right 5px;	
}


/* works-area */
.works-area{
	padding: 50px 0;
	text-align: center;
	background-color: #333;
}
.works-area .photos ul{
	width: 100%;
	margin: 50px auto;
	padding: 0;
	list-style: none;
	display: flex;
	 justify-content: space-between;
}

/* staff-area */
.staff-area{
	padding: 50px 0;
}
.staff-area img{
	width: 96%;
	display: block;
	margin: 0 auto 30px;
}
.staff-area .btn-link{
	width: 240px;
}

/* inner-area */
.inner-area{
	margin: 0 auto;
}

/* flow-area */
.flow-area{
	padding: 50px 0;
	margin: 0 auto;
	background-color: #333;
}
.flow-area .steps{
	display: flex;
	width: 90%;
	margin: 0 auto 30px
}
.flow-area .step-left{
	width: 100px;
	font-size: 2.4rem;
	font-weight: 600;
}
.flow-area .step-left big{
	font-size: 3rem;
}
.flow-area .step-right{
	width: calc(100% - 140px);
	margin: 10px 0 0;
}
.flow-area .step-right strong{
	font-size: 2rem;
	font-weight: 400;
}
.flow-area .btn-link{
	width: 390px;
}

/* mission-area */
.mission-area{
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}
.mission-area .title{
	width: 480px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 auto 50px;
}
.mission-area p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.mission-area hr{
	margin: 40px auto;
}
.mission-area ol{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* faq-area */
.faq-area{
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background-color: #333;
}
.faq-area .btn-link{
	width: 320px;
}
.faq-area dl{
	width: 90%;
	margin: 0 auto 30px;
}
.faq-area dt{
	display:block;
	font-family: serif;
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	padding: 0 0 0 70px;
	position: relative;
	cursor:pointer;
}
.faq-area dt:before{
	content: "Q";
	color: #fff;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-family: sans-serif;
	text-align: center;
	position: absolute;
	top: -3px;
 	left: 10px;
 	border-radius: 50%;
}
.faq-area dd{
	margin: 0 0 30px 0;
	padding: 0 0 0 70px;
	position: relative;
}
.faq-area dd:before{
	content: "A";
	color: #333;
	background-color: #ccc;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 5px;
 	left: 10px;
 	font-size: 1.6rem;
	font-weight: bold;
 	border-radius: 50%;
}
.faq-area dd p{
	background-color: #fff;
	color: #333;
	padding: 20px;
	border-radius: 5px;
    position: relative;
}
.faq-area dd p:before{
    content: '';
    position: absolute;
    top: 18px;
    left: -10px;
    transform: translateX(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 20px solid #fff;
}
.faq-area dd a{
	color: #3939C1;
}


/* construction-area */
.construction-area{
	width: 90%;
	padding: 50px 0;
	margin: 0 auto;
}
.construction-area img{
	display: block;
	margin: 15px auto 0;
	z-index: 0;
	position: relative;
}
.construction-area p{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	position: relative;
}



/* contact-area */
.contact-area{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(../img/comm/footer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-area .title{
	width: 480px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 auto 30px;
	filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px 3px 3px);
}
.contact-area hr{
	margin: 0 auto 30px;
}
.contact-area .inner{
	padding: 30px 0;
	background-color: rgba(0,0,0,0.4);
}
.contact-area .phone{
	font-size: 3.6rem;
	font-weight: 600;
	margin: 20px 0 0;
}
.contact-area .mail{
	font-size: 3.6rem;
	font-weight: 600;
	margin: 20px 0 0;
}
.contact-area p{
	font-size: 1.8rem;
	margin: -5px 0 0;
}
.contact-area .phone a,
.contact-area .mail a{
	text-decoration: none;
}
.contact-area .btn-link{
	width: 400px;
}




/* ---------index parts--------- */
/* -----intro-area----- */
.intro-area{
	position: relative;
	z-index: 0;
	margin-top: -270px;
	width: 100%;
	height: 100vh;
	background-image: url(../img/index/topimg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
}
.intro-area .inner{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
 	justify-content: center;
 	align-items: center;
}
/* copy */
.intro-area .copy{
	font-family: serif;
	font-size: 3.2rem;
	text-align: center;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 1px 8px);
}
/* start */
.intro-area .start{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5%;
}
.intro-area .start a{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	padding: 60px 0 0;
	background-image: url(../img/comm/start.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 50%;
}
.intro-area .start a:hover{
	opacity: 0.6;
	background-position: top 2px center;
}




/* -----about-area----- */
.about-area{
	width: 100%;
	overflow-x: hidden;
	padding: 50px 0;
	margin: 0 auto;
}
.about-area .inner{
	width: 90%;
	margin: 0 auto;
} 
.about-area .title{
	width: 480px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 auto 30px;
}
.about-area p{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.6rem;
}
.about-area .photos ul{
	width: 100%;
	margin: 50px auto;
	padding: 0;
	list-style: none;
	display: flex;
	 justify-content: space-between;
}
.about-area .example{
	margin: 0 auto 50px;
	width: 90%;
	text-align: center;
}
.about-area .example strong{
	font-size: 1.6rem;
}
.about-area .example p{
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	padding: 15px;
	border-radius: 5px;
}




/* -----lineup-area----- */
.lineup-area{
	width: 100%;
	overflow-x: hidden;
	padding: 0 0 30px;
	margin: 0 auto;
}
.page .lineup-area{
	width: 92%;
	padding: 0;
	margin-top: -70px;
}
.lineup-area .inner{
	width: 90%;
	margin: 0 auto;
}
.lineup-area .lineup-title{
	text-align: center;
	font-family: serif;
	font-size: 3.2rem;
	line-height: 1.8;
	margin: 40px auto;
}
.lineup-area .lineup-title span{
	font-size: 2.6rem;
	padding: 10px;
	border: 1px solid #fff;
}
.lineup-area .lineup-title .big{
	font-family: sans-serif , "メイリオ";
	font-size: 6rem;
	font-weight: 700;
	margin: 0 10px;
}

/* lineup-list */
.lineup-area .lineup-list{
	margin: 0 auto;
}
.lineup-area .lineup-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 20px auto 0;
}
.lineup-area .lineup-list ul li{
	margin: 0 0 15px;
	padding: 10px;
	box-sizing: border-box;
	width: 33.3%;
	color: #fff;
}
.lineup-area .lineup-list .number{
	font-size: 5.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding-top: 50px;
	background-image: url(../img/comm/logo-lineup.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 92%;
}
.lineup-area .lineup-list .kind{
	font-size: 2.2rem;
	font-weight: 600;
	padding: 10px 0;
	margin: 0 auto;
	width: 94%;
   	font-feature-settings: "palt";
}
.lineup-area .lineup-list .kind span{
	padding: 5px 0 0;
	font-size: 1.3rem;
	display: block;
}
.lineup-area .lineup-list .kind.mini{
	padding-top: 25px;
	font-size: 1.6rem;
}

.lineup-area .lineup-list .imgs{
	clear: both;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}
.lineup-area .lineup-list .imgs img{
	display: inline-block;
	margin: 0;
	width: 100%;
}
.lineup-area .lineup-list ul li p{
	margin: 0 5px;
}
.lineup-area .lineup-list .detail{
	text-align: center;
	border: 1px solid #fff;
	margin: 20px auto;
	font-weight: 600;
	width: 180px;
}
.lineup-area .lineup-list .detail a{
	text-indent: -20px;
	box-sizing: border-box;
	text-decoration: none;
	height: 45px;
	line-height: 45px;
	display: block;
	background-image: url(../img/comm/arrow-small.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
}
.lineup-area .lineup-list .detail a:hover{
	opacity: 0.6;
	background-position: center right 25px;	
}



/* ptitle-area */
.ptitle-area{
	width: 100%;
	background-color: #293a98;
	text-align: center;
	font-family: serif;
	font-size: 3.6rem;
	padding: 15px 0;
	margin: 30px 0;
}

/* ptitle-area staff */
.staff .ptitle-area{
	margin: 30px 0 0;
}



/* ----------contents---------- */
/* contents */
.contents{
	width: 100%;
	margin: 50px auto;
}
.contents .inner{
	width: 90%;
	margin: 0 auto;
}


/* hr */
hr{
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 0 0 50px;
	border: none;
}
hr.dot{
	width: 100%;
	height:1px;
	border: none;
	border-top: dashed 1px #fff;
	margin: 30px 0 ;
	background-color: transparent !important;
}



/* midashi */
.contents .midashi{
	font-size: 2.4rem;
	font-family: serif;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}





/* company */
.company .contents table{
	width: 100%;
	border-collapse: collapse;
}
.company .contents table th{
	width: 100px;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
}
.company .contents table td{
	padding: 15px;
	box-sizing: border-box;
}
.company .contents table tr:nth-child(odd){
	background-color: #333;
}
.company iframe{
	height: 400px;
}
.company .contents  .name{
	text-align: center;
	font-size: 1.8rem;
	font-family: serif;
	margin: 30px auto;
}
.company .wide-img{
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 400px;
	object-fit: cover;
}



/* flow */
.flow .contents .steps{
	display: flex;
	width: 100%;
	margin: 50px 0 20px;
	padding: 30px 0;
	border-bottom: 1px solid #fff;
	position: relative;
}
.flow .contents .steps.first{
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.flow .contents .steps:after{
	content: "";
	position: absolute;
	bottom: -121px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: url(../img/page/flow-arrow.png);
	background-position: center bottom 60px;
	background-repeat: no-repeat;	
	background-size: 50px;
}
.flow .contents .steps:last-child:after{
	background-image: none;
}
.flow .contents .step-left{
	width: 100px;
	font-size: 2.4rem;
	font-weight: 600;
}
.flow .contents .step-left big{
	font-size: 3rem;
	margin-left: 5px;
}
.flow .contents .step-right{
	width: calc(100% - 140px);
	margin: 10px 0 0;
}
.flow .contents .step-right strong{
	font-size: 2rem;
	font-weight: 400;
}
.flow .contents .steps .attention{
	font-size: 1.4rem;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px dotted #fff;
}
.flow .contents .photos{
}
.flow .contents .photos.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow .contents .photos.flex div{
	margin: 0 2% 1% 0;
	width: 48%;
}
.flow .contents .photos.flex img{
	width: 100%;
	margin: 0;
}


/* faq */
.faq .contents dl{
	width: 100%;
	margin: 0 auto 30px;
}
.faq #accordion dt{
	display:block;
	font-family: serif;
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	padding: 10px 30px 10px 70px;
	position: relative;
	cursor:pointer;
	background-image: url(../img/page/faq-open.png);
	background-position: top 20px right 20px;
	background-repeat: no-repeat;
 	transition: 0.3s;
}
.faq #accordion dt:hover{
	background-color: #222;
}
.faq #accordion dt.active{
	background-image: url(../img/page/faq-close.png);
	background-position: top 20px right 20px;
	background-repeat: no-repeat;
}
.faq #accordion dt:before{
	content: "Q";
	color: #fff;
	border: 2px solid #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-family: sans-serif;
	text-align: center;
	position: absolute;
	top: 6px;
 	left: 10px;
 	border-radius: 50%;
}
.faq #accordion dd{
	margin:  0;
	padding: 10px 0 10px 70px;
	position: relative;
	display:none;
}
.faq #accordion dd:before{
	content: "A";
	color: #333;
	background-color: #ccc;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 30px;
 	left: 10px;
 	font-size: 1.6rem;
	font-weight: bold;
 	border-radius: 50%;
}
.faq #accordion dd p{
	background-color: #fff;
	color: #333;
	padding: 20px;
	border-radius: 5px;
    position: relative;
}
.faq #accordion dd p:before{
    content: '';
    position: absolute;
    top: 18px;
    left: -10px;
    transform: translateX(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 20px solid #fff;
}
.faq #accordion dd a{
	color: #3939C1;
}

/* inquiry */
.inquiry .contents label.error{ 
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	padding: 5px 10px;
	margin: 0 0 15px;
	border-radius: 2px;
	background-color: #ff0000;
	color: #fff;
}
.inquiry .contents input[type=text],
.inquiry .contents input[type=email],
.inquiry .contents input[type=tel],
.inquiry .contents select,
.inquiry .contents textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 12px;
	background-color: #dce6ed;
	font-size: 1.5rem;
	border: none;
	box-sizing: border-box;
	margin: 0 0 15px;
	border-radius: 0;
}
.inquiry .contents input[type="checkbox"]{
    display: none;
}
.inquiry .contents input[type="checkbox"]+label{
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    margin: 5px 0 15px;
}
.inquiry .contents input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    left: 0;
    top: 50%;
    border: none;
    background-color: #dce6ed; 
}
.inquiry .contents input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #293a98; 
}
.inquiry .contents input,
.inquiry .contents select{
	width: 100%;
}
.inquiry .contents textarea{
	width: 100%;
	height: 150px;
	margin: 0 0 30px;
	font-family: sans-serif , "メイリオ";
}

.inquiry .contents .btn-area{
	margin: 50px auto;
	text-align: center;
}
.inquiry .contents .btn-area input{
	width: 40%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 15px;
	background-color: #cecebf;
	font-size: 1.8rem;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	color: #fff;
	margin: 0 10px;
 	cursor: pointer;
 	transition: 0.3s;
}
.inquiry .contents input[type=submit]{
	background-color: #293a98;
}
.inquiry .contents input[type=reset]{
	background-color: #666;
}
.inquiry .contents input.reset{
	background-color: #666;
}
.inquiry .contents .btn-area input:hover{
	opacity: 0.8;
}

.inquiry .contents p{
	margin: 10px 10px 10px;
}
.inquiry .contents .req{
	background-color: #ff7373;
	font-size: 1.2rem;
	padding: 3px 8px;
	margin: 0 10px;
}
.inquiry .contents .flex{
	display: flex;
	justify-content: space-between;
}
.inquiry .contents .flex div{
	width: 48%;
}

.inquiry .contents .privacy{
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	background-color: #dce6ed;
	color: #555;
	padding: 20px;
	box-sizing: border-box;
}
.inquiry .contents .privacy h1{
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	color: #a21809;
}
.inquiry .contents .privacy h2{
	font-size: 1.5rem;
	margin: 20px 0 0;
	padding: 0;
}
.inquiry .contents .privacy h3{
	font-size: 1.4rem;
	margin: 20px 0 0;
	padding: 0;
}
.inquiry .contents .privacy p{
	margin: 5px 0 10px;
	line-height: 1.4;
}

/* check */
.check p{
	text-align: center;
}
.check .contents table{
	width: 90%;
	margin: 0  auto;
	border-collapse: collapse;
}
.check .contents table th{
	width: 150px;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
}
.check .contents table td{
	padding: 15px;
	box-sizing: border-box;
}
.check .contents table tr:nth-child(odd){
	background-color: #555;
}



/*staff */
.staff .contents .message-area{
	width: 100%;
	display: flex;
	margin: 0 0 30px;
}
.staff .contents .message-area.reverse{
	flex-direction: row-reverse;
}
.staff .contents .message-area .photo{
	width: 50%;
}
.staff .contents .message-area .photo img{
	display: block;
	width: 100%;
}
.staff .contents .message-area .txt{
	width: 50%;
	padding: 0px 25px;
	box-sizing: border-box;
}
/* size */
.staff .contents .message-area .large{
	font-size: 2.2rem;	
}
.staff .contents .message-area .midium{
	font-size: 1.6rem;
	border-bottom: 1px dotted #fff;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
/* ex */
.staff .contents .ex{
	margin: 15px 0;
}
.staff .contents big{
	font-size: 2rem;
}
/* hr dot */
.staff hr.dot{
	margin: 40px 0;
}




/* ----------lineup contents---------- */
.lineup-contents{
	max-width: 100%;
	overflow-x: hidden;
	padding: 0 0 80px;
	margin: -80px 0 0;
}
.lineup-contents .inner{
	width: 90%;
	margin: 0 auto;
}

/* cover */
.lineup-contents .cover{
	width: 100vw;
	height: 650px;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lineup-contents .cover.aquarium01{
	background-image: url(../img/page/aquarium01-cover.jpg);
}
.lineup-contents .cover.aquarium02{
	background-image: url(../img/page/aquarium02-cover.jpg);
}
.lineup-contents .cover.aquarium03{
	background-image: url(../img/page/aquarium03-cover.jpg);
}
.lineup-contents .cover.aquarium04{
	background-image: url(../img/page/aquarium04-cover.jpg);
}
.lineup-contents .cover.aquarium05{
	background-image: url(../img/page/aquarium05-cover.jpg);
}

.lineup-contents .cover .item{
	width: 100%;
	height: 100%;
	display: flex;
	 justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.3);
}
.lineup-contents .cover .item div{
	width: 550px;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 1px 1px 8px);
}
.lineup-contents .cover .number{
	width: 100%;
	display: block;
	font-size: 7rem;
	font-weight: 700;
	text-align: right;
	line-height: 1;
	background-image: url(../img/comm/logo-lineup.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px;
	box-sizing: border-box;
}
.lineup-contents .cover .kind{
	width: 100%;
	display: block;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
   	font-feature-settings: "palt";
}
.lineup-contents .cover .kind span{
	display: block;
	font-size: 2.6rem;
	padding-top: 5px;
}

.lineup-contents .lead{
	padding: 30px 0;
}
.lineup-contents .lead p{
	width: 90%;
	margin: 20px auto;
}
.lineup-contents .lead img{
	display: block;
	margin: 0 auto;
}
.lineup-contents .lead .midashi-s{
	margin-bottom: 10px;
}
.lineup-contents .lead .btn-link{
	width: 400px;
}

.lineup-contents .explain{
	width: 100%;
	padding: 30px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lineup-contents .explain .midashi-l{
	margin: 50px 0 20px;
}
.lineup-contents .explain p{
	width: 90%;
	margin: 20px auto;
}

.lineup-contents .gray{
	padding: 5px 0 0;
	background-color: #333;
}

.lineup-contents .flex{
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
	width: 90%;
}
.lineup-contents .flex.double div{
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
.lineup-contents .flex.triple div{
	width: 33%;
	padding: 5px;
	box-sizing: border-box;
}
.lineup-contents .flex img{
	display: block;
	margin: 0 auto;
}
.lineup-contents .flex p{
	width: 90%;
	margin: 10px auto;
}
.lineup-contents .wideimg{
	width:100%;
	height: 400px;
	object-fit: cover;
	margin: 20px auto;
}
.lineup-contents hr{
	margin: 0 auto;
}

.lineup-contents .flex strong{
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
	text-align: center;
	font-family: serif;
	margin: 0 0 10px;
}
.lineup-contents .flex .btn-link{
	width: 100% !important;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
.lineup-contents .flex .btn-link a{
	padding: 10px 50px 10px 5px;
	font-size: 1.6rem;
	background-image: url(../img/comm/arrow-big.png);
	background-size: 40px;
}

.lineup-contents .spec{
	margin: 0 auto 30px;
}

.lineup-contents .pararell{
	display: flex;
}
.lineup-contents .pararell .tropical{
	width: 62%;
}
.lineup-contents .pararell .sea{
	width: 32%;
}

.lineup-contents .figure{
	width: 96%;
	margin: 30px auto;
	border: 1px solid #fff;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.lineup-contents .figure big{
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	padding: 0;
}
.lineup-contents .figure small{
	font-size: 1.2rem;
	display: block;
	padding: 5px 0;
	font-feature-settings: "palt";
}
.lineup-contents .figure .illust{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.lineup-contents .figure .illust div{
	max-width: 220px;
	margin: 20px 0 0;
}
 .lineup-contents .figure .illust div.tin{
 	width: 100px;
 }
.lineup-contents .figure.tropical .illust div img{
	padding: 50px 0 15px;
	background-image: url(../img/page/figure-icon-tropical.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30px;
}
.lineup-contents .figure.sea .illust div img{
	padding: 50px 0 15px;
	background-image: url(../img/page/figure-icon-sea.png);
	background-position: center top 10px;
	background-repeat: no-repeat;
	background-size: 35px;
}
.lineup-contents .figure.mix .illust div img{
	padding: 50px 0 15px;
	background-image: url(../img/page/figure-icon-mix.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px;
}
.lineup-contents .figure.aqua .illust div img{
	padding: 55px 0 15px;
	background-image: url(../img/page/figure-icon-aqua.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px;
}
.lineup-contents .figure.palda .illust div img{
	padding: 60px 0 15px;
	background-image: url(../img/page/figure-icon-paldarium.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px;
}

.lineup-contents .livefish .figure .illust div img{
	padding: 60px 0 15px;
	background-image: url(../img/page/figure-icon-livefish.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px;
}
.lineup-contents .watercurtain .figure .illust div img{
	padding: 80px 0 15px;
	background-image: url(../img/page/figure-icon-watercurtain.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 65px;
}


.lineup-contents .spec-title{
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	margin: 30px auto 0;
}
.lineup-contents .spec-title span{
	font-family: serif;
	font-size: 2.2rem;
	font-weight: 400;
	margin: 0;
}
.lineup-contents .spec-title small{
	display: block;
	font-size: 1.8rem;
}

.lineup-contents .scroll-t{
	width: 96%;
	margin: 30px auto 60px;
	overflow-x: auto;
}
.lineup-contents .scroll-t table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.lineup-contents .scroll-t table td{
	padding: 10px;
	box-sizing: border-box;
	font-weight: 400;
	white-space: nowrap;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.lineup-contents .scroll-t table td.none{
	border-right: none;
}
.lineup-contents .scroll-t table .gray{
	background-color: #333;
}

.lineup-contents .attention{
	width: 92%;
	margin: -30px auto 60px;
}
.lineup-contents .attention ul{
	margin: 10px 0;
	padding: 0 0 0 20px;
}


.lineup-contents .comparison{
	width: 96%;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
}
.lineup-contents .comparison div{
	width: 48%;
	text-align: center;
}
.lineup-contents .comparison.comparison_3column div{
	width: 30%;
	text-align: center;
}
.lineup-contents .comparison ul{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.lineup-contents .comparison ul li{
	border-bottom: 1px solid #fff;
	padding: 8px 0;
}
.lineup-contents .comparison strong{
	font-size: 1.6rem;
}
.lineup-contents .comparison img{
	margin: 10px auto 0;
	display: block;
}
.lineup-contents .comparison p{
	text-align: left;
	margin: 10px;
}


.lineup-contents .item-cover{
	width: 100%;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lineup-contents .item-cover .bg{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.6);
}
.lineup-contents .item-cover.ordermade{
	background-image: url(../img/page/aquarium05-cover-ordermade.jpg);
}
.lineup-contents .item-cover.livefish{
	background-image: url(../img/page/aquarium05-cover-livefish.jpg);
}
.lineup-contents .item-cover.watercurtain{
	background-image: url(../img/page/aquarium05-cover-watercurtain.jpg);
}
.lineup-contents .item-cover p{
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	padding: 8px;
	border-radius: 5px;
}
.lineup-contents .item-cover big{
	display: inline-block;
	position: relative;
	padding: 30px 0 5px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #fff;
}

.lineup-contents .item-cover .btn-link{
	width: 400px;
}




}


@media screen and (min-width: 700px) and (max-width: 840px){
.about-area .midashi-l {
	line-height: 1.3;
}
.midashi-l span{
	display: block;
}
}