@charset "UTF-8";
body {
  color: #353737;
  font-weight: 300;
}
h2,
h3 {
  font-weight: 300;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
#main {
  margin-top: 0;
  margin-bottom: 0;
}
#main > .row {
  max-width: none;
}
#primary.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.t-sec-benefits {
  position: relative;
  z-index: 1;
}

/*-=== #our-commitment common ========================-*/
#our-commitment {
  --font-size30-22: clamp(22px, calc(18.57142857142857px + 0.8163265306122449vw), 30px);
  --font-size26-24: clamp(24px, calc(23.142857142857142px + 0.20408163265306123vw), 26px);
  --font-size16-14: clamp(14px, calc(13.142857142857142px + 0.20408163265306123vw), 16px);
  --font-size16-12: clamp(12px, calc(10.285714285714285px + 0.40816326530612246vw), 16px);
  --font-size24: 24px;
  --font-size22: 22px;
  --font-size16: 16px;
  --font-size14: 14px;
  --font-size12: 12px;
  --color-white: #fff;
  --color-black: #000;
  --color-glay-01: #585858;
  --color-glay-02: #f5f5f5;
  --color-glay-03: #383838;
  --color-glay-04: #707070;
  --color-glay-05: hsla(0, 0%, 22%, 0.6);
}
#our-commitment {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#our-commitment .our-commitment-wrapper {
  width: 457px;
  margin: 0 auto;
  background: var(--color-white);
}
#our-commitment .our-commitment-wrapper__contents {
  position: relative;
  background: var(--color-glay-02);
}
@media screen and (min-width: 768px) {
  #our-commitment .our-commitment-wrapper {
    width: 100%;
  }
}
#our-commitment .our-commitment-tb {
  display: none;
}
@media screen and (max-width: 767px) {
  #our-commitment .our-commitment-tb {
    display: none;
  }
}
#our-commitment .inner-cont {
  width: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#our-commitment h1 {
  color: var(--color-white);
  font-size: var(--font-size26-24);
  font-weight: 600;
}
#our-commitment.en h1 {
  line-height: 1.5;
}
#our-commitment h2 {
  color: var(--color-white);
  font-size: var(--font-size30-22);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding-top: 0;
  border-top: none;
}
#our-commitment h3 {
  border-top: none;
}
#our-commitment p {
  color: var(--color-white);
  font-size: var(--font-size16-14);
  margin: 1em 0 1.5em;
}
#our-commitment ul {
  margin: 0;
  padding: 0;
}
#our-commitment .sc-down {
  display: block;
  width: 24px;
  height: 130px;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
#our-commitment .sc-down span {
  color: var(--color-white);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
