.about .pagehead-sec {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .about .pagehead-sec {
    margin-bottom: 30px;
  }
}
.about .pagehead-sec .mv {
  width: 100%;
  height: 330px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .about .pagehead-sec .mv {
    height: 250px;
  }
}
.about .pagehead-sec .mv figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .pagehead-sec .mv figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.about .pagehead-sec .mv figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.about .pagehead-sec .mv figure video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.about .content-sec {
  line-height: 1.8;
  padding-bottom: 200px;
}
@media screen and (max-width: 999px) {
  .about .content-sec {
    padding-bottom: 100px;
  }
}
.about .content-sec .lang {
  width: 1000px;
  margin: 0 auto 70px;
  text-align: right;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .lang {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.about .content-sec .lang span {
  display: inline-block;
  margin-left: 10px;
}
.about .content-sec .lang span a {
  color: #ccc;
}
.about .content-sec .lang span a.is-active {
  color: #000;
}
.about .content-sec h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 999px) {
  .about .content-sec h3 {
    width: calc(100% - 50px);
    font-size: 26px;
  }
}
.about .content-sec h4 {
  color: #887e2b;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .about .content-sec h4 {
    font-size: 20px;
  }
}
.about .content-sec h5 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .about .content-sec h5 {
    font-size: 18px;
  }
}
.about .content-sec p {
  text-align: justify;
  letter-spacing: 2px;
}
.about .content-sec .komidashi {
  font-size: 19px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .komidashi {
    font-size: 16px;
  }
}
.about .content-sec .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .about .content-sec .flex-box {
    display: block;
  }
}
.about .content-sec .flex-box .item {
  width: 470px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .flex-box .item {
    width: 100%;
  }
  .about .content-sec .flex-box .item + .item {
    margin-top: 40px;
  }
}
.about .content-sec .flex-box .item figure {
  margin-bottom: 20px;
}
.about .content-sec .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.about .content-sec .grid figure {
  line-height: 1;
}
.about .content-sec .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.about .content-sec .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .content-sec .block {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .about .content-sec .block {
    width: calc(100% - 50px);
  }
}
.about .content-sec .block + .block {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .block + .block {
    margin-top: 40px;
  }
}
.about .content-sec .block.slide-block {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}
.about .content-sec .block.slide-block .splide .splide__pagination {
  bottom: -40px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .block.slide-block .splide .splide__pagination {
    bottom: -20px;
  }
}
.about .content-sec .block.slide-block .splide .splide__pagination__page.is-active {
  background: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .content-sec .block.spacer {
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .block.spacer {
    margin-bottom: 80px;
  }
}
.about .content-sec .block.spacer2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 999px) {
  .about .content-sec .block.spacer2 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 999px) {
  .about .content-sec .block.spimg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}