@charset "utf-8";
/* CUSTOMER CSS
------------------------------ */
/* sec-title ----------- */
.sec-title .title {
  letter-spacing: 0;
}
.sec-title .title .slash {
  margin: 0 0.15em;
}
.sec-title .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec-title .box .pttl {
  position: static;
  letter-spacing: 0.15em;
  font-feature-settings: 'palt';
}
.sec-title .box .name {
  display: block;
  color: #000714;
  padding-bottom: 45px;
  letter-spacing: 0;
}
.sec-title .box .name.pttl {
  transform: none;
  width: auto;
  text-transform: none;
}
.sec-title .pttl > span {
  vertical-align: baseline;
}
/* 2025-04-16 hs*/
.sec-title .box .cup {
  margin-top: 20px;
}
.sec-title .box .name2-1.pttl,
.sec-title .box .name2-2.pttl {
  margin-right: 1.3rem;
  margin-left: 1.3rem;
  display: inline-block;
}
@media (max-width: 480px) {
  .sec-title .box .cup {
    margin-top: 10px;
  }
}
/* 2025-04-16 hs*/
@media (min-width: 769px) {
  .sec-title .title .pc-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .sec-title {
    margin-bottom: 50px;
  }
  .sec-title .box .name {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .sec-title {
    margin-bottom: 30px;
  }
}

/* common ----------- */
.container-title {
  position: relative;
  padding: 25px 0 20px;
}
.container-title .title {
  position: relative;
  padding: 0 60px 7px;
  letter-spacing: 0;
}
.container-title .title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 71.5%;
  background-color: #000;
}
.container-title .title-en {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(2%, -50%);
}
.section-title {
  color: #000714;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.1;
  font-size: 140px;
}
@media (max-width: 1199px) {
  .container-title .title {
    padding: 0 10% 7px;
  }
}
@media (max-width: 768px) {
  .container-title {
    position: relative;
    padding: 25px 0 10px;
  }
  .container-title .title {
    padding: 0 5% 7px;
  }
  .section-title {
    font-size: 100px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 60px;
  }
}


