@charset "utf-8";
@import url("sanitize.css");


head{
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0)
}
body{
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 1.0)
}

.TOP{
    position: relative;
	position: top;
	margin: 0;
	padding: 0;
}

.container{
    width: 100%; 
    max-width: 100%;
    padding: 0; 
    margin: 0;
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter1{

    max-width: 50%;
    width: 50%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter2{

    max-width: 50%;
    width: 50%;
    left: 50%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter610{

    max-width: 16.6%;
    width: 17%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter620{

    max-width: 16.6%;
    width: 16.6%;
    left: 16.6%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter630{

    max-width: 16.6%;
    width: 16.6%;
    left: 33.2%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter640{

    max-width: 16.6%;
    width: 16.6%;
    left: 49.8%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter650{

    max-width: 16.6%;
    width: 16.6%;
    left: 66.4%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter660{

    max-width: 16.6%;
    width: 16.6%;
    left: 84%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

ul {
	list-style: none;
	margin: 0;
    padding: 0;
  }

  
/* フェードイン */
.list{
	list-style-type: none;
	overflow: hidden;
}
.list li{
	transition: .8s;
}

.list-fadeIn{
	opacity: 0;
}
.fadeIn2{
	opacity: 1.0;
}

.list-mvfadeIn{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mvfadeIn2{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.list-turn3d{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.turn3d2{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}

.list-zoom3d{
	transform: scale(0, 0) rotateY(180deg);
	-webkit-transform: scale(0, 0) rotateY(180deg);
}
.zoom3d2{
	transform: scale(1, 1) rotateY(360deg);
	-webkit-transform: scale(1, 1) rotateY(360deg);
}

.list-zoomIn{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}
.zoomIn2{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}



img{
    max-width: 100%;
    width: 100%;
    margin: 0;
    vertical-align: top;
}

header{
    opacity: 0.55;
    background-color: rgb(0, 0, 0); 
    color:#fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header h1{
    margin: 0;
    float: left;
    line-height: 1;
    font-size: 35px;
    padding: 10px;
    text-align: left;
    font-family: sans-serif;
}

.header_right {
    float: right;
    padding: 10px;
}

.bar{
    font-size: 200%;
    
}

.photo{
    position: relative;
}

.photo .inner{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    font-size: 10px;
    color: #fff;
    margin: 0;
}

.inner p {
    padding: 20px;
}
.inner span {
    margin-left: 10px;
}

.fade-in {
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
  }

.fade-up {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
  }


/* ボタン配置 */




.contact{
    opacity: 0.98;
    max-width: 750px;
    line-height: 1;
    display: block;
    height: auto;
    /* vertical-align: middle; */
    text-align: center;
    font-size: 30px;
    font: bold;
    background-color: rgb(255, 255, 255); 
    color:#fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

＃contactform{
    padding: 5% 10%;
    opacity: 0.55;
    margin: auto;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    position: fixed;
    bottom: 0;
    width: 80vw;
    z-index: 100;
}

/* スライダーのＣＳＳ */
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/* スライダーのＣＳＳここまで */




#nav-toggle {
  max-width: 750px;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
    max-width: 750px;
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgb(0, 0, 0);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
  line-height: 1
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.enter1{

    max-width: 50%;
    width: 50%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter2{

    max-width: 50%;
    width: 50%;
    left: 50%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter01{

    max-width: 25%;
    width: 25%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter02{

    max-width: 25%;
    width: 25%;
    left: 25%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter03{

    max-width: 25%;
    width: 25%;
    left: 50%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter04{

    max-width: 25%;
    width: 25%;
    left: 75%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter001{

    max-width: 33%;
    width: 33%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter002{

    max-width: 33%;
    width: 33%;
    left: 33%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter003{

    max-width: 33%;
    width: 33%;
    left: 66%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}


.enter61{

    max-width: 16.6%;
    width: 17%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter62{

    max-width: 16.6%;
    width: 16.6%;
    left: 16.6%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter63{

    max-width: 16.6%;
    width: 16.6%;
    left: 33.2%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter64{

    max-width: 16.6%;
    width: 16.6%;
    left: 49.8%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter65{

    max-width: 16.6%;
    width: 16.6%;
    left: 66.4%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter66{

    max-width: 16.6%;
    width: 16.6%;
    left: 84%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter1f{

    max-width: 17.5%;
    width: 17.5%;
    left: 0%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}

.enter2f{

    max-width: 17.5%;
    width: 17.5%;
    left: 17.5%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter3f{

    max-width: 17.5%;
    width: 17.5%;
    left: 35%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter4f{

    max-width: 17.5%;
    width: 17.5%;
    left: 52.5%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}
.enter5f{

    max-width: 30%;
    width: 30%;
    left: 70%;
    bottom: 0px;
    /* width: 100%;  */
    float: left;
    /* max-width: 100%;
    padding: 0; 
    margin: 0; */
    /* box-shadow: 0px 0px 3px rgba(0, 0, 0, .3); */
}


