@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
.spNavBar {
  bottom: -100%;
  transition-duration: 0.6s;
}
.spNavBar.on {
  bottom: -1px;
}

/* TOP CSS */
/*top*/
:root {
  --dynamic-height: calc(100vh - 12vh - 85px);
}

.p-topmv {
  width: 100%;
  height: 56vw;
  max-height: 100vh;
  min-height: 50vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-topmv {
    height: 78vh;
    min-height: 123vw;
    height: var(--dynamic-height);
    max-height: 61rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 568px) {
  .p-topmv {
    min-height: 112vw;
  }
}
.p-topmv__scrolltxt {
  writing-mode: vertical-lr;
  padding-bottom: 13rem;
  color: #fff;
}
.p-topmv__scroll {
  position: absolute;
  left: calc((100% - 1200px) / 2);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: 1s;
}
.p-topmv__scroll.show {
  opacity: 1;
  transition: opacity 1s;
}
.p-topmv__scroll.gone {
  transform: translate(-50%, -20%);
  transition: 1s;
  opacity: 0;
}

.obj-scrolldown {
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.obj-scrolldown-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -120px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -120px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 120px;
  }
}

.p-topmov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2rem;
}
.p-topmov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topobi {
  background: #262626;
  padding: 0.1rem 0;
  /* 訴求・誘導・イベントなど */
}
.p-topobi__wrap {
  margin: 4rem auto;
}
@media only screen and (max-width: 1080px) {
  .p-topobi__wrap {
    margin: 1rem auto;
  }
}
.p-topobi__wrap__list {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.5fr 1.5fr;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .p-topobi__wrap__list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-topobi__wrap__list {
    grid-template-columns: 1fr;
  }
}
.p-topobi__wrap__list__item:last-of-type .p-sokyu::after {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .p-topobi__wrap__list__item:nth-of-type(2n) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-topobi__wrap__list__item .p-sokyu::after {
    display: none;
  }
}
.p-topobi__ttls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 2rem 0;
}
.p-topobi__ttls-wrap {
  background: #6f5134;
  background: linear-gradient(0deg, #6f5134 0%, #8c6743 31%, #966f48 68%, #a67c52 100%);
}
.p-topobi__ttls--t1, .p-topobi__ttls--t2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-topobi__ttls--t1, .p-topobi__ttls--t2 {
    padding-bottom: 1.5rem;
  }
}
.p-topobi__ttls--t2 {
  max-width: 400px;
  width: 100%;
}
.p-topobi__ttls--t1 {
  border-bottom: 1px solid;
}
.p-topobi__ttl {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .p-topobi__ttl {
    font-size: 2rem;
  }
}
.p-topobi__ttl-wrap {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-topobi__ttl-wrap {
    font-size: 1.7rem;
  }
}
.p-topobi__ttl1 {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
  height: unset;
}
@media only screen and (max-width: 768px) {
  .p-topobi__ttl1 {
    font-size: 1.8rem;
  }
}
.p-topobi__ttl1 em {
  font-size: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .p-topobi__ttl1 em {
    font-size: 2rem;
  }
}
.p-topobi__ttl1 small {
  font-size: 0.8em;
}
.p-topobi__ttl__btn {
  margin: 1rem auto;
}
.p-topobi__ttl__btn a {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
  padding: 1rem;
  color: #A67C52;
}
.p-topobi__ttl__btn a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.p-topobi__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 3rem auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-topobi__btn-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
}
.p-topobi__btn-wrap--1 {
  grid-template-columns: 1fr;
  max-width: 50rem;
}
.p-topobi__btn-wrap--2 {
  margin: 1rem auto;
}

.p-toplimited {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 2rem 0;
}
.p-toplimited h3 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
.p-toplimited h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .p-toplimited h3 span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-toplimited h3 span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-toplimited h3 span {
    font-size: 1.6rem;
  }
}
.p-toplimited h3::before, .p-toplimited h3:after {
  content: "";
  opacity: 0;
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}
.p-toplimited__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-toplimited__wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-toplimited__step {
  background: #fff;
  color: #010101;
  text-align: center;
  flex-grow: 1;
  position: relative;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-toplimited__step::before, .p-toplimited__step::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 55%;
  background: #101010;
}
@media only screen and (max-width: 1080px) {
  .p-toplimited__step::before, .p-toplimited__step::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2.5rem solid transparent;
    border-left: 2.5rem solid transparent;
    border-top: 2.5rem solid #010101;
    border-bottom: 0;
    background-color: unset;
  }
}
.p-toplimited__step:first-child::before, .p-toplimited__step:first-child::after {
  display: none;
}
.p-toplimited__step:before {
  top: 0;
  left: -3%;
  bottom: auto;
  right: auto;
  transform-origin: right top;
  transform: rotate(-15deg) translateY(-5px);
}
@media only screen and (max-width: 1080px) {
  .p-toplimited__step:before {
    left: 50%;
    transform: translateX(-50%);
    top: -1rem;
  }
}
.p-toplimited__step:after {
  bottom: 0;
  left: -3%;
  top: auto;
  right: auto;
  transform-origin: right bottom;
  transform: rotate(15deg) translateY(5px);
}
@media only screen and (max-width: 1080px) {
  .p-toplimited__step:after {
    display: none;
  }
}
.p-toplimited__step-icon {
  color: #A67C52;
  line-height: 1.4;
  font-size: 2rem;
}
.p-toplimited__step-icon span {
  font-size: 1.5em;
}
.p-toplimited__step-img {
  width: 6rem;
  height: 6rem;
}
.p-toplimited__step-title {
  color: #A67C52;
}
.p-toplimited__step-text {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-toplimited__entry {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 5rem auto 0;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.p-toplimited__entry:hover {
  background-color: #2A3C4E;
}

.p-small {
  font-size: 12px;
  text-align: center;
  margin-bottom: 1rem;
}

.p-fullimg {
  width: 100%;
  height: 100vh;
}
.p-fullimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Section Base Styles */
.section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

/* Video Section */
.video-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-bottom: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

#background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #background-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Content Items (over video) */
.content-section {
  position: relative;
  height: 200vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#content1 {
  height: 100vh;
}

#content2 {
  height: 200vh;
}

.content-inner {
  text-align: center;
  padding: 2rem;
  opacity: 0;
  transform: translateY(50px);
}

.image-wrapper {
  position: relative;
  min-height: 100vh;
  height: 100%;
  background-color: black;
  pointer-events: none;
}
#testjs .image-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#testjs .image-pair {
  position: relative;
  height: auto; /* テキスト2つ分のスクロール */
}
#testjs .text-block {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  opacity: 0;
  transform: translateY(50px);
}

