@charset "utf-8";

html,body,h1,h2,h3,p,ul,li{
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-family: "Hiragino Kaku Gothic ProN",Meiriyo,sans-serif;
}

ul{
  list-style: none;
}

a{
  text-decoration: none;
  color: inherit;
}

img{
  /* vertical-align: bottom; */
  display: block;
  max-width: 100%;
  height: auto;
  border:none;
}
body{
    background-color: #524040;
    color: #fff;
}

header{
    text-align: center;
    margin:30px auto 10px;
}

 h1{
   font-size: 2.5em;
   font-family: 'Italianno', cursive;
   background:url(../img/Flower_logo.png) no-repeat left center;
   background-size:32px;
   padding-left:36px; 
   margin-bottom: 20px;
   display: inline-block;
   animation: rotate-y 7s linear infinite;
}
@keyframes rotate-y{
80%,100%{transform: rotateY(360deg);}
}

.btn,.spnav,.top{
    display: none;
}
/* Navigation */

.pcnav ul{
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
.pcnav li{
    letter-spacing: 3px;
}

.pcnav li + li{
    margin-left: 40px;
}
.pcnav a{
    color: rgb(216, 216, 216);
    padding:20px 0;
    transition:300ms;  
}
.pcnav a:hover{
    color:#fff;
 }
.pcnav a::after{
    content:"";
    display: block;
    height: 2px;
    background: rgb(238, 10, 124);
    margin-top:5px ;
    transform: scale(0,1);
    transition: 0.4s;
}
.pcnav a:hover:after{
   transform:scalex(1);
}

.keyVis{
    background: url(../img/Awareness.png) no-repeat center/cover;
    height: 400px;
}
.keyVis div{
  width:600px;
  margin:0 auto;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keyVis p{
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
}

.keyVis p:first-child{
    font-family: 'Italianno', cursive;
    font-size: 350%;
}

.keyVis p:last-child{
    font-family: 'Italianno', cursive;
    font-size: 150%;
    line-height: 1.3;
}


.desaigner h2{
    font-size: 30px;
    text-align: center;
    font-family: 'Italianno', cursive;
    margin-bottom:50px;
    transition: 200ms;
}

.desaigner img{
    border-radius:50%;
    width: 200px;
    margin-bottom:20px;
    filter: grayscale(100%);
    transition: 200ms;
}
.desaigner a:hover h2{
    color:rgb(238, 10, 124);
    transform:scale(1.2);

}

.desaigner a:hover img{
    filter: grayscale(0);
    transform:scale(1.2,1.2);
}

.desaigner p:nth-child(2){
    text-align: center;
    margin-bottom:20px;
    font-size: 50px;
}
.desaigner p:nth-child(3){
    text-align: center;

}

.desaigner p:last-child::first-line{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    
}

/* コンテンツ */
.container{
    max-width: 1020px;
    margin: 0 auto;

}


.container a{
    display: block;
    width: 50%;
    padding: 100px 0;
    color: rgb(216, 216, 216);
    transition:0.3s;
}
.container a:hover{
    color: #fff;
}
.container h2{
    transition: 200ms;
    }
    /*hover animation(10/05)*/
    .container a:hover h2{
    transform: scale(1.4);
    color:#f3f;
    }
.container section:nth-child(even) {
  overflow: hidden;
}
.container section:nth-child(even) a{
float:right;
}

section h2{
    text-align: center;
    font-family: 'Italianno', cursive;
    color: rgb(216, 216, 216);
    transition: 200ms;
    margin-bottom: 30px;
}
/*Designer*/
.designer{
    padding:200px 0;
 
}
.designer a{
    display: block;
    max-width:500px;
    margin: 0 auto;
}
.designer h2{
    margin-bottom: 50px;
    transition: 200ms;
}
.designer img{
    width:200px;
    height: auto;
    border-radius:50%;
    display: block;
    margin:0 auto 20px;
    /* IE未対応 */
    filter: grayscale(100%);
    transition: 200ms;
}
.designer img{
width:200px;
height: auto;
border-radius:50%;
display: block;
margin:0 auto 20px;
/* IE未対応 */
filter: grayscale(100%);
transition: 200ms;
}
/*hover animation(10/05)*/

.designer a:hover h2{
    color:rgb(238, 10, 124);
    transform:scale(1.2);
}
.designer a:hover img{
    transform: scale(1.2);
    filter: grayscale(0);
}

.designer span{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    }
.designer p{
    margin:0 auto;
    line-height: 1.5;
    padding: 0 10px;
}
.container section:nth-child(even){
    overflow: hidden;
}
.container section:nth-child(even) a{
    float:right;
}
.container h2{
    margin-bottom: 30px;
}
.container p{
    width:80%;
    margin:0 auto;
    line-height:1.4;
}
.container section:nth-child(1){
    background: url(../img/photo_1.png) no-repeat right center/contain;
}
.container section:nth-child(2){
    background: url(../img/photo_2.png) no-repeat left center/contain;
}
.container section:nth-child(3){
    background: url(../img/photo_3.png) no-repeat  right  center/contain;
}
.container section:nth-child(4){
    background: url(../img/photo_4.png) no-repeat left center/contain;
}

/*Footer*/
footer{
    text-align: center;
    padding: 50px 0;
}

@media screen and (max-width:999px){

.pcnav a{
    color: #fff;
}
/* Key Visual */
.keyVis div{
 width:400px;   
 height: 250px;
}
.keyVis p{
 font-size: 1em;
}
.keyVis p:first-child{
    font-size: 2.5em;
 }
     
/*Designer*/
.desaigner{
    padding:100px 0;
}
.designer h2{
    color: #f3f;
}
.desaigner img{
   filter: grayscale(0);
}
/* コンテンツ */
.container section{
    padding: 20px;
}
.container h2{
    color: #f3f;
}
.container a{
    width: 45%;
    color:#fff;
    border: 1px solid #fff;
    padding:30px  0;
}

}
@media screen and (max-width:767px) {

/*Header*/ 
header{
    padding: 10px 0;
}   
h1{
    margin-bottom: 0;
}
/* PC用Navi */
.pcnav{
    display: none;
    }
/*Hamburger Menu*/
.btn{
    display: block;
    width: 50px;
    height: 50px;
    background: #a0a;
    position:  fixed;
    top:5px;
    right:5px;
    border: 1px solid #aaa;
    border-radius:5px;
}
/*3lines*/
.btn span,.btn span::before,.btn span::after{
    display: block;
    width:35px;
    height: 3px;
    background:#fff;
    border-radius: 3px;
    position: absolute;
    inset: 0;
    margin:auto;
    transition: 200ms;
    }
    .btn span::before,.btn span::after{
    content: "";
    }
    .btn span::before{
    transform:translateY(-10px);
    }
    .btn span::after{
    transform:translateY(10px);
    }
    /*Animation*/
    .close span{
    background:transparent;
    }
    .close span::before{
     transform:rotate(225deg);
    }
    .close span::after{
    transform:rotate(-225deg);
    }
     
    /*--sp nav-*/
    .spnav{
    display: block;
    position: fixed;
    top:57px;
    width:100%;
    height: calc(80vh - 57px);
    z-index: 9999;
    transform:translateX(100%);
    transition: 300ms;
    }
    /*クラス名がついた時のcss*/
    .slide{
    transform:translateX(0);
    }
    .spnav li{
    line-height: calc((80vh - 57px)/5);
    font-size:2em ;
    text-align: center;
    letter-spacing: 2px;
    }
    .spnav li a{
    display: block;
    color:#fff;
    background: rgba(138,2,137,0.7);
    border-top: solid 1px #aaa;
    }
    .spnav li:first-child a{
    border-top:none;
    }
     
    /* Key Visual */
    .keyVis div{
    display: block;
    width: auto;
    height: 50vh;
    text-align: center;
    }
    .keyVis p{
    font-size: 1.8em;
    line-height: 1.2;
    }
    .keyVis p:first-child{
    padding-top: 20px;
    margin-bottom: 20vh;
    }
     
    /*Designer*/
    .designer{
    padding:20px 0;
    }
    .designer h2{
    font-size: 26px;
    margin-bottom: 20px;
    }
    .designer img{
    margin-bottom: 10px;
    }
     
    /*Contents*/
    .container section{
    margin-bottom: 10px;
    }
    .container a{
    /* color: #fff; */
    width:auto;
    }
    .container h2{
    color:#fff;
    text-shadow: 1px 1px 1px #000;
    }
    .container p{
    padding:10px;
    background:rgba(83, 51, 51, 0.5);
    }
    .container section:nth-child(1),.container section:nth-child(2),.container section:nth-child(3),.container section:nth-child(4){
    background-size: cover;
    }
    .container section:nth-child(1){
    background-position:center ;
    }
    .container section:nth-child(2),.container section:nth-child(3),.container section:nth-child(4){
    background-position:right center;
    }
     
    /* Footer */
    footer{
    padding: 20px 0;
    }
     
}