*{box-sizing:border-box;}


body {
  width: 100%;
  margin: 0;
  font-family: serif;

}




.container {
width: 100%;
background-color: white;
height: 50px;
position:fixed;
z-index: 10;
top: 0;
}

.header-logo{
  float: left;
  width: auto;
  height: 100%;
   }

.header-insta{
  float: right;
 margin-top: 5px;
 margin-right: 5px;
}

.instagram{
  text-decoration: none;
}

#instagram-font {
  font-family:serif;
  line-height:1.5em;
  max-width:300px;
  background-image:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%);
  padding:5px;
  box-shadow:0px 5px 0px -2px #224;
  color:#fff;	
  text-align:center;
  margin:0 auto;	
  border-radius:10px;
}

#instagram-font:active {
  font-family:serif;
  line-height:1.5em;
  max-width:300px;
  background-image:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%);
  padding:5px;
  box-shadow:0px 2px 0px -1px #224;
  color:#fff;	
  text-align:center;
  margin:0 auto;	
  border-radius:10px;
  transform:translateY(4px);
}




.top-wrapper {
  padding-top: 50px;
  width:100%;
  height:auto;
  display: none;
  position: relative;
}

.top-wrapper img{
  object-fit: contain;
  width: 100%;
  height: auto;
}

.first-message {
  position: absolute;
  top:30%;
  left:70%;
  z-index: 1;
  font-size:2.5vw;
  display: none;
}

.logo-wrapper{
  width:100%;
  height:auto;
  padding-bottom: 100px;  
}

.aozora-candle{
  text-align: center;
  padding-top: 100px;
  font-size:2.5vw;
}

.aozora-logo{
  opacity : 0;
  transform: translateY(50px);
  transition: all 1s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  width: 25%;
  height: auto;
  }

.product-wrapper{
  height:auto;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 20px;
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  
}



.products{
  width:100%;
  font-size:1.5vw;
  
  padding-bottom: 50px;  
}


.products img {
  cursor: pointer;
  object-fit: contain;
  width: 70%;
  height: auto;
}

.aozora{
  opacity : 0;
  transform: translateY(50px);
  transition: all 1s;
  
}


.yozora{
  opacity : 0;
  transform: translateY(100px);
  transition: all 1s;
  
}

.asazora{
  opacity : 0;
  transform: translateY(150px);
  transition: all 1s;
  
}


.holder{
  opacity : 0;
  transform: translateY(200px);
  transition: all 1s;
  
}

.popup-aozora {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}

.popup-yozora {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.popup-asazora {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
.popup-holder {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}

.paozora-content{
  background-color:snow;
  padding: 30px;
  margin: auto;
  width: 75%;
  height: auto;
  border-radius: 4px;
}

.pyozora-content{
  background-color:snow;
  padding: 30px;
  margin: auto;
  width: 75%;
  height: auto;
  border-radius: 4px;
}
.pasazora-content{
  background-color:snow;
  padding: 30px;
  margin: auto;
  width: 75%;
  height: auto;
  border-radius: 4px;
}
.pholder-content{
  background-color:snow;
  padding: 30px;
  margin: auto;
  width: 75%;
  height: auto;
  border-radius: 4px;
}

.paozora-content img{
  text-align: center;
  display: block;
  object-fit: contain;
  margin: auto;
  width: 75%;
  height:auto;
}

.pyozora-content img{
  text-align: center;
  display: block;
  object-fit: contain;
  margin: auto;
  width: 75%;
  height:auto;
}
.pasazora-content img{
  text-align: center;
  display: block;
  object-fit: contain;
  margin: auto;
  width: 75%;
  height:auto;
}
.pholder-content img{
  text-align: center;
  display: block;
  object-fit: contain;
  margin: auto;
  width: 75%;
  height:auto;
}


.paozora-content p{
  font-size:1vw;
  
}

.pyozora-content p{
  font-size:1vw;
}

.pasazora-content p{
  font-size:1vw;
}

.pholder-content p{
  font-size:1vw;
}
   
#close-aozora{
  width: 15%;
  height:auto;
  font-size:0.7vw;
    
    }

    #close-yozora{
      width: 15%;
      height:auto;
      font-size:0.7vw;
        
        }#close-asazora{
          width: 15%;
          height:auto;
          font-size:0.7vw;
            
            }
            
            #close-holder{
              width: 15%;
              height:auto;
              font-size:0.7vw;
                
                }

                #close-slide{
                  width: 15%;
                  height:auto;
                  font-size:0.7vw;
                    
                    }

                    #close-poli{
                      width: 15%;
                      height:auto;
                      font-size:0.7vw;
                        
                        }
    




