@charset "UTF-8";
/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  height: 100vh;
}
.p-top-mv .p-top-mv__area {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-mv .p-top-mv__area-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.p-top-mv .p-top-mv__area-mp4 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-top-mv .p-top-mv__area-mp4 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .p-top-mv__txtbox {
  position: absolute;
  left: 70px;
  bottom: 80px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.p-top-mv .p-top-mv__txtbox .-ttlbox {
  position: relative;
}
.p-top-mv .p-top-mv__txtbox .-bgtxt {
  position: absolute;
  width: 140px;
  right: -33px;
  bottom: 0;
}
.p-top-mv .p-top-mv__txtbox .-ttl {
  position: relative;
  font-size: 49px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  animation: blurIn 1.5s ease-out forwards;
}
@keyframes blurIn {
  0% {
    filter: blur(12px);
    opacity: 0;
    letter-spacing: 0.2em;
    transform: scale(1.1);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    letter-spacing: normal;
    transform: scale(1);
  }
}
.p-top-mv .p-top-mv__txtbox .-txt {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: bold;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  right: 0px;
  bottom: 80px;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-text {
  width: 60px;
  font-size: 11px;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line {
  margin: 0 auto;
  margin-top: 10px;
  height: 100px;
  display: block;
  width: 1px;
  background: #fff;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
  width: 8px;
  height: 8px;
  background: #ffe522;
  content: "";
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  left: -3px;
  top: 20px;
  animation-name: mv-scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes mv-scroll {
  0% {
    opacity: 1;
    transform: translateY(-20px) translateX(0);
  }
  50% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .p-top-mv__txtbox {
    left: 5.3333333333vw;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-top-mv .p-top-mv__txtbox .-bgtxt {
    width: 24vw;
    right: -8.8vw;
  }
  .p-top-mv .p-top-mv__txtbox .-ttl {
    font-size: 8.5333333333vw;
  }
  .p-top-mv .p-top-mv__txtbox .-txt {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
  .p-top-mv .p-top-mv__scroll {
    bottom: 5.3333333333vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-text {
    width: 16vw;
    font-size: 2.9333333333vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line {
    margin-top: 2.6666666667vw;
    height: 26.6666666667vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    left: -0.8vw;
    top: 5.3333333333vw;
  }
}

/*------------------------------------------------

p-top-about

-------------------------------------------------*/
.p-top-about {
  position: relative;
  padding: 110px 0 140px;
  background: url(../../../img/common/bg01.jpg) repeat center center/cover;
}
.p-top-about .p-top-about--inner {
  position: relative;
  z-index: 2;
}
.p-top-about .p-top-about__area {
  position: relative;
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(20px);
}
.p-top-about .p-top-about__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-about .p-top-about__area-left .-ttl {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
}
.p-top-about .p-top-about__area-left .-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-top-about .p-top-about__area-left .p-top-about--btn {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.p-top-about .p-top-about__area-catch {
  position: absolute;
  top: 0px;
  right: 200px;
  display: flex;
  flex-direction: row-reverse;
}
.p-top-about .p-top-about__area-catch .-ttl {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 34px;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.p-top-about .p-top-about__area-catch .-ttl.-ttl--line01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background-color: #000;
  right: 0;
  top: 0;
  bottom: 20%;
}
.p-top-about .p-top-about__area-catch .-ttl.-ttl--line02::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background-color: #000;
  right: 0;
  top: 0;
  bottom: 10%;
}
.p-top-about .p-top-about__img::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/top/about-img.png) no-repeat;
  background-size: contain;
  width: 340px;
  height: 420px;
  bottom: -2px;
  right: 0;
}
.p-top-about .p-top-about__loarding-txt {
  position: absolute;
  bottom: -30px;
  height: 190px;
  background: url(../../../img/top/about-loardingtxt.png) top 0px left 0/2750px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scroll 80s linear infinite;
}
@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2750px 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-about .p-top-about__area-catch {
    right: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__area-catch {
    right: 200px;
  }
  .p-top-about .p-top-about__img::before {
    width: 240px;
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 21.3333333333vw 0 45.3333333333vw;
  }
  .p-top-about .p-top-about__area {
    position: relative;
  }
  .p-top-about .p-top-about__area-left .-ttl {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-top-about .p-top-about__area-left .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-top-about .p-top-about__area-left .p-top-about--btn {
    margin-top: 18.6666666667vw;
  }
  .p-top-about .p-top-about__area-left--ttl .c-ttl01-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .p-top-about .p-top-about__area-left--ttl .c-ttl01-box .-en {
    width: 100%;
  }
  .p-top-about .p-top-about__area-left--ttl .c-ttl01-box .-jp {
    width: 100%;
  }
  .p-top-about .p-top-about__area-catch {
    position: absolute;
    top: -13.3333333333vw;
    right: 0px;
    display: flex;
    flex-direction: row-reverse;
  }
  .p-top-about .p-top-about__area-catch .-ttl {
    font-size: 6.9333333333vw;
  }
  .p-top-about .p-top-about__img::before {
    width: 48vw;
    height: 58.6666666667vw;
    bottom: 0.2666666667vw;
  }
  .p-top-about .p-top-about__loarding-txt {
    bottom: -2.6666666667vw;
    height: 21.3333333333vw;
  }
}

/*------------------------------------------------

p-top-product

-------------------------------------------------*/
.p-top-product {
  padding: 80px 0;
  background: url(../../../img/common/bg03.jpg) repeat center center/contain;
}
.p-top-product .p-top-product__movie {
  max-width: 770px;
  margin: auto;
}
.p-top-product .p-top-product__movie .-movie {
  width: 100%;
  margin-top: 20px;
  aspect-ratio: 16/9;
}
.p-top-product .p-top-product__movie .-movie video {
  width: 100%;
  height: 100%;
}
.p-top-product .p-top-product__area01 {
  margin-top: 80px;
  position: relative;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-product .p-top-product__area01.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-product .p-top-product__area01 .-txt {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.p-top-product .p-top-product__area01 .-list {
  margin-top: 45px;
  gap: 15px;
}
.p-top-product .p-top-product__area01 .-list-item {
  width: calc(25% - 11.25px);
}
.p-top-product .p-top-product__area01 .-list-item-txt {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.p-top-product .p-top-product__area01 .p-top-product__area01--btn {
  position: absolute;
  top: 50px;
  right: 0;
}
.p-top-product .p-top-product__area02 {
  margin-top: 80px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-product .p-top-product__area02.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-product .p-top-product__area02-img {
  width: 380px;
  margin-right: 70px;
}
.p-top-product .p-top-product__area02-txtbox {
  width: calc(100% - 450px);
  margin-top: 20px;
}
.p-top-product .p-top-product__area02-txtbox .-txt {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-top-product .p-top-product__area02--btn {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-product .p-top-product__area01 .p-top-product__area01--btn {
    position: static;
    text-align: right;
    margin-top: 60px;
  }
  .p-top-product .p-top-product__area02-img {
    width: 300px;
    margin-right: 50px;
  }
  .p-top-product .p-top-product__area02-txtbox {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-product {
    padding: 16vw 0 26.6666666667vw;
  }
  .p-top-product .p-top-product__movie {
    max-width: 100%;
  }
  .p-top-product .p-top-product__movie .-movie {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-top-product .p-top-product__area01 {
    margin-top: 13.3333333333vw;
  }
  .p-top-product .p-top-product__area01 .-txt {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
  .p-top-product .p-top-product__area01 .-list {
    margin-top: 8vw;
    gap: 8vw 2.6666666667vw;
  }
  .p-top-product .p-top-product__area01 .-list-item {
    width: calc(50% - 1.3333333333vw);
  }
  .p-top-product .p-top-product__area01 .-list-item-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-top-product .p-top-product__area01 .p-top-product__area01--btn {
    margin-top: 16vw;
  }
  .p-top-product .p-top-product__area02 {
    margin-top: 16vw;
  }
  .p-top-product .p-top-product__area02-img {
    width: 100%;
    margin-right: 0px;
    order: 2;
    margin-top: 5.3333333333vw;
  }
  .p-top-product .p-top-product__area02-txtbox {
    width: 100%;
    margin-top: 0px;
    display: contents;
  }
  .p-top-product .p-top-product__area02-txtbox .-txt {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
    order: 3;
  }
  .p-top-product .p-top-product__area02-txtbox--ttl {
    order: 1;
  }
  .p-top-product .p-top-product__area02--btn {
    order: 4;
    margin-left: auto;
    margin-top: 13.3333333333vw;
  }
}

/*------------------------------------------------

p-top-voice

-------------------------------------------------*/
.p-top-voice {
  padding: 80px 0 100px;
  background: url(../../../img/common/bg01.jpg) repeat center center/cover;
}
.p-top-voice .p-top-voice--inner {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-voice .p-top-voice--inner.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-voice .p-top-voice__slide {
  margin-top: 25px;
  position: relative;
}
.p-top-voice .swiper-wrapper {
  align-items: stretch;
}
.p-top-voice .p-top-voice__slide-item {
  box-shadow: 7px 7px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.p-top-voice .p-top-voice__slide-item .-img {
  width: 330px;
  align-self: stretch;
}
.p-top-voice .p-top-voice__slide-item .-img.-img01 {
  background: url(../../../img/top/voice01-pc.jpg) no-repeat center center/cover;
}
.p-top-voice .p-top-voice__slide-item .-img.-img02 {
  background: url(../../../img/top/voice02-pc.jpg) no-repeat center center/cover;
}
.p-top-voice .p-top-voice__slide-item .-img.-img03 {
  background: url(../../../img/top/voice03-pc.jpg) no-repeat center center/cover;
}
.p-top-voice .p-top-voice__slide-item .-txtbox {
  position: relative;
  width: calc(100% - 330px);
  padding: 50px 5% 70px;
}
.p-top-voice .p-top-voice__slide-item .-txtbox .-bgtxt {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  color: rgba(215, 215, 215, 0.3);
  top: 20px;
  right: 0;
}
.p-top-voice .p-top-voice__slide-item .-txtbox .-ttl {
  position: relative;
}
.p-top-voice .p-top-voice__slide-item .-txtbox .-ttl-in {
  padding-left: 15px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.p-top-voice .p-top-voice__slide-item .-txtbox .-ttl-in::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ffe522;
}
.p-top-voice .p-top-voice__slide-item .-txtbox .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.p-top-voice .swiper-button-prev {
  left: 1%;
  top: 50%;
}
.p-top-voice .swiper-button-next {
  right: 1%;
  top: 50%;
}
.p-top-voice .swiper-button-prev,
.p-top-voice .swiper-button-next {
  height: 60px;
  width: 60px;
}
.p-top-voice {
  /* 前へ次への矢印カスタマイズ */
}
.p-top-voice .swiper-button-prev::after,
.p-top-voice .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}
.p-top-voice {
  /* 前への矢印カスタマイズ */
}
.p-top-voice .swiper-button-prev::after {
  background-image: url(../../../img/top/voice-arrowprev.png);
}
.p-top-voice {
  /* 次への矢印カスタマイズ */
}
.p-top-voice .swiper-button-next::after {
  background-image: url(../../../img/top/voice-arrownext.png);
}
@media screen and (max-width: 768px) {
  .p-top-voice {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  .p-top-voice .p-top-voice__slide {
    margin-top: 8vw;
    position: relative;
  }
  .p-top-voice .p-top-voice__slide-item .-img {
    width: 100%;
    height: 53.3333333333vw;
  }
  .p-top-voice .p-top-voice__slide-item .-img.-img01 {
    background: url(../../../img/top/voice01-sp.jpg) no-repeat center center/cover;
  }
  .p-top-voice .p-top-voice__slide-item .-img.-img02 {
    background: url(../../../img/top/voice02-sp.jpg) no-repeat center center/cover;
  }
  .p-top-voice .p-top-voice__slide-item .-img.-img03 {
    background: url(../../../img/top/voice03-sp.jpg) no-repeat center center/cover;
  }
  .p-top-voice .p-top-voice__slide-item .-txtbox {
    width: 100%;
    padding: 5.3333333333vw;
  }
  .p-top-voice .p-top-voice__slide-item .-txtbox .-bgtxt {
    font-size: 17.0666666667vw;
    top: 2.6666666667vw;
    right: 0;
  }
  .p-top-voice .p-top-voice__slide-item .-txtbox .-ttl-in {
    padding-left: 4vw;
    font-size: 4.8vw;
  }
  .p-top-voice .p-top-voice__slide-item .-txtbox .-ttl-in::before {
    width: 0.8vw;
  }
  .p-top-voice .p-top-voice__slide-item .-txtbox .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-top-voice .swiper-button-prev {
    left: 0%;
    top: 50.6666666667vw;
  }
  .p-top-voice .swiper-button-next {
    right: 0%;
    top: 50.6666666667vw;
  }
  .p-top-voice .swiper-button-prev,
  .p-top-voice .swiper-button-next {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  .p-top-voice {
    /* 前へ次への矢印カスタマイズ */
  }
  .p-top-voice .swiper-button-prev::after,
  .p-top-voice .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10.6666666667vw;
    margin: auto;
    width: 10.6666666667vw;
  }
}

/*------------------------------------------------

p-faq-sec

-------------------------------------------------*/
.p-faq-sec {
  padding: 70px 0;
  position: relative;
  background: url(../../../img/common/bg03.jpg) repeat center center/cover;
}
.p-faq-sec .p-faq-sec-area {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-faq-sec .p-faq-sec-area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-faq-sec .p-faq-sec-area-ttlbox {
  width: 340px;
}
.p-faq-sec .p-faq-sec-area-content {
  width: calc(100% - 340px);
}
.p-faq-sec .p-faq-sec-area-content .-item {
  margin-top: 25px;
}
.p-faq-sec .p-faq-sec-area-content .-item:first-child {
  margin-top: 0;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques {
  cursor: pointer;
  background-color: #333;
  color: #fff;
  transition: all 0.3s ease;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques.open .-item-ques-in::before {
  opacity: 0;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques.open .-item-ques-in::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-faq-sec .p-faq-sec-area-content .-item-ques-in {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 27px;
  padding-right: 70px;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques-in::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 25px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: all 0.3s ease;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques-in::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 25px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 25px;
  transition: all 0.3s ease;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques-in .-en {
  display: block;
  width: 45px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 23px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.p-faq-sec .p-faq-sec-area-content .-item-ques-in .-txt {
  margin-top: 6px;
  width: calc(100% - 45px);
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.p-faq-sec .p-faq-sec-area-content .-item-answer {
  display: none;
  background-color: #fff;
  border: 1px solid #006ab5;
}
.p-faq-sec .p-faq-sec-area-content .-item-answer-in {
  display: flex;
  align-items: flex-start;
  padding: 25px;
}
.p-faq-sec .p-faq-sec-area-content .-item-answer-in .-en {
  display: block;
  width: 45px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 23px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.p-faq-sec .p-faq-sec-area-content .-item-answer-in .-txt {
  width: calc(100% - 45px);
  margin-top: 2px;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .p-faq-sec {
    padding: 13.3333333333vw 0;
  }
  .p-faq-sec .p-faq-sec-area-ttlbox {
    width: 100%;
  }
  .p-faq-sec .p-faq-sec-area-content {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item {
    margin-top: 5.3333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-ques-in {
    align-items: center;
    padding: 5.3333333333vw;
    padding-right: 18.6666666667vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-ques-in::before {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-ques-in::after {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-ques-in .-en {
    width: 9.3333333333vw;
    font-size: 6.1333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-ques-in .-txt {
    margin-top: 0;
    width: calc(100% - 2.5rem);
    font-size: 3.7333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-answer-in {
    padding: 5.3333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-answer-in .-en {
    width: 9.3333333333vw;
    font-size: 6.1333333333vw;
  }
  .p-faq-sec .p-faq-sec-area-content .-item-answer-in .-txt {
    width: calc(100% - 2.5rem);
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=index.css.map */