/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */

html {font-size: 62.5%;}
body {background:#FFFFFF; font-size: 1.4rem; line-height:2; color:#333;
	font-family: "Sawarabi Mincho","游明朝 Light", "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Georgia,serif;
	background:#FFFFFF ;
	/*↓文字が太く見えるのを解消↓*/
	-webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;	
}

#title,
#concept,
#slogan,
#field,
#vr,
#archives,
#about,
#contact {width: 100%; height:auto; padding:100px 0;}
#title{height: 100vh;}

h1{font-size:14rem; text-align:center; 	color:#FFFFFF; margin-top:10vh; letter-spacing:-2rem; line-height:1;}
h1 span{font-size:1.4rem; display:block;  letter-spacing:0rem; margin-bottom:50px;}
h2{font-size:4.2rem;  margin:0 auto; font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue"; font-weight:bold; text-align:center;
 padding:30px 0;
line-height:1.4;}
h2 span{ display:block; font-size:1.4rem;}
h2 hr{border:none; height:5px; background:#333; width:100px; margin:30px auto; }
h3{ font-size:2.1rem; background:#333; color:#fff; display: inline; padding:8px 0; line-height:2.4; text-transform: uppercase;
    box-shadow: 11px 0 0 #333, -11px 0 0 #333;}
#title p {
    margin-top: 1em;
    margin: auto;
    font-size: 2.1rem;
    color: #fff;
	width:80%;
	text-align:center;
}
#title p span{ border:#fff 1px solid; margin:0.2em; padding:0.2em;}

#concept,
#field,
#vr,
#archives,
#about,
#contact {
    background:#fff;
	padding-bottom:100px;
}
#slogan {
    background: rgba(0,0,0,.7);
	color:#fff;
}
#slogan h2 hr{background:#fff;}

#archives{background:#eee;}
#title video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100
}

#field,
#about { position: relative; background:rgba(255,255,255,0.5); overflow:hidden;}
#field video,
#about video{ position: absolute; top:0; left:0; right:0; z-index:-1; min-width:100%; min-height:100%;}

.column_vr{max-width:650px; margin:0 auto; padding-bottom:20px;}
#vr .img{ max-width:100%; margin-top:10px;}
#vr ul{
margin:0 auto;
 max-width: 1050px;
 display: grid;
 grid-template-columns:49% 1fr;
 grid-row-gap: 20px;
 grid-column-gap: 20px;}

#vr .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
 }
#vr .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#vr .last{text-align:center;
max-width:650px; margin:0 auto; padding-top:60px; }
#vr .last span{font-size:200%;
border-top: #ddd 1px solid;
border-bottom: #ddd 1px solid;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;}

@media screen and (max-width: 900px) {
#vr ul{max-width: 650px;grid-template-columns:48.5% 1fr;}
}
@media screen and (max-width: 768px) {
#vr ul{grid-template-columns:100%;}
}


.column{ max-width:650px; margin:0 auto; padding-bottom:60px;}
.column p{ margin-top:10px;}



@-webkit-keyframes bg-color {
  0% { background-color: #000; }
  40% { background-color: #900; }
  100% { background-color: #000; }
}
@keyframes bg-color {
  0% { background-color: #000; }
  40% { background-color: #900; }
  100% { background-color: #000; }
}

a.opnbtn,
a.clsbtn {
	 font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue";
	text-decoration:none;
	color:#eee;
	text-align:center;
    display: block;
    margin: 20px auto;
    padding: 10px 0;
	background:#000;
	border-radius:8px;
 transition:0.3s;
 box-shadow: 0px 0px 4px -1px #000;
 width:150px !important;
 animation: bg-color 5s infinite;
  -webkit-animation: bg-color 5s infinite;
}


a:hover.opnbtn,
a:hover.clsbtn {
	 animation: paused;
  -webkit-animation:paused;
 width:200px !important;

}
/*
#archives .works{ display:flex;}
#archives .works ul{ display:flex;flex-wrap: wrap; line-height:0;justify-content:center;}
#archives .works li{ margin:10px;}
*/
#gallery_wrap{	background:#eee; padding:0px 0 30px 0;}

#loading {
    text-align: center;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
 
#loading p {
    text-align: center;
    font-size: 70px;
}
 
#gallery {
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s;
    opacity: 0;
    max-height: 100vh;
    box-sizing: border-box;
}
 
#gallery.on {
    opacity: 1;
    max-height: 100%;
}
 
#gallery li {
    max-width: 300px;
    padding: 5px;
	    padding-bottom: 30px;

}
 
#gallery li img {
    max-width: 100%;
    height: auto;
	border:#eee 1px solid;
}
#gallery li span{ display:block; line-height:1; margin-top:-5px;}
  
/* ===================================================================

　contact / お問い合わせ

=================================================================== */
#contact article{ background:url(../contact/images/main_img.jpg)  no-repeat center center;background-size: cover; }
#contact section#read p{ font-size:1.4rem; letter-spacing:0.06em; text-align:center; margin:45px auto;}
#contact i{ color:#ff0000; font-style:normal;}					

#contact table{ width:650px; text-align:left; margin:0 auto; margin-bottom:3rem;}
#contact table th{ background:url(../common_images/footer_mark.png) no-repeat left calc(50% + 2px) ; padding-left:1em;}
#contact table tr{ border-bottom:#fff 1px solid; display:block;}
#contact table tr:last-child{ border:none;}
#contact table td{display:block;}

#contact table span{color:#ff0000; vertical-align: super; margin-left:0.2em;}
#contact input::placeholder,
#contact textarea::placeholder{ color:#ccc;}/*例*/
#contact input:focus::placeholder,
#contact textarea:focus::placeholder {color: transparent;}/*フォーカス時に例を非表示*/

select,
input[type="text"],
textarea{ width:650px;}
#contact .zipcode,
#contact .year{width:10rem;}
select,
input,
textarea{ background:#fff; border:#ccc 1px solid; padding:1.5rem; margin:0.5rem 0 2rem 0; border-radius:0; }

input[type="submit"], 
input[type="reset"],
input[type="button"]{ color:#fff; background:#000; padding:0; margin:0; margin-left:1.5rem; border:none; border-radius:8px; box-shadow: 0px 0px 4px -1px #000;
 }
input[type="reset"]{background:#999;}
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"]::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::after,
input[type="button"]::after,
input[type="reset"]::after{ animation:ease-out;transition: all .5s ease-out;}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{ background:#666;}

#contact #button{ display:flex; justify-content:center; margin:55px 0;}
input[type="submit"],
input[type="reset"],
input[type="button"]{padding:1.5rem 5rem 1.5rem 4rem;}
#contact button {border:none; /*枠を消す*/width:230px;padding:0.8rem 5rem 0.7rem 4rem;} 

input[type="checkbox"]{ margin-bottom:0; padding-bottom:0;}
#contact .privacy { text-indent:-2em; margin-left:2em;} 
#contact .privacy a { color:#5AC5F1;} 



footer{ text-align:center; background:#000; color:#eee; padding:50px 0;}

@media only screen and (max-width: 768px) {
#contact table{ width:95%; 	}
select,
input[type="text"],
textarea{ width:90%;}

/*#contact #button{ display: block; text-align:center; }*/

}

@media screen and (max-width: 768px) {
h1{font-size:7rem; letter-spacing:-1.5rem;}
#title p {font-size: 1.4rem; width:90%;}
h2{ width:90%;}
.column{ max-width:85%;}

}
