@charset "UTF-8";
/* CSS Document */
/*////////////////////////////////////////////////////////

sale.css

///////////////////////////////////////////////////////*/
#sigSale {
  position: relative;
}
#sigSale .page-decoration-L {
  position: absolute;
  left: 0;
  /*bottom:20vw;*/
  top: 36%;
}
#sigSale .page-decoration-R {
  position: absolute;
  right: 0;
  top: 28%;
}
#sigSale .page-decoration-R-2 {
  position: absolute;
  right: 0;
  top: 70%;
}
@media screen and (max-width: 599px) {}
.sale-section {
  padding: 150px 8% 0;
}
.sale-section-inner {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sale-section {
    padding: 150px 4% 0;
  }
}
@media screen and (max-width: 599px) {
  .sale-section {
    padding: 50px 4% 0;
  }
  .sale-section-inner {
    width: 100%;
    padding: 0 11%;
    box-sizing: border-box;
  }
}
/* headline */
#sigSale .sale-headline {
  position: relative;
  font-family: "A1明朝", '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-bottom: 70px;
  text-align: center;
}
#sigSale .sale-headline::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
#sigSale .sale-headline::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  background: white;
  box-shadow: 0 0 0 3px white;
  z-index: 1;
}
#sigSale .sale-sub-ttl {
  font-family: "A1明朝", '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  margin-top: 80px;
  text-align: center;
}
#sigSale .c-c-lead {
  margin: 40px 0 60px;
}
#sigSale .c-c-sub-lead {
  font-family: "A1明朝", '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #sigSale .sale-headline {
    font-size: 1.6rem;
    padding-bottom: 40px;
    letter-spacing: 0.05em;
  }
  #sigSale .sale-sub-ttl {
    font-size: 1.6rem;
    margin-top: 50px;
  }
  #sigSale .c-c-lead {
    margin: 30px 0;
    padding: 0;
	  font-size: 1.3rem;
  }
  #sigSale .c-c-sub-lead {
    text-align: left;
	  font-size: 1.3rem;
  }
}
/* local-nav
----------------------------------*/
#sigSale .local-nav {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
#sigSale .local-nav li {
  width: 48%;
  text-align: center;
}
#sigSale .local-nav li a {
  overflow: visible;
}
#sigSale .local-nav li .num {
  font-size: 8rem;
  font-family: "interstate", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#sigSale .local-nav li .num span {
  display: block;
  font-size: 2rem;
}
#sigSale .local-nav li .local-nav-item {
  width: 60%;
  margin: 30px auto 0;
}
#sigSale .local-nav li .local-nav-item .hover-scale img {
  transition: transform 0.4s ease-out !important;
}
#sigSale .local-nav li .local-nav-item .hover-scale a:hover img {
  transition: transform 0.4s ease-out !important;
}
#sigSale .local-nav li .local-nav-item .hover-scale img:hover {
  transform: scale(1.05) !important;
}
@media screen and (max-width: 599px) {
  #sigSale .local-nav {
    width: 100%;
  }
  #sigSale .local-nav li .num {
    font-size: 6rem;
  }
  #sigSale .local-nav li .num span {
    font-size: 1.4rem;
  }
  #sigSale .local-nav li .local-nav-item {
    width: 100%;
    margin: 10px auto 0;
  }
}
/* staff-section
----------------------------------*/
#sigSale .staff-section {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#sigSale .staff-section li {
  width: 48%;
  box-sizing: border-box;
}
#sigSale .staff-section li.staff-body {
  position: relative;
  padding-right: 60px;
}
#sigSale .staff-section li .name-ja {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}
#sigSale .staff-section li .name-en {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2em;
  ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#sigSale .staff-section li .sns-group {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
