@charset "utf-8";

html{

    font-size: 16px;

}

img{
    width: 100%;
    height: auto;
}



.container{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}




body{
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
    line-height: 1.7;
}

p:not(:last-of-type){
    margin-bottom: 1rem;
}

header{
    width: 100%;
    height: 100vh;
    background: url("../img/mv.jpg") center center;
 
 

 
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 30px;
}

h1{
width: clamp(9.375rem, 3.375rem + 24vw, 16.875rem);

}


 .logo{
    width: 100%;
 }


 nav{
    margin-bottom: clamp(3rem, 2.2rem + 3.2vw, 4rem);
 }

 .gnav{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
 place-items: center;
    gap: 1rem;
    padding: 1rem;
 }

 .online{
    width: 100%;
    max-width: 420px;
    grid-column: 1 / -1;
    text-align: center;
    grid-row: 1 / 2;
 }


 .creema{
    text-align: center;
    display: block;

    width: 100%;
    max-width: 420px;
 }


 .minne{
    text-align: center;
    display: block;
    width: 100%;
    max-width: 420px;
 }

 @media (width > 600px){
     .gnav{
         max-width: 900px;
         margin: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
grid-template-areas: "online online" "creema minne";
    gap: 1.6rem;

 }
  .online{
    max-width: 400px;
    grid-area: online;
    align-self: center;
 }


 .creema{
    max-width: 400px;
    grid-area: creema;

 }


 .minne{
    max-width: 400px;
    grid-area: minne;
 }
 }

 .gnav a{
    display: block;
      font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #000;
  padding: 1rem;
  background: url("../img/arrow.svg") right 20px center no-repeat;
  background-size: 8px;
 }

 .gnav a span{
    

 }


 .about{

 }

 .about-inner::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
  
    z-index: 1;
 }

 .about-inner{

    position: relative;
    z-index: 0;
    background: url("../img/bg-about.jpg") center center;
    background-size: cover;
    padding: 2rem 1rem;

 }

 .about-text{
    position: relative;
    z-index: 100;
    max-width: 890px;
    color: #e9e9e9;
    margin: auto;

}



 .en-heading{
          font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
 }


.contents{
    max-width: 1100px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.about{
    margin-bottom:clamp(5rem, 3.4rem + 6.4vw, 7rem) !important;
}
 section:not(:last-of-type){
    margin-bottom:clamp(2.6rem, -0.12rem + 10.88vw, 6rem);
 }


.heading{
    line-height: 1;
    text-align: center;
font-size: clamp(1.8rem, 1.16rem + 2.56vw, 2.6rem);
    text-transform: uppercase;
    margin-bottom: clamp(1.4rem, 0.92rem + 1.92vw, 2rem);
}

.second-heading{
    line-height: 1;
font-size: clamp(1.6rem, 1.28rem + 1.28vw, 2rem);
    text-transform: uppercase;
    padding: 0 1rem;
    margin-bottom: clamp(1.125rem, 0.525rem + 2.4vw, 1.875rem);

}
@media (width > 770px) {
    .second-heading{
    padding: 0rem;
}
}

    .contents-wrapper{
        display: flex;
        flex-direction: column;
        width: auto;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }



.contents-text{
    flex: 0 0 100%;
    color: #6e6e6e;
    order: 2;
    padding: 1rem;


}


.contents-photo{
    flex: 0 0 100%;
  order: 1;
    display: flex;

      flex-direction: column;
    gap: 1rem;
}

.contents-photo figure{
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;

}

.contents-photo figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


@media (width >= 1100px){

    .contents-wrapper{
        width: auto;
        margin-right: calc( (100vw - 1130px) / 2 * -1 );
        flex-direction: row;
        justify-content: space-between;
    }

    .contents-text{
    flex: 0 0 35%;
    order: 1;
    padding: 0;

}


.contents-photo{
  flex: 0 0 63%;
  order: 2;
}


}



footer{
    text-align: center;
    padding: 3rem  0 3rem;
}