* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
img {
  display: inline-block;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", "Hiragino Mincho Pro", "sans-serif";
  background: url(../images/main_back.webp) center center/cover no-repeat fixed;
  height: 100%;
  color: #754949 !important;
  font-size: 15px;
}

ol,
ul {
  list-style: none;
}

p {
  font-weight: 300;
  letter-spacing: 0.2em;
}

.inner {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 97vh;
}

.content-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 17px;
}

.content-wrapper h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .content-wrapper h1 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.content-wrapper h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 80px rgb(255, 255, 255);
  margin: 0 0 60px;
}

@media screen and (max-width: 480px) {
  .content-wrapper h2 {
    font-size: 1.1rem;
    margin: 10px 0 40px;
  }
}

.content-wrapper img {
  width: 500px;
}

@media screen and (max-width: 480px) {
  .content-wrapper img {
    width: 250px;
  }
}

.txt-center {
  text-align: center;
}

.font-en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.border-line {
  width: 60px;
  height: 1px;
  background-color: #754949;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 480px) {
  .border-line {
    margin: 0 auto 10px auto;
  }
}

@media screen and (max-width: 480px) {
  small {
    font-size: 0.5rem;
  }
}

.wid400 {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .wid400 {
    width: 95%;
  }
}

.info-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .info-text {
    font-size: 17px;
  }
}