#sigSale .staff-section li .sns-group > div {
  margin-right: 20px;
}
#sigSale .staff-section li .sns-group img {
  width: 40px;
}
@media screen and (max-width: 599px) {
  #sigSale .staff-section {
    display: block;
    position: relative;
  }
  #sigSale .staff-section li {
    width: 100%;
  }
  #sigSale .staff-section li.staff-body {
    position: static;
    padding-right: 0;
    padding-top: 20px;
  }
	#sigSale .staff-section li.staff-body p {
		font-size: 1.3rem;
	}
  #sigSale .staff-section li .name-ja {
	  font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  #sigSale .staff-section li .name-en {
    right: -14%;
    font-size: 1.2rem !important;
  }
  #sigSale .staff-section li .sns-group {
    position: static;
    margin-top: 20px;
  }
	#sigSale .staff-section li .sns-group p {
		font-size: 1.0rem !important;
	}
}
/* other
----------------------------------*/
#sigSale .other-container {
  width: 86%;
  margin: 0 auto;
}
#sigSale .other-container li {
  margin-top: 50px;
}
#sigSale .other-container li .headline-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
#sigSale .other-container li .num {
  width: 50px;
}
#sigSale .other-container li .headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  border-bottom: 2px solid #000;
  font-family: "A1明朝", '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-left: 15px;
  box-sizing: border-box;
}
#sigSale .other-container li .headline .item {
  height: 60px;
}
#sigSale .other-container li .headline .item img {
  width: 100%;
  height: 100%;
}
#sigSale .other-container li .other-txt {
  font-size: 1.4rem;
  padding: 20px 0 0 65px;
}
@media screen and (max-width: 599px) {
  #sigSale .other-container {
    width: 100%;
  }
  #sigSale .other-container li .num {
    width: 30px;
  }
  #sigSale .other-container li .headline {
    gap: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-left: 5px;
  }
  #sigSale .other-container li .headline .item {
    height: 30px;
  }
  #sigSale .other-container li .other-txt {
    padding: 20px 0 0 35px;
  }
}
/* flow
----------------------------------*/
#sigSale .flow-container {
  display: flex;
  flex-wrap: wrap;
}
#sigSale .flow-container li {
  position: relative;
  width: 28%;
  padding-right: 5.3333%;
  margin-top: 60px;
}
#sigSale .flow-container li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url('/assets/sale/img/arrow-flow.svg') no-repeat center center;
  background-size: contain;
}
#sigSale .flow-container li:last-child::after {
  content: none;
}
#sigSale .flow-container li .step-num {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
#sigSale .flow-container li .headline {
  font-family: "A1明朝", '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: clamp(1.8rem, 1.467vw, 2.4rem);
  line-height: 1.4;
  text-align: center;
}
#sigSale .flow-container li .description {
	font-size: 1.4rem;
  background-color: #f7f183;
  padding: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #sigSale .flow-container li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
  }
  #sigSale .flow-container li::after {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 599px) {
	#sigSale .flow-container li {
  margin-top: 30px;
}
	#sigSale .flow-container li .headline {
  font-size: 1.6rem;
}
	#sigSale .flow-container li .description {
	font-size: 1.2rem;
}
}
/* contact
----------------------------------*/
#sigSale .contact-item {
  width: 50%;
  max-width: 250px;
  margin: 0 auto 50px;
}
#sigSale .btn-contact {
  display: table;
  width: auto;
  margin: 50px auto 0;
}
.btn-contact a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: clamp(30px, 2.667vw, 42px);
  border-radius: 9999px;
  font-size: clamp(1.0rem, 0.8vw, 0.8vw);
  text-align: center;
  text-decoration: none !important;
  padding: 0 25px;
  background-color: #242424;
  border: solid 1px transparent;
  color: #fff !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.1em;
}
.btn-contact a:hover {
  background-color: transparent;
  border: solid 1px #242424;
  color: #242424 !important;
}
/*-----------------------------
= parts
-------------------------------*/
#sigSale .sale-section .point-num-box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#sigSale .sale-section .point-num {
  background-color: #f7f183;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 50px 0;
  font-size: 4.8rem;
  font-family: "interstate", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
#sigSale .sale-section .point-num span {
  display: block;
  font-size: 1.4rem;
}
.text-highlight {
  position: relative;
  background: linear-gradient(transparent 60%, #f7f183 60%);
}
@media screen and (max-width: 599px) {
  #sigSale .sale-section .point-num {
    font-size: 3.8rem;
  }
}

#sigSale .sale-section .wide-element {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-top: 50px;
	margin-bottom: 100px;
}
#sigSale .sale-section .wide-element .we-image {
	display: flex;
	justify-content: space-between;
}
#sigSale .sale-section .wide-element .we-image .we-image-1 {
	width: 30%;
}
#sigSale .sale-section .wide-element .we-image .we-image-2 {
	width: 48%;
}
@media screen and (max-width: 599px) {
	#sigSale .sale-section .wide-element {
	margin-bottom: 50px;
}
	#sigSale .sale-section .wide-element .we-image .we-image-1 {
	width: 36%;
}
#sigSale .sale-section .wide-element .we-image .we-image-2 {
	width: 54%;
}
}
/*-----------------------------
= swiper
-------------------------------*/
#sigSale .sale-swiper-wrap {
  position: relative;
  margin-top: 70px;
}
#sigSale .swiper-container {
  padding-bottom: 50px;
}
.sale-swiper-wrap .swiper-button-prev, .sale-swiper-wrap .swiper-container-rtl .swiper-button-next {
  /*left: calc(50% - 40px);*/
  left: auto;
  right: 40px;
  bottom: 0;
}
.sale-swiper-wrap .swiper-button-next, .sale-swiper-wrap .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  bottom: 0;
}
.sale-swiper-wrap .swiper-button-next, .sale-swiper-wrap .swiper-button-prev {
  height: 20px;
  z-index: 10;
}
.swiper-button-prev {
	background: url(/assets/sale/img/swiper-arrow-prev.svg) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(/assets/sale/img/swiper-arrow-next.svg) no-repeat center center / contain;
}
/*slide layaout*/
.sale-swiper-wrap .before-after-txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.swiper-slide-inner {
  display: flex;
  gap: 20px;
}
.swiper-slide-inner .flex-item {
  flex: 1;
  background-color: #ededed;
  height: 26vw;
}
.swiper-slide-inner .flex-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .swiper-slide-inner .flex-item {
    height: 28.5vw;
  }
}
@media screen and (max-width: 599px) {
  #sigSale .sale-swiper-wrap {
    margin-top: 30px;
  }
  /*#sigSale .swiper-container {
    padding-bottom: 30px;
  }*/
  .swiper-slide-inner {
    display: block;
  }
  .swiper-slide-inner .flex-item {
    height: 54vw;
    margin-bottom: 10px;
  }
	/*slide layaout*/
.sale-swiper-wrap .before-after-txt .after-txt {
	position: absolute;
	bottom: 30px;
	right: 0;
}
}