@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Roboto', 'Bowlby One', serif;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  line-height: 2.1;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #D2D0CC;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: #408fb4;
}

a:hover{
  color: #92b2c1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', 'Roboto', 'Bowlby One', serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 50%;
  text-align: center;
}

ul li {
  list-style: none;
  display: table-cell;
  min-width: 50px;
}

ul li a{
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: 'Bowlby One', serif;
  font-size: 2.6rem;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

ul li.current{
  background-color: #D2D0CC;
  padding: 10px 10px 10px;
  text-transform: uppercase;
}

ul li.current a{
  color: #222222;
}

ul li:hover{
  background-color: #408fb4;
}

img {
  width: 100%;
  height: auto;
}

section {
  position: relative;
  background: #D2D0CC;
}

header {
  width: 100%;
  top: 0;
  background: #D2D0CC;
  position: relative;
  border-bottom: 2px solid #222222;
}

header .inner {
  height: 150px;
  margin: 30px;
  justify-content: center;
  align-items: baseline;
}

header .logo a{
  font-size: 6rem;
  color: #222222;
  margin: 20px;
}

#nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
}

#kv {
  width: 100%;
  height: 540px;
  top:150px;
  background: url("images/KV_awa_animetion2.gif") no-repeat center top / cover;
}

footer {
  padding: 30px;
  background: #333333;
  color: #D2D0CC;
}

footer .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 70px auto;
  justify-items: center;
  align-items: center;
  }
  
footer .div1 { 
    grid-area: 1 / 1 / 2 / 2;
    align-self: start; 
  }

footer .div1 .button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #222222;
    font-family: 'Bowlby One', serif;
    font-size: 2rem;
    border-radius: 0px;
    width: 200px;
    height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s;
    background-color: #d2d0cc;
    letter-spacing: 0.1em;
  }
  
footer .div1 .button:hover {
    opacity: .7;
  }

footer .div2 { 
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    width: 280px;
    margin-left: 40px;
    }

footer .div3 { 
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    font-size: 3rem;
    letter-spacing: 0.3em;
}

footer .div3 a{
  color: #D2D0CC;
}

footer .div3 i:hover{
  color: #408fb4;
}
  
.text{
  text-align: left;
}

#font .title{
  font-family: 'Bowlby One', serif;
  font-size: 4rem;
  font-weight: 400;
  color: #222222;
  display: table;
  margin: 100px auto 30px;
  padding: 10px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  background-color: #408fb4;
}

#font .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);  /*  grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 85vw;
  margin: 0 auto;
  }
  #font .div1 { 
    grid-area: 1 / 1 / 2 / 2; 
    align-self: start;
  }
  #font .div2 { 
    grid-area: 1 / 2 / 2 / 3; 
    align-self: start;
  }
  #font .div3 { 
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
}
  /*
  .div4 { grid-area: 2 / 1 / 3 / 2; }
  .div5 { grid-area: 2 / 2 / 3 / 3; }
  .div6 { grid-area: 2 / 3 / 3 / 4; 
}  */

#font a:hover {
  opacity: 0.8;
}

#about{
  position: relative;
}

#about .title{
  font-family: 'Bowlby One', serif;
  font-size: 4rem;
  font-weight: 400;
  color: #222222;
  display: table;
  margin: 100px 60% 30px;
  padding: 10px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  background-color: #408fb4;
}

#about .image{
  width: auto;
  height: 75vh;
  margin-bottom: -11px;
}

#about .text{
  position: absolute;
  width: 40vw;
  top: 20%;
  left: 50%;
  right: 20%;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #408fb4;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 12px;
  display: block;
  border-radius: 55%;
  opacity: 0.9;
  transition: all .5s ease;
}
#page-top a:hover {
  opacity: .5;
}

.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


/*-----------------------------------
PC media Queries 1024
-----------------------------------*/
@media screen and (max-width: 1024px) {

  .inner {
    margin: 0 auto;
    text-align: center;
 }

#font .parent {
  margin: 0 auto;
  }

#about .image{
    width: auto;
    height: 55vh;
    margin-bottom: -11px;
  }

#about p{
  position: absolute;
}
}


/*-----------------------------------
タブレット media Queries 768
-----------------------------------*/
@media screen and (max-width: 768px) {

  .inner {
    margin: 0 auto;
    text-align: center;
 }

#nav{
  padding-left: 20px;
}

footer {
  padding: 1px;
}

footer .parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  width: 340px;
  justify-content: center;
  }
  
footer .div1 { 
  grid-area: 1 / 1 / 2 / 2; 
  align-self: start;
}
footer .div2 { 
  grid-area: 2 / 1 / 3 / 2; 
  align-self: center;
  margin-left: 20px;
}
footer .div3 { 
  grid-area: 3 / 1 / 4 / 2; 
  align-self: start;
}

#font .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr); /*  grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  }
  
#font .div1 { 
  grid-area: 1 / 1 / 2 / 2; 
  align-self: start;
}
#font .div2 { 
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
 }
#font .div3 { 
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
 }
#font .div4 { 
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
 }
  /*
  .div5 { grid-area: 3 / 1 / 4 / 2; }
  .div6 { grid-area: 3 / 2 / 4 / 3; }
*/

#about{
  position: relative;
  height: 800px;
}

#about .title{
  margin: 100px auto 30px;
  padding: 10px;
  width: 300px;
  text-align: center;
}

#about .image{
  position: absolute;
  width: auto;
  height: 70vw;
  object-fit: cover;
  aspect-ratio: 1.3 / 1;
  bottom: 11px;
  left: 1px;
}

}

/*-----------------------------------
スマホ media Queries 430
-----------------------------------*/
@media screen and (max-width: 430px) {

  .inner {
    margin: 0 auto;
    text-align: center;
 }

 ul li a{
  font-size: 2.2rem;
}

#nav{
  padding-left: 1px;
}

footer {
  padding: 1px;
}

footer .parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  width: 340px;
  justify-content: center;
  }
  
footer .div1 { 
  grid-area: 1 / 1 / 2 / 2; 
  align-self: start;
}
footer .div2 { 
  grid-area: 2 / 1 / 3 / 2; 
  align-self: center;
  margin-left: 20px;
}
footer .div3 { 
  grid-area: 3 / 1 / 4 / 2; 
  align-self: start;
}

#font .parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 340px;
  }
  
#font .div1 { 
  grid-area: 1 / 1 / 2 / 2; 
  align-self: start;
}
#font .div2 { 
  grid-area: 2 / 1 / 3 / 2; 
  align-self: start;
}
#font .div3 { 
  grid-area: 3 / 1 / 4 / 2; 
  align-self: start;
}
  /*
  .div4 { grid-area: 4 / 1 / 5 / 2; } */


  #about{
    position: relative;
    height: 800px;
  }
  
  #about .title{
    margin: 100px auto 30px;
    padding: 10px;
  }
  
  #about .image{
    position: absolute;
    height: 99vw;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    bottom: 11px;
    left: 1px;
  }
  
  #about .text{
    position: absolute;
    width: 80vw;
    top: 10%;
    left: 10%;
  }

}