.vh100 {
  height: 100vh;
}

header {
  width: 100%;
  height: 10%;
  min-height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header h1 {
  font-size: 72px;
  margin-left: 60px;
}
header ul {
  display: flex;
  margin-left: 80px;
}
header ul li {
  font-size: 20px;
  margin-left: 60px;
  letter-spacing: 0.25em;
}
header ul li:first-child {
  margin-left: 0;
}

#Article01 {
  position: relative;
}
#Article01::before {
  position: absolute;
  top: -20px;
  right: 50px;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
}
#Article01::after {
  position: absolute;
  top: -40px;
  right: 80px;
  content: "";
  width: 1px;
  height: 120%;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
  z-index: 9999;
}
#Article01 .Article01Wraper {
  width: 100%;
  height: 90%;
  min-height: 800px;
  background-color: aqua;
  text-align: right;
  padding: 80px 140px 0 80px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  position: relative;
  overflow: hidden;
}
#Article01 .Article01Wraper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ryukyu.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  animation: backgroundimageScailing 60s ease-out infinite alternate;
}
#Article01 .Article01Wraper .inner {
  z-index: 9999;
}
#Article01 .Article01Wraper .inner .Name {
  font-size: 24px;
}
#Article01 .Article01Wraper .inner .Area {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  background-color: white;
  margin: 40px 0 0 auto;
  font-size: 24px;
  color: #333;
  padding: 5px 15px;
}
#Article01 .Article01Wraper .inner .Title {
  font-size: 86px;
}
#Article01 .Article01Wraper .inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 222%;
  margin-top: 40px;
}
#Article01 .Article01Wraper .inner .numberDetail {
  position: absolute;
  right: 140px;
  bottom: 0px;
}
#Article01 .Article01Wraper .inner .numberDetail .Number {
  font-size: 128px;
}
#Article01 .Article01Wraper .inner .numberDetail button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 20px;
  background-color: white;
  color: #333;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 100px;
}
#Article01 .Article01Wraper .inner .numberDetail button::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-left: 5px;
}
#Article01 .Article01Wraper .inner #ScrollDownWrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#Article01 .Article01Wraper .inner #ScrollDownWrap .ScrollDown {
  width: 100%;
  text-align: center;
  padding: 0;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.25em;
}
#Article01 .Article01Wraper .inner #ScrollDownWrap .arrow {
  text-align: center;
  margin-top: 10px;
}
#Article01 .Article01Wraper .inner #ScrollDownWrap .arrow::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  animation: scrollDown 2s ease-out 0.5s infinite;
  opacity: 0;
}

#ABOUT {
  width: 100%;
  padding-top: 70px;
  background-color: #fff;
  display: flex;
  position: relative;
}
#ABOUT h2 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 140px;
  margin-bottom: 80px;
  z-index: 9999;
}
#ABOUT h2 .eng {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.25em;
}
#ABOUT h2 .jpn {
  display: block;
  position: relative;
  top: 10px;
  margin: auto;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 68px;
  writing-mode: vertical-rl;
  letter-spacing: -0.25em;
}
#ABOUT .text {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: flex;
  margin-left: 50px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 250%;
  letter-spacing: 0.25em;
  z-index: 9999;
}
#ABOUT .images {
  display: flex;
  height: 218px;
  margin-left: 80px;
  overflow: hidden;
  z-index: 9999;
}
@keyframes imageSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#ABOUT .images .sliderList {
  display: flex;
  animation: imageSlider 20s infinite linear 0.5s both;
}
#ABOUT .images .sliderList li img {
  width: 318px;
  height: 218px;
  margin-left: 10px;
}
#ABOUT #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#Article2orless {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#Article2orless .Article02 {
  width: 49.5%;
  height: 100%;
  position: relative;
}
#Article2orless .Article02 .back02 {
  height: 780px;
  background-image: url(../img/article02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 60px;
}
#Article2orless .Article02 .back02::before {
  position: absolute;
  top: -20px;
  right: 0px;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
}
#Article2orless .Article02 .back02::after {
  position: absolute;
  top: -40px;
  right: 60px;
  content: "";
  width: 1px;
  height: 90%;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
}
#Article2orless .Article02 .back03 {
  height: 780px;
  background-image: url(../img/article03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}
#Article2orless .Article02 .back03::before {
  position: absolute;
  top: -20px;
  right: 0px;
  content: "";
  width: 240px;
  height: 1px;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
}
#Article2orless .Article02 .back03::after {
  position: absolute;
  top: -40px;
  right: 60px;
  content: "";
  width: 1px;
  height: 90%;
  background-color: #fff;
  display: block;
  mix-blend-mode: difference;
}
#Article2orless .Article02 .Area {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #333;
  color: #fff;
  padding: 6px 10px 10px 10px;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
#Article2orless .Article02 .Title {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.25em;
  background-color: #fff;
  padding: 0 10px;
}
#Article2orless .Article02 .ArticleNumber {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 15%;
  right: 0px;
}
#Article2orless .Article02 .ArticleNumber .Number {
  display: block;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 128px;
  text-align: right;
  margin-right: 100px;
}
#Article2orless .Article02 .ArticleNumber .ViewDetail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 20px;
  background-color: white;
  color: #333;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.25em;
  text-align: center;
  margin-right: 100px;
}
#Article2orless .Article02 .ArticleNumber .ViewDetail::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin-left: 5px;
}
#Article2orless .Article02 .ContentTxt {
  width: 100%;
  padding: 20px;
  font-family: "DIN Condensed";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.25em;
}
#Article2orless .Article02 .ContentTxt .Txt {
  font-size: 24px;
}
#Article2orless .Article02 .ContentTxt .Date {
  display: block;
  font-size: 18px;
}

footer {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 80px 160px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
footer .Sign {
  width: 50%;
  position: relative;
}
footer .Sign h2 {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .Sign h2 .Logo {
  font-size: 72px;
}
footer .Sign h2 .SubTitle {
  display: block;
  font-size: 24px;
  letter-spacing: 0.25em;
}
footer .Sign p {
  font-family: "DIN Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0px;
}
footer .Contact {
  width: 50%;
}
footer .Contact h3 {
  font-family: "DIN Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.25em;
}
footer .Contact p {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
footer .Contact .CompanyName {
  margin-top: 16px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
footer .Contact .CompanyName .Haute {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}/*# sourceMappingURL=style.css.map */