/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

@media only screen and (max-width: 767.9px) {
  body {
    overflow: visible;
    height: auto;
  }
}

.header {
  top: -150px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.header.-ac {
  top: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  left: 0;
  top: 0;
  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;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #231815), color-stop(42%, rgba(35, 24, 21, 0)));
  background: linear-gradient(to right, #231815 10%, rgba(35, 24, 21, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.loader::before {
  content: "";
  width: 50%;
  height: 50%;
  background: #231815;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.loader::after {
  content: "";
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767.9px) {
  .header:before {
    top: -100px;
    bottom: 100px;
    -webkit-transition: 0.55s;
    transition: 0.55s;
  }
  .header.-ac:before {
    top: 0;
    bottom: 0;
  }
}
.mv {
  position: relative;
}
.mv video {
  width: 100%;
}
.mv figcaption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  font-size: 9px;
}
@media only screen and (max-width: 767.9px) {
  .mv figcaption {
    bottom: 3px;
    left: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainMv {
    height: 700px;
    overflow: hidden;
  }
}

main {
  background: transparent;
  overflow: clip;
  background: #FFF;
}

article {
  margin-top: 0;
  padding: 0;
  background: #fff;
}

.child-mv.-top .child-mv__inner {
  background: #FFF;
}
.child-mv.-top .mv-video {
  overflow: hidden;
}
.child-mv.-top .mv-video video {
  opacity: 1;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .child-mv.-top .mv-video video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv.-top .mv-video video {
    position: static;
    top: 45.9%;
    left: 50%;
    width: 102%;
    min-width: inherit;
    min-height: inherit;
  }
}
.child-mv.-top .mv-video .child-mv__text {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv.-top .mv-video .child-mv__text {
    top: 35%;
  }
}

.price {
  background: #786a3e;
  padding: 25px 15px 20px;
}
@media only screen and (max-width: 767.9px) {
  .price {
    padding: 20px 15px 15px;
    margin-top: 150dvh;
  }
}
.price figure {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.9px) {
  .price figure {
    width: 80%;
  }
}

.point {
  margin-top: 110dvh;
  background: rgba(255, 255, 255, 0.8);
}
.point__inner {
  padding: 40px 15px;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.9px) {
  .point {
    padding: 0px 25px;
    margin-top: 800px;
  }
}

.action {
  background: #786a3e;
  padding: 30px;
  color: #fff;
}
@media only screen and (max-width: 767.9px) {
  .action {
    padding: 23px 15px 35px;
  }
}
.action h3 {
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 767.9px) {
  .action h3 {
    font-size: 25px;
  }
}
.action h3 span {
  font-size: 80%;
}
.action figure {
  width: 400px;
  margin: 0 auto;
}
.action .actionBt a {
  background: #fff;
  color: #786a3e;
  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;
  width: 340px;
  height: 50px;
  margin: 10px auto 0;
  font-size: 20px;
  border: 1px solid #786a3e;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.action .actionBt a:hover {
  background: #786a3e;
  color: #fff;
  border-color: #fff;
}
@media only screen and (max-width: 767.9px) {
  .action .actionBt a {
    width: 86%;
    height: 45px;
  }
}

.meritArea .meritArea__inner {
  max-width: 900px;
  margin: 80px auto 100px;
}
@media only screen and (max-width: 767.9px) {
  .meritArea .meritArea__inner {
    margin: 40px auto 50px;
  }
}

.contents-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.conceptArea {
  background: #e9e4e1;
  padding: 150px 0 300px;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.conceptArea .conceptArea__inner {
  height: 2800px;
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.conceptArea .sticky-text {
  position: sticky;
}
.conceptArea .sticky-text.fadeIn {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.conceptArea .sticky-text {
  width: 35%;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media only screen and (max-width: 767.9px) {
  .conceptArea .sticky-text {
    width: 33%;
    top: 35%;
    left: 45%;
    -webkit-transform: translateX(-32%);
            transform: translateX(-32%);
    z-index: 20;
  }
}
.conceptArea .c-img {
  position: absolute;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.conceptArea .c-img.-n01 {
  top: -2%;
  left: 0;
  width: 15%;
}
.conceptArea .c-img.-n03 {
  top: 4%;
  left: 10%;
  width: 28%;
}
.conceptArea .c-img.-n02 {
  top: 7%;
  right: 20%;
  width: 27%;
  z-index: 1;
}
.conceptArea .c-img.-n04 {
  top: 10%;
  right: 0%;
  width: 27%;
}
.conceptArea .c-img.-n05 {
  top: 23%;
  left: 4%;
  width: 43%;
  z-index: 2;
}
.conceptArea .c-img.-n06 {
  top: 37%;
  right: 2%;
  width: 45%;
}
.conceptArea .c-img.-n07 {
  top: 58%;
  right: 2%;
  width: 24%;
}
.conceptArea .c-img.-n08 {
  top: 62%;
  left: 12%;
  width: 58%;
}
.conceptArea .c-img.-n09 {
  bottom: 2%;
  right: 0%;
  width: 80%;
}
.conceptArea .c-img.-nr1 {
  top: 28%;
  left: 42%;
  width: 60%;
}
.conceptArea .c-img.-nr2 {
  top: 73%;
  left: 2%;
  width: 50%;
}
.conceptArea .c-img.fadeInLeft, .conceptArea .c-img.fadeInRight {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media only screen and (max-width: 767.9px) {
  .conceptArea {
    padding: 120px 0 120px;
  }
  .conceptArea .conceptArea__inner {
    height: 2000px;
  }
  .conceptArea .sticky-text {
    width: 86%;
    top: 29%;
    left: 50%;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
    z-index: 20;
  }
  .conceptArea .c-img.-n01 {
    top: -5%;
    left: 0;
    width: 35%;
  }
  .conceptArea .c-img.-n03 {
    top: -3%;
    left: 30%;
    width: 68%;
  }
  .conceptArea .c-img.-n02 {
    top: 13%;
    right: 20%;
    width: 40%;
    z-index: 1;
  }
  .conceptArea .c-img.-n04 {
    top: 15%;
    right: 0%;
    width: 43%;
  }
  .conceptArea .c-img.-n05 {
    top: 23%;
    left: 0%;
    width: 68%;
    z-index: 2;
  }
  .conceptArea .c-img.-n06 {
    top: 39%;
    right: 2%;
    width: 50%;
  }
  .conceptArea .c-img.-n07 {
    top: 52%;
    right: 22%;
    width: 49%;
  }
  .conceptArea .c-img.-n08 {
    top: 67%;
    left: 2%;
    width: 90%;
  }
  .conceptArea .c-img.-n09 {
    bottom: 6%;
    right: 0%;
    width: 90%;
  }
  .conceptArea .c-img.-nr1 {
    top: 28%;
    left: 42%;
    width: 100%;
  }
  .conceptArea .c-img.-nr2 {
    top: 73%;
    left: 2%;
    width: 100%;
  }
  .conceptArea .c-img.fadeInLeft, .conceptArea .c-img.fadeInRight {
    -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}
.conceptArea .c-cap {
  position: absolute;
  bottom: -105px;
  right: 5px;
  font-size: 11px;
}
@media only screen and (max-width: 767.9px) {
  .conceptArea .c-cap {
    font-size: 10px;
    bottom: -40px;
  }
}

.pageIndex__case {
  position: relative;
  background: #786a3e;
}

.section {
  height: 100vh;
}
@media only screen and (max-width: 767.9px) {
  .section {
    height: 95vh;
  }
}

.p-index__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-index__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
}

.p-index__txt {
  z-index: 3;
  margin-top: -4%;
}

.section__inner {
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.panel01 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel01 .p-index__txt {
  width: 26%;
}
@media only screen and (max-width: 767.9px) {
  .panel01 .p-index__txt {
    width: 70%;
  }
}

.panel02 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel02 .p-index__txt {
  width: 18%;
}
@media only screen and (max-width: 767.9px) {
  .panel02 .p-index__txt {
    width: 54%;
  }
}

.panel03 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel03 .p-index__txt {
  width: 25%;
}
@media only screen and (max-width: 767.9px) {
  .panel03 .p-index__txt {
    width: 72%;
  }
}

.panel04 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel04 .p-index__txt {
  width: 20%;
}
@media only screen and (max-width: 767.9px) {
  .panel04 .p-index__txt {
    width: 56%;
  }
}

.panel05 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel05 .p-index__txt {
  width: 22%;
}
@media only screen and (max-width: 767.9px) {
  .panel05 .p-index__txt {
    width: 60%;
  }
}

.panel06 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel06 .p-index__txt {
  width: 25%;
}
@media only screen and (max-width: 767.9px) {
  .panel06 .p-index__txt {
    width: 72%;
  }
}

.panel07 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel07 .p-index__txt {
  width: 25%;
}
@media only screen and (max-width: 767.9px) {
  .panel07 .p-index__txt {
    width: 72%;
  }
}

.panel08 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.panel08 .p-index__txt {
  width: 25%;
}
@media only screen and (max-width: 767.9px) {
  .panel08 .p-index__txt {
    width: 72%;
  }
}

.p-index__more {
  margin-top: 40px;
  width: 200px;
  z-index: 3;
}
@media only screen and (max-width: 767.9px) {
  .p-index__more {
    width: 180px;
  }
}
.p-index__more a {
  background: #fff;
  display: block;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  border: 1px solid #aaa;
}
.p-index__more a:hover {
  opacity: 0.6;
}
.p-index__more a.-soon {
  opacity: 0.4;
  pointer-events: none;
}

.p-index__cap {
  position: absolute;
  bottom: 4px;
  right: 5px;
  color: #fff;
  font-size: 11px;
  z-index: 3;
  display: none;
}

.main-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767.9px) {
  .page-index {
    padding-top: 40px;
  }
}