@charset "utf-8";

.pc {
  display: block;
}

.sp {
  display: none;
}


@media (max-width: 767.98px) {

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}


html {
  background: #eceef6;
}

body {
  background: #eceef6;
  font-family: "Noto Sans JP", sans-serif;
}

#header {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.4s ease;
  z-index: 1000;
}



.header--hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80px);
}

/*.header--hidden .logo {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);

}
*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
}

footer {
  background: #21232d;
}


footer a:link,
footer a:active,
footer a:visited,
footer i{
  color:#fff;
}

.footer__copyright {
  color: #fff;
}


.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.menu {
  position: absolute;
  right: 0;
  top: 100px;
}


.menu ul li a {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}


.mainTitle {
  width: 90%;
  max-width: 1280px;
  margin: 12rem auto 8rem;
}


.title {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 .8rem 0;
  color: #000;
}

.copy {
  font-size: 1.4rem;
  font-family: "League Spartan", sans-serif;
  text-align: center;
  font-weight: 300;
  margin: 0 0 1.6rem 0;
  color: #000;
}

.mv {
  width: 90%;
  max-width: 1280px;
  margin: 2.4rem auto;
}

.mainCopy {
  width: 100%;
  max-width: 640px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 3.2rem;
  margin: 12rem auto 12rem;
}

.section {
  width: 90%;
  max-width: 1280px;
  margin: 20rem auto;
}

.section__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
}

@media (min-width: 767.98px) and (max-width: 1023px) {

  .section__inner {
    grid-template-columns: 1fr 1.5fr;
  }

    .mainCopy {
      width: 90%;
      max-width: 1280px;
    }


}


@media (max-width: 767.98px) {

  .section__inner {
    display: block;
  }

  .mainCopy {
      width: 90%;
  }


}



.section__inner .data {
  align-self: center;
}


.section__inner h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  margin-bottom: 4rem;
}



@media (min-width: 767.98px) and (max-width: 1023px) {

  .section__inner h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    margin-bottom: 2rem;
  }


}



@media (max-width: 767.98px) {
  .section__inner h2 {
    font-size: 3rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}


.section__inner .item__cat {
  font-family: "League Spartan", sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.section__inner .item__name {
  font-size: .8rem;
  font-weight: 400;
}



.section__inner p {
  line-height: 2;
}


.section__inner .itemhead {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 3.2rem;
}


.itemList .item {
  border-bottom: 1px solid #ccc;
}

.itemList .item a {
  padding-top: 1.6rem;
  padding-bottom: .8rem;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
}


.itemList .item a:hover {
  opacity: 0.4;
  transition: .3s;
}


.itemList .item a .item__btn {
  justify-self: right;
}


.item__btn {
  line-height: 1;
  font-size: .6rem;
  display: inline;
  background-color: #21232d;
  color: #fff;
  padding: .3rem .4rem 0;
}











@media (max-width: 767.98px) {

    


  .mainTitle {
    display: grid;
    height: 50vh;
    align-self: center;
    margin: 0 auto 2.4rem;
  }


  .title {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.6rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto .8rem;
  }

  .copy {
    font-size: 1.4rem;
    font-family: "League Spartan", sans-serif;
    text-align: center;
    font-weight: 300;
    margin: 0 0 1.6rem 0;
  }



  .main {
    width: 90%;
    margin: 12rem auto;
  }

  .section {
    width: 90%;
    margin: 12rem auto;
  }

  .row {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .credit .list {
    font-size: .76rem;
  }





}

.btnBlock {
  width: 90%;
  margin: 0 auto;
}

.btnArea {
  margin: 6.4rem 0 0;
}


.btnArea--comment {
  border-top: 1px solid #21232d;
  padding: 6.4rem 0;
}

.btnArea p {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  /*    font-weight:400;*/
  margin-bottom: 1.6rem;
}



.btnArea a {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: .8rem 1.6rem;
  border-radius: 10rem;
  background: #21232d;
  color: #fff;
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btnArea a:hover {
  opacity: .7;
  transition: .7s;
}


.bnrArea {  width: 90%;
  margin: 0 auto 8rem;

  border-top: 1px solid #21232d;
  padding: 6.4rem 0;
  text-align: center;
}


.bnrArea p {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  /*    font-weight:400;*/
  margin-bottom: 1.6rem;
}









