@charset "UTF-8";
/* CSS Document */
@media (orientation: landscape) and (max-width: 960px){
  .hero_contents::before{
    width: min(55.6rem, 40%);
    translate:-30% -45%;
  }
  .modal-slide-box{
    min-height: 35em;
  }
}
@media (max-width: 960px) {
  
  /*footer
  =====================================*/
  
  .foot-nav{
    justify-content: center;
  }
  .foot-about-box{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    gap:min(5rem,8vw);
  }
  footer .copy{
    text-align: center;
  }
}

@media (max-width: 768px) {
  
  header{
    padding-top: 0;
    background: url("../images/wall/hero_azalea_l.png") no-repeat top left/min(40rem,20%),url("../images/wall/hero_azalea_r.png") no-repeat top 50svh right/min(37.8rem,25%),url("../images/wall/wall-hero_pc.png") no-repeat center/cover;
  }
  
  #hero{
    padding: 0;
    gap:0;
  }
  .hero-title img{
    opacity: 1;
  }
  .hero-title::after
  ,.hero_contents::before{
    content: none;
  }
  
  .hero__catch{
    display: none;
  }
  .hero_contents{
    display: block;
  }
  
  .hero__text{
    padding-left: min(5rem,4vw);
    padding-right: min(5rem,4vw);
    text-align: center;
  }
  .hero__text::before{
    content: "";
    position: absolute;
    background: url("../images/wall/treat-btm_sp.png") no-repeat center/100%;
    aspect-ratio:1/0.298;
    right: 0;
    bottom: max(-6.5rem,-10vw);
    width: min(60.8rem,80vw);
    translate:0 90%;
  }
  
  .hero__kasutera{
    margin-top: min(24rem,30vw);
  }
  .mdl-award-slide{
    grid-template-columns: 1fr;
  }
  .mdl-award-slide .thumb-area{
    width: min(40rem,53vw);
    margin-left: auto;
    margin-right: auto;
  }
  .modal-slide-box{
    height: calc(100svh - min(22rem,16vw));
    overflow-y: scroll;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .mdl-award-slide .comment-area{
    aspect-ratio:auto;
    overflow: auto;
  }
  .mdl-award-slide{
    overflow: auto;
  }
  
}
/*smartphon*/
@media (max-width: 600px) {
  
/*header
===============================================================*/
  
  
 
  
  /*Content
  =====================================*/
  
  /*thhanks +++++++++++++++++++*/
  .thanks-message-list{
    grid-template-columns: repeat(2, 1fr);
    -ms-align-items: center;
    align-items: center;
    align-self: center;
  }
  .thanks-message-list > li:nth-child(1){
    grid-area: 1 / 1 / 2 / 2; 
    grid-row: span 2;
  }
  .thanks-message-list > li:nth-child(2){
    grid-area: 1 / 2 / 2 / 3;
    grid-row: span 2;
  }
  .thanks-message-list > li:nth-child(3){
    grid-area: 2 / 1 / 3 / 3;
    grid-row: span 2;
    width: calc((100% - min(3rem,5vw))/2);
    margin-left: auto;
    margin-right: auto;
  }
  
  /*賞　+++++++++++++++++++++++++++++++++*/
  .sec-award-blc{
    background: url("../images/wall/pic-tulip.png") no-repeat top left/min(57.2rem,45vw),
    url("../images/wall/pic-bat_a.png") no-repeat top 35% left/min(65.8rem,50vw)
    ,url("../images/wall/pic-azalea.png") no-repeat  top 50% right/min(57rem,55vw)
    ,url("../images/wall/pic-bat_b.png") no-repeat bottom min(11.3rem,10vw) right -10vw/min(65.6rem,70vw);
  }
  .award-list li{
    width: calc((100% - (min(3.5rem, 2.5vw))* 2) / 3);
  }
  .award-list.toku li{
    width: calc((100% - min(3.5rem, 2.5vw)) / 2);
  }
  .award-list li .in-text
  ,.award-list.toku li .in-text{
    padding-left: 0;
    padding-right: 0;
  }
  .sec-more-blc{
    background-image: url("../images/wall/btm-azalea_sp.png"),url("../images/wall/top-azalea_sp.png");
  }
 
}