﻿@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');


.bg_color1 {
    background-color: #6e28f0;
    background-color: #7153b5;
}

.bg_color5 {
    /*background-color: #6e28f0;*/
    background-color: #6a6487;
        background-color: #191e2b;
        background-color: #2b3348;
            background-color: #c2c7d3;
}

.ani1{
        position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)  scale(1);
     animation: oo 4s ease-out 0.3s 1 normal forwards;
}

@keyframes oo {
  0% {
transform: translate(-50%, -50%) scale(1);
  }

  80% {
transform: translate(-50%, -50%) scale(2.1);
  }

  100% {
transform: translate(-50%, -50%) scale(2.5);
  }
}


.ani2{
        position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     animation: yoko 4s ease-out 0.3s 1 normal forwards;
}

@keyframes yoko {
  0% {
transform: translate(-50%, -50%);
  }


  100% {
transform: translate(-48%, -50%) scale(1.5);
  }
}

.ani3{
        position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: test 1s ease-out 0.1s 1 normal forwards;
}

@keyframes test {
  0% {
transform: translate(-50%, -50%) scale(1);
  }

60% {
    opacity: 1;
}
  100% {
transform: translate(-50%, -50%) scale(0);
opacity: 0;
  }
}

.bg_color2 {
    background-color: #e9ebe8;
}


#main_img:before{
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/eye.png), url(./Dup/img/copy.png);
    background-position: center left, 92% 14%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain, 25%;
    pointer-events: none;
    z-index: 2;
}

#con_nav ul {
     margin-top: 0px;
    transform: translateY(-100px);
    margin-bottom: 100px;
}

#con_nav #video{
        margin-top: -150px;
    width: 70%;
    max-width: 1280px;
}


.con2_txt_wrap{
    padding: 0;
}

#top_contents2 div.con2_item{
        background-color: rgba(171, 141, 223, 0.5);
            padding-top: 40px;
    padding-bottom: 40px;
}

footer .footer_item {
    background-color: rgba(109, 98, 135, 0.9);
}

#con_nav{
    margin-top: 100px;
        padding: 0;
}

/*.pare .btn{
        max-width: 90px;
    background-color: #663da2;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50%;
}

.pare .hosoku{
        display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    transform: translateY(-7px);
    margin-left: 10px;
    color: #663da2;
}*/


.pare{
        margin-top: -30%;
    margin-left: 5%;
}

.pare .more a {
        font-size: 21px;
    /* display: block; */
    text-align: right;
    /* width: 85%; */
    transform: translateY(-210px) scale(1.7);
    transform-origin: right;
}

.pare .more a:hover:before {
      
}

.pare .more{
        display: block;
    text-align: right;
    width: 90%;
}

.more a{
        font-size: 21px;
        font-family: 'Oswald', sans-serif;
}

.txt_color1 {
    color: #734ea9;
}

#top_contents3 .con3_no {
    color: #5e339d;
}

#top_contents1 .info_title {
    color: #ab8ddf;
}

.txt_color3 {
    /*color: #e64990;*/
    color: #cb196a;
}

#page_top {
    background-color: #3c3c3c;
}

.txt_color4 {
    color: #643ba1;
}

.sub_title{
    /*mix-blend-mode: plus-lighter;*/
    font-family: 'Oswald', sans-serif;
        font-size: 80px;
}

#page_title .title_wrap {
    margin-top: -20px;
    max-width: auto;
}

.mail_box a{
    background-color: #8a5cbf;
    color: white;
    font-size: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.time{
    display: none;
}


.bg_color3 {
    background-color: #c2c7d3;
}


#header_sns {
    border-radius: 50px;
    background-color: transparent;
}

.con2_item p.con_sub_title{
    color: black;
    font-weight: bold;
}

.con2_item h3{
    color: #ffffff;
    background-color: rgba(118, 19, 193, 0.5);
    font-size: 27px;
    line-height: 1.15em;
    margin: 20px 0;
    padding: 9px 15px;
    box-sizing: border-box;
    position: relative;
}

.con2_item h3:before{
    content: "";
    display: block;
    width: 107%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(118, 19, 193, 0.5);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 0;
}

.con2_item h3 span{
    position: relative;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#con_nav ul {
    margin-top: 0px;
    transform: translateY(0px);
    margin-bottom: 100px;
}

#con_nav {
    margin-top: 0px;
    padding: 0;
}

#top_contents1 {
    margin-top: 0px;
}

.pare .more a {
    transform: translateY(0px) scale(1.7);
}

.pare {
    margin-bottom: 200px;
}

.pare .more {
    margin-top: 20px;
}

.con1_txt_wrap h3.con_title{
        font-size: 45px;
    margin-bottom: 20px;
}

#main_img:before{
    background-image: url(./Dup/img/copy.png), url(./Dup/img/eye.png);
    background-position: 0% 0%, center left;
    background-size: 50%, 70%;
}

.footer_tel{
    margin-top: 80px;
}

#footer_info .info_title {
    text-align: center;
    width: 100%;
}




}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img:before{
    background-image: url(./Dup/img/copy.png), url(./Dup/img/eye.png);
    background-position: 0% 0%, center left;
    background-size: 50%, 66%;
}

.con_nav > img{
    transform: scale(1.5);
    z-index: 0;
}

.pare {
    margin-top: -41%;
}

.pare .more {
    text-align: right;
    width: 95%;
    margin-top: 0px;
}

.pare{
        margin-top: -41%;
        margin-left: 0%;
        margin-bottom: 100px;
        position: relative;
}

.con1_txt_wrap h3.con_title {
    font-size: 32px;
    margin-left: -25px;
}

#top_contents2 div.con2_item {
    background-color: rgba(171, 141, 223, 0.5);
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 20px 10px;
}

.con2_txt_wrap {
    padding-top: 50px;
}

.sub_title {
    font-size: 50px;
}

.footer_tel{
    margin-top: 0px;
}

#con_nav > img{
         transform: scale(1.7) translateY(10px);
}

.pare .more a {
    transform: translateY(0px) scale(1.1);
}

.con2_item h3{
    color: #ffffff;
    background-color: rgba(118, 19, 193, 0.5);
    font-size: 27px;
    line-height: 1.15em;
    margin: 20px 0;
    padding: 9px 15px;
    box-sizing: border-box;
    position: relative;
}

.con2_item h3:before{
    content: "";
    display: block;
    width: 107%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(118, 19, 193, 0.5);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 0;
}

.con2_item h3 span{
    position: relative;
}

}