@charset "utf-8";


 :root {
  --border: #000; 
}

.kv_wrap{
  position: relative;
}
.kv_wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
@media all and (min-width: 769px) {
}
@media all and (max-width: 768px) {
}

.date_wrap{
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 60px;
}
.date_wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.date_wrap .ttl{
  width: 130px;
  font-size: 15px;
}
.date_wrap .info{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.date_wrap .info::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 1px;
  height: 100%;
  z-index: 1;
  transform: scaleY(var(--border));
  transform-origin: 50% 0;
}
.date_wrap .info .date{
  margin-right: 40px;
  font-size: 15px;
  white-space: nowrap;
}
.date_wrap .info .type{
  background-color: #333;
  padding: 8px 34px;
  margin-right: 40px;
  font-size: 13px;
  color: #fff;
  border-radius: 16px;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .date_wrap .info .notes{
    font-size: 15px;
  }
  .date_wrap .info .notes a{
    font-size: 15px;
    color: #333;
  }
}
@media all and (max-width: 768px) {
  .date_wrap{
    align-items: flex-start;
    padding: 3.646% 0 4.948%;
  }
  .date_wrap .ttl{
    width: 27.604%;
    padding-top: 0.833%;
    font-size: 2.865vw;
    text-align: center;
  }
  .date_wrap .info{
    flex-wrap: wrap;
    width: 72.396%;
    padding-left: 4.427%;
  }
  .date_wrap .info .date{
    margin-right: 3.584%;
    font-size: 2.865vw;
  }
  .date_wrap .info .type{
    padding: 1.042vw 4.688vw;
    margin-right: 3.584%;
    font-size: 2.865vw;
    border-radius: 4.688vw;
  }
  .date_wrap .info .notes{
    padding-right: 4.427%;
    margin-top: 3.584%;
    font-size: 2.865vw;
    line-height: 1.6;
  }
  .date_wrap .info .notes a{
    font-size: 2.865vw;
    color: #333;
  }
}

.arrival_wrap{
  position: relative;
}
.arrival_wrap .ttl{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 56px 60px 40px;
  font-size: 60px;
  line-height: 1;
}
.arrival_wrap .ttl::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.arrival_wrap .ttl .jp{
  font-size: 16px;
}
.arrival-slider{
  position: relative;
  display: flex;
}
.arrival-slider::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
  z-index: 2;
}
.arrival-slider_contents{
  display: flex;
  width: calc(100% - 99px);
}
.arrival-slider_contents .swiper{
  position: relative;
  line-height: 0;
}
.arrival-slider_contents .arrival-slider_img-wrapper{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
}
.arrival-slider_contents .swiper-slide{
  display: flex;
}
.arrival-slider_contents .arrival-slider_img{
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.arrival-slider_contents .arrival-slider_items{
  position: relative;
  display: grid;
  overflow: hidden;
}
.arrival-slider_contents .arrival-slider_items::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.arrival-slider_contents .arrival-slider_item{
  position: relative;
  padding: 0;
  width: 100%;
  grid-area: 1/-1;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  visibility: visible;
}
.arrival-slider_contents .arrival-slider_item::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 2;
}
.arrival-slider_contents .arrival-slider_item.view{
  opacity: 1;
  visibility: visible;
}
.arrival-slider_contents .arrival-slider_spec{
  position: relative;
  display: flex;
  align-items: center;
}
.arrival-slider_contents .arrival-slider_spec::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.arrival-slider_contents .arrival-slider_spec > span{
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
}
.arrival-slider_contents .arrival-slider_spec > span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  width: 1px;
  height: 100%;
  z-index: 1;
  transform: scaleY(var(--border));
  transform-origin: 50% 0;
}
/*.arrival-slider_contents .arrival-slider_spec .place{
  width: 118px;
}*/
.arrival-slider_contents .arrival-slider_info{
  display:flex;
  flex-direction:column;
  height:100%; padding: 50px 50px 136px;
  box-sizing: border-box;
}

.arrival-slider_contents .arrival-slider_detail{
  flex:1;  
}