.space-title{
  padding-top: 0px;
  text-align: center;
  font-size:2.5vw;
}

.space-wrapper{
  height:auto;
  padding-top: 100px;
  background-image: url(image/back_art.jpeg);
  background-size: cover;
  width: 100%;

}


.space-container{
  display:flex;
  flex-direction: row;


}

.space-container img{
  display:none;
  object-fit: contain;
  width: 60%;
  height: auto;
}

.space-text{
  margin:auto;
  font-size: 2vw;
  align-self: center;
}


.order{
  height:auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

.order a{
  text-decoration: none;
  background-color:deepskyblue;
  padding:20px 30px;
  border-radius: 20px;
  color: white;
  font-weight:bold;
  display: inline-block;
  width: 25%;
  font-size:1.3vw;
 }

.order a:hover{
  opacity: 0.5;
}

.GALLERY{
  height:auto;
  margin: 0 auto;
  text-align: center;
  margin-top:100px;
  padding-bottom: 100px;
}

.GALLERY a{
  margin:0 auto;
  display: block;
  background-color:midnightblue;
  padding:20px 30px;
  border-radius: 20px;
  color: white;
  font-weight:bold;
  text-align: center;
  width: 25%;
  font-size:1.3vw;
  cursor: pointer;
}

.GALLERY a:hover{
  opacity: 0.5;
}


.artist-wrapper{
  text-align: center;
  height:auto;
  padding-top: 100px;
}

.artist-title{
  text-align: center;
  font-size:2.5vw;
}


.artist img {
  cursor: pointer;
  border-radius: 10px;
  object-fit: contain;
  width: 25%;
  height: auto;
}



.artist img:hover{
  opacity: 0.5;
}

.artist p {
  font-size:2vw;
  padding-top: 0px;
  padding-bottom: 50px;  
  }

.popup-poli {
    display: none;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

  }

  .content{
    background-color:snow;
    padding: 30px;
    width: 50%;
    border-radius: 4px;
    font-size:1vw;

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




.ask-wrapper{
  text-align: center;
 }

 .ask-title{
  padding-top: 200px;
  text-align: center;
  font-size:2.5vw;
}

.ask-wrapper p{
  font-size:2vw;
}

.mission{
  font-size:2.5vw;
  }





.last{
  height:auto;
  padding-top: 100px;
  text-align: center;
 
}

.yurulogo{
  
  object-fit: contain;
  width: 30%;
  height: auto;
  }

 .copyright{
  text-align: center;
  padding-top: 10px;
  font-size:1vw;
 }


 .insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  margin-bottom: 20px;
  z-index: 0;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 0;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
  z-index: 0;
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
  
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
  z-index: 0;
}


.popup-slide {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;

  }

  .slide-wrapper{
    background-color:snow;
    padding: 30px;
    margin: auto;
    width: 75%;
    height:auto;
    border-radius: 4px;
    
  }
  
  .change-btn-wrapper {
    width: 75%;
    margin: auto;
    font-size:1vw;
  }
  
  .change-btn-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }
  
  .prev-btn {
    cursor: pointer;
    float: left;
    display: none;
  }
  
  .next-btn {
    cursor: pointer;
    float: right;
  }
  
  .slides {
    padding: 0;
  }
  
  .slide {
    display: none;
    }
  
  .active {
    display: block;
  }
  
  .slide img {
    margin: 0 auto;
    object-fit: contain;
    width: 60%;
    height: auto;
    border-radius: 5px;
  }
  
  .index-btn-wrapper {
    font-size:1vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .index-btn {
    display: inline-block;
    color: #4e90af;
    background-color: #e0f5ff;
    width: 40px;
    padding: 6px 0;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
  }
  
  .index-btn:hover {
    color: #fff;
    background-color: #5cabd0;
  }


  .show {
    display: flex;
    justify-content: center;
    align-items: center;
   }