@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}


*{
    box-sizing: border-box
}

/* HEADER */

nav{
	position: relative;
	z-index:999;
	padding:5px 20px;
}
@media screen and (max-width:550px){
nav{
	position: relative;
	z-index:999;
	padding:5px 5px;
}
}

/*searchbox*/

.search {
margin-left: auto;
    margin-right: auto; 
}

.searchTerm {
  position: absolute;
  top: 26px;
  width: 250px;
  height: 26px;
  right: 15px;
  border: 1px solid #ffffff;
  border-right: none;
  padding: 5px;
  border-radius: 3px 0 0 3px;
  outline: none;
  color: #9DBFAF;
}


@media screen and (max-width:550px){
.searchTerm {
  position: absolute;
  top: 26px;
  width: 178px;
  height: 26px;
  right: 5px;
  border: 1px solid #ffffff;
  border-right: none;
  padding: 5px;
  border-radius: 3px 0 0 3px;
  outline: none;
  color: #9DBFAF;
}
}

input[type=text]:focus{
  position: absolute;
  color: #ffffff;
  outline: none;
  font-size: 15px;
  top: 0;
}

.searchButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto 0;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  width: 60px;
  height: 26px;
  border: 0.1px solid #ffffff;
  text-align: center;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 15px;
}


@media screen and (max-width:550px){
.searchButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto 0;
  text-align:center;
  font-family: 'Oswald', sans-serif;
  width: 48px;
  height: 26px;
  border: 0.1px solid #ffffff;
  text-align: center;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 15px;
}
}

/* search_sp  -end-
	-------------------*/

.col3{
	text-align: center;
}

.col3 li{
	display: inline-block;
	width: 32%;
	padding: 2% 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}

}

	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}
.clear{
	clear:both;
}



h1{
    font-size: 5rem;
    position: absolute;
  margin: 50px auto 0 500px;
  transform: translate(-50%,-50%);
    z-index: 999;
    letter-spacing: 0.1em;
    width:10em;
    opacity: 0;/*ローディング画面では透過*/
}

@media screen and (max-width:768px){
 h1{
    font-size: 3.5rem;
    }
}

@media screen and (max-width:550px){
 h1{
    font-size: 2.5rem;
       position: absolute;
  margin: 50px auto 0 240px;
  transform: translate(-50%,-50%);
    z-index: 999;
    letter-spacing: 0.1em;
    width:10em;
    opacity: 0;/*ローディング画面では透過*/

    }
}


body.appear h1{
    opacity: 1;
}

/* area */
.sp-bottom{
    text-align: center;
}

#left6 .sp-bottom{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);    
}


h2{
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin: 0 0 30px 0;
}

@media screen and (max-width:550px){
 h2{
    font-size: 1.5rem;
    }
}


#left6 .sp-bottom p{
    margin:0 0 50px 0;
    letter-spacing: 0.3em;
    white-space: nowrap;
}

#left6 .sp-bottom ul{
    display: flex;
    justify-content: center;
}

#left6 .sp-bottom ul li{
    margin: 0 10px;
}

#left6 .sp-bottom ul img{
     height:25px;   
}

#footer{
    position: fixed;
    bottom:20px;
    left: 50px;
}

@media screen and (max-width:550px){
#footer{
    position: fixed;
    left: 20px;
    bottom:20px;
} 

  /* 
#footer{
    bottom:inherit;
    left: 20px;
    top:20px;
} 
  */  
}











.title_l {
 position:absolute;
 top: 0px;
 right: 0px;
 color: #fff;
 background: rgba(0,0,0,.6);
 width: 100%;
 height: 100px;
 padding: 1em 0;
 font-size:2em;
 text-align:right;
}

.title_r {
 position:absolute;
 top: 0px;
 left: 0px;
 color: #fff;
 background: rgba(0,0,0,.6);
 width: 100%;
 height: 100px;
 padding: 1em 0;
 font-size:2em;
 text-align:left;
}


