@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
html {
  background: #FBFBFB;
}

body {
  position: relative;
  font-family: "Noto Sans", "Noto Sans JP", "メイリオ", "Meiryo", Meiryo, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
  background: #FBFBFB;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.pc-only {
  display: initial;
}
@media screen and (max-width: 900px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-only {
    display: initial;
  }
}

/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	header
*/
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	footer
*/
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*---------------------------------------------------------
	Top
*/
@media screen and (max-width: 900px) {
  .container.sbl26ss {
    overflow-x: hidden;
  }
}
.container.sbl26ss .dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}
.container.sbl26ss::before, .container.sbl26ss::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 100px;
  background: #FBFBFB;
}
.container.sbl26ss::before {
  top: -100px;
}
.container.sbl26ss::after {
  bottom: -100px;
}
.container.sbl26ss .mv {
  position: relative;
}
.container.sbl26ss .mv .swiper-mv {
  /* 子フェード */
}
.container.sbl26ss .mv .swiper-mv .swiper-wrapper {
  transition-timing-function: linear;
}
.container.sbl26ss .mv .swiper-mv .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.sbl26ss .mv .swiper-mv .mv-fade {
  position: relative;
  height: 720px;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .swiper-mv .mv-fade {
    height: 100vh;
  }
}
.container.sbl26ss .mv .swiper-mv .mv-sizer {
  height: 100%;
  width: fit-content;
  opacity: 1;
  pointer-events: none;
}
.container.sbl26ss .mv .swiper-mv .mv-sizer img,
.container.sbl26ss .mv .swiper-mv .mv-sizer video {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.container.sbl26ss .mv .swiper-mv .mv-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.container.sbl26ss .mv .swiper-mv .mv-item.is-active {
  opacity: 1;
}
.container.sbl26ss .mv .swiper-mv .mv-item img,
.container.sbl26ss .mv .swiper-mv .mv-item video {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}
.container.sbl26ss .mv .sbl26ss-logo {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 180px;
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .sbl26ss-logo {
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.container.sbl26ss .mv .mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .mv-ttl {
    width: 100%;
  }
}
.container.sbl26ss .mv .mv-ttl img {
  width: auto;
  margin: 0 auto 18px;
}
.container.sbl26ss .mv .mv-ttl img.pc-only {
  display: block;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .mv-ttl img.pc-only {
    display: none;
  }
}
.container.sbl26ss .mv .mv-ttl img.sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .mv-ttl img.sp-only {
    display: block;
  }
}
.container.sbl26ss .mv .mv-ttl p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .mv .mv-ttl p {
    font-size: 14px;
    width: 100%;
  }
}
.container.sbl26ss .lead .lead-txt {
  color: #231F20;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .lead .lead-txt {
    font-size: 14px;
    padding: 60px 0 42px;
  }
}
.container.sbl26ss .lead ul.anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.container.sbl26ss .lead ul.anchor li {
  width: 180px;
  border-radius: 4px;
  background: #231F20;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .lead ul.anchor li {
    width: 130px;
  }
}
.container.sbl26ss .lead ul.anchor li .img_wrap {
  position: relative;
}
.container.sbl26ss .lead ul.anchor li .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.container.sbl26ss .lead ul.anchor li .img_wrap:hover img {
  opacity: 0;
}
.container.sbl26ss .lead ul.anchor li p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .lead ul.anchor li p {
    font-size: 10px;
  }
}
.container.sbl26ss .lead ul.anchor li .anchor-arrow {
  display: block;
  width: 8px;
  margin: 0 auto;
  padding: 0 0 12px;
}
.container.sbl26ss .sbl26ss-cts {
  padding: 90px 0 0;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts.business .cts-ttl h2 img {
    max-width: 190px;
  }
}
.container.sbl26ss .sbl26ss-cts.travel {
  background: #231F20;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts.travel .cts-ttl h2 img {
    max-width: 184px;
  }
}
.container.sbl26ss .sbl26ss-cts.travel .cts-ttl h3 {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .cts-ttl p {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-ttl h4, .container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-ttl p {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-info-name {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 2px), repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 2px);
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .name {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .price {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .color p {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-btn {
  background: #F0E7D7;
  border-color: #F0E7D7;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .item-btn p {
  color: #231F20;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-link .link-all {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-detail h4 {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap::before {
  background: #231F20;
}
.container.sbl26ss .sbl26ss-cts.travel .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide p {
  color: #fff;
}
.container.sbl26ss .sbl26ss-cts .cts-ttl h2 img {
  display: block;
  width: auto;
  margin: 0 auto 42px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .cts-ttl h2 img {
    margin: 0 auto 24px;
  }
}
.container.sbl26ss .sbl26ss-cts .cts-ttl h3 {
  color: #231F20;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .cts-ttl h3 {
    line-height: 150%;
    margin: 0 auto 18px;
  }
}
.container.sbl26ss .sbl26ss-cts .cts-ttl h3 span {
  display: block;
  font-size: 1em;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.container.sbl26ss .sbl26ss-cts .cts-ttl h3.active span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container.sbl26ss .sbl26ss-cts .cts-ttl p {
  color: #231F20;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 0 auto 60px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual {
  display: flex;
  width: 100%;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap {
  overflow: hidden;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap.cts-visual-big {
  width: 74.21875%;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap.cts-visual-big {
    width: 70.6666666%;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap.cts-visual-small {
  width: 25.78125%;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap.cts-visual-small {
    width: 29.3333333%;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-visual .img-wrap.active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info {
  width: 75%;
  min-width: 900px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info {
    width: 84%;
    min-width: auto;
    padding: 30px 0 60px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl {
  position: relative;
  padding: 0 0 30px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl h3 img {
  width: auto;
  margin: 0 0 12px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl h4 {
  color: #231F20;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl h4 {
    margin: 0 0 18px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl p {
  position: absolute;
  top: 0;
  right: 0;
  color: #231F20;
  text-align: right;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl p {
    position: relative;
    text-align: left;
    font-size: 14px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl p span {
  display: block;
  font-size: 1em;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-ttl p.active span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts {
    display: block;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link {
  width: 270px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link {
    width: 100%;
    margin: 0 0 42px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link img {
  display: block;
  width: 130px;
  margin: 0 auto 30px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name {
  position: relative;
  padding: 15px 0;
  background-image: repeating-linear-gradient(90deg, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0.8) 1px, transparent 1px, transparent 2px), repeating-linear-gradient(90deg, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0.8) 1px, transparent 1px, transparent 2px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 1px, 100% 1px;
  margin: 0 0 18px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name {
    padding: 20px 0;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .name {
  color: #231F20;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 6px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .name {
    display: inline;
    margin: 0 10px 0 0;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .price {
  color: #231F20;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .price {
    display: inline;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .color {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  gap: 6px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-info-name .color p {
  color: #231F20;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn {
  position: relative;
  display: block;
  width: 270px;
  height: 50px;
  border-radius: 2px;
  background: #231F20;
  border: 1px solid #231F20;
  margin: 0 0 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn {
    width: 100%;
    height: 60px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn p {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  padding: 0 0 0 12px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn p {
    line-height: 58px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn svg {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn svg rect, .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .item-btn svg path {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-link .link-all {
  color: #231F20;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail {
  padding: 0 0 36px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail {
    width: 84%;
    margin: 0 auto 0 0;
    padding: 0;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail h4 {
  color: #231F20;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin: 0 0 18px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper {
  width: 600px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper {
    width: 230px;
    overflow: initial;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide {
  width: 180px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 12px;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap {
  position: relative;
  padding: 0 0 12px;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap {
    width: 120px;
    padding: 0;
  }
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap img {
    width: 100%;
  }
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide .img-wrap.active::before {
  height: 0;
}
.container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide p {
  color: rgba(35, 31, 32, 0.8);
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-cts .item-wrap .item-info .item-info-cts .item-info-detail .product-detail-swiper .swiper-wrapper .swiper-slide p {
    width: 120px;
    padding: 0;
  }
}
.container.sbl26ss .limited {
  padding: 100px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.container.sbl26ss .limited .limited-ttl img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.container.sbl26ss .limited .limited-ttl h2 {
  margin: 0 auto 20px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl h2 {
    margin: 0 auto 15px;
  }
}
.container.sbl26ss .limited .limited-ttl h2 img.pc-only {
  display: block;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl h2 img.pc-only {
    display: none;
  }
}
.container.sbl26ss .limited .limited-ttl h2 img.sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl h2 img.sp-only {
    display: block;
  }
}
.container.sbl26ss .limited .limited-ttl h3 {
  margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl h3 {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl h3 img {
    width: 181px;
  }
}
.container.sbl26ss .limited .limited-ttl h4 {
  color: #231F20;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin: 0 auto 18px;
}
.container.sbl26ss .limited .limited-ttl p {
  color: #231F20;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited .limited-ttl p {
    margin: 0 auto 30px;
  }
}
.container.sbl26ss .limited ul li {
  position: relative;
  width: 96.875%;
  margin: 0 auto 10px;
}
.container.sbl26ss .limited ul li .img-wrap {
  overflow: hidden;
}
.container.sbl26ss .limited ul li .img-wrap img {
  display: block;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container.sbl26ss .limited ul li .img-wrap.active img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container.sbl26ss .limited ul li .item-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited ul li .item-info {
    top: 12px;
    bottom: auto;
    left: 12px;
    display: block;
  }
}
.container.sbl26ss .limited ul li .item-info .item-name {
  color: #FFF;
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .limited ul li .item-info .item-name {
    margin: 0 0 6px;
  }
}
.container.sbl26ss .limited ul li .item-info .item-price {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.container.sbl26ss .limited ul li .item-info p.text-color-gray {
  color: #565656;
}
.container.sbl26ss .sbl26ss-ft {
  position: relative;
  padding: 42px 160px;
  background: #231F20;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-ft {
    padding: 60px 0;
    text-align: center;
  }
}
.container.sbl26ss .sbl26ss-ft img {
  width: 180px;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-ft img {
    display: block;
    margin: 0 auto 30px;
  }
}
.container.sbl26ss .sbl26ss-ft .store-list {
  position: absolute;
  top: 50%;
  right: 160px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-align: right;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 900px) {
  .container.sbl26ss .sbl26ss-ft .store-list {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    text-align: center;
  }
}