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

/*============================================
 BODY
============================================*/

body {
 font-family: Helvetica, Arial, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
 font-weight: 400; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
 animation: fadeIn 2s ease 0s 1 normal;
 -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

/*============================================
 CONTENTS
============================================*/

/*=== LOGO SLID-IN FLEX BOX　===*/

.flex_box {
 z-index: 1;
 display: flex;
 flex-wrap: wrap;
 align-content: stretch;
 justify-content: space-around;
 flex-direction: row;
 }

.flex_box-item {
 z-index: 2;
 height:  100vh;
 width:  100%;
 border-radius: 0px;
 margin: 0% 0% 0% 0%;
 padding: 0% 0% 0% 0%;
 background-image: url("../index_images/back_pc.svg");
 background-position: center center;
 background-size: cover;
 transition: all 500ms;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
  }

.flex_index-item02 {
 z-index: 1;
 height:  100vh;
 width:  100%;
 border-radius: 0px;
 margin: 0% 0% 0% 0%;
 padding: 0% 0% 0% 0%;
 background-image: url("../index_images/back_pc.svg");
 background-position: center center;
 background-size: cover;
 transition: all 500ms;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }

/* === ANIMATION　LOGO SLIDE-IN === */

img {
 width: 100%;
}

.mainPhoto {
 width: 100%;
 height: 100vh;
 overflow:hidden;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

.logo {
 z-index: 6;
 animation: slideIn_logo 10s 1;
 width: 100%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

.logo_center {
 z-index: 5;
 animation: slideIn_logo_center 3s 1;
 width: 100%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

.logo_right {
 z-index: 4;
 animation: slideIn_logo_left 3s 1;
 width: 100%;
 /*コレ*/position: absolute;  
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

.logo_left {
 z-index: 3;
 animation: slideIn_logo_right 3s 1;
 width: 100%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

.enter {
 z-index: 7;
 animation: slideIn_enter 10s 1;
 bottom:  29%;
 right:  22%;
 width: 3.5%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
}

@keyframes slideIn_logo {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(0);
  }
30% {
 opacity: 1;
 transform: translateX(0);
  }
80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

@keyframes slideIn_logo_center {
 0% {
 opacity: 0;
  }  
 50% {
 opacity: 1;
 transform: translateX(0);
  }
 80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

@keyframes slideIn_logo_right {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(-1000px);
  }
 50% {
 opacity: 1;
 transform: translateX(0);
  }
 80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

@keyframes slideIn_logo_left {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(1000px);
  }
 50% {
 opacity: 1;
 transform: translateX(0);
  }
 80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

@keyframes slideIn_enter {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(0);
  }
 30% {
 opacity: 1;
 transform: translateX(0);
  }
 80% {
 opacity: 1;
 transform: translateX(0);
  } 
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

h2 {
 font-size: 190%;
 margin: 0px 0px 20px 0px;
 padding: 0px 0% 0px 0px;
}

h3 {
 font-size: 180%;
 margin: 0px 0px 20px 0px;
 padding: 0px 0% 0px 0px;
}

p {
 font-size: 15px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
 font-weight: bold;
}

p2 {
 font-size: 10px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
}

.text_top {
 z-index: 8;
 text-align: center;
 position: absolute;
 top: 4.5%;
 right: 2.5%;
 color: #000;
 animation: slideIn_text_top 10s 1;
}

.text_bottom {
 z-index: 9;
 text-align: center;
 position: absolute;
 bottom: 3.5%;
 left: 2.5%;
 color: #000;
 animation: slideIn_text_bottom 10s 1;
}

@keyframes slideIn_text_top {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(0);
  }
30% {
 opacity: 1;
 transform: translateX(0);
  }
80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

@keyframes slideIn_text_bottom {
 0% {
 opacity: 0;
  }  
 10% {
 opacity: 0;
 transform: translateX(0);
  }
30% {
 opacity: 1;
 transform: translateX(0);
  }
80% {
 opacity: 1;
 transform: translateX(0);
  }
 100% {
 opacity: 0;
 transform: translateX(0);
  }
}

/* === ENTER ROLLOVER === */

.rollover_enter a {
 width: 60px;
 height: 60px;
 background: url("../index_images/enter_off.svg") no-repeat;
 display: block;
 text-indent: -9999px;
 transition-duration: 0.3s;
 transition-delay: 0.1s;
}
 
.rollover_enter a:hover {
 background-image: url("../index_images/enter_on.svg");
}

/*============================================
 CONTENTS　PC-1280
============================================*/

/* === ANIMATION　LOGO SLIDE-IN === */

@media(max-width: 1281px){
    
.enter {
 animation: slideIn_enter 10s 1;
 bottom:  30%;
 right:  16%;
 width: 4.2%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
  }
    
h2 {
 font-size: 180%;
 margin: 0px 0px 20px 0px;
 padding: 0px 0% 0px 0px;
  }

h3 {
 font-size: 170%;
 margin: 0px 0px 20px 0px;
 padding: 0px 0% 0px 0px;
  }

p {
 font-size: 14px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
 font-weight: bold;
  }

p2 {
 font-size: 9px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
  }

.text_top {
 text-align: center;
 position: absolute;
 top: 4.5%;
 right: 2.5%;
 animation: slideIn_text_top 10s 1;
 color: #000;
  }

.text_bottom {
 text-align: center;
 position: absolute;
 bottom: 3.5%;
 left: 2.5%;
 animation: slideIn_text_bottom 10s 1;
 color: #000;
  }
}

/*============================================
 CONTENTS　iPad Pro-1024
============================================*/

/* === ANIMATION　LOGO SLIDE-IN === */

@media(max-width: 1025px){
    
.enter {
 animation: slideIn_enter 10s 1;
 bottom:  32.5%;
 right:  5.75%;
 width: 6%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
  }
    
h2 {
 font-size: 190%;
 margin: 15px 0px 20px 0px;
 padding: 0px 0% 0px 0px;
  }

h3 {
 font-size: 180%;
 margin: 10px 0px 11px 0px;
 padding: 0px 0% 0px 0px;
  }

p {
 font-size: 15px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
 font-weight: bold;
  }

p2 {
 font-size: 10px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
  }

.text_top {
 text-align: center;
 position: absolute;
 top: 1.26%;
 right: 2.5%;
 color: #000;
 animation: slideIn_text_top 10s 1;
  }

.text_bottom {
 text-align: center;
 position: absolute;
 bottom: 1.9%;
 left: 2.5%;
 color: #000;
 animation: slideIn_text_bottom 10s 1;
  }
    
/* === ENTER ROLLOVER === */
 
.rollover_enter a {
 width: 80px;
 height: 80px;
 background: url("../index_images/enter_off.svg") no-repeat;
 display: block;
 text-indent: -9999px;
 transition-duration: 0.3s;
 transition-delay: 0.1s;
  }
 
.rollover_enter a:hover {
 background-image: url("../index_images/enter_on.svg");
  }    
}

/*============================================
 CONTENTS　iPad-768
============================================*/

/* === ANIMATION　LOGO SLIDE-IN === */

@media(max-width: 769px){
 
.enter {
 animation: slideIn_enter 10s 1;
 bottom:  32.5%;
 right:  5.75%;
 width: 6%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
  }
    
h2 {
 font-size: 180%;
 margin: 10px 0px 14px 0px;
 padding: 0px 0% 0px 0px;
  }

h3 {
 font-size: 170%;
 margin: 11px 0px 7px 0px;
 padding: 0px 0% 0px 0px;
  }

p {
 font-size: 14px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
 font-weight: bold;
  }

p2 {
 font-size: 9px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
  }

.text_top {
 text-align: center;
 position: absolute;
 top: 1.26%;
 right: 2.5%;
 color: #000;
 animation: slideIn_text_top 10s 1;
  }

.text_bottom {
 text-align: center;
 position: absolute;
 bottom: 1.7%;
 left: 2.5%;
 color: #000;
 animation: slideIn_text_bottom 10s 1;
  }

/* === ENTER ROLLOVER === */
 
.rollover_enter a {
 width: 80px;
 height: 80px;
 background: url("../index_images/enter_off.svg") no-repeat;
 display: block;
 text-indent: -9999px;
 transition-duration: 0.3s;
 transition-delay: 0.1s;
  }
 
.rollover_enter a:hover {
 background-image: url("../index_images/enter_on.svg");
  }    
}

/*============================================
 CONTENTS　iPhone-640
============================================*/

/*=== LOGO SLID-IN FLEX BOX　===*/

@media(max-width: 641px){
    
.flex_index-box {
 z-index: 1;
 height:  100vh;
 width:  100%;
 display: flex;
 flex-wrap: wrap;
 align-content: stretch;
 justify-content: space-around;
 flex-direction: row;
 background-image: url("../index_images/back_sp.svg");
 background-position: center center;
 background-size: cover;
  }
    
/* === ANIMATION　LOGO SLIDE-IN === */
    
.enter {
 animation: slideIn_enter 10s 1;
 bottom:  30%;
 right:  5.75%;
 width: 8%;
 /*コレ*/position: absolute;
 /*コレ*/display: flex;
 /*コレ*/align-items: center;
  }
    
h2 {
 font-size: 140%;
 margin: 0% 0px 0px 0px;
 padding: 0px 0% 3.5px 0px;
  }

h3 {
 font-size: 140%;
 margin: 0px 0px -3px 0px;
 padding: 0px 0% 0px 0px;
  }

p {
 font-size: 11px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
 font-weight: bold;
  }

p2 {
 font-size: 8px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0% 0px 0px;
  }

.text_top {
 text-align: center;
 position: absolute;
 top: 1.5%;
 right: 2.5%;
 color: #000;
 animation: slideIn_text_top 10s 1;
  }

.text_bottom {
 text-align: center;
 position: absolute;
 bottom: 1.3%;
 left: 2.5%;
 color: #000;
 animation: slideIn_text_bottom 10s 1;
  }
    
/* === ENTER ROLLOVER === */
 
.rollover_enter a {
 width: 80px;
 height: 80px;
 background: url("../index_images/enter_off.svg") no-repeat;
 display: block;
 text-indent: -9999px;
 transition-duration: 0.3s;
 transition-delay: 0.1s;
  }
 
.rollover_enter a:hover {
 background-image: url("../index_images/enter_on.svg");
  }    
}