@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nerko+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.global_head {
  margin: 0;
}

@media only screen and (min-width: 1400px) {
  .minusmargin {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1399px) {
  .minusmargin {
    margin-left: -10px;
  }
}

body {
  margin: 0 !important;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  background-image: url("../img/prod/yamato2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

.bg {
  position: relative;
  background: rgba(107, 26, 41, 0.2392156863);
  animation: gradient 15s ease infinite;
  z-index: 99;
}

.lang {
  position: absolute;
  display: flex;
  z-index: 99;
}
@media only screen and (max-width: 1399px) {
  .lang {
    top: 55px;
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .lang {
    top: 60px;
    left: 25px;
  }
}
.lang a {
  color: #999;
  text-decoration: none;
}
@media only screen and (min-width: 1400px) {
  .lang a {
    transition: 0.2s;
  }
  .lang a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.lang__item {
  margin-right: 28px;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  position: relative;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.lang__item:first-of-type::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
  position: absolute;
  top: 4px;
  right: -13px;
}

.subtitle {
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1400px) {
  .subtitle {
    font-size: 1vw;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1399px) {
  .subtitle {
    font-size: 0.8rem;
    line-height: 1em;
  }
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 150px;
}
@media only screen and (min-width: 1400px) {
  .wrap {
    padding-top: 5vh;
    margin: 0 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .wrap {
    padding-top: 85px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .wrap p {
    margin: 0 0 5px 0;
    font-size: 1.8vw;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1399px) {
  .wrap p {
    margin: 0 0 5px 0;
    font-size: 3vw;
    font-weight: 500;
  }
  .wrap p:last-child {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1400px) {
  .content {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
}
.content__title {
  display: flex;
  z-index: -1;
  justify-content: center;
}
.content__title img {
  box-shadow: 0 10px 20px black;
}
@media only screen and (min-width: 1400px) {
  .content__title img {
    max-height: 90vh;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .content__title img {
    max-width: 75vw;
  }
}
.content__title h2 {
  animation: opacity 15s ease infinite;
  writing-mode: vertical-rl;
  text-align: left;
  text-orientation: sideways;
  color: rgba(0, 0, 0, 0.158);
  font-family: "Kanit", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .content__title h2 {
    line-height: 1em;
    font-size: 4vh;
  }
}
@media only screen and (max-width: 1399px) {
  .content__title h2 {
    display: none;
  }
}
.content h1 {
  font-family: "Kanit", sans-serif;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .content h1 {
    line-height: 1.2em;
    font-size: 3em;
  }
}
@media only screen and (max-width: 1399px) {
  .content h1 {
    line-height: 1.5em;
    margin-top: 0;
    font-size: 7vw;
  }
}
.content__text {
  position: relative;
  padding: 50px 0;
}
.content__subtext {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border: solid 1px #fff;
}
@media only screen and (min-width: 1400px) {
  .content__subtext {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 1399px) {
  .content__subtext {
    margin-top: 50px;
  }
}
.content__subtext p {
  padding: 5px 50px;
}
.content__subtext p:first-child {
  padding: 25px 0 5px;
}
.content__subtext p:last-child {
  padding: 10px 0 15px;
}
@media only screen and (min-width: 1400px) {
  .content__subtext p {
    font-size: 1vw;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .content__subtext p {
    font-size: 5vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 1399px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .global_foot {
    height: 284px;
  }
}

@keyframes gradient {
  0% {
    background-color: rgba(48, 10, 17, 0.98);
  }
  10% {
    background-color: rgba(48, 10, 17, 0.98);
  }
  50% {
    background-color: rgba(48, 10, 17, 0.85);
  }
  90% {
    background-color: rgba(48, 10, 17, 0.98);
  }
  100% {
    background-color: rgba(48, 10, 17, 0.98);
  }
}
@keyframes opacity {
  0% {
    color: rgba(0, 0, 0, 0.158);
  }
  10% {
    color: rgba(0, 0, 0, 0.158);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  90% {
    color: rgba(0, 0, 0, 0.158);
  }
  100% {
    color: rgba(0, 0, 0, 0.158);
  }
}/*# sourceMappingURL=style.css.map */