@charset "UTF-8";
/* CSS Document */

.top-mv-sp_none {
    display:none;
  } 
@media (min-width: 699px) {
   .top-mv-sp_none {
    display: block;
  }
  .top-mv-pc_none {
    display: none;
  }
  .top-slider_image ul li img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1025px) {
  .top-mv-sp_none {
    display: block;
  }
  .top-mv-pc_none {
    display: none;
  }
  .top-slider_image ul li img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
}

.top-mv {
  margin: 0 auto;
} 
.top-slider_image {
  height: 100vh;
  position: relative;
}
.top-logo {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 570px) {
  .top-slider_image {
    height: 100vh;
  } 
  .top-slider_image ul li {
    height: 100vh;
  }
  .top-logo {
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (max-width: 698px) {
  .br-pc {
    display: none;
  }
  .about-text {
    padding: 30px 30px 70px;
    margin: 0 auto;
    height: 180px;
  }
  .about-text h2 {
    padding-bottom: 20px;
    line-height: 3.0rem;
  }
  .about-text p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .tea-box {
    display: flex;
    flex-direction: column;
    line-height: 0;
    margin: 0;
    position: relative;
  }
  .tea-box_illust {
    position: relative;
    top: 21vw;
    left: 36vh;
    z-index: 100;
    margin: 0;
    width: 30%;
    height: 30%;
  }
  .illust01 img {
    position: absolute;
    right: 0;
    top: -60px;
    width: 30%;
    z-index: 9999;
  }
  .tea-box_text {
    padding: 30px 30px 90px;
    margin: 0 auto;
  }
  .tea-box_text h2 {
    padding-bottom: 20px;
    line-height: 3.0rem;  
  }
  .tea-box_text p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 10px;
  }
  .music-box {
    display: flex;
    flex-direction: column;
    line-height: 0;
    margin: 0;
    position: relative;
  }
  .music-box_illust {
    position: relative;
    bottom: 21vw;
    left: 36vh;
    z-index: 100;
    margin: 0;
    width: 30%;
    height: 30%;
  }
  .illust02 img {
    position: absolute;
    right: 10px;
    top: -60px;
    width: 30%;
    z-index: 9999;
  }
  .music-box_text {
    padding: 30px 30px 60px;
    margin: 0 auto;
  }
  .music-box_text h2 {
    padding-bottom: 20px;
    line-height: 3.0rem;  
  }
  .music-box_text p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 10px;
  }
}
@media (min-width: 699px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block; 
  }
  .about {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-text {
    padding: 60px 0 80px;
  }
  .about-text h2 {
    font-size: 2.3rem;
    font-weight: 500;
    padding-bottom: 20px;
  }
  .about-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .tea-box {
    position: relative;
    margin-bottom: 80px;
    max-width: 750px;
    padding-left: 30%;
  }
  .tea-box_image img　{
    width: 100%;
    height: auto;
  }
  .tea-box_illust {
    top: 21vw;
    left: 36vh;
  }
  .illust01 img {
    width: 16%;
    position: absolute;
    z-index: 100;
    top: -50px;
    right: -30px;
  }
  .tea-box_text h2 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 3.4rem;
    padding: 10px 0 20px;
  }
  .tea-box_text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .music-box {
    position: relative;
    margin-bottom: 100px;
    max-width: 750px;
    padding-right: 30%;
  }
  .music-box_text h2 {
    font-size: 2.3rem;
    font-weight: 500;
    padding: 10px 0 20px;
  }
  .music-box_text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .illust02 img {
    width: 17%;
    position: absolute;
    z-index: 100;
    top: -50px;
    right: 140px;
    
  }
}
@media (min-width: 1025px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block; 
  }
  .about {
    max-width: 990px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .about-text {
    padding: 100px 0 80px;
  }
  .about-text h2 {
    font-size: 2.6rem;
    font-weight: 500;
    padding-bottom: 20px;
  }
  .about-text p {
    font-size: 1.5rem;
    line-height: 3.0rem;
  }
  .tea-box {
    position: relative;
    margin-bottom: 150px;
    max-width: 750px;
    padding-left: 30%;
  }
  .tea-box_image img　{
    width: 100%;
    height: auto;
  }
  .tea-box_illust {
    top: 21vw;
    left: 36vh;
  }
  .illust01 img {
    width: 12%;
    position: absolute;
    z-index: 100;
    top: -50px;
    right: 20px;
  }
  .tea-box_text h2 {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 4.2rem;
    padding: 10px 0 20px;
  }
  .tea-box_text p {
    font-size: 1.5rem;
    line-height: 3.0rem;
  }
  .music-box {
    position: relative;
    margin-bottom: 100px;
    max-width: 750px;
  }
  .music-box_text h2 {
    font-size: 2.6rem;
    font-weight: 500;
    padding: 15px 0 20px;
  }
  .music-box_text p {
    font-size: 1.5rem;
    line-height: 3.0rem;
  }
  .illust02 img {
    width: 14%;
    position: absolute;
    z-index: 100;
    top: -80px;
    right: 260px;
    
  }
}

  .information_title {
   margin: 0 auto;
   width: 200px;
   text-align: center;
  }
  .instagram {
   padding: 30px 0 80px;
   display: flex;
   flex-direction: column;
   position: relative;
  }
  .instagram_text {
   padding: 0 30px;
   font-size: 1.4rem;
  }
.instagram_text p a {
   color: #9e8772;
  }
.instagram_image {
   padding: 20px;
}
 .illust03 img {
   position: absolute;
   width: 33%;
   z-index: 9999;
   bottom: 80px;
   left: 6px;
}

@media screen and (max-width: 1024px) and (min-width: 500px) {
　.instagram {
   max-width: 600px;
   margin: 0 auto;
   flex-direction: unset;
   justify-content: center;
  }
  .instagram_image {
   display: flex;
   justify-content: center;
   max-width: 400px;
   margin: 0 auto;
  }
  .instagram_text {
   text-align: center;
  }
  .illust03 img {
   width: 16%;
   left: 150px;
   bottom: 60px;
   position: absolute;
  }
}
@media (min-width: 1025px) {
  .information_title {
   margin: 0 auto;
   width: 230px; 
   text-align: center;
  }
  .instagram {
    padding: 50px 0 100px;
	flex-direction: row;
    justify-content: center;
	max-width: 990px;
    margin: 0 auto;
	position: relative;
  }
  .instagram_text {
	padding: 20px;
	padding-top: 50px;
	font-size: 1.7rem;
	flex: 4;
  }
  .instagram_image {
	flex: 6;	
  }
  .illust03 img {
	position: absolute;
	width: 15%;
    left: 350px;
    bottom: 66px; 
  }

}
