@charset "utf-8";

/*==============================================

	business

==============================================*/

#header {
  display: none;
}
#header.is-transparent {
  display: none!important;
}

#header.is-transparent {
  display: flex;
}

.mv {
  background-color: var(--GN);
  height: 100vh;
}
.mv .slider_box {
  display: flex;
  gap: 0;
  height: 100%;
}
.mv .slider_box img {
  width: 100%;
}
.mv .slider_box > .mv-slider {
  width: 50%;
  height: 100%;
}
.mv .slider_box > .mv-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.business {
  position: relative;
  margin-top: -85px;
  padding-bottom: 150px;
  padding-right: calc((100% - 1240px) / 2 + 20px);
}
.business .inner {
  position: relative;
  /* display: flex; */
  padding-left: 120px;
  z-index: 1;
  align-items: flex-start;
  /* padding-right: calc((100% - 1240px) / 2); */
  padding-right: 20px;
}
.business:before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 62px);
  background-color: var(--br);
}
.business:after {
  content: '';
  position: absolute;
  top: auto;
  left: 150px;
  bottom: 0;
  width: 65rem;
  height: calc(100% + 40px);
  background-color: #A49673;
  border-radius: 50rem;
}
.business .inner .heading_inner {
  position: sticky;
  top: 89px;
  z-index: 2;
}
.business .inner .heading_inner .en_title {
  position: relative;
}
.business .inner .heading_inner .en_title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200vw;
  height: 1px;
  background-color: #fff;
  opacity: .3;
}
  .business .inner .heading_inner h2 {
    color: var(--wt);
    font-size: 1.4rem;
    margin-top: 37px;
}
.business .inner .heading_inner h3 {
    color: var(--wt);
    font-size: 3rem;
    margin-top: 60px;
}
.business .inner .heading_inner .text {
    color: var(--wt);
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 3.4rem;
}
.business .inner .heading_inner.caption {
  top: 300px;
}
.business .inner .desc_box {
  width: calc(100% - 468px);
  margin-left: auto;
  margin-top: -120px;
}

.business_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.business_list > li {
  width: calc((100% - 30px) / 2);
}
.business_list > li img {
  border-radius: 10px;
  width: 100%;
}
.business_list > li .en {
    color: #CCBCA4;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 20px;
    text-align: left;
}
.business_list > li h3 {
    color: var(--wt);
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}
.business_list > li .text {
    color: var(--wt);
    font-size: 1.3rem;
    margin-top: 0;
}