.arrival-slider_contents .arrival-slider_ttl{
  margin-bottom: 20px;
  font-size: 32px; letter-spacing: 0;
  line-height: 1.5;
}
.arrival-slider_contents .arrival-slider_txt{
  font-size: 15px;
  line-height: 2;
}
.arrival-slider_contents .arrival-slider_btn{
  position: static;
  margin-top:auto;
}
.arrival-slider_contents .arrival-slider_btn .btn{
  display: block;
  background-color: #fff;
  border: solid 1px #333;
  width: 187px;
  padding: 14px 0;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
}
.slider-control{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 99px;
  padding: 60px 0;
  flex-shrink: 0;
}
.slider-control::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.slider-control .slider-control_pager{
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}
.slider-control .slider-control_pager > span{
  font-size: 14px;
}
.slider-control .swiper-pagination-total::before{
  content: "|";
  display: inline-block;
  margin: 0 6px;
  font-size: 15px;
}
.slider-control .slider-control_nav{
  position: relative;
  text-align: center;
}
.slider-control .slider-control_nav .arrow-btn{
  position: relative;
  border: none;
  background-color: #fff;
  width: 48px;
  height: 48px;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
}
.slider-control .slider-control_nav .arrow-btn::before,
.slider-control .slider-control_nav .arrow-btn::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../img/common/arrow.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  transform: scale(-1,1);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
.slider-control .slider-control_nav .arrow-btn_next::before,
.slider-control .slider-control_nav .arrow-btn_next::after{
    transform: scale(1,1);
}
.slider-control .slider-control_nav .arrow-btn::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049%2049%22%3E%3Ccircle%20id%3D%22b%22%20cx%3D%2224.5%22%20cy%3D%2224.5%22%20r%3D%2224%22%20style%3D%22fill%3A%23333%3B%20stroke%3A%23fff%3B%20stroke-linejoin%3Around%3B%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22m25.71%2C17.68l-.73.72%2C5.27%2C5.22-13.11-.02v1.02l13.12.02-5.29%2C5.2.73.73%2C6.53-6.43-6.52-6.46Z%22%20style%3D%22fill%3A%23fff%3B%20fill-rule%3Aevenodd%3B%22%2F%3E%3C%2Fsvg%3E');
  opacity: 0;
}
@media all and (min-width: 769px) {
  .arrival-slider_contents .swiper{
    flex-shrink: 0;
    width: 68.481%;
    width: 100%;
  }
  .arrival-slider_contents .arrival-slider_items{
    flex-shrink: 0;
    width: 31.519%;
    width: 0%;
  }
  .arrival-slider_contents .arrival-slider_items::before{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .arrival-slider_contents .arrival-slider_item{
    flex-shrink: 0;
    width: 36.519%;
  }
  .arrival-slider_contents .arrival-slider_item::before{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .arrival-slider_contents .arrival-slider_btn .btn{
    -webkit-transition: .3s;
    transition: .3s;
    }
  .arrival-slider_contents .arrival-slider_btn .btn:hover{
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
  .slider-control::before{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .slider-control .slider-control_nav .arrow-btn:hover::before{
    opacity: 0;
  }
  .slider-control .slider-control_nav .arrow-btn:hover::after{
    opacity: 1;
  }
}
@media all and (min-width: 769px) and (max-width: 1020px){
  .arrival-slider{
    display: block;
  }
  .arrival-slider_contents{
    flex-direction: column;
    width: 100%;
  }
  .arrival-slider_contents .swiper{
    flex-shrink: 0;
    width: 100%;
  }
  .arrival-slider_contents .arrival-slider_items{
    flex-shrink: 0;
    width: 100%;
  }
  .arrival-slider_contents .arrival-slider_items::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .slider-control{
    flex-direction: row;
    width: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
  }
  .slider-control::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .slider-control .slider-control_pager{
    width: 50%;
    font-size: 0;
    text-align: left;
    vertical-align: middle;
  }
  .slider-control .slider-control_nav{
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 50%;
    text-align: right;
  }
  .slider-control .slider-control_nav .arrow-btn{
    width: 48px;
    height: 48px;
    margin-top: 0;
    margin-left: 20px;
  }
  .slider-control .slider-control_nav .arrow-btn::before{
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 768px) {
  .arrival_wrap .ttl{
    padding: 10.417% 5.208% 7.552%;
    font-size: 9.375vw;
    z-index: 2;
  }
  .arrival_wrap .ttl .jp{
    font-size: 2.604vw;
  }
  .arrival-slider{
    display: block;
    overflow: hidden;
  }
  .arrival-slider_contents{
     display:flex;
  flex-direction:column;
  width:100%;
  }
  .arrival-slider_contents .swiper{
    width: 100%;
  }
  .arrival-slider_contents .arrival-slider_img-wrapper{
    width: 100%;
    min-height: auto;
  }
  .arrival-slider_contents .arrival-slider_img{
    height: auto;
  }
  .arrival-slider_contents .swiper-slide{
    display:flex;
  flex-direction:column;
  height:auto;
  }
  .arrival-slider_contents .swiper-slide::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    width: 1px;
    height: 100%;
    z-index: 1;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
    }
  .arrival-slider_contents .arrival-slider_items{
    grid-area:auto;
  }
  .arrival-slider_contents .arrival-slider_items::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .arrival-slider_contents .arrival-slider_item::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .arrival-slider_contents .arrival-slider_spec > span{
    padding: 1.823% 5.73%;
    font-size: 2.865vw;
    line-height: 1;
  }
  /*.arrival-slider_contents .arrival-slider_spec .place{
    width: 20.833%;
  }*/
  .arrival-slider_contents .arrival-slider_info{ 
    padding: 7.813% 5.208% 11.458%;
     display:flex;
  flex-direction:column;
  height:100%;
  }

  .arrival-slider_contents .arrival-slider_detail{
   min-height:200px;
}


  .arrival-slider_contents .arrival-slider_ttl{
    margin-bottom: 3.906%;
    font-size: 6.771vw;
    line-height: 1.346;
  }
  .arrival-slider_contents .arrival-slider_txt{
    font-size: 3.125vw;
  }
  .arrival-slider_contents .arrival-slider_btn{
      margin: 6.510% 0 0;
  }
  .arrival-slider_contents .arrival-slider_btn .btn{
    width: 41.667%;
    padding: 3.385% 0;
    font-size: 3.125vw;
    border-radius: 6.25vw;
  }
  .slider-control{
    position: absolute;
    top: 0;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin-top: 28.385%;
    box-sizing: border-box;
    z-index: 99;
  }
  .slider-control::before{
    display: none;
  }
  .slider-control .slider-control_pager{
    display: none;
  }
  .slider-control .swiper-pagination-total::before{
    margin: 0 2.083%;
    font-size: 2.604vw;
  }
  .slider-control .slider-control_nav{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    text-align: right;
  }
  .slider-control .slider-control_nav .arrow-btn{
    background-color: transparent;
    width: 6.510vw;
    height: 6.510vw;
    margin: 0 2.604%;
  }
  .slider-control .slider-control_nav .arrow-btn::before{
    width: 100%;
    height: 100%;
  }
}

.contents-wrap{
  position: relative;
  display: flex;
}
.contents-wrap::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.contents-wrap > div{
  position: relative;
  width: 50%;
}
.contents-wrap .strength-wrap::before{
  content: "";
  display: block;
  position: absolute;
  background: #333;
  z-index: 1;
}
.contents-wrap .ttl{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 40px 60px 40px;
  font-size: 60px;
  line-height: 1;
}
.contents-wrap .ttl::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.contents-wrap .ttl .jp{ 
  font-size: 16px;
}
.contents-wrap .img{
  position: relative;
  line-height: 0;
}

 

.contents-wrap .img::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.contents-wrap .txt-wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 60px;
  box-sizing: border-box;
}
.contents-wrap .txt-wrap .txt{
  max-width: none;
  margin-right: 60px;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.contents-wrap > div .btn{
  position: absolute;
  bottom: 0;
  right: 0;
}
 
@media all and (min-width: 769px) {
  .contents-wrap .strength-wrap::before{
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .contents-wrap .txt-wrap .txt{
    padding-right: 187px;
  }
  .contents-wrap > div .btn{
    position: absolute;
    bottom: 0;
    right: 60px;
    margin-bottom: 50px;
  }
  
}
@media all and (min-width: 769px) and (max-width: 1040px){
  .contents-wrap .ttl{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 30px 30px;
  font-size: 50px;
  line-height: 1;
}
  .contents-wrap .txt-wrap{
    display: block;
    padding: 8.854% 5.208% 10.156%;
  }
  .contents-wrap .txt-wrap .txt{
    max-width: 100%;
    padding-bottom: 45px;
    padding-right: 0;
    margin-bottom: 6.510%;
    margin-right: 0;
  }
  .contents-wrap > div .btn{
    position: absolute;
    bottom: 0;
    right: 5.208%;
    margin-bottom: 10.156%;
  }
}
@media all and (max-width: 768px) {
  .contents-wrap{
    display: block;
  }
  .contents-wrap > div{
    width: 100%;
  }
  .contents-wrap .strength-wrap::before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .contents-wrap .ttl{
    padding: 10.417% 5.208% 7.552%;
    font-size: 9.375vw;
  }
  .contents-wrap .ttl .jp{
    font-size: 2.604vw;
  }
  .contents-wrap .txt-wrap{
    display: block;
    padding: 8.854% 5.208% 10.156%;
  }
  .contents-wrap .txt-wrap .txt{
    max-width: 100%;
    padding-bottom: 11.628%;
    margin-right: 0;
    margin-bottom: 6.510%;
    font-size: 3.125vw;
  }

   .contents-wrap   .btn{
    left: 0; margin-bottom: 40px;
  }
  
  
}

.company-wrap{
  position: relative;
}
.company-wrap .bx-viewport{
  height: auto!important;
}
.marquee-txt{
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 74px 0 50px;  
  color: #eaeaea;
  overflow: hidden; margin-bottom: 0;
}
.marquee-txt::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.marquee-txt .marquee-txt_target{
  display: block;
  width: fit-content!important;
  margin: 0;
  font-size: 120px;
  line-height: 1;
  white-space: nowrap;
  /*animation: marquee_lp 20s -10s linear infinite;*/
}
.company-wrap .mv{
  
}
.company-wrap .mv::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.company-wrap .company-nav{
  position: relative;  
  width: 100%;
  padding-right: 50%;
  overflow: hidden;
}
.company-wrap .company-nav .ttl{
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 56px 60px 40px; 
  font-size: 60px;
  line-height: 1; color:#000;
}
.company-wrap .company-nav .ttl .jp{ 
  font-size: 16px;
}
.company-wrap .company-nav .nav-wrap::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.company-wrap .company-nav .nav-wrap .img{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
}
.company-wrap .company-nav .nav-wrap .nav01 .img{
  background: url(../../img/top/company_01_img.jpg) no-repeat center/cover;
}
.company-wrap .company-nav .nav-wrap .nav02 .img{
  background: url(../../img/top/company_02_img.jpg) no-repeat center/cover;
}
.company-wrap .company-nav .nav-wrap .nav03 .img{
  background: url(../../img/top/company_03_img.jpg) no-repeat center/cover;
}
.company-wrap .company-nav .nav-wrap .nav04 .img{
  background: url(../../img/top/company_04_img.jpg) no-repeat center/cover;
}
.company-wrap .company-nav .nav-wrap .img img{
  visibility: hidden;
}
.company-wrap .company-nav .nav-wrap a{
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 38px 60px 26px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
}
.company-wrap .company-nav .nav-wrap a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.company-wrap .company-nav .nav-wrap a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../../img/common/arrow.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  margin: auto 60px;
  z-index: 2;
}
.company-wrap .company-nav .nav-wrap .num{
  position: absolute;
  top: 50%;
  margin: auto 0; 
  font-size: 15px;
  color: #a5a5a5;
  transform: translateY(-50%);
}
.company-wrap .company-nav .nav-wrap .en{
  margin-right: 24px;
  margin-left: 54px; 
  font-size: 40px;
}
.company-wrap .company-nav .nav-wrap a.none{
  background-color: #ddd;
  color: #bbb;
  pointer-events: none;
}
.company-wrap .company-nav .nav-wrap a.none::after{
  background-image: url(../../img/common/arrow_none.svg);
}
@media all and (min-width: 769px) {
  .company-wrap .company-nav::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    background: #333;
    width: 1px;
    height: 100%;
    z-index: 1;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
    z-index: 2;
  }
  .company-wrap .company-nav .nav-wrap::before{
    background: url(../../img/top/company_01_img.jpg) no-repeat center/cover;
  }
  .company-wrap .company-nav .nav-wrap .img{
    display: none;
  }
  .company-wrap .company-nav .nav-wrap .nav01 .img{
    display: block;
  }
  .company-wrap .company-nav .nav-wrap .nav02 .img{
    background-position: center top;
  }
  .company-wrap .company-nav .nav-wrap a:hover{
    background: #333;
    color: #fff;
    opacity: 1;
  }
}
@media all and (min-width: 769px) and (max-width: 1020px){
  .company-wrap .company-nav .nav-wrap a{
    flex-direction: column;
    padding: 26px 60px 26px 90px;
  }
  .company-wrap .company-nav .nav-wrap a::after{
    margin: auto 30px;
  }
  .company-wrap .company-nav .nav-wrap .num{
    top: 0;
    left: 0;
    margin: 30px 60px 0;
    transform: translateY(0);
  }
  .company-wrap .company-nav .nav-wrap .en{
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  .marquee-txt{
    padding: 10.156% 0 6.510% 50%;
  }
  .marquee-txt .marquee-txt_target{
    font-size: 15.625vw;
  }
  .company-wrap .company-nav{
    width: 100%;
    padding-right: 0;
  }
  .company-wrap .company-nav .ttl{
    padding: 10.417% 5.208% 7.552%;
    font-size: 9.375vw;
  }
  .company-wrap .company-nav .ttl .jp{
    font-size: 2.604vw;
  }
  .company-wrap .company-nav .nav-wrap::before{
    display: none;
  }
  .company-wrap .company-nav .nav-wrap .img{
    position: relative;
    display: none;
    width: 100%;
    height: auto;
  }
  .company-wrap .company-nav .nav-wrap .img::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    width: 100%;
    height: 1px;
    z-index: 1;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
    z-index: 2;
  }
  .company-wrap .company-nav .nav-wrap .nav01 .img{
    background-image: url(../img/top/company_01_img_sp.jpg);
  }
  .company-wrap .company-nav .nav-wrap .nav02 .img{
    background-image: url(../img/top/company_02_img_sp.jpg);
  }
  .company-wrap .company-nav .nav-wrap .nav03 .img{
    background-image: url(../img/top/company_03_img_sp.jpg);
  }
  .company-wrap .company-nav .nav-wrap .nav04 .img{
    background-image: url(../img/top/company_04_img_sp.jpg);
  }
  .company-wrap .company-nav .nav-wrap a{
    flex-direction: column;
    padding: 9.896% 5.208% 9.896% 11.458%;
    font-size: 2.865vw; 
  }
  .company-wrap .company-nav .nav-wrap a::after{
    width: 30px;
    height: 30px;
    margin: auto 5.208%;
  }
  .company-wrap .company-nav .nav-wrap .num{
    top: 0;
    left: 0;
    margin: 10.896% 5.208% 0;
    font-size: 2.865vw; 
    transform: translateY(0);
  }
  .company-wrap .company-nav .nav-wrap .en{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 7.031vw; 
  }
}
.archive-wrap{
  background-color: #333;
  padding: 156px 20px 160px;
}
.archive-wrap .ttl{
  border-bottom: solid 1px #666;
  width: 100%;
  padding-bottom: 14px; 
  font-size: 24px;
  color: #fff;
}
.bnr-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 110px;
  font-size: 0;
}
.bnr-wrap > div{
  display: inline-block;
  width: 31.25%;
  margin: 40px 0 0;
}
.bnr-wrap > div p{
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1.667;
}
.bnr-wrap > div.wide{
  width: 100%;
  margin: 40px 0 0;
}
.bnr-wrap .wide a{
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.bnr-wrap .wide a::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../../img/common/arrow.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  margin: auto 30px;
  z-index: 2;
}
.bnr-wrap .wide .img{
  max-width: 66.406%;
}
.bnr-wrap .wide p{
  width: 33.594%;
  padding: 0 100px 0 58px;
  margin-top: 0;
  color: #333;
  box-sizing: border-box;
}
.bnr-wrap .wide p strong{
  display: inline-block;
  width: 83.712%;
  max-width: 221px;
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 1.333;
}
.bnr-wrap > div.half{
  display: flex;
  align-items: center;
  width: 47.656%;
}
.bnr-wrap .half a{
  display: block;
  width: 62.295%;
  margin-right: 4.918%;
}
.bnr-wrap .half p{
  width: 32.787%;
  margin-top: 0;
}
@media all and (min-width: 769px) {
}
@media all and (max-width: 1320px) {
  .bnr-wrap .wide a::after{
    margin: auto 2.273%;
  }
    .bnr-wrap .wide p{
    padding: 0 7.182% 0 4.394%;
    font-size: 1.136vw;
  }
  .bnr-wrap .wide p strong{
    font-size: 2.5vw;
  }
  .bnr-wrap .half p{
    font-size: 1.136vw;
  }
}
@media all and (max-width: 768px) {
  .archive-wrap{
    padding: 15.625% 0 15.104%;
  }
  .archive-wrap .ttl{
    padding-bottom: 1.453%;
    font-size: 3.646vw;
  }
  .bnr-wrap{
    max-width: 89.583%;
    margin-bottom: 14.844%;
  }
  .bnr-wrap > div{
    width: 100%;
    margin-top: 7.267%;
  }
  .bnr-wrap > div p{
    margin-top: 1.163%;
    font-size: 3.125vw;
    line-height: 2;
  }
  .bnr-wrap > div.wide{
    width: 100%;
    margin-top: 7.267%;
  }
  .bnr-wrap .wide a{
    flex-direction: column;
  }
  .bnr-wrap .wide a::after{
    display: none;
  }
  .bnr-wrap .wide .img{
    max-width: 100%;
  }
  .bnr-wrap .wide p{
    width: 100%;
    padding: 4.360% 0;
    font-size: 3.125vw;
    text-align: center;
  }
  .bnr-wrap .wide p strong{
    width: 74.709%;
    max-width: 74.709%;
    margin-bottom: 1.744%;
    font-size: 5.357vw;
    line-height: 1;
  }
  .bnr-wrap > div.half{
    display: block;
    width: 100%;
  }
  .bnr-wrap .half a{
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .bnr-wrap .half p{
    width: 100%;
    margin-top: 1.163%;
    font-size: 3.125vw;
  }
}

.article-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0;
}

.archive-wrap .ttl{
  color: #ffffff !important;
}

.article-wrap > div{
  display: inline-block;
  width: 31.25%;
  margin: 40px 0 0;
}
.article-wrap > div .txt{
  display: inline-block;
  font-size: 19px;
  color: #fff;
  line-height: 1.5;
}
.article-wrap > div .txt span{
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  color: #aaa;
}
.article-wrap .lnk{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: 6px;
}
.article-wrap .lnk a{
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  .article-wrap{
    max-width: 89.583%;
  }
  .article-wrap > div{
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
  }
  .article-wrap > div .txt{
    font-size: 4.167vw;
  }
  .article-wrap > div .txt span{
    margin: 2.907% 0;
    font-size: 3.125vw;
  }
  .article-wrap .lnk{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 9.593%;
    text-align: right;
  }
  .article-wrap .lnk a{
    font-size: 3.125vw;
    text-decoration: underline;
  }
}

/* yakusho Ver */
.kv_wrap .gallery_lnk{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 75px;
  margin: 0;
  pointer-events: none;
}
.kv_wrap .gallery_lnk::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(155,142,122,.6);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 0;
}
.kv_wrap .gallery_lnk > img{
  position: relative;
  width: 295px;
  margin: auto;
}


.cm_gallery-wrap{
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 70px;
  font-size: 0;
}
.cm_gallery-wrap .txt-wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto;
  font-size: 0;
}
.cm_gallery-wrap .txt-wrap .hd{
  /*display: inline-block;
  width: 48%; */
  font-size: 27px;
  color: #fff;
  line-height: 1.5;
}
.cm_gallery-wrap .txt-wrap .txt{
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 2;
}
.cm_gallery-wrap .mov_wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 3.125%;
  margin: 0 auto;
  font-size: 0;
}
.cm_gallery-wrap .mov_wrap .mov_box{
  position: relative;
  width: 31.25%;
  margin: 0 auto;
  font-size: 0;
}
.cm_gallery-wrap .mov_wrap .thumb{
  position: relative;
  margin-bottom: 14px;
  font-size: 0;
}
.cm_gallery-wrap .mov_wrap .mov_info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.cm_gallery-wrap .mov_wrap .mov_info .ttl{
  border: none;
  width: auto;
  padding-bottom: 0; 
  font-size: 19px;
}
.cm_gallery-wrap .mov_wrap .mov_info .type{
  font-size: 14px;
  color: #aaa;
}
.cm_gallery-wrap .mov_wrap .mov_info .type .lnk{
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  color: #aaa;
  pointer-events: none;
}
.cm_gallery-wrap .mov_wrap .mov_info .type .lnk::after{
  content: '>';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block; 
  font-size: 11px;
  color: #aaa;
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -60%) rotate(90deg) scale(1,2);
  transition: all .1s cubic-bezier(.4,.25,.3,1);
}
.cm_gallery-wrap .mov_wrap .mov_info .type .lnk._opened::after{
  transform: translate(-50%, -60%) rotate(90deg) scale(-1,2);
}
.cm_gallery-wrap .mov_wrap .comment{
  /* height: 0; */
  color: #fff;
  /* overflow: hidden;
  transition: height .5s cubic-bezier(.42,0,.58,1) 0s; */
}
.cm_gallery-wrap .mov_wrap .comment._opened{
  height: auto;
}
.cm_gallery-wrap .mov_wrap .comment .txt{
  font-size: 15px;
  line-height: 1.667;
}
@media all and (max-width: 768px) {
  .kv_wrap .gallery_lnk{
    width: 100%;
    height: 11.068vw;
    margin: 0;
  }
  .kv_wrap .gallery_lnk::before{
    background-color: #333;
    mix-blend-mode: normal;
  }
  .kv_wrap .gallery_lnk > img{
    width: 44.531%;
  }

  .cm_gallery-wrap{
    max-width: 89.583%;
  }
  .cm_gallery-wrap .txt-wrap{
    display: block;
    margin: 7.267% auto;
  }
  .cm_gallery-wrap .txt-wrap .hd{
    width: 100%;
    margin-bottom: 1.453%;
    font-size: 4.948vw;
    line-height: 1.526;
  }
  .cm_gallery-wrap .txt-wrap .txt{
    font-size: 3.125vw;
  }
  .cm_gallery-wrap .mov_wrap{
    display: block;
  }
  .cm_gallery-wrap .mov_wrap .mov_box{
    width: 100%;
  }
  .cm_gallery-wrap .mov_wrap .mov_box + .mov_box{
    margin-top: 7.267%;
  }
  .cm_gallery-wrap .mov_wrap .thumb{
    margin-bottom: 2.907%;
  }
  .cm_gallery-wrap .mov_wrap .mov_info{
    margin-bottom: 0;
  }
  .cm_gallery-wrap .mov_wrap .mov_info .ttl{
    font-size: 4.167vw;
  }
  .cm_gallery-wrap .mov_wrap .mov_info .type{
    font-size: 3.125vw;
  }
  .cm_gallery-wrap .mov_wrap .mov_info .type .lnk{
    padding-right: 3.325vw;
    font-size: 3.125vw;
  }
  .cm_gallery-wrap .mov_wrap .mov_info .type .lnk::after{
    font-size: 2.604vw;
  }
  .cm_gallery-wrap .mov_wrap .comment{
    margin-top: 1.453%;
  }
  .cm_gallery-wrap .mov_wrap .comment .txt{
    font-size: 3.125vw;
    line-height: 2;
  }
}

