


.mv-body{
  width: 100%;
  height: 100%;
  min-height: 705px;
}
.mv-body .slick-track{
  height: 705px;
}
.content {
  padding-bottom: 130px;
}
@media only screen and (max-width: 960px) {
    .content {
        padding-top: 86px;
    }
}
@media only screen and (max-width: 768px) {
    .content {
        padding-bottom: 70px;
    }
}
@media(min-width: 1041px){
  .content{
    padding-top: 110px;
  }

  /* header.change::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EBE9E9;
  } */
 
}

.pagetop{
  font-size: 18px;
  padding: 0 20px;
  color: #333;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}

@media(min-width:768px){
  .pagetop{
    display: none;
  }
  
  .sticky-tab{
    display: block !important;
  }
  .content .breadcrumbs-area .breadcrumbs{
    width: 100% !important;
  }

  .mv-slide::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 2;
  }

}

.content main.bases .main-slider .slick-arrow{
  display: none !important;
}
.content main.bases .main-slider .slick-dots{
  position: absolute;
  bottom: 44px;
  left: auto;
  right: 90px;
}
.content main.bases .slider-custom .dots-pause {
  position: absolute;
  bottom: 33px;
  left: auto;
  right: 90px;
}



.main-slider .item:first-child{
  opacity: 1;

}
/* .main-slider .item:first-child img{
  -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 12s ease-out;
    transition: -webkit-transform 12s ease-out;
    transition: transform 12s ease-out;
    transition: transform 12s ease-out, -webkit-transform 12s ease-out;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
} */
/* .content main.bases .main-slider .slick-slide.slick-active img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
} */
/* 
.content main.bases .main-slider .demo img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
} */
.content main.bases .main-slider .mv-img img{
  -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 12s ease-out;
    transition: -webkit-transform 12s ease-out;
    transition: transform 12s ease-out;
    transition: transform 12s ease-out, -webkit-transform 12s ease-out;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}
