﻿@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

#main_img_wrap{
    height: 700px;
}

.hvr_border_color3:hover {
    border-color: #9C308D;
}
.hvr_bg_color3:hover {
    background-color: #9C308D;
}

.bg_color1 {
    background-color: #acef41;
}

#body{
    background-image: url(./Dup/img/back.jpg);
    background-size: 100% 100%;
}

#wrap.bg_color5{
    background-color: transparent;
}

#contents{
        background-color: #f3f1ee;
    width: 94%;
    margin: auto;
}

.svg_wrap {
    width: 94%;
    left: 3%;
}

summary{
    margin-bottom: 10px;
    color: #7864b9;
    font-weight: bold;
    margin-top: 30px;
}

#main_img .main_img_wrap {
        height: 100vh;
    overflow: visible;
    margin-bottom: 100px;
}

#main_img #right{
    margin-top: 40px;
}

#main_img .main_img_wrap:before{
	background-color: rgba(70,70,70,0);
	background-image: url(./Dup/img/copy.png);
	background-repeat: no-repeat;
	background-position: 70% 28%;
	background-size: 400px;
}


#particles-js{ 
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    mix-blend-mode: color-dodge;
    filter: blur(5px);
}

#main_img {
    height: auto;
    max-height: 100vh;
    padding-top: 90px;
    position: relative;
    background-color: rgba(233, 233, 233, 0.6);
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

#main_img #left, #main_img #right{
border: 8px white solid;
}

#main_img #left{
        transform: translateX(5px) rotate(-2deg);
}
#main_img #right{
    transform: translateX(-5px);
}

#intro{
    margin-top: 120px;
}

#main_img .main_logo{
    z-index: 1;
    background: linear-gradient(-45deg, rgb(229 253 190) 18%, rgb(197 251 249) 54%, rgb(185 139 201) 100%);
    background-size: 400% 400%;
    -webkit-mask-image: url(./Dup/img/test.svg);
    animation: gradient 15s ease infinite;
    -webkit-mask-size: cover;
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#copyright {
    background-color: #c5c2cf;
    color: white;
}

.txt_color1 {
    color: #9C308D;
}

.con_no{
    font-family: 'Indie Flower', cursive;
        transform: scale(2.2);
    transform-origin: left;
    opacity: 0.5;
}

#contents .con_box .con_item1, #contents .con_box .con_item2 {
    width: 150px;
    height: 150px;
}

.catch{
        max-width: 350px;
    text-align: center;
    margin: auto;
    display: block;
    padding-top: 50px;
    /* transform: translateY(-150px); */
    position: relative;
    z-index: 2;
}

.intro_wrap{
    background-color: transparent;
    background-image: url(./Dup/img/rou.png);
        background-position: bottom right;
    background-image: url(./Dup/img/rou.png);
    background-repeat: no-repeat;
    background-size: 300px;
    padding-top: 0;
}


.sub_catch{
    padding-bottom: 100px;
}

.main_logo img{
    opacity: 0;
}

#contents .fadein:nth-of-type(2) .con_box .con_item2 {
    bottom: -120px;
}

#page_title .svg_box{
    display: none;
}

/*.box_link{
        width: 300px;
    background-color: #b3e16a;
    padding: 20px 10px;
    color: white;
    border-radius: 30px;
}*/

.box_link a{
        width: 300px;
    background-color: #b3e16a;
    padding: 20px 10px;
    color: white;
    border-radius: 30px;
    display: block;
}

.border_color2 {
    border-color: #ead76b;
}

.ore .txt_more{
    color: #7864b9;
    margin-top: 20px;
    margin-bottom: 20px;
}

.linkStyle{color: #7864b9;}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #header #header_menu li a {
    padding-left: 0px;
    padding-right: 0px;
}

#header_menu{
    padding: 0 20px;
}

#intro .intro_wrap {
    background-size: 40%;
}

#main_img {
    padding: 20px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img .main_img_wrap:before{
	background-position: 55% 62%;
	background-size: 280px;
	z-index: 2;
}

#main_img #right {
    margin-top: 0;
}

.banner{
    margin-top: 50px;
}

#intro .intro_wrap {
    background-size: 40%;
}

.sub_catch {
    padding-bottom: 20px;
}

.top_cms_box .cms_title h2 {
    font-size: 22px;
}

#page_title h2 span {
    font-size: 23px;
}

}