/* 書体をブランド標準へ統一したため Oswald/Roboto の外部読み込みは撤去
   （欧文/数字は DIN 2014 = 既存 Adobe Fonts キットを使用） */
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url("/common/font/NotoSansCJKjp-Regular.woff") format("woff")
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/common/font/NotoSansCJKjp-Bold.woff") format("woff")
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("/common/font/NotoSansCJKjp-Medium.woff") format("woff")
}
html {
  overflow: visible !important;
  overflow-y: visible !important;
}
body {
  overflow-x: visible !important;
  overflow-y: visible !important;
  position: relative !important;
}
.cva, .bannerCommon {
  position: relative;
  z-index: 2;
}
.aboutus_area .has_animation {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.aboutus_area .has_animation.animation-active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.pc_cont {
  display: inline;
}
.sp_cont {
  display: none;
}
/* 書体をブランド標準へ統一（欧文/数字=DIN 2014, 和文=Noto Sans JP）。
   レイアウト・装飾は特例として現状維持し、書体のみ寄せる。 */
.font_oswald {
  font-family: "din-2014", "DIN 2014", sans-serif;
}
.font_YuGothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.font_Noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.font_Roboto {
  font-family: "din-2014", "DIN 2014", sans-serif;
}
.bold {
  font-weight: bold;
}
.pv-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 2rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 2rem;
}
.main-content.secondary {
  overflow: hidden;
}
#wrap {
  overflow: inherit;
}
/* ボックスアニメーション */
.box-anime {
  overflow: hidden;
}
.box-anime .boxInner {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.isPlay {
  animation-name: play;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .4s;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8, 0, .5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 1) 11.2%, rgba(0, 0, 0, 1) 91.1%);
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* 全体 */
.main {
  background-color: #bec3c6;
  background:
    radial-gradient(circle, transparent 20%, #bec3c6 20%, #bec3c6 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #bec3c6 20%, #bec3c6 80%, transparent 80%, transparent) 10px 10px, linear-gradient(#cececf .5px, transparent .5px) 0 -.25px, linear-gradient(90deg, #cececf .5px, #bec3c6 .5px) -.25px 0;
  background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}
.about_w {
  max-width: 1020px;
  width: 100%;
  margin: auto;
}
.about_w2 {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 100px;
}
.z-2 {
  position: relative;
  z-index: 2;
}
.main_v {
  height: 765px;
  transition: .8s;
  margin-bottom: 160px;
}
.main_v .fixed_area {
  z-index: 1;
  width: 70%;
  position: fixed;
  top: 52%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
}
.main_v .rel_area {
  position: relative;
}
.main_v .main_vc {
  position: absolute;
  top: 185px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.main_v .main_v_img {
  position: relative;
  z-index: 2;
}
.main_v .main_v_img img {
  width: 100%;
}
.main_v.opt {
  opacity: .2;
}
.main_v.opt .fixed_area {}
#main-top {
  position: relative;
  z-index: 2;
}
.cont_area1 .heading-box {
  display: table;
  margin: 0 auto;
  color: #fff;
}
.cont_area1 h2 {
  font-size: 60px;
  line-height: 1.5;
}
.cont_area1 p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
.cont_area2 img {
  max-width: 100%;
}
.horizontal_area {
  padding-top: 300px;
  height: 7500px;
  position: relative;
  z-index: -1;
}
.horizontal_area .about_w .box-anime {
  display: table;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 200px;
  z-index: 2;
}
.end_box {
  height: 1200px;
}
.cont_area3 {
  margin-top: 6rem;
}
.ab_cont .heading {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}
.ab_cont .heading::after {
  content: none;
}
.ab_cont .heading-box {
  border-left: 3px solid #bba171;
  padding-left: 1.25rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.ab_cont .abs {
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: 1;
  opacity: 0.15; /* 背後の見出しSVGを透過して訴求を弱める（3箇所共通） */
}
.ab_cont .heading-sub {
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  font-size: 48px;
}
.ab_cont .p-rel {
  position: relative;
}
.ab_cont .imgbox {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.ab_cont .imgbox img {
  max-width: 100%;
}
.section.primary.ab_cont {
  border-bottom: none;
  padding: 40px 0 40px;
}
.ab_cont .textbox {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 480px;
}
.cont_area4.ab_cont .imgbox {
  margin-left: auto;
}
.cont_area4.ab_cont .textbox {
  left: 0;
  right: inherit;
}
.ab_cont h3 {
  border-left: 2px solid #bba171;
  margin-bottom: 2rem;
}
.ab_cont h3 span {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  padding: 0 0 0 0rem;
  margin-left: .5rem;
  line-height: 1;
  letter-spacing: 1px;
}
.ab_cont h4 {
  background: rgba(255, 255, 255, 0.85);
  padding: 0 .5rem;
  margin-bottom: 1rem;
  font-size: 28px;
  color: #000;
  letter-spacing: 1px;
}
.ab_cont .nomb {
  margin-bottom: 2rem;
  text-align: right;
  font-size: 200px;
  color: rgba(0, 0, 0, .0);
  -webkit-text-stroke: .5px #FFF;
  font-weight: 500;
}
.ab_cont .nomb img {
  display: inline;
}
.cont_area4.ab_cont .nomb {
  text-align: left;
}
.ab_cont .lead-txt {
  background: rgba(255, 255, 255, 0.85);
  padding: .5rem;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.cont_area6 {
  margin-top: 6rem;
}
.cont_area6.ab_cont .heading-box {
  display: inline-table;
  height: fit-content;
}
.cont_area6 .img_box {
  width: 50%;
}
.cont_area6 .d-flex {
  flex-wrap: wrap;
}
.cont_area6 .youtube_area {
  width: 100%;
}
.cont_area7 {
  margin-top: 6rem;
  margin-bottom: 110px;
}
.cont_area7 img {
  max-width: 100%;
}
.cont_area7 .d-flex li:nth-child(2) {
  margin: 0 1rem;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.main > .is__done, .main > .main-content, .foot-block, footer {
  position: relative;
  z-index: 2;
}
.scroll {
  margin-left: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.scroll ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.scroll ul:nth-child(2) {
  margin-right: 108rem;
  top: 0;
  position: fixed;
  align-items: center;
  bottom: 0;
  left: inherit !important;
}
.scroll ul:nth-child(3) {
  margin-left: 4rem;
  bottom: 0;
  align-items: flex-end;
}
.scroll ul li {
  margin: 30px 35px;
  height: calc(100vh / 3.5);
}
.scroll ul li img {
  height: 100%;
}
.scroll .display_cont {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.horizon {
  z-index: 1;
  width: 6000px;
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .about_w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about_w2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pc_cont {
    display: none;
  }
  .sp_cont {
    display: inline;
  }
  .main_v.opt {
    opacity: .1;
  }
  .about_w {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .about_w2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .about_w2 img, .about_w img, .main_v img {
    max-width: 100%;
  }
  .about_w img {
    width: 100%;
  }
  .main_v {
    height: 365px;
  }
  .main_v .main_vc {
    top: 10px;
    width: 100%;
    text-align: center;
  }
  .main_v .fixed_area {
    width: 100%;
    top: 27vh;
    left: initial;
    transform: none;
  }
  .cont_area1 h2 {
    font-size: 37px;
  }
  .cont_area1 p {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .sticky {
    top: 80px;
  }
  .sticky img {
    /*filter: brightness(0) invert(1);*/
  }
  .horizon {
    z-index: 1;
    width: 5000px;
    height: 100vh;
  }
  .horizontal_area {
    padding-top: 100px;
    height: 1700px;
  }
  .scroll .display_cont {
    height: 100vh;
  }
  .scroll ul li {
    height: calc(100vh / 4);
  }
  .scroll img {}
  .cont_area3 {
    margin-top: 3rem;
  }
  .section.primary.ab_cont.cont_area3 {
    padding: 20px 0 40px;
  }
  .end_box {
    height: 800px;
  }
  .ab_cont .heading-sub {
    line-height: 1.3;
    font-size: 28px;
  }
  .scroll ul {
    justify-content: flex-start;
    margin-left: 36rem;
  }
  .scroll ul:nth-child(2) {
    margin-right: 49rem;
    top: inherit;
    justify-content: flex-end;
    bottom: 33vh;
  }
  .scroll ul:nth-child(3) {
    margin-left: 34rem;
  }
  .ab_cont .heading {
    font-size: 12px;
  }
  .ab_cont .abs, .ab_cont .nomb {
    display: none;
  }
  .ab_cont .imgbox {
    width: 87%;
  }
  .ab_cont .textbox {
    width: 80%;
    bottom: -100px;
    right: 25px;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .ab_cont .heading-box {
    margin-left: 25px;
    margin-bottom: 2rem;
  }
  .cont_area3 .about_w2, .cont_area4 .about_w2, .cont_area5 .about_w2 {
    padding-left: 0;
    padding-right: 0;
  }
  .ab_cont h3 {
    margin-bottom: 1.25rem;
  }
  .ab_cont h3 span {
    font-size: 12px;
  }
  .ab_cont h4 {
    font-size: 18px;
  }
  .section.primary.ab_cont {
    padding: 120px 0 40px;
  }
  .cont_area4.ab_cont .textbox {
    left: 25px;
  }
  .cont_area6 {
    margin-top: 0;
    overflow: hidden;
  }
  .cont_area6.ab_cont .heading-box {
    margin-left: 0;
  }
  .cont_area6 .youtube_area {
    width: 100%;
    height: 100%;
  }
  .cont_area6 .img_box {
    width: 100%;
  }
  .cont_area7 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section.primary.ab_cont.cont_area7 {
    padding: 20px 0 170px;
  }
  .cont_area7.ab_cont .heading-box {
    margin-left: 0;
  }
  .cont_area7 .d-flex {
    justify-content: center;
  }
  .cont_area7 .d-flex li:nth-child(2) {
    margin: 1rem 0rem;
  }
  .block-bottom-nav, .tertiary {
    overflow: hidden;
  }
  .ovf {
    overflow: hidden;
  }
  .cvaSP__contact {
    border-top: none !important;
  }
  @supports (-webkit-touch-callout: none) {
    .contarea1 .flex_area, .contarea2 .flex_area, .contarea3 .flex_area {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
}