.customer-detail img {
  width: 100%;
  height: auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.customer-detail .container {
  padding-right: 0;
  padding-left: 0;
}
.section-customer .customer-detail {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.section-customer-header {
  position: relative;
  padding-bottom: 80px;
}
.section-customer-header .btn-list-bl {
  margin-top: 0;
  position: absolute;
}
.section-customer-header .btn-list-bl.pc-only.fixed-btnlist {
  top: 50%;
}
@media (max-width: 1300px) {
  .customer-detail .container {
    width: 100%;
    max-width: 100%;
  }
  .section-customer-header .btn-list-bl {
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
	.section-customer-header {
	  padding-bottom: 0;
	}
}
@media (max-width: 991px) {
  .section-customer-header .btn-list-bl {
    margin-top: 10px;
  }
}


.customer-info {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  float: right;
  padding: 30px;
	min-width: 440px;
}
.customer-info .head {
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.customer-info ul {
  padding-left: 20px;
}
.customer-info ul li {
  position: relative;
  padding-left: 71px;
  margin-bottom: 4px;
  letter-spacing: 0.0025em;
  color: #fff;
}
.customer-info ul li::before {
  content: '';
  font-family: 'Gentium Basic', serif;
  font-weight: 400;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  letter-spacing: 0;
}
.customer-info ul li.t-shop::before {
  content: 'SHOP';
}
.customer-info ul li.t-position::before {
  content: 'POSITION';
}
.customer-info ul li.t-country::before {
  content: 'COUNTRY';
}
@media (max-width: 768px) {
  .section-customer .customer-detail {
    top: -75px;
    margin-bottom: -75px;
  }
  .customer-info {
    float: none;
    width: 100%;
		min-width: auto;
  }
}
@media (max-width: 480px) {
  .section-customer .customer-detail {
    top: -50px;
    margin-bottom: -50px;
  }
  .customer-detail img {
    height: 180px;
  }
  .customer-info {
    padding: 20px;
  }
  .customer-info .head {
    margin-bottom: 15px;
  }
  .customer-info ul {
    padding-left: 15px;
  }
}


.section-customer-profile {
  width: 100%;
/*  overflow: hidden;*/
}
.section-customer-profile .customer-profile-container {
  display: flex;
}
.section-customer-profile .cs-img {
  width: 53.33333%;
}
.section-customer-profile .cs-img img {
  width: 100%;
  height: auto;
}
.section-customer-profile .cs-text {
  width: 46.66667%;
  position: relative;
}
.section-customer-profile .cs-text .cs-text-wrap {
  padding: 25px 60px;
}
.section-customer-profile .cs-text .cs-text-wrap .text-ttl {
  line-height: 1.6em;
  letter-spacing: 0;
}
.section-customer-profile .cs-text .cs-text-wrap .text-box {
  letter-spacing: 0;
  line-height: 1.875;
}
.section-customer-profile .cs-text .cs-text-wrap .text-box a {
  color: #636000;
}
@media (max-width: 1199px) {
  .section-customer-profile .customer-profile-container {
    display: block;
  }
  .section-customer-profile .cs-img {
    width: 100%;
  }
  .section-customer-profile .cs-text {
    width: 100%;
		padding-top: 10px;
  }
  .section-customer-profile .cs-text .cs-text-wrap {
    padding: 5% 10%;
  }
}
@media (max-width: 768px) {
  .section-customer-profile .cs-text {
		padding-top: 0;
  }
  .section-customer-profile .cs-text .cs-text-wrap {
    padding: 5%;
  }
}


.section-customer-excellence {
  width: 100%;
  overflow: hidden;
}
.section-customer-excellence .customer-profile-container {
  display: flex;
}
.section-customer-excellence .cs-img {
  width: 53.33333%;
}
.section-customer-excellence .cs-img img {
  width: 100%;
  height: auto;
}
.section-customer-excellence .cs-text {
  width: 46.66667%;
  position: relative;
}
.section-customer-excellence .cs-text .cs-text-wrap {
  padding: 25px 60px;
}
.section-customer-excellence .cs-text .cs-text-wrap .text-box {
  letter-spacing: 0;
  line-height: 1.875;
}
.section-customer-excellence .cs-text .cs-text-wrap .text-box a {
  color: #636000;
}
@media (max-width: 1199px) {
  .section-customer-excellence .customer-profile-container {
    display: block;
  }
  .section-customer-excellence .cs-img {
    width: 100%;
  }
  .section-customer-excellence .cs-text {
    width: 100%;
		padding-top: 10px;
  }
  .section-customer-excellence .cs-text .cs-text-wrap {
    padding: 5% 10%;
  }
}
@media (max-width: 768px) {
  .section-customer-excellence .cs-text {
		padding-top: 0;
  }
  .section-customer-excellence .cs-text .cs-text-wrap {
    padding: 5%;
  }
}


.section-customer-video {
  position: relative;
  padding-bottom: 10px;
}
.section-customer-video .section-title {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateX(-1%);
}
.section-customer-video .video {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
}
.section-customer-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
	.section-customer-video {
		padding-top: 65px;
	}
}


.section-customer-gallery {
  width: 100%;
  position: relative;
}
.section-customer-gallery .section-title {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateX(-1%);
}
.section-customer-gallery .customer-gallery-container {
/*   display: flex; */
}
.section-customer-gallery .customer-gallery-container .ul-itembox {
  margin-left: -15px;
  margin-right: -15px;
}
.section-customer-gallery .customer-gallery-container .ul-itembox > li {
  width: 25%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 15px;
}
.section-customer-gallery .customer-gallery-container .ul-itembox > li a {
  display: block;
  position: relative;
}
.section-customer-gallery .customer-gallery-container .ul-itembox > li a:after {
  content: '+';
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .section-customer-gallery .customer-gallery-container .ul-itembox > li {
    width: 33.3333333%;
  }
}
@media (max-width: 991px) {
  .section-customer-gallery .customer-gallery-container .ul-itembox > li {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
	.section-customer-gallery {
		padding-top: 65px;
	}
}
@media (max-width: 480px) {
  .section-customer-gallery .customer-gallery-container .ul-itembox > li {
    width: 50%;
    padding: 0 10px;
  }
  .section-customer-gallery .customer-gallery-container .ul-itembox > li:nth-child(2n-1) {
    padding: 0 10px 0 0;
  }
  .section-customer-gallery .customer-gallery-container .ul-itembox > li:nth-child(2n) {
    padding: 0 0 0 10px;
  }
}


.section-customer-gallery .customer-gallery-container .ul-itembox > li .thumb-scale,
.section-customer-gallery .customer-gallery-container .ul-itembox > li .thumb-scale img {
  border: none;
}
.fancybox-modal {
  display: none;
}
.fancybox-slide > div {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}
.fancybox-caption-wrap {
  display: none;
}
.fancybox-close-small {
  width: 60px;
  height: 60px;
  background: #000;
  right: 10%;
  top: 0;
  position: fixed;
}
.fancybox-close-small span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
.fancybox-close-small span::before,
.fancybox-close-small span::after {
  position: absolute;
  content: '';
  transition: all 0.28s ease;
  display: block;
  width: 35px;
  height: 1px;
  left: 13px;
  top: 30px;
  background-color: #fff;
}
.fancybox-close-small span::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fancybox-close-small span::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.fancybox-close-small:hover span::before {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.fancybox-close-small:hover span::after {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.fancybox-close-small:after {
  display: none;
}
@media (max-width: 1404px) {
  .fancybox-close-small {
    top: 0;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .fancybox-close-small {
    top: 0;
    right: 0;
    position: fixed;
  }
}
.fancybox-recruit-content {
  max-width: 1404px;
  padding: 0 62px !important;
}
.fancybox-recruit-content .img {
  display: table;
  margin: 0 auto;
}
.fancybox-recruit-content .caption {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
.fancybox-recruit-content .thumb {
  width: 47.47081712062257%;
  float: left;
}
.fancybox-recruit-content .thumb img {
  display: block;
  width: 100%;
}
.fancybox-recruit-content .info {
  width: 48.24902723735409%;
  float: right;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  color: #fff;
  padding: 30px 0 0;
}
.fancybox-recruit-content .info .head {
  margin-bottom: 54px;
}
.fancybox-recruit-content .info .title {
  margin-bottom: 15px;
  letter-spacing: 0.075em;
}

@media (max-width: 1404px) {
  .fancybox-recruit-content {
    padding: 62px !important;
  }
}
@media (max-width: 1300px) {
  .fancybox-recruit-content .info {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .fancybox-recruit-content {
    max-width: 85%;
    padding: 65px 0 30px !important;
    margin: 0 !important;
  }
  .fancybox-recruit-content .thumb {
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
  .fancybox-recruit-content .info {
    width: auto;
    float: none;
  }
  .fancybox-recruit-content .info .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .fancybox-recruit-content {
    padding: 40px 0 20px !important;
  }
  .fancybox-recruit-content .info .title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .fancybox-recruit-content .info .head {
    margin-bottom: 15px;
  }
  .fancybox-recruit-content .info {
    font-size: 1.4rem;
  }
}