#our-commitment .sc-down i {
  position: relative;
  display: block;
  width: 1px;
  height: 46px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 1px;
}
#our-commitment .sc-down::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "●";
  display: block;
  color: var(--color-white);
  font-size: 8px;
  margin: 0 auto;
}
/*-- fade --*/
#our-commitment .fade {
  opacity: 0;
  transition: 1s;
}
#our-commitment .fade_up {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
#our-commitment .fade_down {
  transition: 1.5s;
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}
#our-commitment .fade.act {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/*-- flex --*/
#our-commitment .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*-=== kv ========================-*/
#our-commitment .kv {
  position: relative;
  overflow-x: hidden;
}
#our-commitment .kv video {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#our-commitment .kv .inner-cont {
  position: absolute;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding-top: 180px;
  z-index: 10;
}
#our-commitment .kv h1 {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
#our-commitment .kv p {
  color: var(--color-white);
  display: block;
  margin: 35px 0 0;
  opacity: 0;
  animation: fadeIn 1s ease-in-out 0.5s forwards;
}
#our-commitment .kv .sc-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #our-commitment .kv .inner-cont {
    justify-content: center;
    padding-top: 0;
  }

  #our-commitment .kv p {
    margin: 20px 0 0;
  }
}
/* @media screen and (min-height: 1160px) {
  #our-commitment .kv video {
    width: auto;
    height: calc(100vh - 145px);
    transform: translate(-20%, 0);
  }
} */
/*-=== philosophy ========================-*/
#our-commitment .philosophy {
  position: relative;
  overflow: hidden;
}
#our-commitment .philosophy .inner-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 40%);
  z-index: 10;
}
#our-commitment .philosophy .philosophy__text {
  overflow-y: hidden;
}
#our-commitment .philosophy .philosophy__text.act p {
  margin-top: 80px;
}
#our-commitment .philosophy .swiper-slide {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  #our-commitment .philosophy .inner-cont {
    padding: clamp(15px, calc(0px + 3.571428571428571vw), 50px) 0;
  }
  #our-commitment .philosophy img {
    width: auto;
  }
  #our-commitment .philosophy .philosophy__text.act p {
    font-size: var(--font-size16-12);
    line-height: 1.4em;
    margin-top: clamp(5px, calc(-33.57142857142858px + 6.183673vw), 95px);
  }
}
/*-=== craftsmanship ========================-*/
#our-commitment .craftsmanship-fl {
  display: flex;
  flex-direction: column;
}
#our-commitment .craftsmanship-video {
  position: relative;
  overflow-x: hidden;
}
#our-commitment .craftsmanship-video video {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#our-commitment .craftsmanship-video .inner-cont {
  position: absolute;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding-top: 52px;
  z-index: 10;
}
#our-commitment .craftsmanship-text {
  padding: 30px 0 40px;
  background: var(--color-glay-02);
}
#our-commitment .craftsmanship-text p {
  color: var(--color-glay-01);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #our-commitment .craftsmanship {
    background: var(--color-white);
  }
  #our-commitment .craftsmanship-fl {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 945px;
    width: 90vw;
    padding-block: 40px;
    margin-inline: auto;
  }
  #our-commitment .craftsmanship-fl .sc-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #our-commitment .craftsmanship-fl .sc-down span {
    color: var(--color-glay-01);
  }
  #our-commitment .craftsmanship-fl .sc-down i {
    background: var(--color-glay-01);
  }
  #our-commitment .craftsmanship-fl .sc-down::after {
    color: var(--color-glay-01);
  }
  #our-commitment .craftsmanship-video {
    width: 50%;
  }
  #our-commitment .craftsmanship-video video {
    width: 360px;
    height: auto;
    margin-inline: 0;
  }
  #our-commitment .craftsmanship-text {
    width: 50%;
    background: var(--color-white);
  }
  #our-commitment .craftsmanship-text h2 {
    color: var(--color-glay-01);
    font-weight: 600;
    margin-bottom: 40px;
  }
}
/*-=== accuracy ========================-*/
#our-commitment .accuracy {
  position: relative;
  padding-top: 35px;
  background: var(--color-black);
  overflow: hidden;
}
#our-commitment .accuracy h2 {
  margin-bottom: 32px;
}
#our-commitment .accuracy h2 span {
  display: block;
  font-size: var(--font-size16-14);
  margin-bottom: 10px;
}
#our-commitment .accuracy .inner-cont p {
  text-align: center;
}
#our-commitment .accuracy .inner-cont > p > span {
  display: block;
  font-size: var(--font-size12);
}
#our-commitment .accuracy .accuracy-slick {
  position: relative;
  padding-bottom: 50px;
  margin-top: 75px;
}
@media screen and (max-width: 441px) {
  #our-commitment .accuracy .accuracy-slick {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #our-commitment .accuracy {
    padding-top: 57px;
  }
}
#our-commitment .accuracy .slick-slide {
  width: 300px !important;
  margin: 0 10px;
  transform: scale(0.9);
  transition: 0.7s;
}
#our-commitment .accuracy .slick-slide.slick-center {
  transform: scale(1);
}
#our-commitment .accuracy .slick-slide .slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#our-commitment .accuracy .slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 5px;
}
#our-commitment .accuracy .slick-dots li button::before {
  background: var(--color-glay-01);
  border: none;
  border-radius: 5px;
}
#our-commitment .accuracy .slick-dots li.slick-active button:before {
  background: var(--color-white);
}
#our-commitment .accuracy .slide__inner_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-size: var(--font-size14);
  text-align: right;
  padding: 14px 0 0;
  will-change: transform, opacity;
  z-index: 1;
}
#our-commitment .accuracy .slick-slide .slide__inner_info .more {
  width: 150px;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  margin-right: 10px;
  background: var(--color-glay-05);
  z-index: 10;
  /* pointer-events: none; */
  cursor: pointer;
}
#our-commitment .accuracy .slick-slide.slick-center .slide__inner_info .more {
  cursor: pointer;
  pointer-events: auto;
}
#our-commitment .accuracy .slide__inner_info p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80px;
  margin: 0;
  background: var(--color-glay-05);
}
#our-commitment .accuracy video {
  display: block;
  width: 300px;
}
/*-- Modal --*/
#our-commitment .modal {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#our-commitment #accuracy-01.modal {
  background: url(../images/our-commitment/accuracy_video_01.jpg) center top no-repeat;
  background-size: cover;
}
#our-commitment #accuracy-02.modal {
  background: url(../images/our-commitment/accuracy_video_02.jpg) center top no-repeat;
  background-size: cover;
}
#our-commitment #accuracy-03.modal {
  background: url(../images/our-commitment/accuracy_video_03.jpg) center top no-repeat;
  background-size: cover;
}
#our-commitment #accuracy-04.modal {
  background: url(../images/our-commitment/accuracy_video_04.jpg) center top no-repeat;
  background-size: cover;
}
#our-commitment #accuracy-05.modal {
  background: url(../images/our-commitment/accuracy_video_05.jpg) center top no-repeat;
  background-size: cover;
}
#our-commitment .modal::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-glay-03);
  opacity: 0.6;
}
#our-commitment .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 0 15px;
  z-index: 10;
}
#our-commitment .modal-content h3 {
  color: var(--color-white);
  font-size: var(--font-size14);
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
  z-index: 10;
}
#our-commitment .modal-content p {
  font-size: var(--font-size16);
  line-height: 1.8;
  padding: 0 50px;
  z-index: 10;
}
#our-commitment .modal-content p span {
  font-size: var(--font-size12);
}
#our-commitment .modal-content .modal-close {
  width: 120px;
  color: var(--color-white);
  text-align: center;
  padding: 5px 10px;
  margin: 15px auto 0;
  border: var(--color-white) 1px solid;
  border-radius: 25px;
  cursor: pointer;
  order: 3;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #our-commitment .modal {
    position: fixed;
  }
  #our-commitment .modal-content {
    max-width: 660px;
    width: 46.429vw;
    padding: 20vh 0 15px;
    margin-inline: auto;
  }
  #our-commitment .modal-content p {
    padding: 0 10px;
  }
}
/*-=== design ========================-*/
#our-commitment .design {
  padding-top: 35px;
  padding-bottom: 48px;
  background: var(--color-black);
  overflow: hidden;
}
#our-commitment .design .inner-cont {
  padding-bottom: 110px;
}
#our-commitment .design h2 {
  margin-bottom: 32px;
}
#our-commitment .design .inner-cont p {
  text-align: center;
}
@media screen and (max-width: 441px) {
  #our-commitment .design .design-swiper {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #our-commitment .design {
    padding-top: 60px;
  }
  #our-commitment .design .inner-cont {
    padding-bottom: 66px;
  }
  #our-commitment .design .inner-cont p {
    line-height: 1.9;
  }
  #our-commitment .design .design-swiper {
    max-width: 943px;
    width: 67.357vw;
    margin-inline: auto;
  }
  #our-commitment .design .design-swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #our-commitment .design .design-swiper .swiper-slide {
    max-width: 290px;
    width: 20.714vw;
  }
}

