@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  background: url(../img/p.png);
}

a {
  text-decoration: none;
  color: #000;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .wbr {
    display: none;
  }
}

.info__item {
  margin-top: 1.5em;
}

@media screen and (min-width: 480px) {
  .info__item {
    margin-top: 0;
  }
}

.main {
  padding: 90px 80px 200px 25px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media screen and (min-width: 480px) {
  .main {
    margin: 0 auto;
    padding: 150px 100px 200px 300px;
  }
}

#ja, #en {
  position: absolute;
  padding-bottom: 20em;
}

#btn {
  position: relative;
  font-size: small;
  top: -85px;
  display: inline-block;
  background-color: #e1e1e1;
  padding: 0 10px 0 10px;
}

#btn:hover {
  background-color: #f6f6f6;
}

.fadeIn {
  opacity: 0;
  animation-name: fadeInText;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.fadeOut {
  animation-name: fadeOutText;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeOutText {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.text__main {
  max-width: 42em;
}

.text__main.eng {
  text-align: left;
}

.main a {
  color: #000;
  text-decoration: underline;
}

.text__title, .text__num {
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 2em;
}

.text__num {
  margin-top: 4em;
}

.text__midashi {
  font-size: 1.2em;
  font-weight: 900;
  margin-top: 2em;
}

.tag {
  font-weight: 900;
  margin-right: 1em;
}

.logo {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  display: grid;
  font-size: 40px;
  line-height: 1em;
  grid-template-columns: auto auto;
  grid-template-rows: 0.95em 1em 0.3em 0.45em;
  width: 5.7em;
}

.logo img {
  width: 100%;
}

.logo-en__r1 {
  font-size: 1em;
  grid-column: 1/3;
  grid-row: 1/2;
}

.logo-en__r2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1em;
  letter-spacing: -0.35em;
  grid-column: 1/2;
  grid-row: 2/3;
}

.space {
  letter-spacing: -0.5em;
}

.space2 {
  letter-spacing: -0.6em;
}

.logo-en__sub {
  font-size: 0.4em;
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 0;
  justify-self: center;
  line-height: 1.6em;
}

.logo-en__sub::before {
  content: "";
  display: block;
  border-top: 1px solid black;
  margin-top: 0.95em;
}

.logo-jp {
  font-size: 0.27em;
  grid-column: 1/3;
  grid-row: 4/5;
  line-height: 1em;
  width: 56%;
  padding: 2% 0 2% 2%;
  background-color: #afd2d9;
}

#nav {
  padding: 20px 0 0 20px;
  color: black;
  background: url(../img/p.png);
}

@media screen and (min-width: 480px) {
  #nav {
    position: fixed;
    width: 200px;
    height: 100vh;
    left: 0;
  }
}

.nav-mv {
  width: 100%;
  -webkit-mask-image: url(../img/mask.png);
  -webkit-mask-size: 100%;
  -webkit-mask-mode: alpha;
  mask-image: url(../img/mask.png);
  mask-size: 100%;
  mask-mode: alpha;
}

.nav-logo {
  transform: scale(0.6) translate(0%, 0%);
  transform-origin: top left;
}

.nav-menu {
  width: 160px;
  padding-bottom: 15px;
}

.nav-menu a {
  color: black;
  font-size: 0.8rem;
  display: block;
}

.copyright {
  background-color: #d1bab2;
  bottom: 0px;
  color: #fff;
  font-size: 8px;
  width: 100vw;
  height: 30px;
  text-align: right;
  padding: 8px 15px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}

.photolist {
  width: 100vw;
}

@media screen and (min-width: 480px) {
  .photolist {
    width: auto;
  }
}

.photolist li {
  width: 25vw;
  height: 25vw;
  float: left;
  list-style: none;
  margin: 5px;
  padding: 0;
}

@media screen and (min-width: 480px) {
  .photolist li {
    width: 15vw;
    height: 15vw;
  }
}

.insta {
  width: 25vw;
  height: 25vw;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 480px) {
  .insta {
    width: 15vw;
    height: 15vw;
  }
}
