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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: sans-serif;
  color: #1e1e1e;
  background: black;
  height: 100%;
}
.L-tewelve {
  background-color: black;
}
img {
  display: block;
  max-width: 100%;
}
#slide {
  position: relative;
  height: 200px;
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 10;
  background-color: rgba(255,255,255,0.0);
  -webkit-transition: all 0.4s linear 0s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.header .logo-container {
  width: 220px;
  font-size:8px;
  height: auto;
  margin: 20px 0 0 0;
  float: left;
  border: 0px solid black;
  animation: none;
}
.header .logo-container h1 {
  text-align: center;
  color: white;
  -webkit-transition: all 0.4s linear 0s;
}
.header ul {
  margin: 0 50px 0 0;
  list-style-type: none;
  padding: 0;
  float: right;
  border: 0px solid black;
}
.header ul li {
  display: table-cell;
  border: 0px solid crimson;
}
.header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 30px 15px;
  color: white;
  border-top: 5px solid transparent;
  -webkit-transition: padding 0.4s linear 0s;
  font-size: 16px;
}
.header ul li a:hover {
  border-top: 5px solid white;
}
.toggle-btn {
    display: none;
    position: absolute;
    top: 8px;
    left: auto;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
  }
.header-scroll {
  height: 60px;
  background-color: rgba(255,255,255,1);
  animation: top-in-basic 1 0.4s 0s;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
}
.header-scroll ul li a {
  padding: 15px 15px;
  color: #1e1e1e;
}
.header-scroll ul li a:hover {
  border-top: 5px solid black;
}
.header-scroll .logo-container {
  animation: left-in-basic 1 0.8s 0s;
}
.header-scroll .logo-container h1 {
  margin: 10px 0px;
  color: #F00;
}
.display-none-mobile {
  display: table;
}
.display-block {
  display: table;
}
.banner-wrapper-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
 
  background-position: center;
  background-size: cover;
  transition: all 0.1s ease 0s;
}
.foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.banner-wrapper-fixed .foreground h1 {
  text-align: center;
  color: white;
  margin-top: 250px;
  font-size: 50px;
  padding: 0px 30px;
}
.heading {
  
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-family:'Paytone One', sans-serif;
}
.section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
  margin-top:50px;
}
.box {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: white;
  margin: 10px 0px 30px 0px;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
  
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1e1e1e; 
}
footer p {
  text-align: center;
  margin: 0;
  color: white;
  padding: 10px 0px;
  font-size: 12px;
}
.heart {
  font-size: 18px;
  margin: 0 4px;
  color: crimson;
}
.top-in-basic {
  animation: top-in-basic 1 1s 0s;
}
.left-in-basic {
  animation: left-in-basic 1 1s 0s;
}
.fade {
  animation: fade 1 1s 0s;
}


/*slide*/
#slide{
	position:relative;
	overflow:hidden;
	height:6px;
}

#slide ul{
	position:absolute;
	width:auto;
	
}

#slide li{
	float:left;
	width:auto;
	list-style-type:none;
}

button{
	opacity:.6;
	transition:opacity .2s;
	border:none;
	background:none;
}

button:focus{
	outline:none;
}

button:hover{
	opacity:1;
}

#prevBtn{
	position:absolute;
	top:225px;
	left:20px;
}

#nextBtn{
	position:absolute;
	top:225px;
	right:20px;
}

.test  {
	text-align:center;
	font-family:'Paytone One', sans-serif;
	}

.test2{
	float:right;
	}	
p {
	font-size:16px;
	font:bold;
	margin: 0 0 0 20px ;
	}
	
.box1 ul	{margin: -20p 0 -5px 0;
	padding: 0;
	list-style: none}

.box1 li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
	}

.box1 li a:hover	{text-decoration: none;
}

.box1 ul:after	{content: "";
	display: block;
	clear: both}

.box1 li	{float: left;
	width:auto;
	margin: 0 0 -30px 0;}

.box1 img	{max-width: 100%;
	height: 200px;
	border: none
	}

	
.box2 ul	{margin: 0 0 -5px 0;
	padding: 0;
	list-style: none;
	}

.box2 li a	{display: block;
	padding: 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
	}

.box2 li a:hover	{text-decoration: underline}

.box2 ul:after	{content: "";
	display: block;
	clear: both}

.box2 li	{
	float: left;
	width:auto;
	}

.box2 img	{
	width: 100%;
	height: auto;
	border: none
	}



.copy {
	font-size:16px;
	font:bold;
	text-align:center;
	margin: 0 0 -40px 0;
	font-family:'Paytone One', sans-serif;
	}
	
/**/
main{
	display:block;
	width:auto;
	margin:0 auto;
	padding:0px 0px;
}

main:after{
  content: '';
  display:block;
  clear:both;
}

main di{
	position:relative;
	float:left;
	width:320px;
	margin:0 20px 50px 0;
	color:#FFF;
	line-height:2em;
}

main di:nth-child(3n){
	margin-right:0;
}

main di img{
	vertical-align:bottom;
	
}

main div{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	padding:20px;
	background:rgba(0, 51, 255, .5);
	top:0;
	left:0;
	box-sizing:border-box;
	
}

main p{
	position:relative;
	top:10px;
}


.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : rgba(153, 0, 0, 1);       /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}


//上に戻る

h2{
  text-align: center;
  margin-bottom: 30px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 10px;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.text{
	list-style-type: none;
	}




	

	



@keyframes flip {
  0% {transform: rotateY(-45deg);}
  100%{transform: rotateY(0deg);}
}
@keyframes fade {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes top-in-basic {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in-basic {
  0%{transform: translateX(-2000px)}
  100%{transform: translateX(0px)}
}
@media (max-width:768px){
  .header {
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }
  .header .logo-container {
    width: auto;
  font-size:8px;
    margin: 0;
    padding: 0;
    z-index: 10;
    border-bottom: 5px solid #ccc;
    color:white;
  }
  .header .logo-container h1 {
    color: white;
    padding-left: 20px;
    margin: 10px;
    text-align: left;
  }
  .header-scroll .logo-container {
    animation: none;
  }
  .header ul {
    float: none;
    width: 100%;
    margin: 63px 0 0 0;
    z-index: 9;
    background-color: white;
    border: 0px solid black;
  }
  .display-none-mobile {
    display: none;
  }
  .display-block {
    display: block;
  }
  .header ul li {
    display: block;
    margin: 0;
    text-align: center;
  }
  .header ul li a {
    width: 100%;
    color: black;
    margin: 0;
    padding: 20px 0 20px 0;
  }
  .header ul li a:hover {
    background-color: black;
    color: white;
  }
  .toggle-btn {
    display: block;
  }
  .banner-wrapper-fixed {
  }
}