/*-=== minimalism ========================-*/
#our-commitment .minimalism {
  padding-top: 65px;
  padding-bottom: 40px;
  background-color: var(--color-glay-02);
  overflow: hidden;
}
#our-commitment .minimalism h2 {
  color: var(--color-glay-01);
  margin-bottom: 65px;
}
#our-commitment .minimalism .minimalism-swiper {
  position: relative;
  padding-bottom: 65px;
}
@media screen and (max-width: 441px) {
  #our-commitment .minimalism .minimalism-swiper {
    width: 100vw;
  }
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev,
#our-commitment .minimalism .minimalism-swiper .swiper-button-next {
  display: inline-block;
  width: 12.5px;
  height: 21px;
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev {
  left: 50px;
  transform: rotate(175deg);
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-next {
  right: 50px;
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev::before,
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev::after,
#our-commitment .minimalism .minimalism-swiper .swiper-button-next::before,
#our-commitment .minimalism .minimalism-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: var(--color-glay-01);
  transform-origin: calc(100% - 2px) 50%;
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev::before,
#our-commitment .minimalism .minimalism-swiper .swiper-button-next::before {
  transform: rotate(45deg);
}
#our-commitment .minimalism .minimalism-swiper .swiper-button-prev::after,
#our-commitment .minimalism .minimalism-swiper .swiper-button-next::after {
  transform: rotate(-45deg);
}
#our-commitment .minimalism .minimalism-swiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: var(--color-glay-03);
}
#our-commitment .minimalism .minimalism-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e5c7c9;
}
#our-commitment .minimalism .minimalism-slide__info {
  color: var(--color-glay-01);
  font-size: var(--font-size22);
  text-align: center;
}
#our-commitment .minimalism .chapter {
  position: relative;
  flex-direction: column;
}
#our-commitment .minimalism .chapter::after {
  position: absolute;
  bottom: 14px;
  left: 52%;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-glay-04);
  transform: translateY(-50%);
}
#our-commitment .minimalism .slide-05 .chapter::after {
  content: none;
}

#our-commitment .minimalism .chapter span {
  width: 28px;
  height: 28px;
  margin: 22px auto 0;
  background: var(--color-white);
  border: var(--color-glay-04) 1px solid;
  border-radius: 14px;
  z-index: 10;
}
#our-commitment .minimalism .chapter-swiper {
  margin-top: 25px;
}
#our-commitment .minimalism .chapter-swiper .swiper-slide {
  height: auto;
}
#our-commitment .minimalism .chapter-swiper .swiper-slide-item {
  flex-direction: column;
  align-items: center;
  height: 100%;
}
#our-commitment .minimalism p {
  color: var(--color-glay-01);
  font-size: var(--font-size22);
  margin: 0;
}
#our-commitment .minimalism .period {
  margin-top: 15px;
}
#our-commitment .minimalism img {
  width: 237px;
  margin-top: 15px;
}
#our-commitment .minimalism .notes-area {
  position: relative;
}
#our-commitment .minimalism .notes-area img.notes {
  position: absolute;
  bottom: 50px;
  right: -90px;
  width: 157px;
}
@media screen and (max-width: 441px) {
  #our-commitment .minimalism .notes-area img.notes {
    right: -18.455vw;
    width: 35.682vw;
  }
}
@media screen and (min-width: 768px) {
  #our-commitment .minimalism .minimalism-swiper {
    width: 450px;
    margin-inline: auto;
    /* clip-path: inset(0 -200% 0 0); */
    overflow-x: initial;
  }
}
