@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-feature-settings: "palt";
	font-family: 'Amiri', serif;
	letter-spacing: 1px;
	font-size: 1.6rem;/* 16px */
	font-weight: 400;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
.fade-in {
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
}
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	color: #333;
}
.fixedsticky {
	top: 0;
	z-index: 10;
}

/*----- btn_pagetop ----- */
/*-SP-*/
@media (max-width:768px) {
#wrapper #btn_pagetop {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 100;
    max-width:35px;
}
}

 #wrapper #btn_pagetop {
    position: fixed;
    bottom: 1.5%;
    right: 1%;
    z-index: 100;
    max-width:40px;
    margin: 50px auto 30px;
    text-align: right;
    margin-right: 25px; }
  
  #wrapper #btn_pagetop a {
    color: #000;
    text-decoration: none;
    transition: .3s; }
  
  #wrapper #btn_pagetop a:hover {
    text-decoration: none;
    color: #CCC; }


@media screen and (min-width: 769px) {
  .pcNone {
    display: none; } }

@media screen and (max-width: 768px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 769px) {
  .ss {
    display: block; } }

@media screen and (max-width: 768px) {
  .spNone {
    display: none; } }

/*-----------------------
 mainImg
 -------------------------*/
#wrapper {
  width: 100%;
  margin:0;
  padding:0;
  }
  
 #fv {
  width: 100%;
  height:auto;
  position: relative;
  margin-bottom:-20px; 
  }
  
@media screen and (min-width: 769px) { 
#wrapper {
  padding-bottom:0;
  }
  
#fv {
  max-width: 1230px;
  width: 100%;
  position: relative;
  margin: 0 auto 120px auto; 
  }
  
}
/*---------------------------------------------------------------
 container
-------------------------------------------------------------- */

@media (max-width:768px) {
#container {
	width: 100%;
	margin: 10% 0;
	padding-bottom: 3%;
}
}

@media screen and (min-width: 769px) { 
#container {
	width: 100%;
	margin: 10% 0 -10% 0;
	padding: 0;
}
}

#container ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container>ul>li {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#container .st ul.credit {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
	margin-bottom: 60px;
	text-align: right;
}
#container .st ul.credit li {
	margin: 8px 0 0 0;
	letter-spacing: 1px;
	font-size: 1.1rem;
	color: #333;
	display: block;
	line-height: 180%;
	text-decoration: none;	
}
#container .st ul.credit li a span {
	margin-left: 2.5%;
	border: 1px solid #333;
	padding: 3px 31px;
	text-decoration: none;
	font-size: 1.0rem;
	background: #333;
	color: #fff;
}
#container .st ul.credit li a:hover span {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	background: #666;
	border: 1px solid #666;
}

#container .st ul.credit li span.space {
	font-size: 1.0rem;
	margin-right: 88px;
	text-decoration: none;
	font-size: 1.0rem;
	color: #000;
}

#container .st ul.credit li span {
	font-size: 0.9rem;
	margin-left: 2.5%;
	text-decoration: none;
	font-size: 1.0rem;
	color: #000;
}

h3 {
width:37%;
margin:80px auto 30px auto;
}

/*-PC-*/
 @media (min-width:769px) {
#container .st ul.credit li {
	margin: 10px 0 0 0;
	letter-spacing: 1px;
	font-size: 11px;
	color: #333;
	display: block;
	line-height: 150%;
	text-decoration: none;
}
h3 {
width:18%;
margin:30px auto 50px auto;
}
}

/*---------st---------*/    
/*-PC-*/
@media (min-width:769px) {
#container .st {
	max-width:800px;
	margin:0 auto;
	padding-bottom:35px;
}
}

/*-SP-*/
@media (max-width:768px) {
#container .st {
	width:90%;
	margin:0 auto;
	margin-bottom:25px;	
}
}

#container .st ul.img li.img_1,
#container .st ul.img li.img_2 {
	 width:49%;
	 margin-bottom: 16px;
}
@media (max-width:768px) {
	#container .st ul.img li.img_1,
	#container .st ul.img li.img_2 {
		 margin-bottom: 7px;
	}
}
	
	
#container .st .img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	flex-direction: row;
	-ms-flex-flow: row; /*IE10*/
	-webkit-flow: row; /* Safari6.1以降 */
}

#container .st ul.credit {
	text-align: right;
}

	
/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
footer {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;	
}

footer a#allitem {
	width: 100%;
	margin: 0 0 11% 0;
	padding: 5%;
	border: solid 2px #333;
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 1.4rem;
}

footer a#allitem {
	width: 100%;
	margin: 0 0 11% 0;
	padding: 5%;
	border: solid 2px #333;
	text-decoration: none;
	display: block;
	color: #333;
	font-size: 1.4rem;
}
footer a#allitem:hover {
	color: #fff;
	background: #333;
}
footer #logo {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 5%;
}
footer #copyright {
	margin: 2% 0 10% 0;
	font-size: 1.0rem;
}
 @media (min-width:769px) {
footer a#allitem {
	max-width: 450px;
	margin: 15% auto 0 auto;
	padding: 2% 5%;
	font-size: 1.4rem;
}
footer #logo {
	max-width: 240px;
	padding-top: 50px;
	margin: 0 auto;
}
footer #copyright {
	margin: 2% 0 8% 0;
	font-size: 1.1rem;
}
