@charset "UTF-8";
@import url("sp-under.css");
@media(max-width:880px){
#hum-button{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .head-nav{
    display: none;
  }
}
@media(max-width:768px){
  
  #index-header .head-logo{
    display: block;
    width: min(160px, 40vw);
  }
  /*#hero ++++++++++++++++++++++++++++*/
  
  .hero_img{
    aspect-ratio:1/1.3657;
    height: auto;
  }
  .index-hero__title{
    top: auto;
    bottom: 0;
    translate: 0 max(-30px,-4vw);
  }
  .hero-scroll{
    display: none;
  }
  /*#contents ++++++++++++++++++++++++++++*/
  
  .sec-info-box{
    grid-template-columns: auto;
  }
  .sec-info-box .sec-title{
    grid-area: 1 / 1 / 2 / 2; 
  }
  .sec-info-box .acv-info-list{
    grid-area: 2 / 1 / 3 / 2;
  }
  .sec-info-box .arrow-button{
    grid-area: 3 / 1 / 4 / 2; 
  }
  
  /*discography ++++*/
  .index-acv-slide{
    overflow: visible;
  } 
  /*proflie*/
  .index-prof-blc{
    grid-template-columns: auto;
    justify-items: center;
  }
  .index-prof-blc .thumb{
    width: min(500px,60vw);
  }
  .prof-detail{
    -ms-align-items: center;
    align-items: center;
  }
  .index-prof-blc .thumb::after{
    top: auto;
    bottom: 0;
    translate: -35% -.25em;
  }
  /*store*/
  .index-store-blc{
    grid-template-columns: auto;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .index-store-blc::before{
    content: none;
  }
  .index-store-blc .sec-title{
    grid-template-columns:auto;
    place-items:start;
    z-index: 1;
  }
  .index-store-blc .detail-area{
    grid-template-columns: auto;
    padding-bottom: min(50px,10vw);
    padding-left: min(25px,6.5vw);
    width: 82vw;
    margin-left: auto;
    gap:min(40px,6vw);
  }
  .index-store-blc .detail-area .arrow-button{
    justify-content: flex-end;
  }
  .index-store-blc .detail-area::before{
    content: "";
    width: 100vw;
    height: calc(100% + min(80px,16vw));
    position: absolute;
    left: 0;
    bottom: 0;
    translate: 0 0;
    background-color: var(--wall-gry);
    border-radius: 5px 0 0 5px;
  }
}

@media(max-width:480px){
  
  /*#hero ++++++++++++++++++++++++++++*/
  .hero_img{
    width: 100%;
    margin-right: auto;
  }
  .hero_img::before{
    content: "";
    width: min(267px, 68.43vw);
    aspect-ratio: 1 / 0.5807;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/treat/sgh_gry.svg) no-repeat center / cover;
    translate: -15% -40%;
  }
  .index-hero_inner{
    padding-bottom: min(90px,25vw);
  }
  .index-hero__title{
    translate: 0 0;
  }
  .index-hero__title .site-title::before{
    content: none;
  }
  
  /*footer*/
  footer{
    padding-top: min(60px,15vw);
  }
  .footer-inner{
    grid-template-columns: auto;
    padding-left: min(30px,7vw);
    padding-right: min(30px,7vw);
  }
  .foot-logo{
    width: min(250px,63vw);
  }
  .box-foot-nav{
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .foot-nav{
    width: 100%;
  }
  .foot-nav > li{
    justify-content: flex-start;
  }
  .foot-nav .contents-nav{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .foot-nav .contents-nav a{
    display: grid;
    padding: 3px 0;
  }
  .box-foot-nav p.copy{
    width: 100%;
    text-align: center;
  }
  
  
  
  
}

