﻿@import url('https://fonts.googleapis.com/css2?family=Gajraj+One&display=swap');

/*なんでもいいページコーディング*/

.nan{
        position: fixed;
    height: 100vh;
    overflow: hidden;
    background-image: url(./Dup/img/ha.svg);
    width: 100%;
    top: 0;
    left: 0;
}

.bil1{
        position: absolute;
        max-width: 30%;
        bottom: 0;
        left: 5%;
        min-width: 350px;
}
.bil2{
    position: absolute;
    max-width: 20%;
    max-width: 20%;
    bottom: 0;
    left: 25%;
    min-width: 200px;
}
.bil3{
    position: absolute;
    max-width: 20%;
    max-width: 10%;
    bottom: 0;
    left: 50%;
    min-width: 140px;
}
.bil4{
        position: absolute;
        max-width: 20%;
        max-width: 20%;
        bottom: 0;
        left: 70%;
        min-width: 250px;
}

.pink{
        position: absolute;
    bottom: -20%;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    min-width: 1500px;
}

.kao{
    position: absolute;
    bottom: 0;
    width: 1200px;
    transform: translateX(-50%);
    left: 50%;
}

.ani{
        position: sticky;
    top: 50%;
    margin-top: 100vh;
    text-align: center;
    z-index: 2;
    display: block;
    margin: auto;
    margin-top: 100vh;
    width: 100%;
    background-color: white;
    max-width: 300px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 28px;
        font-family: 'Gajraj One', cursive;
        cursor: pointer;
}

.test{
    transform: scale(15);
    transition: 5s;
}

.kesi{
    opacity: 0;
}

.tuke{
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    transition: 6s;
}

.cat{
        position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
        width: 80%;
    max-width: 500px;
}

/*なんでもいいページコーディング*/


.custom_wrap{
    position: relative;
}

.custom_wrap:before{
   content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/main1.png), url(./Dup/img/copy_b.png), url(./Dup/img/back.png), url(./Dup/img/back_b.png);
    background-position: -5% 0 ,bottom center, -5% 0 , top right, bottom left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 50%, contain, 50%, 1000px, 70%;
    pointer-events: none;
}

#intro.trans .intro_left{
            padding: 5%;
    background-color: #e51373;
    background-image: url(./Dup/img/intro_back.png);
    background-position: center;
    background-size: cover;
}

.intro_left h1#logo{
    margin-bottom: 0;
    
}

.intro_left h1#logo img{
        max-width: 120px;
}

#contents .con_bg {
    background-image: url(./Dup/img/con_back.png);
    background-position: center;
    background-size: cover;
}

#contents > div{
    height: 100vh !important;
}

.hvr_bg_color3:hover {
    background-color: #e51373;
}

#contents.trans .con_wrap {
    padding: 5%;
}



.bil1, .bil2, .bil3, .bil4{
     -webkit-animation: ud 2s step-start 0s infinite normal;
     animation: ud 2s step-start 0s infinite normal;
}

@keyframes ud {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  
  20% {
    /* -webkit-transform: translate(0, 0) rotate(-6deg); */
    /* transform: translate(0, 0) rotate(-6deg); */
  }
  30% {
    /* -webkit-transform: translate(0, -10px) rotate(0deg); */
    /* transform: translate(0, -10px) rotate(0deg); */
  }
  40% {
    /* -webkit-transform: translate(0, -10px) rotate(6deg); */
    /* transform: translate(0, -10px) rotate(6deg); */
  }
  50% {
    /* -webkit-transform: translate(10px, 0) rotate(-2deg); */
    /* transform: translate(10px, 0) rotate(-2deg); */
  }
  60% {
    /* -webkit-transform: translate(0, 10px) rotate(0deg); */
    /* transform: translate(0, 10px) rotate(0deg); */
  }
  70% {
    /* -webkit-transform: translate(0, 0) rotate(6deg); */
    /* transform: translate(0, 0) rotate(6deg); */
  }
  80% {
    /* -webkit-transform: translate(2px, 0) rotate(-2deg); */
    /* transform: translate(2px, 0) rotate(-2deg); */
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  
  100% {
   -webkit-transform: translate(0, 10px);
   transform: translate(0, 10px);
  }
}

.bil1, .bil3{
    animation-delay: 0.5s;
}

#loader{
    z-index: 9999;
    top: 0;
}

#pc_nav {
    z-index: 9;
    top: 0;
    overflow-y: auto;
}

main.tyo{
    height: 100vh;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}

.bg_color3 {
    background-color: #1600cd;
}

.form_wrap{
    display: none;
}

.banner{
        position: absolute;
    bottom: 0;
    right: 0;
}

.cate{
    padding-top: 100px;
    margin-top: -100px;
}

/* ---------- カスタム ---------- */
@media screen and (max-width: 1000px){
.custom_wrap:before {
    background-position: -5% 0 ,bottom center, -5% 0 , top right, bottom left;
    background-size: 700px, 800px, 700px, 1000px, 70%;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.custom_wrap:before {
    background-position: -5% 0 ,bottom center, -5% 0 , top right, bottom left;
    background-size: 700px, 770px, 700px, 1000px, 70%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.custom_wrap:before {
    background-position: 20% 0 ,80% 100%, 20% 0 , top right, bottom left;
    background-size: 110%, 130%, 110%, 1000px, 70%;
}

.kao {
    width: 850px;
}

.ani {
    transform: translateX(0px);
        max-width: 100%;
}

#page_title .title_wrap p {
    font-size: 27px;
}

#contents > div {
    height: auto !important;
}

}