.gallery_wrap{
  position: relative;
}
.gallery_wrap .mov{
  position: relative;
  background-color: #333;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.gallery_wrap .mov iframe{
  position: absolute;
  top: 50%;
  left: 50%;
	width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background-color: rgba(0,0,0,.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 0;
}
.remodal {
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  pointer-events: none;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: sticky;
  top: 0;
  display: block;
  background: transparent;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  overflow: visible;
  cursor: pointer;
  pointer-events: auto;
  z-index: 50;
}
.remodal-close:hover,
.remodal-close:focus {
  opacity: .5;
}
.remodal-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/strength/living_space_making/md_btn_close.svg) no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 5px #000);
}
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media all and (min-width: 769px) {
  .remodal {
    padding: 40px 0;
  }
  .remodal-close {
    top: 40px;
    left: calc(100% - 90px);
    width: 50px;
    height: 50px;
    margin: 0 40px 20px;
  }
  .remodal-close::before {
    width: 50px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .remodal {
    padding: 5.208% 0;
  }
  .remodal-close {
    top: 5.208vw;
    left: calc(100% - 13.021vw);
    width: 7.813vw;
    height: 7.813vw;
    margin-bottom: 5%;
  }
  .remodal-close::before {
    width: 100%;
    padding-bottom: 100%;
  }
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes remodal-overlay-opening-keyframes {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes remodal-overlay-closing-keyframes {
  from { opacity: 1; }
  to { opacity: 0; }
}
/* /yakusho Ver */

@keyframes marquee_lp {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}
@keyframes marquee_lp2 {
  0% {
    transform: translateX(0);
  }
  100%{
    transform: translateX(-200%);
  }
}