/* Image Sections */
.image-section {
  pointer-events: none;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
}
#testjs .image-section {
  position: relative;
  width: 100%;
  height: 100vh; /* 背景は viewport 高さ */
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  #image5 {
    background-position: 35% 40%;
  }
}

@media only screen and (max-width: 768px) {
  #image7 {
    background-position: 30%;
  }
}

.image-section.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: 2s;
}

#image1.active {
  opacity: 1;
}

/* Progress Indicator */
.progress-indicator {
  position: absolute;
  bottom: 5%;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .progress-indicator {
    top: 50%;
    right: 1rem;
    left: unset;
    transform: translateY(-50%);
    height: -moz-fit-content;
    height: fit-content;
  }
}

.progress-bar {
  width: 100px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .progress-bar {
    width: 4px;
    height: 100px;
  }
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #b59a5b, #9b6c06);
  border-radius: 2px;
  transition: width 0.1s ease;
}
@media only screen and (max-width: 768px) {
  .progress-fill {
    height: 0%;
    width: 100%;
    background: linear-gradient(to bottom, #b59a5b, #9b6c06);
    transition: height 0.1s ease;
  }
}

.progress-dot {
  position: absolute;
  left: -8px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  transform: translateX(-50%);
  /* transition: all 0.3s ease; */
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .progress-dot {
    left: 2px;
  }
}

.section-label {
  position: absolute;
  right: 20px;
  color: white;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%);
}

.pin-spacer {
  pointer-events: none;
}

.p-topmain__copy {
  position: absolute;
  top: 3%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-topmain__copy {
    top: 13%;
  }
}
.p-topmain__copytxt {
  text-align: justify;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  max-width: 48rem;
  width: 90%;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .p-topmain__copytxt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-topmain__copytxt {
    font-size: 1.5rem;
  }
}
.p-topmain__imgcopy {
  width: 50%;
  margin: 0 auto;
  max-width: 60rem;
}
.p-topmain__maincopy {
  max-width: 67rem;
  max-height: 25rem;
  width: 35vw;
}
@media only screen and (max-width: 768px) {
  .p-topmain__maincopy {
    width: 70vw;
  }
}
.p-topmain__logo {
  max-width: 25rem;
  max-height: 25rem;
  width: 35vw;
}
.p-topmain__img {
  max-width: 67rem;
  max-height: 25rem;
  width: 35vw;
}

.p-toptxt {
  width: 90%;
  height: 70vh;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-toptxt {
    width: 85%;
    height: 65vh;
  }
}
.p-toptxt__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  top: 0;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.5;
  text-shadow: 0 0 5px rgb(75, 75, 75), 0 0 10px rgb(69, 69, 69);
}
@media (max-width: 768px) {
  .p-toptxt__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-toptxt__ttl {
    font-size: 2rem;
  }
}
.p-toptxt__ttl em {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-toptxt__ttl em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-toptxt__ttl em {
    font-size: 4rem;
  }
}
.p-toptxt__ttl small {
  font-size: 0.9em;
}
.p-toptxt__bot {
  position: absolute;
  bottom: 0;
}
.p-toptxt__txt {
  text-shadow: 0 0 5px black, 0 0 10px black;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-toptxt__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-toptxt__txt {
    font-size: 1.6rem;
  }
}
.p-toptxt__txt sup {
  vertical-align: super;
  font-size: small;
}
.p-toptxt__snow {
  max-width: 40rem;
  width: 70%;
  margin-bottom: 2rem;
}
.p-toptxt__btn {
  margin-top: 2rem;
}
.p-toptxt__cap {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .p-toptxt__cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-toptxt__cap {
    font-size: 1.2rem;
  }
}
.p-toptxt__cap.mod--bl {
  color: #262626;
}

.p-path {
  position: relative;
}
.p-path__copy {
  width: 100%;
  position: absolute;
  top: 23%;
  left: 0;
}
.p-path__copyimg {
  max-width: 47rem;
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-path__img {
    aspect-ratio: 1/1;
  }
  .p-path__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-btnA {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  height: 4.25rem;
  position: relative;
  padding: 0 19rem 0 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-btnA {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-btnA {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-btnA {
    padding: 0 7rem 0;
  }
}
.c-btnA .u-arw-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.c-btnA .u-arw-right::before {
  height: unset;
  width: 0.4em;
}
.c-btnA--w {
  background-color: #fff;
  transition: 0.3s;
}
.c-btnA:hover {
  transition: 0.3s;
}
.c-btnA:hover .u-arw-right {
  width: 105%;
  transition: 0.3s;
}
.c-btnA.c-btnA--w:hover {
  transition: 0.3s;
}

.u-arw-right {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 0.1em;
  background: currentColor;
}
.u-arw-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.u-opt {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}/*# sourceMappingURL=top.css.map */