.content .main-slider .slick-dots {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
._cap{
  padding-top: 10px;
}
.content main.bases .main-slider .mv-txt img {
  position: absolute;
  left: 100px;
  max-width: 596px;
  width: 596px;
  transform: none;
  transition: none;
  height: 291px;
  z-index: 3;
}
.content main.bases {
  max-width: 100%;
  padding: 0;
  position: relative;
  margin-top: 0px;
}
.content main .flex-item .flex-txt {
  width: 63%;
  max-width: 100%;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.content .breadcrumbs-area{
  /* position: sticky;
  top: 74px;
  z-index: 90; */
  background: #fff;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
}
.breadcrumbswrapper{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.sticky-sp{
  position: sticky;
  top: 74px;
  background: #fff;
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06); */
  z-index: 9;
  border-bottom: 2px solid #EBE9E9;
  padding: 17px 0;
}
.sticky-tab .list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.sticky-tab .list-anchor li a {
  font-size: 1rem;
  color: #333;
  position: relative;
  display: block;
  line-height: 1.5;
}
.sticky-tab .list-anchor li.first-item {
  width: 50%;
}
.sticky-tab .list-anchor li.first-item a {
  font-size: 1.5rem;
}

.mv-slide figure img {
  height: 100%;
}

.heading {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.heading span {
  font-size: 3.75rem;
  font-family: "EB Garamond", serif;
  display: block;
  margin-bottom: 10px;
}

.title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media(max-width:767px){
  .sticky-sp {
    top: 12px;
    padding: 0px;
  }
  .pagetop{
    padding-top: 20px;
  }
  .sticky-sp.scroll{
    position: fixed;
    width: 100%;
  }
}

@media(max-width:767px){
  .content main .title {
    line-height: 34px;
  }

  .block-sp{
    display: block;
  }
  ._mtsp30{
    margin-top: 30px!important;
  }._mtsp50{
    margin-top: 50px!important;
  }
  .director li:nth-child(2){
    margin-bottom: 10px;
  }
 
}

.director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.director li {
  font-size: 1.125rem;
}
.director li:last-child {
  font-size: 1.625rem;
}

.video {
  margin-bottom: 35px;
}

.brands{
  background-color: transparent;
  margin: 0px 0 40px;
  display: flex;
}
.brand-slide{
  width: calc(100% - 40px);
}
.brands-wrap{
  padding: 0;
 
}
.brands-wrap:first-child{
  background: #D4EDFF;
}
.brands-wrap:nth-child(2){
  background: #E0F3FF;
}
.brands-wrap:last-child{
  background: #EDF8FF;
}
.brand_more{
  font-size: 20px;
  font-family: "EB Garamond", serif;
  writing-mode: vertical-rl;
  transform: rotateZ(180deg);
  color: #333333;
}
.brand_more img{
  transform: rotateZ(-180deg);
  width: 9px;
  margin-right: 14px;
  margin-top: 15px;
}
.brand_more-1{
  position: absolute;
  top: 0;
  left: 0;
}
.brand_more-2{
  position: absolute;
  bottom: 0;
  left: 0;
}
.brand_more-2 img{
  transform: none;
  margin-top: 0;
  margin-bottom: 15px;
}
.brands-body{
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 46px 120px 60px;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.brands-contents{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.brands-progressbar{
  justify-content: space-between;
  display: flex;
  position: unset;
 
}
.brands-contents .swiper-container .slick-list{
  margin: 0 112px 0 120px;
}
.content main.bases .slick-arrow{
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 19px 50%;
    background-size: auto 13px;
    background-color: #418FDE;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* .content main .brands-contents .carousel-prev{
  position: absolute;
  top: calc((100% - 40px) / 2);
  left: 50px;
  margin: 0;
  z-index: 3;
  background-image: url(/ja/kose/img/top/icn_arrow_left.svg);
}
.content main .brands-contents .carousel-next{
  position: absolute;
  top: calc((100% - 40px) / 2);
  right: 50px;
  margin: 0;
  z-index: 3;
  background-image: url(/ja/kose/img/top/icn_arrow_left.svg);
} */
.brands .slide-progressbar{
  width: 100%;
}

.content main .swiper-action .swiper-button-prev{
  position: absolute;
  left: 50px;
  margin: 0;
}
.content main .swiper-action .swiper-button-next{
  position: absolute;
  margin: 0;
  right: 50px;
  background-image: url(/ja/kose/img/top/icn_arrow_left.svg);
  transform: rotate(180deg);
}
@media(max-width: 1100px){
  .content main .swiper-action .swiper-button-prev{
    left: 3px;
  }
  .content main .swiper-action .swiper-button-next{
    right: 3px;
  }
}
@media(max-width: 767px){
  .content main .swiper-action .swiper-button-prev{
    left: 13px;
    margin-top: -10px;
  }
  .content main .swiper-action .swiper-button-next{
    right: 13px;
    margin-top: -10px;
  }
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.brands-slideControll{
  width: 37%;
}
.brands-progressbar span .brandtitle-small{
  width: max-content;
  margin-right: 20px;
  font-size: 40px;
  font-family: "EB Garamond", serif;
}
.brands-progressbar span{
  display: flex;
  align-items: center;
  width: calc(100% - 37%);
}

.div-2-col{
  display: flex;
  align-items: center;
}
.group-img{
  width: 60%;
}
.group-txt{
  width: 40%;
}
.content .btnlink-col3 ul{
  width: 100%;
  justify-content: space-between;
}
.content .btnlink-col3 ul li:first-child{
  width: 100%;
  margin-bottom: 20px;
}
.content .btnlink-col3 ul li{
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0;
  text-align: center;
  min-height: auto;
}
.content .btnlink-col3 ul li a{
  padding: 0;
  height: 73px;
  justify-content: center;
  align-items: center;
}
.content .btnlink-col3 ul li a:not(.text-link){
  padding-right: 60px;
}

.content .btnlink-col3 ul li a span{
  position: relative;
  top: 3px;
}
.content .btnlink-col3 ul li .text-link{
  border: none;
  height: auto;
}
.content .btnlink-col3 ul li .text-link:hover{
  opacity: 0.7;
}
.content .btnlink-col3 ul li .text-link::before,
.content main.bases .text-link::after{
  display: none;
}
.sticky-tab .list-anchor li a:hover{
  color:#418FDE;
}
.content main.bases p.menu{
  display: none;
}
.fdIn{
  margin-top: 8px;
}
@media (min-width: 940px) {
  .video {
    margin-bottom: 45px;
  }
}
@media(min-width: 600px){
  .fdIn-2{
    margin-top: 8px;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
}
.video figure {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .video figure {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
}
.video figure > iframe {
  max-width: 100%;
  display: block;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .video figure > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.content main .flex-item .flex-img-wrap{
  max-width: 350px;
  width: 35%;
}
.content main .flex-item .flex-txt{
  width: 65%;
}
.content main .flex-wrap .flex-img-wrap img{
  border-radius: 6px;
}
@media (max-width: 1110px) {
  
  .content .btnlink-col3{
    padding: 0;
  }
  .content .btnlink-col3 ul{
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .content .btnlink-col3 ul li{
    width: 100%;
    max-width: 240px;
  }
  .group-txt .title{
    margin-top: 10px;
  }
  .title .sub{
    font-size: 18px;
  }
  .content main .flex-wrap .flex-img-wrap{
    margin-right: 30px;
    max-width: 100%;
    width: 100%;
  }

  .brands{
    display: block;
  }
  .brand-slide {
    width: 100% ;
}
  .brands-body{
    padding: 24px;
  }
  .brands-body,
  .brands .swiper-container{
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .brands-contents .swiper-container .slick-list{
    margin: 0 auto;
    width: 100%;
  }
  .brands-ttl{
    font-size: 16px;
  }
  .brand_more{
    display: none;
  }
  .content .btnlink-col3 ul li:nth-child(3n){
    margin-right: 0;
  }
}
@media(max-width: 991px){
  .brands-body{
    padding: 30px 24px 60px;
  }

  .brands-slideControll{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
  }
}
@media only screen and (max-width: 768px){
  
  .content .breadcrumbs-area{
    position: relative;
    top: 0;
    padding: 0;
  }
  .brands-body{
    padding: 30px 0 60px;
  }
  .content main.bases .main-slider .slick-dots{
    right: auto;
    left: 75px;
    bottom: -54px;
  }
  .content main.bases .slider-custom .dots-pause{
    right: auto;
    left: 152px;
    bottom: -66px;
  }
  .content main.bases .main-slider .mv-txt img{
    /* left: 20px;
    width: 334px;
    height: 164px;
    top: auto;
    bottom: 143px; */
    display: none;
  }
  .heading{
    font-size: 18px;
  }
  .heading span{
    font-size: 36px;
  }
  .title{
    font-size: 20px;
  }
  .brands-progressbar{
    padding: 0 24px;
  }
  .brands-progressbar span{
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .brands-progressbar span .brandtitle-small{
    font-size: 30px;
    margin-bottom: 8px;
  }
  .content main .flex-item .flex-txt {
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
 
  .content main.bases p.menu{
    background: #F6F6F6;
    margin-bottom: 0;
    text-align: right;
    padding: 17px 40px 17px 0;
    display: block;
    font-size: 16px;
    line-height: normal;
  }
  .content main.bases p.menu:before{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 20px;
    color: #418FDE;
    top: 80px;
  }
  .content main.bases p.menu.active:before{
    transform: rotateX(180deg);
  }
  .sticky-tab{
    background: #F6F6F6;
    position: unset;
    display: none;
  }
  .sticky-tab .list-anchor{
    display: block;
    margin: 0;
    padding-bottom: 10px;
  }
  .sticky-tab .list-anchor li.first-item{
    display: none;
  }
  .sticky-tab .list-anchor li{
    border-bottom: 1px solid #D5D5D5;
    padding: 20px 0;
  }
  .sticky-tab .list-anchor li:last-child{
    border-bottom: none;
  }
  .sticky-tab .list-anchor li a:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 30px;
    color: #418FDE;
  }
  .content main .brands-contents button{
    top: calc((100% - 33px) / 2) !important;
  }
  .content main.top .slick-arrow.slick-prev{
    left: 16px;
  }
  .content main.top .slick-arrow.slick-next{
    right: 16px;
  }
}
@media(max-width: 600px){
  .div-2-col{
    display: block;
  }
  .group-img,
  .group-txt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .content>main .group-img._right{
    text-align: center !important;
  }
  .group-img .fdIn{
    display: flex;
    justify-content: center !important;
  }
}

.mv-top-text-sp {
  display: none;
}

@media(max-width: 768px){
  .content .breadcrumbs-area .breadcrumbs  {
    gap: 0;
    display: flex;
    min-width: 500px;
  }
  
  .content .breadcrumbs-area .breadcrumbs li:after {
    margin-left: 1px;
  }
  /* .content .breadcrumbs-area .breadcrumbswrapper  {
    overflow-x: unset !important;
  } */
  
  .mv-body .slick-track{
    height: 100%;
  }

  .mv-body {
    height: unset;
    min-height: unset;
  }

  .mv figure {
    padding-bottom: 50.3%;
  }
  .mv-top-text-sp {
    display: block;
    margin: 44px 0px 35.15px 0;
  }
  .content main .slider-custom {
    margin-bottom: 130px;
  }
  body {
    line-height: 28px;
  }
  /* #nav2 .custom-image figure {
    position: relative;
    padding-bottom: 67%;
    height: 0;
    overflow: hidden;
  } */
  .brands {
    margin: 0px 0 30px;
  }
  .brands-contents{
    margin-top: 20px;
  }
}

@media(max-width: 374px){
  /* .content .breadcrumbs-area .breadcrumbswrapper  {
    overflow-x: scroll !important;
  } */
}

.brands img {
  max-height: 186px;
  object-fit: cover;
}

.recruit-block {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  padding: 235px 56px 40px;
}

.recruit-block .recruit-block__img {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.recruit-block .recruit-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.recruit-block .recruit-block__info {
  color: #fff;
}

.recruit-block .recruit-block__ttl {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

.recruit-block .recruit-block__txt {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.recruit-block .btn-link {
  position: absolute;
  bottom: 40px;
  right: 56px;
  margin: 0;
  color: #fff !important;
  background: url(/ja/kose/img/common/arrow_right_bdr_white.png) left 0.5rem no-repeat !important;
  border-color: #fff !important;
}

.recruit-block:hover .recruit-block__img img {
  transform: scale(1.05);
}

.recruit-block:hover .btn-link {
  background-position: 6px 0.5rem !important;
}

.recruit-block .recruit-block__url {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 991px) {
  .recruit-block .recruit-block__ttl {
    font-size: 24px;
  }
  .recruit-block .recruit-block__txt {
    font-size: 14px;
  }
  .recruit-block .btn-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-block {
    padding: 200px 22px 70px;
  }
  .recruit-block .recruit-block__img img {
    object-position: top center;
  }
  .recruit-block .btn-link {
    right: 20px;
    bottom: 28px;
    background-position: 0 0.25rem !important;
  }
  .recruit-block:hover .btn-link {
    background-position: 4px 0.25rem !important;
  }
}