@charset "UTF-8";

*{
    padding: 0;
    margin: 0;
}

header{
    display: flex;
    padding: 4% 4% 2% 4%;
    font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.header-logo{
    width: 32%;
    height: 15vw;
    padding: 2%;
    border-radius: 10vw 0 0 0;
    border: 2px solid rgb(56, 56, 56);
    background-color: rgb(250, 250, 250);
}

.header-logo img{
    margin-left: 10%;
    width: 50%;
}

.header-logo img:hover {
    transform: scale(1.3, 1.3);
}

nav{
    width: 65%;
    margin-left: 2vw;
    border-radius: 10vw 0 0 0;
    border: 2px solid rgb(153, 153, 153);
    background-color: rgb(250, 250, 250);
}

nav p:nth-of-type(2){
    width: 60%;
    margin: auto;
    margin-bottom: 1vw;
    text-align: center;
    font-size: 1.4vw;
    color: rgb(44, 44, 44);
}

nav p:nth-of-type(1){
    width: 60%;
    margin:-1vw auto auto auto;
    text-align: center;
    font-size: 1.7vw;
}

nav ul{
    display: flex;
}

nav ul li:nth-of-type(1){
    width: 7vw;
    height: 7vw;
    margin: 0.7vw;
    list-style: none;
    padding: 0.5vw;
    font-size: 2vw;
    text-align: center;
    border-radius: 4vw;
    border: 1px solid black;
    background-image: url(../images/dot\(4\).jpg);
    background-size: cover;
    background-repeat:no-repeat ;  
}

header nav ul li:hover {
    box-shadow: 0 4px 8px black;
    transform: translate(0, -5px);
}

nav ul li:nth-of-type(2){
    width: 7vw;
    height: 7vw;
    margin-top: 0.5vw;
    list-style: none;
    padding: 0.5vw;
    font-size: 2vw;
    text-align: center;
    border-radius: 4vw;
    border: 1px solid black;
    background-image: url(../images/ru\ on\ TikTok.jpg);   
     background-size: cover;
    background-repeat:no-repeat ;  
}

nav ul li:nth-of-type(3){
    width: 7vw;
    height: 7vw;
    margin: 0.5vw;
    list-style: none;
    padding: 0.5vw;
    font-size: 2vw;
    text-align: center;
    border-radius: 4vw;
    border: 1px solid black;
    background-image: url(../images/ufhfhkd.jpg); 
     background-size: cover;
    background-repeat:no-repeat ;    
}

nav ul li:nth-of-type(4){
    width: 7vw;
    height: 7vw;
    margin-top: 0.5vw;
    list-style: none;
    padding: 0.5vw;
    font-size: 2vw;
    text-align: center;
    border-radius: 4vw;
    border: 1px solid black;
    background-size: cover;
    background-repeat:no-repeat ; 
    background-image: url(../images/black.jpg);    
}


header nav ul li a{

    color:rgb(253, 252, 252);
    text-decoration: none;
    
  -webkit-text-stroke: 2px black;
  text-shadow: 2px black;
  paint-order: stroke;


}


.online-shop{
    width: 28%;
    border-radius: 1.7vw;
    text-align: center;
    margin: 1.5vw 1.5vw 0 auto;
    padding: 0.9vw;
    display: flex;
    border: 1px solid black;  
    background-image: url(../images/Painterly\ Windowpane\ -\ Blue\ Fabrics.jpg);
    background-size: cover;
    background-repeat:no-repeat ; 
}

.online-shop:hover {
    box-shadow: 0 4px 8px black;
    transform: translate(0, -5px);
}


.online-shop img{
    width: 15%;
}

.online-shop a{
    text-decoration: none;
    color: black;
    font-size: 1.9vw;
    margin-right: 1.5vw;
    margin-left: 2vw;
    margin-top: 0.5vw;
}

main{
    font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.main-section{
    height: 64vw;
    display: flex;
    padding: 0 4% 4% 4%;
}

.section1{
    width: 60%;
    
}

.main-photo img{
    width:100%;
    border: 2px solid rgb(61, 61, 61);
    border-radius: 0 0 13vw 0;
}

.logo2{
    width: 50%;
    margin-top: -110%;
    margin-right: auto;
    margin-left: auto;
}

.logo2 img{
    width: 100%;
    
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
 
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.deco3{
    width: 30%;
    margin-top: -38vw;
    margin-left: -5vw;
}
 
.deco3 img{
    width: 100%;
}

.deco4{
    width: 30%;
    margin-top: 44vw;
    margin-left: -6vw;
}
 
.deco4 img{
    width: 100%;
}

.section2{
    width: 40%;
    height: 66vw;
    border-radius: 0 13vw 0 13vw;
    border: 2px solid rgb(153, 153, 153);
    margin-left: 2vw;
    background-color: rgb(250, 250, 250);
}

.photo5{
    margin:1.5vw auto 2vw auto;
    width: 15vw;
    height: 15vw;
}

.photo5 img{
    width: 100%;
    border-radius: 10vw;
    border: 2px solid rgb(153, 153, 153);
    animation: rotateY 5s infinite linear;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.text {transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}

.view-more{
     width: 35%;
    border-radius: 1.7vw;
    text-align: center;
    margin: auto auto 3vw auto;
    background-image: url(../images/dot2.jpg);
    background-size: cover;
    background-repeat:no-repeat ;
    padding: 0.7vw;
    display: flex;
    border: 1px solid black;    
}

.view-more:hover {
    box-shadow: 0 4px 8px black;
    transform: translate(0, -5px);
}

.view-more img{
    width: 20%;
    margin-left: 0.8vw;
}

.view-more a{
    padding-top: 0.4vw;
    margin-left: 1vw;
     color: black;
    text-decoration: none;
    font-size: 1.7vw;
}

.deco1{
    width: 27%;
    margin-top: -52vw;
    margin-left: 30vw;
}

.deco1 img{
    width: 100%;
}

.deco2{
    width: 27%;
    margin-top: 16vw;
    margin-left: -3.5vw;
}

.deco2 img{
    width: 100%;
}

.deco8{
    width: 35%;
    margin-top: -99vw;
    margin-left: 33vw;
}

.deco8 img{
    width: 100%;
}


 

.section2 p:nth-of-type(1){
    width: 80%;
    margin: 11vw auto 2vw auto;
    font-size: 2.2vw;
    text-align: center;
    animation: catch_anime 1.4s forwards 1s;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

.section2 p:nth-of-type(2){
    width: 80%;
    margin: 0 auto 0 auto;
    font-size: 1.7vw;
    text-align: center;
    color: rgb(44, 44, 44);
    animation: catch_anime 1.4s forwards 2s;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

.section2 p:nth-of-type(3){
    width: 80%;
    margin: 0.5vw auto 0 auto;
    font-size: 1.7vw;
    text-align: center;
    color: rgb(44, 44, 44);
    animation: catch_anime 1.4s forwards 3s;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

.section2 p:nth-of-type(4){
    width: 80%;
    margin: 0.5vw auto 0 auto;
    font-size: 1.7vw;
    text-align: center;
    color: rgb(44, 44, 44);
    animation: catch_anime 1.4s forwards 4s;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

.section2 p:nth-of-type(5){
    width: 80%;
    margin: 0.5vw auto 0 auto;
    font-size: 1.7vw;
    text-align: center;
    color: rgb(44, 44, 44);
    animation: catch_anime 1.4s forwards 5s;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section2 p:nth-of-type(6){
    width: 80%;
    margin: auto;
    margin-top: 10vw;
    font-size: 1.6vw;
    text-align: center;
    color: rgb(27, 27, 27);
}

.main-section2{
    display: flex;
    padding: 0 4% 2.5% 4%;
}

.menu{
    margin-right: 4%;
    position: relative;
    cursor: pointer;
  overflow: hidden;
}

.menu img{
    
    width: 100%;
    margin: auto;
     height: auto;
  transition: transform .6s ease;
    vertical-align: bottom;
    
    border: 2px solid rgb(70, 69, 69);
    
}

.menu:hover img {
  transform: scale(1.08);/* 拡大 */
}

.menu-text{
    width: 43%;
   position: absolute;
   z-index: 2; 
   margin-top: -40vw;
   color: white;
}

.menu-text p:nth-of-type(1){
    text-align: center;
    font-size: 2vw;
    padding-top: 4vw;
}

.menu-text p:nth-of-type(3){
    width: 3.8vw;
    height: 3.8vw;
    text-align: center;
    font-size: 1.8vw;
    padding: 4vw;
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
    border-radius: 10vw;
    border: 2px solid white;
}

.menu-text p:nth-of-type(3):hover{
    background-color: rgba(255, 255, 255, 0.301);
}

.menu-text p:nth-of-type(2){
    text-align: center;
    font-size: 2.8vw;
    padding-top: 1vw;
    
}

.t-c{
    display: flex;
    padding-bottom: 4%;
}

.time{
    width: 46%;
    height: 19vw;
    margin-right: 4%;
    border: 2px solid rgb(56, 56, 56);
    border-radius: 0 12vw 0 0;
    background-image: url(../images/inst_\ toaffie.jpg);
    background-size: cover;
    background-repeat:no-repeat ;
}

.time p:nth-of-type(1){
    width: 50%;
    text-align: center;
    font-size: 2.5vw;
    margin: 6vw auto auto auto;
    border-bottom: 2px solid rgb(20, 20, 20);
    
}

.time p:nth-of-type(2){
    width: 75%;
    text-align: center;
    font-size: 2.6vw;
    margin: 1.1vw auto auto auto;
    border-bottom: 2px solid rgb(19, 19, 19);
    
}


.closed{
    width: 46%;
    height: 19vw;
    border: 2px solid rgb(153, 153, 153);
    border-radius: 0 12vw 0 0;
    background-image: url(../images/haikeiclose.jpg);
    background-size: cover;
    background-repeat:no-repeat ;
}

.closed p:nth-of-type(1){
    width: 60%;
    text-align: center;
    font-size: 2.5vw;
    margin: 6vw auto auto auto;
    border-bottom: 2px solid rgb(153, 153, 153);
    color: rgb(214, 212, 212);
}

.closed p:nth-of-type(2){
    width: 70%;
    text-align: center;
    font-size: 2.5vw;
    margin: 2vw auto auto auto;
    border-bottom: 2px solid rgb(153, 153, 153);
    color: rgb(214, 212, 212);
}

.main-section2-2{
    
}

.photo9{
    width: 100%;
}

.photo9 img{

    width: 100%;
    border-radius: 0 0 0 13vw;
    vertical-align:bottom ;
    border: 2px solid rgb(153, 153, 153);;
}

.deco5 img{
    width: 100%;
    
}

.deco5{
   position: absolute;
   z-index: 3;
    width: 12%;
    margin-top:-60vw;
    margin-left: 38vw;
}

.deco6 img{
    width: 100%;
}

.deco6{
    width: 15%;
    position: absolute;
   z-index: 3; 
   margin-top: -12vw;
   margin-left: -5vw;
    }

.deco7{
    width: 23%;
    margin-top:-38vw;
     margin-left: 39vw}

.deco7 img{
    width: 100%;
}

.a p{
    background-color:burlywood;
}

footer{
    font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.footer-in{
    width: 92.5%;
    margin: auto;
    margin-bottom: 4%;
    border-radius: 10vw 0 10vw 0;
    border: 2px solid rgb(100, 100, 100);
    background-color: rgb(250, 250, 250);
}

.footer-logo{
    width: 12%;
    margin: auto;
   padding-top: 1vw;
}

.footer-logo img{
    width: 100%;
}

.footer-tel{
    text-align: center;
    font-size: 2vw;
}

.adress{
    text-align: center;
    font-size: 1.3vw;
}

.sns-btn{
    width: 13%;
    margin: auto;
    display: flex;
}

.sns-btn li{
    list-style-type: none;
}

.sns-btn li:nth-of-type(1){
    width: 2.2vw;
    margin: 1vw;
}

.sns-btn li:nth-of-type(2){
    width: 1.9vw;
    margin: 1vw;
}

.sns-btn li:nth-of-type(3){
    width: 2.8vw;
    margin: 0.5vw;
}

.sns-btn li img{
    width: 100%;
}

.copyright{
    text-align: center;
}


.back{
    padding-bottom: 3%;
    animation: Grad 37s infinite;
    

}




@keyframes Grad {
  0%{background-color: rgb(17, 17, 17);}
  
  5%{background-color:hsl(244, 14%, 19%);}
 
 
  10%{background-color:hsl(211, 33%, 76%);}
  
  
  14%{background-color:hsl(19, 94%, 6%);}
  
  20%{background-color:hsl(32, 93%, 6%);}
  25%{background-color:hsl(214, 47%, 80%);}
 
  30%{background-color:hsl(178, 14%, 40%);}
  
  35%{background-color:hsl(146, 16%, 33%);}
  40%{background-color:hsl(135, 16%, 15%);}
  45%{background-color:hsl(193, 88%, 78%);}
 
  50%{background-color:hsl(100, 18%, 10%);}
  55%{background-color:hsl(86, 27%, 27%);}
  60%{background-color:hsl(61, 87%, 85%);}
 
  65%{background-color:hsl(32, 36%, 42%);}
  70%{background-color:hsl(2, 67%, 60%);}
 
  75%{background-color:hsl(0, 100%, 85%);}
 
  80%{background-color:hsl(0, 53%, 19%);}
  85%{background-color:hsl(27, 87%, 6%);}
  
  90%{background-color:hsl(70, 84%, 93%);}
 
  95%{background-color:hsl(89, 42%, 19%);}

  100%{background-color:hsl(0, 89%, 4%);}
}