.sp-bottom_lr1 {
/*background: rgba(220,220,220,0.3);*/
   background: rgba(0,0,0,.3);
  border-radius: 10px; 
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width:550px){
.sp-bottom_lr1 h2 {
   background: rgba(0,0,0,.3);
  border-radius: 10px; 
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 4vw;
}
}

.sp-bottom_l1 {
/*background: rgba(220,220,220,0.3);*/
  display:none;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; bottom: 200px; right:180px;
}

/*
@media screen and (max-width:550px){
.sp-bottom_l1 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; bottom: 100px; right:20px;
}
}
/*
.sp-bottom_l1_w {
　background: rgba(220,220,220,0.3);
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; bottom: 200px; right:180px;
}
*/
/*
@media screen and (max-width:550px){
.sp-bottom_l1_w {
  display:none;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; bottom: 100px; right:20px;
}
}
*/

.sp-bottom_r2 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 150px; right:300px;
}


@media screen and (max-width:550px){
.sp-bottom_r2 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 50px; right:5px;
}
}

.sp-bottom_r4 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; bottom: 250px; right:180px;
}


@media screen and (max-width:550px){
.sp-bottom_r4 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; bottom: 150px; right:40px;
}
}

.sp-bottom_l5 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; bottom: 300px; right:180px;
}


@media screen and (max-width:550px){
.sp-bottom_l5 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; bottom: 200px; right:40px;
}
}

.sp-bottom_r6 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 600px; right:180px;
}


@media screen and (max-width:550px){
.sp-bottom_r6 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 200px; right:5px;
}
}

.sp-bottom_r7 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 300px; right:180px;
}


@media screen and (max-width:550px){
.sp-bottom_r7 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 300px; right:5px;
}
}

.sp-bottom_r8 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 260px; right:500px;
}


@media screen and (max-width:550px){
.sp-bottom_r8 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 400px; right:5px;
}
}

.sp-bottom_r9 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 300px; left:200px;
}


@media screen and (max-width:550px){
.sp-bottom_r9 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 150px; right:5px;
}
}
.sp-bottom_r10 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 260px; right:100px;
}


@media screen and (max-width:550px){
.sp-bottom_r10 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 220px; right:5px;
}
}
.sp-bottom_r11 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 400px; right:50px;
}


@media screen and (max-width:550px){
.sp-bottom_r11 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 300px; right:5px;
}
}
.sp-bottom_r12 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 600px; right:500px;
}


@media screen and (max-width:550px){
.sp-bottom_r12 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 400px; right:5px;
}
}
.sp-bottom_r13 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 700px; right:400px;
}


@media screen and (max-width:550px){
.sp-bottom_r13 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 500px; right:5px;
}
}
.sp-bottom_r14 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 450px; right:550px;
}


@media screen and (max-width:550px){
.sp-bottom_r14 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 600px; right:5px;
}
}
.sp-bottom_r15 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 550px; right:100px;
}


@media screen and (max-width:550px){
.sp-bottom_r15 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 700px; right:5px;
}
}

.sp-bottom_r16 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 700px; right:200px;
}


@media screen and (max-width:550px){
.sp-bottom_r16 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 800px; right:5px;
}
}
.sp-bottom_r17 {
/*background: rgba(220,220,220,0.3);*/
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 5%;
  position: absolute; top: 650px; right:450px;
}


@media screen and (max-width:550px){
.sp-bottom_r17 {
  display:inline-block;
  background: rgba(0,0,0,.3);
  border-radius: 10px; 
  text-align: center;
  padding: 1% 10%;
  position: absolute; top: 500px; right:5px;
}
}

.right-img {
border: 2px solid #000000;
	width: auto;
	height: 100%;
}
@media screen and (max-width:550px){
.right-img {
border: 2px solid #000000;
	width: auto;
	height: 100%;
}
}




