@charset "UTF-8";
/* CSS Document */
main {
  font-family: "Futura Medium";
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
small {
  font-family: "Futura Medium";
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wrapper {
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  position: relative;
}
.title {
  height: auto;
  position: absolute;
  top: 59%;
  left: 50%;
  text-align: center;
  font-size: 3.0rem;
  transform: translate(-50%, 0);
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media(max-width:1040px){
  .title{
    position: absolute;
    top:20%;
    width: 80vw;
  }
}
@media(max-width:520px){
  .title{
    white-space: normal;
    position: absolute;
    top:12%;
  }
}
.sns-icon{
  display: flex;
  justify-content: center;
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media(max-width:520px){
  .sns-icon {
    top: 30%;
  }
}
.sns-icon a img {
  width: 30px;
  padding: 15px;
}
.sns-icon a:hover{
  opacity: .6;
}
.hover_hair {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, 0);
  height: 200px;
  width: 200px;
  margin: 0 10px;
}
@media(max-width:768px){
  .hover_hair{
   width: 120px;
   height: 120px; 
  }
}
.hover_hair img {
  height: 200px;
  width: 200px;
}
@media(max-width:768px){
  .hover_hair img {
    height: 120px;
    width: 120px;
  }
}
.hair-flame {
  border: solid 3px #ffffff;
  height: 180px;
  width: 180px;
  padding: 10px;
}
@media(max-width:768px){
  .hair-flame{
    width: 100px;
    height: 100px;
  }
}
.hair-box {
  background-color: #bfbda3;
  height: 200px;
  width: 200px;
  padding: 10px;
}
@media(max-width:768px){
  .hair-box {
    height: 120px;
    width: 120px;
    padding: 10px;
  }
}
.hair-flame h2 {
  text-align: left;
  color: #fff;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
@media(max-width:768px){
  .hair-flame h2 {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
.hover_hair a {
  display: block;
  position: relative;
  color: #000;
}
.hover_hair a .hair-box {
  position: relative;
  transition: transform .5s;
  z-index: 2;
  backface-visibility: hidden;
}
.hover_hair a:hover .hair-box {
  transform: rotateY(180deg);
}
.hover_hair a .ivory_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateY(180deg);
  transition: transform .5s;
  z-index: 1;
}
.hover_hair a:hover .ivory_logo {
  transform: rotateY(0);
}
.hover_web {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(50%, 0);
  margin: 0 10px;
}
.hover_web img {
  height: 200px;
  width: 200px;
}
@media(max-width:768px){
  .hover_web img {
    width: 120px;
    height: 120px;
  }
}
.hover_web {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(50%, 0);
  height: 200px;
  width: 200px;
}
@media(max-width:768px){
  .hover_web {
    width: 120px;
    height: 120px;
  }
}
.web-flame {
  border: solid 3px #ffffff;
  height: 180px;
  width: 180px;
  padding: 10px;
}
@media(max-width:768px){
  .web-flame{
    width: 100px;
    height: 100px;
  }
}
.web-box {
  background-color: #bfbda3;
  height: 200px;
  width: 200px;
  padding: 10px;
}
@media(max-width:768px){
  .web-box{
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
.web-flame h2 {
  color: #fff;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
@media(max-width:768px){
  .web-flame h2 {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
.hover_web a {
  display: block;
  position: relative;
  color: #000;
}
.hover_web a .web-box {
  position: relative;
  transition: transform .5s;
  z-index: 2;
  backface-visibility: hidden;
}
.hover_web a:hover .web-box {
  transform: rotateY(180deg);
}
.hover_web a .indigo-D_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotateY(180deg);
  transition: transform .5s;
  z-index: 1;
}
.hover_web a:hover .indigo-D_logo {
  transform: rotateY(0);
}
.copyright {
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media(max-width:768px){
  .copyright{
    top: 85%;
    width: 100%;
    text-align: center;
  }
}
.pointer1 {
  transform: rotate(0.25);
}
.hair-box::before {
  content: '>>>>';
  font-size: 3.0rem;
  position: absolute;
  top: -70%;
  left: 25%;
  transform: rotate(90deg);
  font-family: "Futura Medium";
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  animation: flash1 1.5s linear infinite;
}
@media(max-width:768px){
  .hair-box::before{
    position: absolute;
    top: -25%;
    right: 25%;
    content: '>>';
  }
}
@media(max-width:768px){
  .hair-box::before{
    position: absolute;
    top:-45%;
  }
}
.web-box::before {
  content: '>>>>';
  font-size: 3.0rem;
  position: absolute;
  top: -70%;
  left: 25%;
  transform: rotate(90deg);
  font-family: "Futura Medium";
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  animation: flash 1.5s linear infinite;
}
@media(max-width:768px){
  .web-box::before{
    position: absolute;
    top: -37%;
    left: 38%;
    content: '>>';
  }
}
@media(max-width:768px){
  .web-box::before{
    position: absolute;
    top:-50%;
    left: 30%;
  }
}
@keyframes flash1 {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.7;
  }
}