.costume {
  /* padding-left: calc((100% - 1260px) / 2); */
  margin-bottom: 160px;
  position: relative;
  --costume-heading-fixed-top: 89px;
}
.costume_heading_placeholder {
  pointer-events: none;
  height: 0;
  min-height: 0;
  overflow: hidden;
}
.costume > .heading {
  position: relative;
  z-index: 2;
  padding-left: 120px;
}
.costume > .heading.is-costume-heading-fixed {
  position: fixed;
  top: var(--costume-heading-fixed-top, 89px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  z-index: 50;
}
.costume > .heading.is-costume-heading-released {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
.costume .inner {
  padding-left: 120px;
  padding-bottom: 160px;
  background-image: url(../img/costume.png);
  background-repeat: no-repeat;
  background-size: 1036px;
  background-position: right 5% bottom -220px;
  padding-top: 380px;
  margin-top: -150px;
}

.costume  .inner h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.costume  .inner .text {
    color: var(--bk);
    font-size: 1.3rem;
    font-weight: 400;
    max-width: 500px;
    margin-bottom: 10px;
    line-height: 2.9rem;
}
.costume .heading h2 {
    color: var(--br);
    font-size: 1.6rem;
    margin-top: 37px;
}

.costume .brands_slider {
  padding-bottom: 36px;
  position: relative;
}

.brands_list {
  width: 100%;
}
.brands_list .swiper-slide {
  height: auto;
}
.brands_list .swiper-slide .img {
  position: relative;
}
.brands_list .swiper-slide .img picture img {
  aspect-ratio: 455 / 627;
  object-fit: cover;
  width: 100%;
}
.brands_list .swiper-slide .img .logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.brands_list .swiper-slide h3 {
    color: var(--bk, #333);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #CCBCA4;
    padding: 0 20px 15px;
    width: calc(100% - 40px);
    margin: 20px auto 20px;
}
.brands_list .swiper-slide .text {
    color: var(--bk);
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: center;
}
.brands_list .swiper-slide .more {
  text-align: center;
}
.brands_list .swiper-slide .more a {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #958663;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands_list .swiper-slide .more a:after {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url(../../common/img/arrow-r-br.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  margin-left: 7px;
}

.costume .brands_slider.swiper-lock .swiper-pagination,
.costume .brands_slider.swiper-lock .swiper-button-next,
.costume .brands_slider.swiper-lock .swiper-button-prev {
  display: none !important;
}
.brands_slider .swiper-pagination {
  bottom: 0;
  text-align: center;
}
.brands_slider .swiper-button-next {
  right: 24px;
  top: 28%;
}
.brands_slider .swiper-button-prev {
  left: 24px;
  top: 28%;
}

.company {
  position: relative;
  margin-bottom: 160px;
  border-top: 1px solid #CCBCA4;
}
.company .heading {
  padding-left: 120px;
  position: sticky;
  top: 89px;
  z-index: 2;
  margin-bottom: 100px;
}
.company .heading h2 {
    color: var(--br);
    font-size: 1.6rem;
    margin-top: 37px;
}
.company .contents_box {
  padding-bottom: 110px;
}
.company .box_heading {
  padding-left: 120px;
  margin-bottom: 50px;
}
.company .box_heading h3 {
    color: #958663;
    font-size: 1.4rem;
    margin-top: 30px;
}
.company .slider_wrap .company_slider {
  padding-left: 120px;
  padding-bottom: 20px;
  padding-right: 120px;
}
.company .slider_wrap .company_slider .swiper-slide {
  width: 318px;
}
.company .slider_wrap .company_slider .swiper-slide img {
  border-radius: 10px;
  width: 100%;
}
.company .slider_wrap .company_slider .swiper-slide h4 {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 5px;
}
.company .slider_wrap .company_slider .swiper-pagination {
  padding-left: 120px;
}

.company .slider_wrap .company_slider .swiper-button-next {
  right: 60px;
  top: calc(50% - 25px);
}
.company .slider_wrap .company_slider .swiper-button-prev {
  left: 60px;
  top: calc(50% - 25px);
}

.conpany_profile_box .inner {
  display: flex;
}
.conpany_profile_box .inner .box_heading {
  width: 350px;
}
.conpany_profile_box .inner .box_heading h3 {
  text-align: right;

}
.profile_box {
  width:calc(100% - 350px);
  padding-left: 120px;
  margin-top: -27px;
}
.profile_table {
  display: block;
}
.profile_table tbody {
  width: 100%;
  display: block;
  /* padding: 0 30px; */
  /* padding-right: 0; */
}
.profile_table th {
    white-space: nowrap;
    padding-right: 30px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    padding: 15px 30px 15px 0px;
    vertical-align: text-top;
}
.profile_table tr {
  border-bottom: 1px solid #CCBCA4;
}
.profile_table td {
    font-size: 1.3rem;
    padding: 20px 30px 20px 10px;
    vertical-align: text-top;
    width: 100%;
}
.profile_table td .name {
  display: flex;
  justify-content: space-between;
  max-width: 370px;
  text-align: left;
}
.profile_table td .name span {
  white-space: nowrap;
  width: 80px;
}
.profile_table td a {
  text-decoration: underline;
}
.profile_box .btn {
  margin-top: 60px;
}

@media screen and (max-width: 736px) {
  #header.is-transparent {
    display: block!important;
  }
  .mv .slider_box {
    flex-direction: column;
    height: 100vh;
  }
  .mv .slider_box > .mv-slider {
    width: 100%;
    height: 50%;
  }
  .mv .slider_box > .mv-slider picture {
    width: 100%;
    height: 100%;
  }
  .mv .slider_box > .mv-slider picture img {
    object-fit: cover;
    object-position: top center;
    height: 100%;
  }
  .business {
    margin-top: -40px;
    padding-bottom: 80px;
  }
  .business:after {
    width: 234px;
    left: 15px;
    height: calc(100% - 20px);
  }
  .business:before {
    height: calc(100% - 40px);
  }
  .business .inner {
    padding: 0 30px;
    flex-direction: column;
  }
  .business .inner .heading_inner {
    width: 100%;
    top: 68px;
  }
  .business .inner .heading_inner .en_title {
  transform: translate(0, 2px);
  }
  .business .inner .heading_inner .en_title img {
    width:324px;
    min-width:324px;
  }
  .business .inner .heading_inner.caption {
    position: static;
  }
  .business .inner .heading_inner h3 {
    font-size: 2.6rem;
  }
  .business .inner .heading_inner .logo {
    width: 201px;
  }
  .business .inner .desc_box {
    width: 100%;
    margin-top: 60px;
  }
  .business_list {
    margin-top: 60px
  }
  .business_list > li {
    width: 100%;
  }

  .costume {
    margin-bottom: 70px;
    --costume-heading-fixed-top: 70px;
  }
  .costume > .heading {
    padding-left: 30px;
    width: 100%;
    padding-right: 30px;
  }
  .costume .heading h2 {
    margin-top: 30px;
    font-size: 1.4rem;
}
  .costume .inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 390px;
    padding-bottom: 60px;
    background-image: url(../img/costume-sp.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .costume .inner h3 {
    font-size: 2rem;
}

  .company {
    margin-bottom: 100px;
  }
  .company .heading {
    padding-left: 25px;
    padding: 0 30px;
    margin-bottom: 76px;
    top: 69px;
  }
  .company .heading h2 {
    margin-top: 30px;
    font-size: 1.4rem;
}
  .company .box_heading {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .company .slider_wrap .company_slider {
    padding: 0 25px 30px;
  }
  .company .slider_wrap .company_slider .swiper-button-prev {
    left: 7px;
    top: 31%;
  }
  .company .slider_wrap .company_slider .swiper-button-next {
    right: 7px;
    top: calc(41% - 33px);
  }
  .company .slider_wrap .company_slider .swiper-pagination {
    padding: 0 25px;
  }

  .conpany_profile_box .inner {
    flex-direction: column;
  }
  .profile_box {
    width: 100%;
    padding-left: 30px;
  }
  .conpany_profile_box .box_heading {
    margin-bottom: 60px;
  }
  .profile_table tbody {
    display: block;
    padding-right: 0;
  }
  .profile_table tr {
    display: block;
  }
  .profile_table th {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 2px;
}
  .profile_table td {
    display: block;
    padding: 0 0 20px;
    padding-right: 30px;
}
  .profile_box .btn {
    padding: 0 30px;
    padding-left: 0;
  }

  .brands_slider .swiper-button-prev {
    left: 8px;
    top: calc(50% - 33px);
  }
  .brands_slider .swiper-button-next {
    right: 8px;
    top: calc(50% - 33px);
  }
  .brands_slider .swiper-pagination {
    padding: 0 25px;
  }
  .brands_list .swiper-slide h3 {
    width: 100%;
}
  .conpany_profile_box .inner .box_heading h3 {
    text-align: left;
    margin-top: 30px;
  }
}