@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://use.typekit.net/zkq2emd.css");
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.sp-none {
  display: none !important;
}

.top-header {
  display: block;
  width: 100%;
  height: 33.5vw;
  position: relative;
  text-align: center;
}

.header-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  background: url(../img/kv_dot.png) repeat 0 0;
  background-size: 5px 5px;
}

.header-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

h1.top_ttl {
  position: absolute;
  color: white;
  z-index: 2;
  font-family: rift, sans-serif;
  letter-spacing: 2px;
  font-size: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 45%;
}

img.top-header-image {
  width: 100%;
  height: 100%;
}

.story-top-parent {
  background: url(../img/bg-pc.png);
  background-size: 80%;
  background-position: -100% 0vw;
  background-repeat: no-repeat;
  padding: 60px 0px 60px;
}

.story-top-ttl-parent {
  width: 800px;
  margin: auto;
}

.story-top-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.story-top-section h2 {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
}

.story-top-section p {
  color: #ac1821;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: bold;
}

p.story-single-text {
  font-size: 15px;
  width: 100%;
  margin: auto;
}

.story-parent {
  width: 800px;
  margin: 55px auto;
}

.story-featured-parent {
  width: 400px;
  height: 313px;
  display: flex;
}

img.story-featured-image {
  width: 70%;
  /* height: 100%;
    object-fit: contain; */
}

.story-featured-text-parent {
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 50%;
}

p.sub1-ttl {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0;
  width: 100%;
  padding: 13px 0px;
  line-height: 1.8;
}

.flexing {
  display: flex;
  flex-direction: row;
}

.flexing-end {
  justify-content: flex-end;
}

.flexing-start {
  justify-content: flex-start;
}

p.story-number {
  color: #ac1821;
  font-size: 90px;
  margin: 0;
  font-family: rift, sans-serif;
  line-height: 1;
  font-weight: bold;
  padding: 0px 10px;
}

.story-single-sub2 {
  width: 70%;
  display: flex;
  flex-direction: column;
  background: url(../img/bg-pc.png);
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.slider-parent {
  width: 800px;
  margin: auto;
  margin-top: -90px;
}

.bottom-space {
  margin-bottom: 70px;
}

h3.sub-ttl {
  background: #ac1821;
  color: white;
  font-size: 20px;
  text-align: left;
  padding: 10px 0px;
  padding-left: 12%;
  width: 60%;
  margin: 0;
  margin-top: 20px;
}

p.sub-text {
  font-size: 15px;
  padding-left: 50px;
  width: 87%;
  letter-spacing: 0px;
  line-height: 1.8;
}

img.nextend-thumbnail-button.nextend-thumbnail-previous.n2-ow.n2-active {
  display: none;
}

/* animation css */

.reveal-holder {
  position: relative;
  width: auto;
  height: auto;
}

.reveal-holder2 {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
}

.reveal-holder3 {
  position: absolute;
  /* display: flex; */
  /* overflow: hidden; */
  /* align-items: flex-start; */
}

.reveal-holder.left {
  justify-content: flex-end;
}

.reveal-holder.right {
  justify-content: flex-start;
}

.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
}

.reveal-holder .reveal-charm {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 69%; */
  height: 22.7vw;
  background: white;
  z-index: 2;
}

.reveal-holder2 .reveal-block2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.reveal-holder3 .reveal-block2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.reveal-holder2 .reveal-block2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
}

.reveal-holder3 .reveal-block2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
}

.reveal-holder .reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 9;
  /* transition-duration: 5.5s; */
}

.reveal-holder .reveal-charm::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1821;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 2;
  /* transition-duration: 5.5s; */
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.reveal-block.top::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-block.left::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.reveal-block.right::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
  visibility: visible;
}

/* end aos animation */

/* charm section  */

.recruit-charm {
  width: 100%;
  height: max-content;
  background-image: url(../img/recruit-bg-100.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 32px;
  padding-bottom: 30px;
}

.recruit-charm p {
  color: white;
  letter-spacing: 1px;
  padding: 16px 0px;
  font-size: 15px;
  margin: 0;
}

.charm-single-parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.charm-single {
  padding-right: 1vw;
  width: 19vw;
}

a.navlink,
a.navlink2 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  /* display: block; */
  color: inherit;
}

.charm-single img {
  width: 100%;
}

.charm-single p {
  color: #ac1821;
  text-align: center;
  margin: 0px auto;
  letter-spacing: 1px;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

/* charm section  */

.home-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
  padding-top: 2%;
}
