@charset "UTF-8";

/* openingWrap
***************************************************************/
body.opening {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.openingWrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: var(--vh-px);
  overflow: hidden;
  cursor: pointer;
  transition: opacity 1.5s ease-in;
}
.mv_text_on .openingWrap {
  opacity: 0;
  pointer-events: none;
}
.opening_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.opening_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.opening_contents {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.64);
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opening_text1 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: calc(28 / 16);
}
.opening_logo1 {
  width: 217.54px;
  margin: 30px auto 0;
}
.opening_skip {
  width: 138px;
  height: 138px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 1111;
  bottom: 34px;
  right: 58px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .opening_contents {
    padding-bottom: calc(100lvh - 100svh);
  }
  .opening_text1 {
    font-size: 14px;
    letter-spacing: 0.09em;
    line-height: calc(22 / 14);
  }
  .opening_logo1 {
    width: 205.93px;
    margin-top: 20px;
  }
  .opening_skip {
    width: 98px;
    height: 98px;
    font-size: 15px;
    bottom: 22px;
    right: 22px;
  }
  .w_linkBox1_flt {
    bottom: 44px;
  }
}
@media all and (max-width: 370px) {
}

/* site_id1 */
.site_id1 {
  background: url(../img/common/site_logo1_w.svg) no-repeat center / contain;
}
.pageScroll .site_id1 {
  background: none;
}
.site_id1 img {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pageScroll .site_id1 img {
  opacity: 1;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}

/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  height: calc(100vh + 200px);
  height: 100vh;
  background-color: #232427;
}
.mv_block1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.mv_block1_inner {
  width: 1120px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.mv_labelList1 {
  width: 740px;
  position: absolute;
  z-index: 1;
  bottom: 28px;
  bottom: 58px;
  left: 62px;
  display: flex;
  justify-content: space-between;
}
.mv_labelList1 .li1 {
  width: calc((100% - 22px) / 3);
  color: #f2f2f2;
  background-color: #202024;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 8px 0;
}
.mv_scroll {
  width: 28.52px;
  height: 180px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 8px;
}
.mv_scroll::after {
  content: "";
  width: 1px;
  height: 0px;
  background-color: #f2f2f2;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: auto;
  transition: height 0.3s ease;
  animation: scroll1 2s ease 0s infinite backwards;
}
@keyframes scroll1 {
  0% {
    height: 0;
  }
  75% {
    height: calc(100% - 56px);
  }
  100% {
    height: calc(100% - 56px);
  }
}
.mv_yokoku {
  color: #fff;
  position: absolute;
  top: 110px;
  right: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.mv_yokoku .dt1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  width: 104px;
  height: 36px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_yokoku .dd1 {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  width: 338px;
}
.mv_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh-px);
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.mv_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (min-width: 681px) {
  .mvWrap {
    /* background: url(../img/top/mv1.jpg) no-repeat center / cover; */
    background-color: #232427;
  }
}
@media all and (max-width: 680px) {
  .mvWrap {
    width: 100%;
    height: calc((460 / 375) * 100vw);
    /* background: url(../img/top/mv1_sp.jpg) no-repeat center / cover; */
  }
  .mv_block1 {
    height: 100%;
    height: calc((460 / 375) * 100vw);
  }
  .mv_block1_inner {
    width: 100%;
    height: 100%;
  }
  .mv_labelList1 {
    width: calc(100% - 60px);
    margin: 0 auto;
    bottom: -114px;
    left: 0;
    right: 0;
    gap: 0 6px;
  }
  .mv_labelList1 .li1 {
    background-color: #918672;
    width: 100%;
    font-size: 15px;
    line-height: calc(20 / 15);
    letter-spacing: 0;
    padding: 8px 0;
  }
  .mv_yokoku {
    padding: 0 30px;
    top: auto;
    right: 0;
    left: 0;
    bottom: -215px;
    gap: 0;
  }
  .mv_yokoku .dt1 {
    border: none;
    width: 50px;
    height: auto;
    justify-content: flex-start;
    line-height: 1.3;
  }
  .mv_yokoku .dd1 {
    font-size: 13px;
    line-height: 1.4;
    width: calc(100% - 50px);
    border-left: 1px solid #fff;
    padding-left: 14px;
  }
  .fv_sales_status {
    opacity: 0;
    pointer-events: none;
    transition: 0.6s ease;
  }
  .pageScroll .fv_sales_status {
    opacity: 1;
    pointer-events: auto;
  }
  .mv_movie {
    height: calc((460 / 375) * 100vw);
  }
}
@media all and (max-width: 370px) {
}

/* mv_slide */
.mv_slide {
  width: 100%;
  height: calc(100vh + 200px);
  height: 100vh;
}
.mv_slide_item {
  width: 100%;
  height: 100%;
}
.mv_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes mv_slide_item_left {
  0% {
    transform: translateX(-2.5%);
  }
  100% {
    transform: translateX(2.5%);
  }
}
@keyframes mv_slide_item_in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes mv_slide_item_out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mv_slide_item_left_sp {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes mv_slide_item_in_sp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes mv_slide_item_out_sp {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.mv_slide_item.item1 img {
  width: 105%;
  max-width: none;
  position: relative;
  left: -2.5%;
}
.mv_slide_item.moving.item1 img {
  animation: mv_slide_item_left 16s ease -1s;
}
.mv_slide_item.moving.item2 img {
  animation: mv_slide_item_out 16s ease -1s;
}
.mv_slide_item.moving.item3 img {
  animation: mv_slide_item_in 16s ease -1s;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .mv_slide {
    height: calc((460 / 375) * 100vw);
  }
  .mv_slide_item.item1 img {
    width: 120%;
    left: -10%;
  }
  .mv_slide_item.moving.item1 img {
    animation: mv_slide_item_left_sp 16s ease -1s;
  }
  .mv_slide_item.moving.item2 img {
    animation: mv_slide_item_out_sp 16s ease -1s;
  }
  .mv_slide_item.moving.item3 img {
    animation: mv_slide_item_in_sp 16s ease -1s;
  }
}

/* mv_text
***************************************************************/
.mv_text {
  width: 456px;
  height: 204px;
  position: relative;
}
.mv_text:not(.type2) {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 87px;
  left: -40px;
  margin: auto;
}
.mv_text.type2 {
  opacity: 0.7;
}
.mv_text_p {
  position: absolute;
  filter: blur(0.625rem);
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.2s linear,
    transform 1.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    filter 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mv_text_on .mv_text:not(.type2) .mv_text_p,
.mv_text.type2.scrollin .mv_text_p {
  filter: none;
  opacity: 1;
  transform: scale(1);
}
.mv_text_p.t1 {
  width: 59.66px;
  top: 16.5px;
  left: 0;
  transition-delay: 0.6s !important;
}
.mv_text_p.t2 {
  width: 20.5px;
  top: 14px;
  left: 71px;
  transition-delay: 0.8s !important;
}
.mv_text_p.t3 {
  width: 19.35px;
  top: 47px;
  left: 72px;
  transition-delay: 1s !important;
}
.mv_text_p.t4 {
  width: 26.81px;
  top: 46.5px;
  left: 99px;
  transition-delay: 1.2s !important;
}
.mv_text_p.t5 {
  width: 22.08px;
  top: 49.5px;
  left: 132px;
  transition-delay: 1.4s !important;
}
.mv_text_p.t6 {
  width: 25.62px;
  top: 45.5px;
  left: 162px;
  transition-delay: 1.6s !important;
}
.mv_text_p.t7 {
  width: 76.09px;
  top: 0.5px;
  left: 198.5px;
  transition-delay: 1.8s !important;
}
.mv_text_p.t8 {
  width: 71.72px;
  top: 24px;
  left: 271px;
  transition-delay: 2s !important;
}
.mv_text_p.t9 {
  width: 62.44px;
  top: 99px;
  left: 108px;
  transition-delay: 2.2s !important;
}
.mv_text_p.t10 {
  width: 22.85px;
  top: 106px;
  left: 181px;
  transition-delay: 2.4s !important;
}
.mv_text_p.t11 {
  width: 27.55px;
  top: 135px;
  left: 177px;
  transition-delay: 2.6s !important;
}
.mv_text_p.t12 {
  width: 29.89px;
  top: 134px;
  left: 210px;
  transition-delay: 2.8s !important;
}
.mv_text_p.t13 {
  width: 24.99px;
  top: 133px;
  left: 242px;
  transition-delay: 3s !important;
}
.mv_text_p.t14 {
  width: 23.49px;
  top: 135px;
  left: 274px;
  transition-delay: 3.2s !important;
}
.mv_text_p.t15 {
  width: 79.31px;
  top: 107px;
  left: 302.2px;
  transition-delay: 3.4s !important;
}
.mv_text_p.t16 {
  width: 76.94px;
  top: 128.5px;
  left: 379px;
  transition-delay: 3.6s !important;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .mv_text {
    width: 272px;
    height: 123px;
  }
  .mv_text:not(.type2) {
    top: 108px;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .mv_text.type2 {
    margin: 0 auto;
  }
  .mv_text_p.t1 {
    width: 36.16px;
    top: 10.5px;
    left: 0;
  }
  .mv_text_p.t2 {
    width: 11.71px;
    top: 10px;
    left: 43px;
  }
  .mv_text_p.t3 {
    width: 11.06px;
    top: 29.5px;
    left: 43.5px;
  }
  .mv_text_p.t4 {
    width: 15.32px;
    top: 29px;
    left: 59.5px;
  }
  .mv_text_p.t5 {
    width: 12.62px;
    top: 30.5px;
    left: 80px;
  }
  .mv_text_p.t6 {
    width: 14.64px;
    top: 28.5px;
    left: 98px;
  }
  .mv_text_p.t7 {
    width: 45.65px;
    top: 0.5px;
    left: 118.5px;
  }
  .mv_text_p.t8 {
    width: 43.03px;
    top: 15px;
    left: 162px;
  }
  .mv_text_p.t9 {
    width: 37.84px;
    top: 60px;
    left: 64px;
  }
  .mv_text_p.t10 {
    width: 13.06px;
    top: 64px;
    left: 108.5px;
  }
  .mv_text_p.t11 {
    width: 15.74px;
    top: 82px;
    left: 107px;
  }
  .mv_text_p.t12 {
    width: 17.08px;
    top: 81px;
    left: 126px;
  }
  .mv_text_p.t13 {
    width: 14.28px;
    top: 81px;
    left: 145px;
  }
  .mv_text_p.t14 {
    width: 13.42px;
    top: 82px;
    left: 164px;
  }
  .mv_text_p.t15 {
    width: 47.58px;
    top: 65px;
    left: 181px;
  }
  .mv_text_p.t16 {
    width: 46.17px;
    top: 77px;
    left: 226px;
  }
}
@media all and (max-width: 370px) {
}

/* view_bgWrap */
.view_bgWrap {
  width: 100%;
  height: 480px;
}
.view_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* height: var(--vh-px); */
  background: url(../img/top/feature_img1.jpg) no-repeat center / cover;
  z-index: -1;
  transform: translateZ(0); /* モバイルSafari対策 */
  pointer-events: none;
}
@media all and (max-width: 680px) {
  .view_bgWrap {
    height: 220px;
  }
}

/* conceptWrap
***************************************************************/
.conceptWrap {
  position: relative;
  background: url(../img/top/eng_text1.svg) no-repeat left -3px top 60px / 115.46px;
  background-color: #232427;
}
.concept_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 163px 0 195px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.concept_box1 {
  padding-left: 36px;
}
.concept_tit1 {
  width: 455.8px;
}
.concept_txt1Box {
  padding-top: 68px;
}
.concept_txt1 {
  color: #414141;
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(38 / 15);
}
.concept_txt1 + .concept_txt1 {
  margin-top: 50px;
}
.concept_slideBox1 {
  width: 377px;
  margin-right: 14px;
  position: relative;
  /* top: calc(-163px + -119px); */
  /* margin-bottom: calc(-163px + -119px); */
}
.concept_slide1 {
  background-color: #f2f2f2;
  width: 100%;
  position: sticky;
  top: 140px;
}
.concept_slide1_item {
  overflow: clip;
  width: 377px;
  height: 526px;
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.concept_slide1_item.moving img {
  animation: zoomOut 16s ease -1s;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .conceptWrap {
    background-size: 56.32px;
    background-position: left -4px top 250px;
  }
  .concept_inner {
    width: 100%;
    padding: 290px 0 80px;
    display: block;
  }
  .concept_box1 {
    padding: 0;
  }
  .concept_tit1 {
    width: 258.85px;
    margin: 0 auto;
  }
  .concept_txt1Box {
    width: 268px;
    margin: 0 auto;
    padding: 32px 0 0;
  }
  .concept_txt1 {
    font-size: 14px;
    line-height: calc(32 / 14);
  }
  .concept_txt1 + .concept_txt1 {
    margin-top: 42px;
  }
}
@media all and (max-width: 370px) {
}

/* featureWrap
***************************************************************/
.feature_titBox {
  padding: 144px 0 102px;
  background-color: #fafafa;
}
.feature_tit1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  color: #6e6e6e;
}
.feature_logo1 {
  width: 388.65px;
  margin: 32px auto 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .feature_titBox {
    padding: 56px 0 50px;
  }
  .feature_tit1 {
    font-size: 16px;
  }
  .feature_logo1 {
    width: 233.32px;
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* feature_contents
***************************************************************/
.feature_contents {
  position: relative;
}
.feature_block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.feature_block_img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.feature_block_textBox {
  width: 536px;
  height: 534px;
  padding: 0 34px 38px 56px;
  position: absolute;
  top: 50%;
  left: calc((100% - 1232px) / 2);
  transform: translateY(-50%);
  background-color: rgba(32, 32, 36, 0.94);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.feature_block_tit {
  font-size: 28px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(48 / 28);
  color: #918672;
  margin-bottom: 45px;
}
.feature_block_txt {
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(38 / 15);
}
.feature_block_linkBox {
  margin-top: 35px;
  text-align: right;
}
.feature_block_link {
  display: inline-block;
  color: #918672;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 37px 5px 0;
  position: relative;
}
.feature_block_link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #918672;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.3s ease;
}
.feature_block_link::after {
  content: "";
  width: 20.17px;
  height: 6.77px;
  background: url(../img/common/arrow1.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media all and (min-width: 681px) {
  a.feature_block_link:hover:before {
    width: 70%;
  }
}
@media all and (max-width: 680px) {
  .feature_block {
    height: auto;
    position: static;
  }
  .feature_block_img {
    width: 100%;
    height: calc((294 / 375) * 100vw);
  }
  .feature_block_textBox {
    width: 100%;
    height: auto;
    padding: 26px 30px 82px;
    position: static;
    transform: none;
    background-color: transparent;
    display: block;
  }
  .feature_block_tit {
    font-size: 22px;
    line-height: calc(32 / 22);
    margin-bottom: 15px;
  }
  .feature_block_txt {
    font-size: 14px;
    line-height: calc(28 / 14);
    color: #bfbfbf;
  }
  .feature_block_txt .on {
    color: #202024 !important;
  }
  .feature_block_linkBox {
    margin-top: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* aboutWrap
***************************************************************/
.aboutWrap {
  background-color: #fafafa;
}
.aboutWrap_box1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 136px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.aboutWrap_tit1_txt {
  display: block;
  color: #6e6e6e;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.aboutWrap_tit1_img {
  display: block;
  width: 402.17px;
  margin-top: 26px;
}
.about_block_textBox {
  padding-right: 100px;
}
.about_block_tit {
  font-size: 28px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(48 / 28);
  color: #918672;
  margin-bottom: 30px;
}
.about_block_txt {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(38 / 15);
}
.about_block_linkBox {
  margin-top: 50px;
}
.about_block_link {
  display: inline-block;
  color: #918672;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 37px 5px 0;
  position: relative;
}
.about_block_link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #918672;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width 0.3s ease;
}
.about_block_link::after {
  content: "";
  width: 20.17px;
  height: 6.77px;
  background: url(../img/common/arrow1.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* about_view */
.about_view {
  position: relative;
  overflow: clip;
}
.about_view::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: calc((120 / 1400) * 100vw) solid #fafafa;
  transform: scale(1.002);
  transition: border 0.5s ease-in;
}
.on.about_view::after {
  border-width: 0;
}
.about_view_img {
  width: 100%;
  height: 100vh;
  background: url(../img/top/feature_img2_full.jpg) no-repeat center / cover;
}
@media all and (min-width: 681px) {
  a.about_block_link:hover:before {
    width: 70%;
  }
}
@media all and (max-width: 680px) {
  .aboutWrap_box1 {
    width: 100%;
    padding: 56px 30px 20px;
    display: block;
  }
  .aboutWrap_tit1_txt {
    font-size: 16px;
    text-align: center;
  }
  .aboutWrap_tit1_img {
    width: 303.62px;
    margin: 12px auto 0;
  }
  .about_block_textBox {
    padding-right: 0;
    padding-top: 35px;
  }
  .about_block_tit {
    font-size: 22px;
    line-height: calc(34 / 22);
    margin-bottom: 20px;
  }
  .about_block_txt {
    font-size: 14px;
    line-height: calc(28 / 14);
  }
  .about_block_linkBox {
    margin-top: 30px;
  }
  /* about_view */
  .about_view::after {
    border: calc((120 / 1400) * 100vw) solid #fafafa;
  }
  .on.about_view::after {
    border-width: 0;
  }
  .about_view_img {
    height: calc((283 / 375) * 100vw);
  }
}

/* feature_aboutWrap
***************************************************************/
.feature_aboutWrap {
  padding: 120px 0 145px;
  background-color: #fafafa;
}
.feature_about {
  width: 984px;
  margin: 0 auto 94px;
  padding: 56px 0 60px;
  background-color: #f0f2f5;
  color: #202024;
}
.feature_about_h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: calc(23 / 16);
}
.feature_about_h3 .sml1 {
  font-size: 16px;
}
.feature_about_box1 {
  padding: 50px 57px 0 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature_about_box1_dt {
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
.feature_about_box1_dt .sml1 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075;
  display: block;
}
.feature_about_box1_dd {
  width: 562px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(34 / 15);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .feature_aboutWrap {
    padding: 43px 30px 63px;
  }
  .feature_about {
    width: 100%;
    margin-bottom: 33px;
    padding: 30px 0 40px;
  }
  .feature_about_h3 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .feature_about_h3 .sml1 {
    font-size: 13px;
  }
  .feature_about_box1 {
    padding: 0;
    margin-top: 23px;
    display: block;
  }
  .feature_about_box1_dt {
    font-size: 32px;
    line-height: 1.6;
  }
  .feature_about_box1_dt .sml1 {
    font-size: 15px;
  }
  .feature_about_box1_dd {
    width: 100%;
    padding: 0 30px;
    margin-top: 23px;
    font-size: 13px;
    line-height: calc(24 / 13);
  }
}
@media all and (max-width: 370px) {
}

/* productWrap
***************************************************************/
.productWrap {
  position: relative;
  overflow: clip;
}
.product_contents {
  width: 100%;
  padding: 128px 0 162px;
  position: relative;
  z-index: 1;
  background: url(../img/top/eng_text2.svg) no-repeat left -3px top 50px / 115.65px;
}
.product_title1 {
  color: #918672;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
.product_text1 {
  color: #b1b6bc;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(28 / 15);
  margin-top: 40px;
}
.product_contents .w_linkBox1 {
  margin-top: 74px;
}
@media all and (min-width: 681px) {
  .productWrap {
    background: url(../img/top/product_bg1.jpg) no-repeat center / cover;
    background-attachment: fixed;
  }
}
@media all and (max-width: 680px) {
  .product_bgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .product_bg {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100lvh;
    background: url(../img/top/product_bg1_sp.jpg) no-repeat center / cover;
  }
  .product_contents {
    padding: 50px 0 68px;
    background-size: 56.35px;
    background-position: left -4px top 27px;
  }
  .product_title1 {
    font-size: 22px;
  }
  .product_text1 {
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-top: 20px;
  }
  .product_contents .w_linkBox1 {
    margin-top: 74px;
  }
}
@media all and (max-width: 370px) {
}

/* product_list1
***************************************************************/
.product_list1 {
  width: 1120px;
  margin: 125px auto 0;
}
.product_list1 .li1 {
  width: 100%;
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
}
.product_list1 .li1::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #454545;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.8s ease-out;
}
.product_list1 .li1.scrollin::before {
  width: 100%;
}
.product_list1 .li1::after {
  content: "";
  width: 98px;
  height: 3px;
  background-color: #918672;
  position: absolute;
  top: 0;
  left: 0;
}
.product_list1_in1 {
  width: calc(100% - 590px);
}
.product_list1_in2 {
  width: 590px;
}
.product_list1_eng1 {
  color: #918672;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.product_list1_tit1 {
  font-size: 30px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(34 / 24);
}
.product_list1_txt1 {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: calc(34 / 14);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .product_list1 {
    width: 100%;
    margin-top: 40px;
    padding: 0 30px;
  }
  .product_list1 .li1 {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 32px;
  }
  .product_list1 .li1:nth-of-type(n + 2) {
    margin-top: 74px;
  }
  .product_list1 .li1::after {
    width: 56px;
  }
  .product_list1_in1 {
    width: 100%;
  }
  .product_list1_in2 {
    width: 100%;
  }
  .product_list1_eng1 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .product_list1_tit1 {
    font-size: 24px;
  }
  .product_list1_txt1 {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0;
    line-height: calc(28 / 14);
    margin-top: 24px;
  }
}
@media all and (max-width: 370px) {
}

/* featureWrap
***************************************************************/
.featureWrap {
  padding: 120px 0 103px;
  border-bottom: 1px solid #ccc;
  background: url(../img/top/eng_text3.svg) no-repeat left -3px top 40px / 113.02px;
}
.feature_title1 {
  color: #aa9c82;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
.feature_text1 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(28 / 15);
  margin-top: 40px;
}
.feature_list1 {
  width: 1000px;
  margin: 60px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.feature_list1 .li1 {
  width: calc((100% - 30px) / 2);
  height: 184px;
  background-color: #7a818b;
  color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_list1_txt1 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: calc(20 / 14);
}
.featureWrap .w_link2 {
  margin: 60px auto 0;
}
.featureWrap .w_linkBox1 {
  margin-top: 74px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .featureWrap {
    padding: 56px 0;
    background: url(../img/top/eng_text3.svg) no-repeat left -3px top 40px / 113.02px;
    background-size: 55.07px;
    background-position: left -4px top 46px;
  }
  .feature_title1 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .feature_text1 {
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-top: 20px;
  }
  .feature_list1 {
    width: 100%;
    margin-top: 28px;
    padding: 0 30px;
    gap: 12px;
  }
  .feature_list1 .li1 {
    width: calc((100% - 24px) / 2);
    height: 88px;
  }
  .feature_list1_txt1 {
    font-size: 14px;
  }
  .featureWrap .w_link2 {
    margin-top: 33px;
  }
  .featureWrap .w_linkBox1 {
    margin-top: 35px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
