@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/*==================================================================================
 lower
==================================================================================*/
@keyframes falling {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 0 120vh;
  }
  100% {
    translate: 0 120vh;
  }
}
@keyframes swaying {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: max(10%, 10rem);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotateY(180deg) rotate(180deg);
  }
}
.lower .fallingFlowers {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
}
.lower .fallingFlowers li {
  position: absolute;
  top: -10vh;
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .lower .fallingFlowers li {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.lower .fallingFlowers li:nth-child(1) {
  left: 40%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color01.svg);
  animation: falling 20s linear infinite, swaying 3s ease-in-out infinite alternate, rotating 3s ease-in-out infinite alternate;
  animation-delay: 0s;
}
.lower .fallingFlowers li:nth-child(2) {
  left: 87%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color01.svg);
  animation: falling 25s linear infinite, swaying 2.4s ease-in-out infinite alternate, rotating 2.4s ease-in-out infinite alternate;
  animation-delay: 24s;
}
.lower .fallingFlowers li:nth-child(3) {
  left: 13%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color01.svg);
  animation: falling 15s linear infinite, swaying 2.8s ease-in-out infinite alternate, rotating 2.8s ease-in-out infinite alternate;
  animation-delay: 6s;
}
.lower .fallingFlowers li:nth-child(4) {
  left: 67%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color01.svg);
  animation: falling 22s linear infinite, swaying 2.2s ease-in-out infinite alternate, rotating 3.2s ease-in-out infinite alternate;
  animation-delay: 30s;
}
.lower .fallingFlowers li:nth-child(5) {
  left: 0%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color01.svg);
  animation: falling 18s linear infinite, swaying 3.2s ease-in-out infinite alternate, rotating 2.2s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.lower .fallingFlowers li:nth-child(6) {
  left: 53%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color01.svg);
  animation: falling 28s linear infinite, swaying 2.6s ease-in-out infinite alternate, rotating 2.6s ease-in-out infinite alternate;
  animation-delay: 14s;
}
.lower .fallingFlowers li:nth-child(7) {
  left: 93%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color01.svg);
  animation: falling 16s linear infinite, swaying 3.4s ease-in-out infinite alternate, rotating 3s ease-in-out infinite alternate;
  animation-delay: 36s;
}
.lower .fallingFlowers li:nth-child(8) {
  left: 27%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color01.svg);
  animation: falling 24s linear infinite, swaying 2s ease-in-out infinite alternate, rotating 2.4s ease-in-out infinite alternate;
  animation-delay: 18s;
}
.lower .fallingFlowers li:nth-child(9) {
  left: 73%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color02.svg);
  animation: falling 21s linear infinite, swaying 2.8s ease-in-out infinite alternate, rotating 3.4s ease-in-out infinite alternate;
  animation-delay: 10s;
}
.lower .fallingFlowers li:nth-child(10) {
  left: 7%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color02.svg);
  animation: falling 26s linear infinite, swaying 3.4s ease-in-out infinite alternate, rotating 2.2s ease-in-out infinite alternate;
  animation-delay: 34s;
}
.lower .fallingFlowers li:nth-child(11) {
  left: 60%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color02.svg);
  animation: falling 14s linear infinite, swaying 2.2s ease-in-out infinite alternate, rotating 3.2s ease-in-out infinite alternate;
  animation-delay: 4s;
}
.lower .fallingFlowers li:nth-child(12) {
  left: 33%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color02.svg);
  animation: falling 23s linear infinite, swaying 3s ease-in-out infinite alternate, rotating 2.6s ease-in-out infinite alternate;
  animation-delay: 22s;
}
.lower .fallingFlowers li:nth-child(13) {
  left: 100%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color02.svg);
  animation: falling 19s linear infinite, swaying 2.6s ease-in-out infinite alternate, rotating 3s ease-in-out infinite alternate;
  animation-delay: 42s;
}
.lower .fallingFlowers li:nth-child(14) {
  left: 47%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color02.svg);
  animation: falling 27s linear infinite, swaying 3.2s ease-in-out infinite alternate, rotating 2.4s ease-in-out infinite alternate;
  animation-delay: 16s;
}
.lower .fallingFlowers li:nth-child(15) {
  left: 80%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color02.svg);
  animation: falling 17s linear infinite, swaying 2.4s ease-in-out infinite alternate, rotating 2.8s ease-in-out infinite alternate;
  animation-delay: 28s;
}
.lower .fallingFlowers li:nth-child(16) {
  left: 20%;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color02.svg);
  animation: falling 24s linear infinite, swaying 2.8s ease-in-out infinite alternate, rotating 3.4s ease-in-out infinite alternate;
  animation-delay: 40s;
}
.lower .fallingFlowers.color02 li:nth-child(1) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(2) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(3) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(4) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(5) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(6) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(7) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(8) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color03.svg);
}
.lower .fallingFlowers.color02 li:nth-child(9) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(10) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(11) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(12) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(13) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(14) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(15) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color04.svg);
}
.lower .fallingFlowers.color02 li:nth-child(16) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color04.svg);
}
.lower .fallingFlowers.color03 li:nth-child(1) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(2) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(3) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(4) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(5) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(6) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(7) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(8) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color05.svg);
}
.lower .fallingFlowers.color03 li:nth-child(9) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower01-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(10) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower02-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(11) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower03-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(12) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower04-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(13) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower05-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(14) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower06-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(15) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower07-color06.svg);
}
.lower .fallingFlowers.color03 li:nth-child(16) {
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/flower08-color06.svg);
}
.lower .commonSlider01 .swiper .swiper-prev,
.lower .commonSlider01 .swiper .swiper-next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  z-index: 20;
}
.lower .commonSlider01 .swiper .swiper-prev:before,
.lower .commonSlider01 .swiper .swiper-next:before {
  content: '';
  display: block;
  position: relative;
  border-top: 1.5rem solid transparent;
  border-right: 2rem solid #a62038;
  border-bottom: 1.5rem solid transparent;
}
@media (min-width: 1025px) {
  .lower .commonSlider01 .swiper .swiper-prev:hover,
  .lower .commonSlider01 .swiper .swiper-next:hover {
    opacity: .7;
  }
}
.lower .commonSlider01 .swiper img {
  width: 100%;
}
.lower .commonSlider01 .swiper .swiper-prev {
  left: 2rem;
}
.lower .commonSlider01 .swiper .swiper-next {
  right: 2rem;
  transform: rotate(180deg);
}
.lower .commonSlider01 .swiper .swiper-pagination {
  display: flex;
  gap: 0 .5rem;
  right: 2rem;
  bottom: 2rem;
  left: auto;
  width: auto;
}
.lower .commonSlider01 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0;
  border: solid .1rem #fff;
  background-color: transparent;
  opacity: 1;
}
.lower .commonSlider01.paginationLeft .swiper .swiper-pagination {
  right: auto;
  left: 2rem;
}
.lower .commonSlider01.color01 .swiper .swiper-prev:before,
.lower .commonSlider01.color01 .swiper .swiper-next:before {
  border-right-color: #a62038;
}
.lower .commonSlider01.color01 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a62038;
}
.lower .commonSlider01.color02 .swiper .swiper-prev:before,
.lower .commonSlider01.color02 .swiper .swiper-next:before {
  border-right-color: #003b90;
}
.lower .commonSlider01.color02 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003b90;
}
.lower .commonSlider01.color03 .swiper .swiper-prev:before,
.lower .commonSlider01.color03 .swiper .swiper-next:before {
  border-right-color: #40546d;
}
.lower .commonSlider01.color03 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #40546d;
}
.lower .commonSlider01.color04 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lower section.introduction {
  position: relative;
  padding: 6.8rem 0 11rem;
  color: #a62038;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/intro-bg.jpg") no-repeat left top;
  background-size: 100% auto;
}
.lower section.introduction:before {
  content: '';
  display: block;
  position: absolute;
  top: 3rem;
  right: 4.3rem;
  width: 13.4rem;
  height: 5.8rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/common/hyakkasai.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.lower section.introduction > header {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .6rem;
  padding-bottom: 11rem;
}
.lower section.introduction > header h1 {
  flex: 0 0 100%;
  line-height: 1;
  font-size: 5rem;
  font-weight: 900;
}
.lower section.introduction > header .mainVisual {
  flex: 0 0 58.6rem;
}
.lower section.introduction > header h2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 1;
  font-size: 4.4rem;
  font-weight: 900;
}
.lower section.introduction > header h2 .small {
  font-size: 3rem;
}
.lower section.introduction .catch {
  padding-bottom: 2rem;
  line-height: 5.5rem;
  font-size: 4.8rem;
}
.lower section.introduction .lead {
  line-height: 4.2rem;
  font-size: 2rem;
}
.lower .sections {
  position: relative;
  z-index: 3;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 20rem;
}
.lower .sections:after {
  content: '';
  display: none;
  position: absolute;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section01-bg.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.lower .sections .textArea,
.lower .sections picture {
  position: relative;
  z-index: 3;
}
.lower .sections .textArea.noLead .catch {
  padding-bottom: 0;
}
.lower .sections .textArea.noLead .informations {
  padding-top: 4rem;
}
.lower .sections h3 {
  display: flex;
  flex-direction: column;
  gap: 3.2rem 0;
  padding-bottom: 2.5rem;
  line-height: 1;
  letter-spacing: .03em;
  font-size: 3rem;
  font-weight: 900;
  color: #a62038;
}
.lower .sections h3:after {
  content: '';
  display: block;
  margin-left: .4rem;
  width: 5.6rem;
  height: .075rem;
  background: #c74d1b;
}
.lower .sections .catch {
  padding-bottom: 2rem;
  line-height: 4rem;
  letter-spacing: .06em;
  font-size: 2.5rem;
  color: #a62038;
}
.lower .sections .lead,
.lower .sections .informations {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}
.lower .sections .lead {
  letter-spacing: .04em;
  line-height: 3rem;
  font-size: 1.4rem;
}
.lower .sections .informations {
  padding-top: 3rem;
  line-height: 2.5rem;
  font-size: 1.3rem;
}
.lower .sections .informations .linkButton {
  display: block;
  width: 15.6rem;
}
.lower .sections .informations .linkButton.topSpaceExpand01 {
  margin-top: 1.2rem;
}
.lower .sections .informations .borderText01 {
  display: block;
  margin-bottom: .8rem;
  padding: .6rem .9rem;
  width: fit-content;
  border: 1px solid #000;
  line-height: 1;
  font-size: 100%;
}
.lower .sections .informations .annotation {
  display: block;
  line-height: 2.3rem;
  font-size: 1.1rem;
}
.lower .sections .informations + .informations {
  padding-top: 1rem;
}

/*==================================================================================
 ladie_autumn
==================================================================================*/
#ladie_autumn section.introduction {
  padding-left: 12rem;
}
#ladie_autumn .section01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12rem;
}
#ladie_autumn .section01:after {
  display: block;
  top: 30.2rem;
  left: 0;
  width: 82.9rem;
  height: 93.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section01-bg.jpg");
}
#ladie_autumn .section01 .textArea .informations:first-of-type {
  padding-top: 8rem;
}
#ladie_autumn .section01 .image {
  flex: 0 0 60.2rem;
}
#ladie_autumn .section02 {
  display: flex;
  gap: 0 8.4rem;
  padding-left: 12rem;
}
#ladie_autumn .section02 .textArea {
  padding-top: 19rem;
}
#ladie_autumn .section02 .commonSlider01 {
  order: -1;
  width: 48.2rem;
}
#ladie_autumn .section03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 5.8rem;
  padding-left: 12rem;
}
#ladie_autumn .section03:after {
  display: block;
  top: 61rem;
  right: 0;
  left: 0;
  height: 114.7rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section03-bg.jpg");
}
#ladie_autumn .section03 .image01 {
  flex: 0 0 48rem;
}
#ladie_autumn .section03 .image02 {
  margin: -4.2rem 0 0 -12rem;
  flex: 0 0 63.6rem;
}
#ladie_autumn .section04 {
  display: flex;
  align-items: flex-end;
  gap: 0 8.9rem;
  padding-left: 18.5rem;
}
#ladie_autumn .section04 .commonSlider01 {
  width: 46.2rem;
}
#ladie_autumn .section04 .commonSlider01 .swiper .swiper-prev,
#ladie_autumn .section04 .commonSlider01 .swiper .swiper-next {
  top: 40%;
}
#ladie_autumn .section05 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.6rem;
  padding-left: 11.9rem;
}
#ladie_autumn .section05:after {
  display: block;
  top: 88.1rem;
  left: 30.2rem;
  width: 42.4rem;
  height: 137.8rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section05-bg.jpg");
}
#ladie_autumn .section05 .image01 {
  order: -1;
  flex: 0 0 48.2rem;
}
#ladie_autumn .section05 .image02 {
  margin: -17.7rem 0 0 auto;
  flex: 0 0 57.6rem;
  z-index: 2;
}
#ladie_autumn .section06 {
  display: flex;
  gap: 0 8.1rem;
}
#ladie_autumn .section06 .textArea {
  padding-top: 11.6rem;
}
#ladie_autumn .section06 .image {
  order: -1;
  flex: 0 0 55.6rem;
}
#ladie_autumn .section07 {
  display: flex;
  padding: 0 0 22.5rem 22.3rem;
}
#ladie_autumn .section07:after {
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  height: 66.8rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section07-bg.jpg");
}
#ladie_autumn .section07 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  padding-top: 5rem;
  z-index: 4;
}
#ladie_autumn .section07 .textArea h3,
#ladie_autumn .section07 .textArea .catch {
  flex: 0 0 100%;
  padding-left: 4.7rem;
}
#ladie_autumn .section07 .textArea .catch {
  padding-bottom: 90rem;
}
#ladie_autumn .section07 .textArea .lead {
  padding-left: 11.4rem;
}
#ladie_autumn .section07 .image {
  position: absolute;
  top: 0;
  left: 22.3rem;
  width: 65.6rem;
}
#ladie_autumn .section07 .informations:nth-child(1) {
  padding-top: 0;
}

/*==================================================================================
 ladie_denim
==================================================================================*/
#ladie_denim section.introduction {
  padding-left: 33.8rem;
  color: #003b90;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/intro-bg.jpg");
}
#ladie_denim section.introduction > header h1 {
  padding-left: 35.6rem;
}
#ladie_denim section.introduction > header .mainVisual {
  order: 1;
}
#ladie_denim section.introduction .catch,
#ladie_denim section.introduction .lead {
  padding-left: 5rem;
}
#ladie_denim .sections h3 {
  color: #003b90;
}
#ladie_denim .sections h3:after {
  background-color: #003b90;
}
#ladie_denim .sections .catch {
  color: #003b90;
}
#ladie_denim .section01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8.3rem;
}
#ladie_denim .section01:after {
  display: block;
  top: 70.7rem;
  right: 0;
  left: 0;
  height: 136.8rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section01-bg.jpg");
}
#ladie_denim .section01 .image01 {
  order: -1;
  flex: 0 0 62rem;
}
#ladie_denim .section01 .image02 {
  margin: -30rem 0 0 auto;
  flex: 0 0 39.5rem;
}
#ladie_denim .section02 {
  padding-top: 5.2rem;
  padding-left: 11.8rem;
}
#ladie_denim .section02 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.2rem;
  z-index: 4;
}
#ladie_denim .section02 h3,
#ladie_denim .section02 .catch {
  flex: 0 0 100%;
}
#ladie_denim .section02 .catch {
  padding-bottom: 77rem;
}
#ladie_denim .section02 .lead {
  padding-left: 10.5rem;
}
#ladie_denim .section02 .informations {
  padding-top: 0;
}
#ladie_denim .section02 .image01 {
  position: absolute;
  top: 0;
  left: 22.3rem;
  width: 65.6rem;
}
#ladie_denim .section02 .image02 {
  position: absolute;
  top: 25.2rem;
  left: 11.8rem;
  width: 23.7rem;
}
#ladie_denim .section03 {
  display: flex;
  align-items: center;
  gap: 0 7rem;
  padding-left: 14.2rem;
}
#ladie_denim .section03 .informations {
  padding-top: 6.6rem;
}
#ladie_denim .section03 .commonSlider01 {
  width: 48.2rem;
}
#ladie_denim .section04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9rem 0;
}
#ladie_denim .section04:after {
  display: block;
  top: 26.2rem;
  left: 23rem;
  width: 63.8rem;
  height: 152.9rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section04-bg.jpg");
}
#ladie_denim .section04 .textArea {
  padding-left: 12.2rem;
}
#ladie_denim .section04 .image01 {
  order: -1;
  flex: 0 0 100%;
}
#ladie_denim .section04 .image01 img {
  width: 60.6rem;
}
#ladie_denim .section04 .image02 {
  flex: 0 0 52.2rem;
}
#ladie_denim .section05 {
  display: flex;
  align-items: center;
  gap: 0 7.7rem;
}
#ladie_denim .section05:after {
  display: block;
  top: 75.8rem;
  right: 0;
  width: 70.9rem;
  height: 139.2rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section05-bg.jpg");
}
#ladie_denim .section05 .image {
  order: -1;
  flex: 0 0 58.2rem;
}
#ladie_denim .section06 {
  display: flex;
  padding-left: 21.9rem;
}
#ladie_denim .section06 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6rem;
  padding-top: 5rem;
  z-index: 4;
}
#ladie_denim .section06 .textArea h3,
#ladie_denim .section06 .textArea .catch {
  flex: 0 0 100%;
  padding-left: 42.5rem;
  color: #fff;
}
#ladie_denim .section06 .textArea h3:after {
  background-color: #fff;
}
#ladie_denim .section06 .textArea .catch {
  padding-bottom: 95rem;
}
#ladie_denim .section06 .informations {
  padding-top: 0;
}
#ladie_denim .section06 .image {
  position: absolute;
  top: 0;
  left: 21.9rem;
  width: 64.8rem;
}
#ladie_denim .section07 {
  display: flex;
  align-items: center;
  gap: 0 8.8rem;
  padding-left: 11rem;
}
#ladie_denim .section07 .image {
  flex: 0 0 55.1rem;
}
#ladie_denim .section08 {
  padding: 0 0 23.5rem 25.3rem;
}
#ladie_denim .section08:after {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 91.3rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section08-bg.jpg");
}
#ladie_denim .section08 .catch {
  padding-bottom: 4rem;
}
#ladie_denim .section08 .informations {
  padding-top: 1.5rem;
}
#ladie_denim .section08 .image {
  padding-bottom: 4rem;
  width: 59.3rem;
}

/*==================================================================================
 ladie_item
==================================================================================*/
#ladie_item section.introduction {
  padding-left: 26.1rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/intro-bg.jpg");
}
#ladie_item section.introduction .catch,
#ladie_item section.introduction .lead {
  padding-left: 7.5rem;
}
#ladie_item .section01 {
  display: flex;
  align-items: center;
  gap: 0 5.8rem;
  padding-left: 11.8rem;
}
#ladie_item .section01:after {
  display: block;
  top: 31.6rem;
  left: 0;
  width: 79.7rem;
  height: 122.6rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section01-bg.jpg");
}
#ladie_item .section01 .textArea .informations {
  padding-top: 0;
}
#ladie_item .section01 .image {
  flex: 0 0 47.9rem;
}
#ladie_item .section02 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5.4rem;
}
#ladie_item .section02 h3,
#ladie_item .section02 .catch {
  padding-left: 72.4rem;
}
#ladie_item .section02 .catch {
  padding-bottom: 47.2rem;
}
#ladie_item .section02 .lead {
  padding-left: 11.7rem;
}
#ladie_item .section02 .informations {
  padding-top: 0;
}
#ladie_item .section02 .image01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.4rem;
}
#ladie_item .section02 .image02 {
  position: absolute;
  top: 20.2rem;
  right: 0;
  width: 37.5rem;
}
#ladie_item .section03 {
  display: flex;
  flex-direction: column;
  gap: 7.5rem 0;
  padding-left: 22.3rem;
}
#ladie_item .section03:after {
  display: block;
  top: 28.6rem;
  right: 0;
  width: 59.3rem;
  height: 112.1rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section03-bg.jpg");
}
#ladie_item .section03 .textArea {
  padding-left: 9rem;
}
#ladie_item .section03 .image {
  order: -1;
  width: 64.8rem;
}
#ladie_item .section04 {
  display: flex;
  align-items: center;
  gap: 0 7.7rem;
  padding-left: 14.6rem;
}
#ladie_item .section04 .textArea {
  padding-top: 4rem;
}
#ladie_item .section04 .commonSlider01 {
  order: -1;
  width: 48.2rem;
}
#ladie_item .section04 .commonSlider01 .swiper .swiper-prev,
#ladie_item .section04 .commonSlider01 .swiper .swiper-next {
  top: 38%;
}
#ladie_item .section05 {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
  padding: 0 0 23.5rem 22rem;
}
#ladie_item .section05:after {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30.7rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section05-bg.jpg");
}
#ladie_item .section05 .textArea {
  padding-left: 8.7rem;
}
#ladie_item .section05 .image {
  order: -1;
  width: 64.6rem;
}

/*==================================================================================
 mens_autumn
==================================================================================*/
#mens_autumn section.introduction {
  padding-left: 12rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/intro-bg.jpg");
}
#mens_autumn .section01 {
  display: flex;
  align-items: center;
  gap: 0 8.2rem;
  padding-left: 11.8rem;
}
#mens_autumn .section01:after {
  display: block;
  top: 50.5rem;
  left: 25.6rem;
  width: 52.3rem;
  height: 141.1rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section01-bg.jpg");
}
#mens_autumn .section01 .commonSlider01 {
  width: 54.2rem;
}
#mens_autumn .section02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8.2rem;
}
#mens_autumn .section02 .image01 {
  order: -1;
  flex: 0 0 54.8rem;
}
#mens_autumn .section02 .image02 {
  margin-top: -54.9rem;
  margin-left: 63.1rem;
  flex: 0 0 36.8rem;
}
#mens_autumn .section03 {
  padding-top: 5rem;
  padding-left: 22.2rem;
}
#mens_autumn .section03:after {
  display: block;
  top: 80.2rem;
  left: 0;
  width: 52.3rem;
  height: 161.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section03-bg.jpg");
}
#mens_autumn .section03 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  padding-bottom: 4rem;
  z-index: 4;
}
#mens_autumn .section03 h3,
#mens_autumn .section03 .catch {
  flex: 0 0 100%;
  padding-left: 4.6rem;
  color: #fff;
}
#mens_autumn .section03 h3:after {
  background: #fff;
}
#mens_autumn .section03 .catch {
  padding-bottom: 84.4rem;
}
#mens_autumn .section03 .informations {
  padding-top: 0;
}
#mens_autumn .section03 .image01 {
  position: absolute;
  top: 0;
  left: 22.2rem;
  width: 65.6rem;
}
#mens_autumn .section03 .image02 {
  width: 65.6rem;
}
#mens_autumn .section04 {
  display: flex;
  gap: 0 8.4rem;
  padding-left: 11.9rem;
}
#mens_autumn .section04 .textArea {
  padding-top: 11.6rem;
}
#mens_autumn .section04 .commonSlider01 {
  order: -1;
  width: 48.2rem;
}
#mens_autumn .section05 {
  display: flex;
  justify-content: space-between;
  padding-left: 11.9rem;
}
#mens_autumn .section05:after {
  display: block;
  top: 51.2rem;
  right: 0;
  width: 98.4rem;
  height: 117rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section05-bg.jpg");
}
#mens_autumn .section05 .image {
  width: 64.4rem;
}
#mens_autumn .section06 .catch,
#mens_autumn .section07 .catch,
#mens_autumn .section08 .catch {
  padding-bottom: 4.5rem;
}
#mens_autumn .section06 .image,
#mens_autumn .section07 .image,
#mens_autumn .section08 .image {
  padding-bottom: 3.5rem;
}
#mens_autumn .section06 .textArea,
#mens_autumn .section07 .textArea,
#mens_autumn .section08 .textArea {
  display: flex;
  gap: 0 4rem;
}
#mens_autumn .section06 .informations,
#mens_autumn .section07 .informations,
#mens_autumn .section08 .informations {
  padding-top: 0;
}
#mens_autumn .section06 {
  margin: auto;
  width: 65.6rem;
}
#mens_autumn .section06 .informations a {
  margin-bottom: 1rem;
}
#mens_autumn .section07 {
  margin-left: 11.7rem;
  width: 65.8rem;
}
#mens_autumn .section07 .textArea {
  gap: 0 2.5rem;
}
#mens_autumn .section08 {
  padding-bottom: 17.5rem;
  padding-left: 38.3rem;
}
#mens_autumn .section08:after {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 59.7rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section08-bg.jpg");
}
#mens_autumn .section08 .image {
  width: 59.5rem;
}

/*==================================================================================
 mens_cusual
==================================================================================*/
#mens_cusual section.introduction {
  padding-left: 33.8rem;
  color: #40546d;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/intro-bg.jpg");
}
#mens_cusual section.introduction > header h1 {
  padding-left: 38.5rem;
}
#mens_cusual section.introduction > header .mainVisual {
  order: 1;
}
#mens_cusual section.introduction .catch,
#mens_cusual section.introduction .lead {
  padding-left: 5rem;
}
#mens_cusual .sections h3 {
  color: #40546d;
}
#mens_cusual .sections h3:after {
  background-color: #40546d;
}
#mens_cusual .sections .catch {
  color: #40546d;
}
#mens_cusual .section01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.9rem;
  padding-left: 12rem;
}
#mens_cusual .section01:after {
  display: block;
  top: 80.8rem;
  left: 0;
  width: 75.5rem;
  height: 104.3rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section01-bg.jpg");
}
#mens_cusual .section01 .image01 {
  order: -1;
  flex: 0 0 54.1rem;
}
#mens_cusual .section01 .image02 {
  margin: -47rem 0 0 auto;
  flex: 0 0 61.8rem;
}
#mens_cusual .section02 {
  padding-left: 25.8rem;
}
#mens_cusual .section02:after {
  display: block;
  top: 71.6rem;
  right: 0;
  width: 65.1rem;
  height: 122.7rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section02-bg.jpg");
}
#mens_cusual .section02 .textArea {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.5rem;
  z-index: 4;
}
#mens_cusual .section02 h3 {
  line-height: 4.2rem;
}
#mens_cusual .section02 h3,
#mens_cusual .section02 .catch {
  flex: 0 0 100%;
}
#mens_cusual .section02 .catch {
  padding-bottom: 4rem;
}
#mens_cusual .section02 .informations {
  padding-top: 0;
}
#mens_cusual .section02 .commonSlider01 {
  padding-bottom: 4rem;
  width: 58.2rem;
}
#mens_cusual .section02 .commonSlider01 .swiper .swiper-prev,
#mens_cusual .section02 .commonSlider01 .swiper .swiper-next {
  top: 32%;
}
#mens_cusual .section03 {
  margin: auto;
  padding-top: 5rem;
  width: 86.1rem;
}
#mens_cusual .section03 .textArea {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 4rem;
  padding-bottom: 32rem;
  color: #fff;
  z-index: 4;
}
#mens_cusual .section03 h3,
#mens_cusual .section03 .catch {
  width: 16rem;
  color: #fff;
}
#mens_cusual .section03 h3:after {
  background: #fff;
}
#mens_cusual .section03 .catch {
  padding-bottom: 45rem;
}
#mens_cusual .section03 .lead,
#mens_cusual .section03 .informations {
  width: 24.4rem;
}
#mens_cusual .section03 .informations {
  padding-top: 4rem;
}
#mens_cusual .section03 .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#mens_cusual .section04 {
  display: flex;
  justify-content: space-between;
  padding-left: 12.8rem;
}
#mens_cusual .section04:after {
  display: block;
  top: 86rem;
  left: 0;
  width: 85.1rem;
  height: 169.3rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section04-bg.jpg");
}
#mens_cusual .section04 .textArea {
  padding-top: 21.4rem;
}
#mens_cusual .section04 .image {
  width: 58rem;
}
#mens_cusual .section05 .catch,
#mens_cusual .section06 .catch,
#mens_cusual .section07 .catch {
  padding-bottom: 4.2rem;
}
#mens_cusual .section05 .image,
#mens_cusual .section06 .image,
#mens_cusual .section07 .image {
  padding-bottom: 3.2rem;
}
#mens_cusual .section05 .textArea,
#mens_cusual .section06 .textArea,
#mens_cusual .section07 .textArea {
  display: flex;
  gap: 0 4rem;
}
#mens_cusual .section05 .informations,
#mens_cusual .section06 .informations,
#mens_cusual .section07 .informations {
  padding-top: 0;
}
#mens_cusual .section05 {
  margin-left: 11.7rem;
  width: 59.5rem;
}
#mens_cusual .section06 {
  margin-left: 27.8rem;
  width: 70.1rem;
}
#mens_cusual .section07 {
  padding-bottom: 25.2rem;
  padding-left: 11.7rem;
}
#mens_cusual .section07:after {
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 59.7rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section07-bg.jpg");
}
#mens_cusual .section07 .image {
  width: 63.5rem;
}

/*==================================================================================
 beauty
==================================================================================*/
#beauty section.introduction {
  padding: 3.6rem 11.5rem 5.5rem 11.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/beauty/intro-bg.jpg");
}
#beauty section.introduction > header {
  padding-bottom: 7rem;
}
#beauty section.introduction .mainVisual {
  flex: 0 0 71rem;
}
#beauty section.introduction .catch {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}
#beauty section.introduction .lead {
  text-align: center;
  line-height: 4.6rem;
  font-size: 1.9rem;
}
#beauty .bgArea {
  padding: 5.8rem 0 26.1rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/beauty/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#beauty .section01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9rem 8.4rem;
  margin: auto;
  padding-bottom: 11rem;
  max-width: 87rem;
}
#beauty .section01 .textArea {
  padding: 1.5rem 0 0 6.5rem;
}
#beauty .section01 .informations {
  padding-top: 0;
}
#beauty .section01 .informations a {
  margin-bottom: .5rem;
}
#beauty .section01 .image {
  order: -1;
  flex: 0 0 100%;
}
#beauty .section02,
#beauty .section05 {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 52rem;
}
#beauty .section02 .catch,
#beauty .section05 .catch {
  padding-bottom: 4rem;
}
#beauty .section02 .informations,
#beauty .section05 .informations {
  padding-top: 0;
}
#beauty .section02 .image,
#beauty .section05 .image {
  order: -1;
  padding-bottom: 2.6rem;
}
#beauty .section02 {
  padding-bottom: 10rem;
}
#beauty .section03 {
  display: flex;
  align-items: flex-end;
  gap: 0 2.6rem;
  padding-bottom: 14.2rem;
}
#beauty .section03 .image {
  order: -1;
  flex: 0 0 59.5rem;
}
#beauty .section04 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12.6rem;
  padding-left: 18rem;
}
#beauty .section04 .image {
  flex: 0 0 52.5rem;
}

/*==================================================================================
 kids
==================================================================================*/
#kids section.introduction {
  padding: 4rem 15.2rem 5.5rem 18.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/kids/intro-bg.jpg");
}
#kids section.introduction > header {
  padding-bottom: 7rem;
}
#kids section.introduction > header h1 {
  padding-left: 51.4rem;
}
#kids section.introduction > header .mainVisual {
  order: 1;
  flex: 0 0 71rem;
}
#kids section.introduction .catch {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}
#kids section.introduction .lead {
  text-align: center;
  line-height: 4.6rem;
  font-size: 1.9rem;
}
#kids .bgArea {
  padding: 3rem 0 28.5rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/kids/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#kids .sections .textArea {
  position: static;
  box-sizing: content-box;
}
#kids .sections .catch {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 35.4rem;
  height: 13.8rem;
  text-align: center;
  line-height: 4.6rem;
  font-size: 2.5rem;
  color: #a62038;
  background: #fff;
  z-index: 2;
}
#kids .sections .lead {
  line-height: 2.7rem;
  font-size: 1.8rem;
  color: #a62038;
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}
#kids .sections .informations {
  padding-top: 2rem;
}
#kids .section01 {
  display: flex;
  flex-direction: column;
  padding: 0 0 14.2rem 5rem;
}
#kids .section01 .textArea {
  margin-top: -3.6rem;
  padding-left: 50rem;
}
#kids .section01 h3 {
  gap: 1.8rem 0;
  padding-bottom: 2rem;
}
#kids .section01 h3 img {
  width: 17.1rem;
}
#kids .section01 .catch {
  top: 7.6rem;
  left: 63rem;
  width: 32.2rem;
  transform: rotate(10deg);
}
#kids .section01 .lead {
  max-width: 31.5rem;
}
#kids .section01 .image {
  order: -1;
  width: 71.5rem;
}
#kids .section02 {
  display: flex;
  flex-direction: column;
  padding: 0 0 14.2rem 0;
}
#kids .section02 .textArea {
  margin-top: -23rem;
  padding-left: 11.6rem;
}
#kids .section02 .catch {
  top: 8.3rem;
  left: 9rem;
  width: 40.1rem;
  transform: rotate(-9.5deg);
}
#kids .section02 .lead {
  max-width: 24rem;
}
#kids .section02 .image01 {
  order: -1;
  width: 69.7rem;
  margin-left: 37.6rem;
}
#kids .section02 .image02 {
  position: absolute;
  top: 71.1rem;
  left: 43.6rem;
  width: 27.1rem;
}
#kids .section03 {
  display: flex;
  flex-direction: column;
  padding: 0 0 11.6rem 0;
}
#kids .section03 .textArea {
  padding-left: 11.5rem;
}
#kids .section03 .catch {
  top: 66.7rem;
  left: 62.2rem;
  transform: rotate(8.4deg);
}
#kids .section03 .lead {
  max-width: 32.5rem;
}
#kids .section03 .image {
  order: -1;
  box-sizing: content-box;
  margin-bottom: 5rem;
  border-top: 3rem solid #fff;
  border-right: 6rem solid #fff;
  border-bottom: 3rem solid #fff;
  border-left: 6rem solid #fff;
}
#kids .section04 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.6rem;
}
#kids .section04 .textArea {
  padding-top: 2.8rem;
}
#kids .section04 .catch {
  top: 8.5rem;
  left: 17.7rem;
  transform: rotate(-5.5deg);
}
#kids .section04 .lead {
  max-width: 31.5rem;
}
#kids .section04 .image01 {
  order: -2;
  width: 63rem;
  margin-left: auto;
}
#kids .section04 .image02 {
  order: -1;
  margin-top: -9.3rem;
  width: 52.5rem;
  z-index: 2;
}

/*==================================================================================
 living_kitchen
==================================================================================*/
#living_kitchen section.introduction {
  padding: 3.6rem 11.5rem 9rem 11.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/living_kitchen/intro-bg.jpg");
}
#living_kitchen section.introduction > header {
  padding-bottom: 7rem;
}
#living_kitchen section.introduction h2 {
  padding-top: 11.3rem;
}
#living_kitchen section.introduction .mainVisual {
  flex: 0 0 71rem;
}
#living_kitchen section.introduction .catch {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}
#living_kitchen section.introduction .lead {
  text-align: center;
  line-height: 4.6rem;
  font-size: 1.9rem;
}
#living_kitchen .bgArea {
  padding: 0 0 14rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/living_kitchen/bg.jpg") no-repeat center 5.2rem;
  background-size: 100% calc(100% - 5.2rem);
}
#living_kitchen .sections .catch {
  line-height: 4.6rem;
}
#living_kitchen .section01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6rem 5.2rem;
  margin: auto;
  padding-bottom: 10rem;
  max-width: 87rem;
}
#living_kitchen .section01 .textArea {
  padding-left: 13rem;
}
#living_kitchen .section01 .informations {
  padding-top: 0;
}
#living_kitchen .section01 .commonSlider01 {
  order: -1;
  width: 87rem;
}
#living_kitchen .section01 .commonSlider01 .swiper .swiper-prev,
#living_kitchen .section01 .commonSlider01 .swiper .swiper-next {
  top: calc(50% - 1.5rem);
}
#living_kitchen .section02,
#living_kitchen .section05 {
  display: flex;
  gap: 0 6.6rem;
}
#living_kitchen .section02 .catch,
#living_kitchen .section05 .catch {
  padding-bottom: 1.2rem;
}
#living_kitchen .section02 .informations,
#living_kitchen .section05 .informations {
  padding-top: 0;
}
#living_kitchen .section02 .image,
#living_kitchen .section05 .image {
  order: -1;
  flex: 0 0 61.5rem;
}
#living_kitchen .section02 {
  padding-bottom: 8.4rem;
}
#living_kitchen .section02 .textArea {
  padding-top: 6.6rem;
}
#living_kitchen .section02 h3 {
  gap: 2.5rem 0;
  padding-bottom: 2rem;
}
#living_kitchen .section02 .informations + .informations {
  padding-top: .3rem;
}
#living_kitchen .section02 .informations .linkButton {
  margin-top: 0;
}
#living_kitchen .section03 {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14.8rem 17.9rem;
}
#living_kitchen .section03 .textArea {
  padding-top: 6rem;
}
#living_kitchen .section03 .catch {
  padding-bottom: 1.2rem;
}
#living_kitchen .section03 .informations {
  padding-top: 0;
}
#living_kitchen .section03 .image {
  flex: 0 0 61.5rem;
}
#living_kitchen .section04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4.6rem 10.7rem;
  margin: auto;
  padding-bottom: 17.5rem;
  max-width: 87rem;
}
#living_kitchen .section04 .textArea {
  padding-left: 13rem;
}
#living_kitchen .section04 .informations {
  padding-top: 0;
}
#living_kitchen .section04 .image {
  order: -1;
  width: 87rem;
}
#living_kitchen .section05 .textArea {
  padding-top: 8.5rem;
}

/*==================================================================================
 food
==================================================================================*/
#food section.introduction {
  padding: 3.6rem 11.5rem 5.5rem 11.5rem;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/food/intro-bg.jpg");
}
#food section.introduction > header {
  padding-bottom: 7rem;
}
#food section.introduction h2 {
  padding-left: .8rem;
  text-align: right;
}
#food section.introduction .mainVisual {
  flex: 0 0 71rem;
}
#food section.introduction .catch {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}
#food section.introduction .lead {
  text-align: center;
  line-height: 4.6rem;
  font-size: 1.9rem;
}
#food .bgArea {
  padding: 5.7rem 0 7.4rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/food/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#food .sections {
  display: flex;
}
#food .sections .textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6.5rem;
  background: #fff;
}
#food .sections .informations {
  padding-top: 2rem;
}
#food .section01 {
  padding-bottom: 9.1rem;
}
#food .section01 .textArea {
  flex: 0 0 39rem;
  margin-top: 4.1rem;
  height: 45.3rem;
  border-radius: 0 7rem 7rem 0;
}
#food .section01 .image {
  order: -1;
  flex: 0 0 59.5rem;
}
#food .section02 {
  justify-content: flex-end;
  padding-bottom: 20.5rem;
}
#food .section02 .textArea {
  flex: 0 0 39rem;
  margin-top: 5rem;
  height: 45.4rem;
  border-radius: 7rem 0 0 7rem;
}
#food .section02 .image {
  flex: 0 0 59.5rem;
}
#food .section03 {
  flex-direction: column;
  margin: auto;
  padding-bottom: 18.3rem;
  max-width: 87rem;
}
#food .section03 .textArea {
  width: 52.2rem;
  height: 38.1rem;
  border-radius: 0 0 7rem 7rem;
}
#food .section03 .image {
  order: -1;
}
#food .section04 {
  padding-bottom: 10.4rem;
}
#food .section04 .textArea {
  flex: 0 0 39rem;
  margin-top: 3.3rem;
  height: 44.3rem;
  border-radius: 0 7rem 7rem 0;
}
#food .section04 .image {
  order: -1;
  flex: 0 0 59.5rem;
}
#food .section05 {
  justify-content: flex-end;
  padding-bottom: 17.3rem;
}
#food .section05 .textArea {
  flex: 0 0 39rem;
  margin-top: 4.8rem;
  height: 44rem;
  border-radius: 7rem 0 0 7rem;
}
#food .section05 .image {
  flex: 0 0 59.5rem;
}
#food .section06 {
  flex-direction: column;
  margin: auto;
  max-width: 52rem;
}
#food .section06 .textArea {
  padding-left: 3.7rem;
  height: 34.7rem;
  border-radius: 0 0 7rem 7rem;
}
#food .section06 .image {
  order: -1;
}

/*==================================================================================
 relaxPages
==================================================================================*/
.relaxPages section.introduction {
  padding: 8rem 0 2.4rem;
  text-align: center;
  color: #be4c1e;
}
.relaxPages section.introduction > header {
  display: block;
  position: relative;
  margin-bottom: 7.5rem;
  padding-bottom: 6rem;
}
.relaxPages section.introduction > header:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 4.9rem);
  bottom: 0;
  width: 9.8rem;
  height: 2.4rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/common/arrow03.svg") no-repeat;
  background-size: 100% 100%;
}
.relaxPages section.introduction > header h1 {
  padding-bottom: 3rem;
  font-size: 5rem;
}
.relaxPages section.introduction > header h2 {
  writing-mode: unset;
  text-orientation: unset;
  line-height: 1;
}
.relaxPages section.introduction > header h2 span {
  display: block;
  line-height: 1;
}
.relaxPages section.introduction > header h2 .en {
  padding-bottom: 2rem;
  letter-spacing: .04em;
  font-size: 3rem;
  font-weight: 600;
}
.relaxPages section.introduction > header h2 .ja {
  letter-spacing: .3em;
  font-size: 2rem;
  font-weight: 700;
}
.relaxPages section.introduction .time,
.relaxPages section.introduction .en {
  font-family: "Open Sans", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}
.relaxPages section.introduction .relaxLinks {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-bottom: 5.7rem;
  width: 86.3rem;
  text-align: center;
}
.relaxPages section.introduction .relaxLinks li {
  flex: 0 0 26rem;
  color: #be4c1e;
}
.relaxPages section.introduction .relaxLinks li .image {
  padding-bottom: 3rem;
}
.relaxPages section.introduction .relaxLinks li .image a {
  display: block;
}
.relaxPages section.introduction .relaxLinks li .time {
  position: relative;
  padding-bottom: 2.4rem;
  line-height: .75;
  font-size: 5.6rem;
  font-weight: 600;
}
.relaxPages section.introduction .relaxLinks li .time span {
  position: relative;
  top: -.7rem;
  font-size: 4.2rem;
}
.relaxPages section.introduction .relaxLinks li .text {
  display: inline-block;
  padding: .48rem .4rem .48rem 1.2rem;
  letter-spacing: .3em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
.relaxPages section.introduction .relaxLinks li:nth-child(2) {
  color: #004662;
}
.relaxPages section.introduction .relaxLinks li:nth-child(3) {
  color: #402650;
}
.relaxPages section.introduction .relaxLinks li.current a {
  pointer-events: none;
}
.relaxPages section.introduction .relaxLinks li.current .time:after {
  content: '';
  display: block;
  position: absolute;
  top: 2.2rem;
  left: calc(50% - 10.75rem);
  width: 21.5rem;
  height: 2.9rem;
  background: #fff;
  z-index: -1;
}
.relaxPages section.introduction .relaxLinks li.current .text {
  background: #fff;
}
.relaxPages section.introduction > .time {
  position: relative;
  padding-bottom: 1.8rem;
  line-height: .75;
  font-size: 12rem;
  font-weight: 600;
}
.relaxPages section.introduction > .time span {
  position: relative;
  top: -1.6rem;
  font-size: 9rem;
}
.relaxPages section.introduction > .text {
  padding-bottom: 1.8rem;
  letter-spacing: .3em;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.relaxPages section.introduction > .catch {
  letter-spacing: .3em;
  line-height: 3.3rem;
  font-size: 2rem;
  font-weight: 700;
}
.relaxPages .sections {
  display: flex;
}
.relaxPages .sections .catch {
  line-height: 4.6rem;
}
.relaxPages .sections .lead {
  line-height: 2.7rem;
  font-size: 1.8rem;
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}
.relaxPages .sections .informations {
  padding-top: 2rem;
  line-height: 2.3rem;
}
.relaxPages .sections .informations .linkButton {
  padding-top: 1rem;
}

/*==================================================================================
 relax1900
==================================================================================*/
#relax1900 section.introduction {
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax1900/intro-bg.jpg");
}
#relax1900 .bgArea {
  padding: 4.2rem 0 3rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/relax1900/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#relax1900 .sections h3,
#relax1900 .sections .catch,
#relax1900 .sections .lead {
  color: #be421f;
}
#relax1900 .sections h3:after {
  background: #be421f;
}
#relax1900 .section01 {
  padding-bottom: 8.3rem;
}
#relax1900 .section01 .textArea {
  padding-top: 1.5rem;
  flex: 0 0 27.8rem;
}
#relax1900 .section01 h3 {
  gap: 2rem 0;
  padding-bottom: 1.6rem;
}
#relax1900 .section01 .informations {
  padding-top: 1rem;
}
#relax1900 .section01 .image {
  order: -1;
  flex: 0 0 66.4rem;
  margin-right: -1.8rem;
}
#relax1900 .section02 {
  justify-content: flex-end;
  padding-bottom: 6.6rem;
}
#relax1900 .section02 .textArea {
  flex: 0 0 27.6rem;
  margin-top: -2rem;
}
#relax1900 .section02 h3 {
  gap: 2rem 0;
  padding-bottom: 1.6rem;
  line-height: 1.2;
}
#relax1900 .section02 .image {
  flex: 0 0 66.4rem;
  margin-left: -2rem;
}
#relax1900 .section03 {
  align-items: center;
  gap: 0 1rem;
  padding-bottom: 8rem;
}
#relax1900 .section03 .textArea {
  flex: 0 0 27.5rem;
}
#relax1900 .section03 .image {
  order: -1;
  flex: 0 0 66.4rem;
}
#relax1900 .section04 {
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  padding-bottom: 6rem;
  max-width: 63rem;
}
#relax1900 .section04 .textArea01 {
  flex: 0 0 27.5rem;
}
#relax1900 .section04 .textArea02 {
  flex: 0 0 34rem;
}
#relax1900 .section04 .lead {
  padding-right: 9rem;
}
#relax1900 .section04 .informations {
  padding-top: .5rem;
}
#relax1900 .section04 .informations .links {
  display: flex;
  gap: 0 .9rem;
}
#relax1900 .section04 .informations .links a {
  padding-top: 0;
}
#relax1900 .section04 .image {
  order: -1;
  flex: 0 0 100%;
}
#relax1900 .section05 {
  flex-direction: column;
  gap: 2rem 0;
  margin: auto;
  max-width: 82.1rem;
}
#relax1900 .section05 .textArea {
  margin: auto;
  max-width: 52.2rem;
}
#relax1900 .section05 .informations .linkButton {
  padding: 0 0 .5rem;
}
#relax1900 .section05 .image {
  order: -1;
  position: relative;
  left: -4.8rem;
}

/*==================================================================================
 relax2100
==================================================================================*/
#relax2100 section.introduction {
  color: #005f6f;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2100/intro-bg.jpg");
}
#relax2100 section.introduction > header {
  color: #005f6f;
}
#relax2100 .bgArea {
  padding: 4rem 0 15.3rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2100/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#relax2100 .sections h3,
#relax2100 .sections .catch,
#relax2100 .sections .lead {
  color: #005f6f;
}
#relax2100 .sections h3:after {
  background: #005f6f;
}
#relax2100 .section01 {
  align-items: center;
  padding-bottom: 5.9rem;
}
#relax2100 .section01 .lead {
  max-width: 27.5rem;
}
#relax2100 .section01 .image {
  order: -1;
  flex: 0 0 69.6rem;
  margin-right: -5rem;
}
#relax2100 .section02 {
  justify-content: flex-end;
  padding-bottom: 7.4rem;
}
#relax2100 .section02 .textArea {
  flex: 0 0 31.2rem;
}
#relax2100 .section02 .image {
  flex: 0 0 64.2rem;
  margin-left: -3rem;
}
#relax2100 .section03 {
  align-items: center;
  padding-bottom: 9rem;
}
#relax2100 .section03 .textArea {
  flex: 0 0 29rem;
}
#relax2100 .section03 .image {
  order: -1;
  flex: 0 0 64.5rem;
}
#relax2100 .section04 {
  flex-wrap: wrap;
  gap: 4rem 11rem;
  padding-bottom: 8rem;
  padding-left: 21.9rem;
}
#relax2100 .section04 .textArea01 {
  flex: 0 0 18.4rem;
  margin-left: 7.4rem;
}
#relax2100 .section04 .textArea02 {
  flex: 0 0 34.2rem;
}
#relax2100 .section04 .image {
  order: -1;
  flex: 0 0 59.1rem;
}
#relax2100 .section05 {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
  margin: auto;
  padding-bottom: 5rem;
  max-width: 74.1rem;
}
#relax2100 .section05 .textArea01 {
  flex: 0 0 32.6rem;
}
#relax2100 .section05 .textArea02 {
  flex: 0 0 34.2rem;
}
#relax2100 .section05 .informations .linkButton {
  padding-top: 0;
}
#relax2100 .section05 .image {
  order: -1;
  margin-right: -3.9rem;
}
#relax2100 .section06 {
  align-items: center;
  padding-bottom: 7.2rem;
}
#relax2100 .section06 .textArea {
  flex: 0 0 27.4rem;
}
#relax2100 .section06 .informations .linkButton {
  padding-top: 0;
}
#relax2100 .section06 .image {
  order: -1;
  flex: 0 0 66.9rem;
  margin-right: -1.7rem;
}
#relax2100 .section07 {
  flex-wrap: wrap;
  gap: 1.5rem 2.4rem;
  padding-bottom: 8.7rem;
  padding-left: 21.6rem;
}
#relax2100 .section07 .textArea01 {
  flex: 0 0 27rem;
  margin-left: 7.4rem;
}
#relax2100 .section07 .textArea02 {
  flex: 0 0 34.9rem;
}
#relax2100 .section07 .informations .linkButton {
  padding-top: 0;
}
#relax2100 .section07 .image {
  order: -1;
  flex: 0 0 59.4rem;
}
#relax2100 .section08 {
  gap: 0 2.8rem;
}
#relax2100 .section08 .textArea {
  flex: 0 0 28rem;
  padding-top: 13.3rem;
}
#relax2100 .section08 .image {
  order: -1;
  flex: 0 0 61.8rem;
}

/*==================================================================================
 relax2300
==================================================================================*/
#relax2300 section.introduction {
  color: #402650;
  background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2300/intro-bg.jpg");
}
#relax2300 section.introduction > header {
  color: #402650;
}
#relax2300 .bgArea {
  padding: 5.4rem 0 5rem;
  background: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2300/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
#relax2300 .sections {
  display: flex;
}
#relax2300 .sections h3,
#relax2300 .sections .catch,
#relax2300 .sections .lead {
  color: #402650;
}
#relax2300 .sections h3:after {
  background: #402650;
}
#relax2300 .section01 {
  justify-content: flex-end;
  padding-bottom: 6.2rem;
}
#relax2300 .section01 .textArea {
  flex: 0 0 24.2rem;
  padding-top: 4rem;
}
#relax2300 .section01 .informations .linkButton {
  padding-top: 0;
}
#relax2300 .section01 .image {
  flex: 0 0 73.6rem;
  margin-left: -5.5rem;
}
#relax2300 .section02 {
  flex-wrap: wrap;
  gap: .6rem 8.4rem;
  padding-bottom: 4.5rem;
  padding-left: 29rem;
}
#relax2300 .section02 .textArea01 {
  flex: 0 0 18.5rem;
  margin-left: .1rem;
  padding-top: 1rem;
}
#relax2300 .section02 .textArea02 {
  flex: 0 0 37.2rem;
}
#relax2300 .section02 .image {
  order: -1;
  flex: 0 0 63.1rem;
}
#relax2300 .section03 {
  padding-bottom: 11.9rem;
}
#relax2300 .section03 .textArea {
  flex: 0 0 22.5rem;
  padding-top: 15.9rem;
}
#relax2300 .section03 .image {
  order: -1;
  flex: 0 0 71.5rem;
  margin-right: -2rem;
}
#relax2300 .section04 {
  justify-content: flex-end;
  padding-bottom: 4.4rem;
}
#relax2300 .section04 .textArea {
  flex: 0 0 34.2rem;
}
#relax2300 .section04 .image {
  flex: 0 0 61.5rem;
  margin-left: -3.6rem;
}
#relax2300 .section05 {
  flex-wrap: wrap;
  gap: 0 5.2rem;
  padding-bottom: 6.9rem;
  padding-left: 21.9rem;
}
#relax2300 .section05 .textArea01 {
  flex: 0 0 21.5rem;
  margin-left: 8.2rem;
  padding-top: 1rem;
}
#relax2300 .section05 .textArea02 {
  flex: 0 0 37.4rem;
}
#relax2300 .section05 .image {
  order: -1;
  flex: 0 0 63.1rem;
  margin-bottom: -1.1rem;
}
#relax2300 .section06 .textArea {
  padding-top: 2.2rem;
}
#relax2300 .section06 .image {
  order: -1;
  flex: 0 0 67.5rem;
  margin-right: -2.8rem;
}

/*==================================================================================
 page
==================================================================================*/
@media (max-width: 767px) {
  .lower section.introduction {
    padding: 15.3rem 0 12.5rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/intro-bg-sp.jpg");
  }
  .lower section.introduction:before {
    top: 4.1rem;
    right: 4.5rem;
  }
  .lower section.introduction > header {
    padding-bottom: 8rem;
  }
  .lower section.introduction > header .mainVisual {
    flex: 0 0 48.8rem;
  }
  .lower section.introduction .catch {
    padding-bottom: 2.2rem;
    line-height: 5.5rem;
    font-size: 4.8rem;
  }
  .lower section.introduction .lead {
    line-height: 4.6rem;
    font-size: 2.8rem;
  }
  .lower .sections:not(:last-of-type) {
    padding-bottom: 16rem;
  }
  .lower .sections h3 {
    gap: 3rem 0;
    padding-bottom: 2.5rem;
  }
  .lower .sections .catch {
    padding-bottom: 2.2rem;
    line-height: 4.4rem;
    letter-spacing: .05em;
    font-size: 3.3rem;
  }
  .lower .sections .lead {
    letter-spacing: 0;
    line-height: 3.8rem;
    font-size: 2.4rem;
  }
  .lower .sections .informations {
    padding-top: 4rem;
    line-height: 3.3rem;
    font-size: 2.3rem;
  }
  .lower .sections .informations .linkButton {
    margin-top: .3rem;
    width: 28rem;
  }
  .lower .sections .informations .linkButton.topSpaceExpand01 {
    margin-top: 1.6rem;
  }
  .lower .sections .informations .borderText01 {
    margin-bottom: 1rem;
    padding: .7rem .9rem;
  }
  .lower .sections .informations .annotation {
    display: block;
    line-height: 3rem;
    font-size: 2rem;
  }
  .lower .sections .informations + .informations {
    padding-top: 1.6rem;
  }

  /*==================================================================================
   ladie_autumn
  ==================================================================================*/
  #ladie_autumn section.introduction {
    padding-left: 7.9rem;
  }
  #ladie_autumn .section01 {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 5.6rem 0;
    padding-left: 17.8rem;
  }
  #ladie_autumn .section01:after {
    top: 21.2rem;
    width: 41.4rem;
    height: 144.8rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section01-bg-sp.jpg");
  }
  #ladie_autumn .section01 .textArea .informations {
    padding-top: 4rem;
  }
  #ladie_autumn .section01 .image {
    order: -1;
    flex: 0 0 auto;
  }
  #ladie_autumn .section02 {
    flex-direction: column;
    gap: 0 0;
    padding-left: 14.4rem;
  }
  #ladie_autumn .section02 .textArea {
    padding-top: 0;
  }
  #ladie_autumn .section02 h3,
  #ladie_autumn .section02 .catch {
    padding-left: 10rem;
  }
  #ladie_autumn .section02 .catch {
    padding-bottom: 92rem;
  }
  #ladie_autumn .section02 .commonSlider01 {
    position: absolute;
    top: 22rem;
    left: 14.4rem;
    width: 46.2rem;
    z-index: 3;
  }
  #ladie_autumn .section03 {
    flex-direction: column;
    align-items: normal;
    gap: 5.8rem 0;
    padding-left: 0;
  }
  #ladie_autumn .section03:after {
    top: 62.7rem;
    height: 143.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section03-bg-sp.jpg");
  }
  #ladie_autumn .section03 .textArea,
  #ladie_autumn .section03 .image02 {
    padding-left: 12.7rem;
  }
  #ladie_autumn .section03 .image01 {
    order: -1;
    flex: 0 0 auto;
    gap: 5rem 0;
    width: 55.4rem;
  }
  #ladie_autumn .section03 .image02 {
    margin: 0;
    flex: 0 0 auto;
  }
  #ladie_autumn .section04 {
    flex-direction: column;
    align-items: normal;
    gap: 0 0;
    padding-left: 14.4rem;
  }
  #ladie_autumn .section04 .textArea {
    margin: auto;
    padding-top: 0;
    width: fit-content;
  }
  #ladie_autumn .section04 h3,
  #ladie_autumn .section04 .catch {
    flex: 0 0 100%;
    padding-left: 10.1rem;
  }
  #ladie_autumn .section04 .catch {
    padding-bottom: 92rem;
  }
  #ladie_autumn .section04 .lead,
  #ladie_autumn .section04 .informations {
    position: relative;
    left: -6rem;
  }
  #ladie_autumn .section04 .commonSlider01 {
    position: absolute;
    top: 22rem;
    left: 14.4rem;
    width: 46.2rem;
    z-index: 3;
  }
  #ladie_autumn .section04 .commonSlider01 .swiper .swiper-prev,
  #ladie_autumn .section04 .commonSlider01 .swiper .swiper-next {
    top: 50%;
  }
  #ladie_autumn .section05 {
    display: block;
    padding-top: 4.3rem;
    padding-left: 8.4rem;
  }
  #ladie_autumn .section05:after {
    top: 167.5rem;
    right: 0;
    left: auto;
    width: 57rem;
    height: 219.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section05-bg-sp.jpg");
  }
  #ladie_autumn .section05 .textArea {
    z-index: 4;
  }
  #ladie_autumn .section05 h3,
  #ladie_autumn .section05 .catch {
    color: #fff;
  }
  #ladie_autumn .section05 h3:after {
    background: #fff;
  }
  #ladie_autumn .section05 .catch {
    padding-bottom: 80.2rem;
  }
  #ladie_autumn .section05 .lead,
  #ladie_autumn .section05 .informations {
    padding-left: 31.1rem;
  }
  #ladie_autumn .section05 .image01 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  #ladie_autumn .section05 .image02 {
    position: absolute;
    top: 107rem;
    left: 0;
    margin: 0;
    width: 35.9rem;
  }
  #ladie_autumn .section06 {
    display: block;
    padding-left: 0;
    margin: auto;
    width: 59.5rem;
  }
  #ladie_autumn .section06 .textArea {
    padding-top: 0;
  }
  #ladie_autumn .section06 h3,
  #ladie_autumn .section06 .catch {
    padding-left: 15.4rem;
  }
  #ladie_autumn .section06 .catch {
    padding-bottom: 106rem;
  }
  #ladie_autumn .section06 .lead,
  #ladie_autumn .section06 .informations {
    padding-left: 6.9rem;
  }
  #ladie_autumn .section06 .image {
    position: absolute;
    top: 19rem;
    right: 0;
    left: 0;
  }
  #ladie_autumn .section07 {
    padding: 0 0 10rem 7.8rem;
  }
  #ladie_autumn .section07:after {
    height: 96.7rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_autumn/section07-bg-sp.jpg");
  }
  #ladie_autumn .section07 .textArea {
    display: block;
    padding-top: 4.6rem;
  }
  #ladie_autumn .section07 .textArea h3,
  #ladie_autumn .section07 .textArea .catch {
    padding-left: 3.5rem;
  }
  #ladie_autumn .section07 .textArea .catch {
    padding-bottom: 91.8rem;
  }
  #ladie_autumn .section07 .lead {
    padding-bottom: 4rem;
  }
  #ladie_autumn .section07 .lead,
  #ladie_autumn .section07 .informationsArea {
    padding-left: 12.8rem;
  }
  #ladie_autumn .section07 .image {
    left: 7.8rem;
    width: 59.5rem;
  }

  /*==================================================================================
   ladie_denim
  ==================================================================================*/
  #ladie_denim section.introduction {
    padding-left: 12.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/intro-bg-sp.jpg");
  }
  #ladie_denim section.introduction > header h1 {
    padding-left: 34.6rem;
  }
  #ladie_denim .section01 {
    flex-direction: column;
    gap: 0 0;
  }
  #ladie_denim .section01:after {
    top: 40.2rem;
    height: 151.6rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section01-bg-sp.jpg");
  }
  #ladie_denim .section01 .textArea {
    margin-top: -9.2rem;
    padding-left: 8.5rem;
    z-index: 4;
  }
  #ladie_denim .section01 .lead {
    padding-bottom: 57rem;
  }
  #ladie_denim .section01 .informations {
    padding-left: 12.5rem;
  }
  #ladie_denim .section01 .image01 {
    flex: 0 0 auto;
    width: 57rem;
  }
  #ladie_denim .section01 .image02 {
    position: absolute;
    top: 123.7rem;
    left: 21.5rem;
    margin: 0;
    flex: 0 0 auto;
    width: 45.2rem;
  }
  #ladie_denim .section02 {
    padding-top: 4.7rem;
    padding-left: 7.8rem;
  }
  #ladie_denim .section02 .textArea {
    display: block;
  }
  #ladie_denim .section02 .catch {
    padding-bottom: 77rem;
  }
  #ladie_denim .section02 .lead,
  #ladie_denim .section02 .informations {
    padding-left: 6rem;
  }
  #ladie_denim .section02 .informations {
    padding-top: 3rem;
  }
  #ladie_denim .section02 .image01 {
    left: 13.6rem;
    width: 61.4rem;
  }
  #ladie_denim .section02 .image02 {
    top: 25.7rem;
    left: 7.8rem;
    width: 21.4rem;
  }
  #ladie_denim .section03 {
    display: flex;
    align-items: center;
    gap: 0 7rem;
    margin: auto;
    padding-top: 8rem;
    padding-left: 0;
    width: 46.2rem;
  }
  #ladie_denim .section03 .catch {
    padding-bottom: 91.4rem;
  }
  #ladie_denim .section03 .informations {
    margin-right: -6rem;
    padding-top: 3rem;
  }
  #ladie_denim .section03 .commonSlider01 {
    position: absolute;
    top: 26rem;
    right: 0;
    left: 0;
    width: auto;
  }
  #ladie_denim .section04 {
    flex-direction: column;
    justify-content: normal;
    gap: 0 0;
    z-index: 2;
  }
  #ladie_denim .section04:after {
    top: -160.8rem;
    right: 0;
    left: auto;
    width: 51.1rem;
    height: 176.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section04-bg-sp.jpg");
  }
  #ladie_denim .section04 .textArea {
    padding-left: 8.2rem;
  }
  #ladie_denim .section04 .lead {
    padding-bottom: 94rem;
  }
  #ladie_denim .section04 .informations {
    padding-left: 6.5rem;
  }
  #ladie_denim .section04 .image01 {
    padding-bottom: 5.5rem;
  }
  #ladie_denim .section04 .image02 {
    position: absolute;
    top: 90.6rem;
    right: 0;
    width: 60.5rem;
  }
  #ladie_denim .section05 {
    display: block;
    padding-left: 8rem;
    z-index: 1;
  }
  #ladie_denim .section05:after {
    display: block;
    top: -97.4rem;
    right: auto;
    left: 0;
    width: 51.4rem;
    height: 139.2rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section05-bg-sp.jpg");
  }
  #ladie_denim .section05 .catch {
    padding-bottom: 112.4rem;
  }
  #ladie_denim .section05 .image {
    position: absolute;
    top: 18.8rem;
    left: 8rem;
    width: 59.5rem;
  }
  #ladie_denim .section06 {
    display: block;
    padding-left: 0;
  }
  #ladie_denim .section06 .textArea {
    padding-top: 4.8rem;
  }
  #ladie_denim .section06 .textArea h3,
  #ladie_denim .section06 .textArea .catch {
    padding-left: 45.5rem;
  }
  #ladie_denim .section06 .textArea .catch {
    padding-bottom: 93.5rem;
  }
  #ladie_denim .section06 .lead,
  #ladie_denim .section06 .informations {
    padding-left: 8rem;
  }
  #ladie_denim .section06 .informations {
    padding-top: 3rem;
  }
  #ladie_denim .section06 .image {
    right: 0;
    left: 0;
    width: auto;
  }
  #ladie_denim .section05 {
    display: block;
    padding-left: 8rem;
    z-index: 1;
  }
  #ladie_denim .section05:after {
    display: block;
    top: -97.4rem;
    right: auto;
    left: 0;
    width: 51.4rem;
    height: 139.2rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section05-bg-sp.jpg");
  }
  #ladie_denim .section05 .catch {
    padding-bottom: 112.4rem;
  }
  #ladie_denim .section05 .image {
    position: absolute;
    top: 18.8rem;
    left: 8rem;
    width: 59.5rem;
  }
  #ladie_denim .section07 {
    padding-left: 16.4rem;
  }
  #ladie_denim .section07 .catch {
    padding-bottom: 96.5rem;
  }
  #ladie_denim .section07 .image {
    position: absolute;
    top: 17.8rem;
    left: 7.8rem;
    width: 59.5rem;
  }
  #ladie_denim .section08 {
    padding: 0 0 7.5rem 7.8rem;
    z-index: 2;
  }
  #ladie_denim .section08:after {
    height: 162.9rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_denim/section08-bg-sp.jpg");
  }
  #ladie_denim .section08 .catch {
    padding-bottom: 5.5rem;
  }
  #ladie_denim .section08 .informations {
    padding-top: 4.5rem;
  }
  #ladie_denim .section08 .image {
    padding-bottom: 5.4rem;
    width: 59.5rem;
  }

  /*==================================================================================
   ladie_item
  ==================================================================================*/
  #ladie_item section.introduction {
    padding-left: 13rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/intro-bg-sp.jpg");
  }
  #ladie_item section.introduction .catch,
  #ladie_item section.introduction .lead {
    margin-left: -4.6rem;
    padding-left: 0;
  }
  #ladie_item .section01 {
    flex-direction: column;
    align-items: normal;
    gap: 5.6rem 0;
    padding-left: 16.3rem;
  }
  #ladie_item .section01:after {
    top: 19.5rem;
    left: 0;
    width: 39.7rem;
    height: 109.6rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section01-bg-sp.jpg");
  }
  #ladie_item .section01 .textArea .informations {
    padding-top: 4rem;
  }
  #ladie_item .section01 .image {
    order: -1;
    flex: 0 0 auto;
    width: 42.2rem;
  }
  #ladie_item .section02 {
    display: flex;
    flex-wrap: wrap;
    gap: 5.6rem 0;
    padding-left: 8.1rem;
    padding-bottom: 7rem;
  }
  #ladie_item .section02 .textArea {
    display: block;
  }
  #ladie_item .section02 h3,
  #ladie_item .section02 .catch {
    padding-left: 0;
  }
  #ladie_item .section02 .catch {
    padding-bottom: 2rem;
  }
  #ladie_item .section02 .lead {
    padding-left: 0;
  }
  #ladie_item .section02 .informations {
    padding-top: 3rem;
  }
  #ladie_item .section02 .image01 {
    order: -1;
    position: static;
    width: 58.8rem;
  }
  #ladie_item .section02 .image02 {
    position: absolute;
    top: 59.6rem;
    right: 8.2rem;
    width: 26.9rem;
  }
  #ladie_item .section03 {
    gap: 5.8rem 0;
    padding-top: 8.9rem;
    padding-left: 8.1rem;
  }
  #ladie_item .section03:after {
    top: 0;
    width: 48rem;
    height: 128.6rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section03-bg-sp.jpg");
  }
  #ladie_item .section03 .textArea {
    padding-left: 0;
  }
  #ladie_item .section03 .image {
    width: 58.8rem;
  }
  #ladie_item .section04 {
    flex-direction: column;
    align-items: normal;
    gap: 5.5rem 0;
    margin: auto;
    padding-left: 0;
    width: 46.2rem;
  }
  #ladie_item .section04 .textArea {
    padding-top: 0;
  }
  #ladie_item .section04 .lead {
    margin-right: -1rem;
  }
  #ladie_item .section04 .commonSlider01 {
    width: auto;
  }
  #ladie_item .section04 .commonSlider01 .swiper .swiper-prev,
  #ladie_item .section04 .commonSlider01 .swiper .swiper-next {
    top: 33%;
  }
  #ladie_item .section05 {
    gap: 5.6rem 0;
    padding: 0 0 8.6rem 8.1rem;
  }
  #ladie_item .section05:after {
    height: 41.5rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/ladie_item/section05-bg-sp.jpg");
  }
  #ladie_item .section05 .textArea {
    padding-left: 5.8rem;
  }
  #ladie_item .section05 .image {
    width: 58.8rem;
  }

  /*==================================================================================
   mens_autumn
  ==================================================================================*/
  #mens_autumn section.introduction {
    padding-left: 8rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/intro-bg-sp.jpg");
  }
  #mens_autumn .section01 {
    flex-direction: column;
    align-items: normal;
    gap: 4.8rem 0;
    padding-left: 8.2rem;
  }
  #mens_autumn .section01:after {
    display: block;
    top: 75.1rem;
    right: 0;
    left: 0;
    width: auto;
    height: 112.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section01-bg-sp.jpg");
  }
  #mens_autumn .section01 .commonSlider01 {
    order: -1;
    width: 58.7rem;
  }
  #mens_autumn .section02 {
    display: block;
    padding-top: 6rem;
    padding-left: 8.3rem;
  }
  #mens_autumn .section02 .textArea {
    padding-bottom: 5rem;
    z-index: 4;
  }
  #mens_autumn .section02 .image01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 51rem;
  }
  #mens_autumn .section02 .image02 {
    margin-top: 0;
    margin-left: -8.3rem;
    width: 36.8rem;
  }
  #mens_autumn .section03 {
    padding-top: 66.6rem;
    padding-left: 5.7rem;
  }
  #mens_autumn .section03:after {
    top: 196.4rem;
    width: 52rem;
    height: 168.3rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section03-bg-sp.jpg");
  }
  #mens_autumn .section03 .textArea {
    gap: 0 2.2rem;
    padding-bottom: 4.7rem;
  }
  #mens_autumn .section03 h3,
  #mens_autumn .section03 .catch {
    padding-left: 0;
  }
  #mens_autumn .section03 .catch {
    padding-bottom: 20.5rem;
  }
  #mens_autumn .section03 .lead {
    padding-left: 2rem;
  }
  #mens_autumn .section03 .image01 {
    right: 0;
    left: 0;
    width: auto;
  }
  #mens_autumn .section03 .image02 {
    margin-left: 2rem;
    width: 58.9rem;
  }
  #mens_autumn .section04 {
    display: block;
    padding-left: 8.2rem;
  }
  #mens_autumn .section04 .textArea {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3rem;
    padding-top: 0;
  }
  #mens_autumn .section04 h3,
  #mens_autumn .section04 .catch {
    flex: 0 0 100%;
    padding-left: 10.2rem;
  }
  #mens_autumn .section04 .catch {
    padding-bottom: 96rem;
  }
  #mens_autumn .section04 .lead {
    margin-right: 0;
  }
  #mens_autumn .section04 .informations {
    padding-top: 0;
  }
  #mens_autumn .section04 .commonSlider01 {
    position: absolute;
    top: 18.5rem;
    left: 8.2rem;
    width: 58.7rem;
    z-index: 4;
  }
  #mens_autumn .section05 {
    display: block;
    padding-left: 0;
  }
  #mens_autumn .section05:after {
    top: 91rem;
    width: 48.7rem;
    height: 126.1rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section05-bg-sp.jpg");
  }
  #mens_autumn .section05 h3,
  #mens_autumn .section05 .catch {
    padding-left: 24.9rem;
  }
  #mens_autumn .section05 .catch {
    padding-bottom: 109.8rem;
  }
  #mens_autumn .section05 .lead,
  #mens_autumn .section05 .informations {
    padding-left: 16.1rem;
  }
  #mens_autumn .section05 .image {
    position: absolute;
    top: 17.4rem;
    right: 0;
    left: 0;
    width: auto;
  }
  #mens_autumn .section06 .catch,
  #mens_autumn .section07 .catch,
  #mens_autumn .section08 .catch {
    padding-bottom: 5rem;
  }
  #mens_autumn .section06 .image,
  #mens_autumn .section07 .image,
  #mens_autumn .section08 .image {
    padding-bottom: 5rem;
  }
  #mens_autumn .section06 .textArea,
  #mens_autumn .section07 .textArea,
  #mens_autumn .section08 .textArea {
    flex-direction: column;
    gap: 4rem 0;
  }
  #mens_autumn .section06 {
    margin: auto;
    width: 59.5rem;
  }
  #mens_autumn .section07 {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 59.5rem;
  }
  #mens_autumn .section07 .image {
    order: -1;
  }
  #mens_autumn .section08 {
    display: flex;
    flex-direction: column;
    padding-bottom: 10.8rem;
    padding-left: 7.7rem;
  }
  #mens_autumn .section08:after {
    height: 78.7rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_autumn/section08-bg-sp.jpg");
  }
  #mens_autumn .section08 .catch {
    padding-bottom: 2.5rem;
  }
  #mens_autumn .section08 .image {
    order: -1;
    width: 59.5rem;
  }

  /*==================================================================================
   mens_cusual
  ==================================================================================*/
  #mens_cusual section.introduction {
    padding-left: 12.5rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/intro-bg-sp.jpg");
  }
  #mens_cusual section.introduction > header h1 {
    padding-left: 37.8rem;
  }
  #mens_cusual section.introduction .catch,
  #mens_cusual section.introduction .lead {
    padding-left: 0;
  }
  #mens_cusual .section01 {
    display: block;
    padding-top: 9.5rem;
    padding-left: 0;
  }
  #mens_cusual .section01:after {
    top: 143.6rem;
    right: 0;
    width: auto;
    height: 115.6rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section01-bg-sp.jpg");
  }
  #mens_cusual .section01 .textArea {
    z-index: 4;
  }
  #mens_cusual .section01 h3,
  #mens_cusual .section01 .catch,
  #mens_cusual .section01 .lead {
    padding-left: 38.8rem;
  }
  #mens_cusual .section01 .lead {
    padding-bottom: 127rem;
  }
  #mens_cusual .section01 .informations {
    padding: 0 0 0 8.1rem;
  }
  #mens_cusual .section01 .image01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 56.1rem;
  }
  #mens_cusual .section01 .image02 {
    position: absolute;
    top: 101.4rem;
    right: 0;
    margin: 0;
    width: 66.9rem;
  }
  #mens_cusual .section02 {
    padding-left: 8.3rem;
  }
  #mens_cusual .section02:after {
    top: 273.5rem;
    right: auto;
    left: 0;
    width: 45.7rem;
    height: 127.9rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section02-bg-sp.jpg");
  }
  #mens_cusual .section02 .textArea {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.5rem;
    z-index: 4;
  }
  #mens_cusual .section02 h3,
  #mens_cusual .section02 .catch {
    padding-left: 5.5rem;
  }
  #mens_cusual .section02 .catch {
    padding-bottom: 5.2rem;
  }
  #mens_cusual .section02 h3,
  #mens_cusual .section02 .catch,
  #mens_cusual .section02 .lead,
  #mens_cusual .section02 .informations {
    padding-left: 5.5rem;
  }
  #mens_cusual .section02 .commonSlider01 {
    padding-bottom: 5rem;
    width: 58.7rem;
  }
  #mens_cusual .section02 .textArea {
    flex-direction: column;
    gap: 4rem 0;
  }
  #mens_cusual .section03 {
    padding-top: 78.8rem;
    width: auto;
  }
  #mens_cusual .section03 .textArea {
    padding-right: 6rem;
    padding-bottom: 0;
  }
  #mens_cusual .section03 h3,
  #mens_cusual .section03 .catch {
    width: 22rem;
  }
  #mens_cusual .section03 .catch {
    padding-bottom: 32rem;
  }
  #mens_cusual .section03 .lead,
  #mens_cusual .section03 .informations {
    margin-right: 7.3rem;
    width: 43.2rem;
    color: #000;
  }
  #mens_cusual .section04 {
    display: block;
    padding-left: 8.3rem;
  }
  #mens_cusual .section04:after {
    top: 193rem;
    right: 0;
    left: auto;
    width: 47.9rem;
    height: 163.9rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/mens_cusual/section04-bg-sp.jpg");
  }
  #mens_cusual .section04 .textArea {
    padding: 0 0 0 4.5rem;
  }
  #mens_cusual .section04 .catch {
    padding-bottom: 112.6rem;
  }
  #mens_cusual .section04 .image {
    position: absolute;
    top: 18rem;
    left: 8.1rem;
    width: 59.5rem;
  }
  #mens_cusual .section05,
  #mens_cusual .section06,
  #mens_cusual .section07 {
    display: flex;
    flex-direction: column;
  }
  #mens_cusual .section05 .catch,
  #mens_cusual .section06 .catch,
  #mens_cusual .section07 .catch {
    padding-bottom: 2.5rem;
  }
  #mens_cusual .section05 .image,
  #mens_cusual .section06 .image,
  #mens_cusual .section07 .image {
    order: -1;
    padding-bottom: 5.5rem;
  }
  #mens_cusual .section05 .textArea,
  #mens_cusual .section06 .textArea,
  #mens_cusual .section07 .textArea {
    display: block;
  }
  #mens_cusual .section05 .informations,
  #mens_cusual .section06 .informations,
  #mens_cusual .section07 .informations {
    padding-top: 4rem;
  }
  #mens_cusual .section05 {
    margin: auto;
  }
  #mens_cusual .section06 {
    margin-left: 0;
    width: auto;
  }
  #mens_cusual .section06 h3,
  #mens_cusual .section06 .catch,
  #mens_cusual .section06 .textArea {
    padding-left: 7.7rem;
  }
  #mens_cusual .section07 {
    padding-bottom: 11.2rem;
    padding-left: 7.7rem;
  }
  #mens_cusual .section07:after {
    height: 74.8rem;
  }

  /*==================================================================================
   beauty
  ==================================================================================*/
  #beauty section.introduction {
    padding: 14.8rem 0 4.5rem 7.3rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/beauty/intro-bg-sp.jpg");
  }
  #beauty section.introduction > header {
    padding-bottom: 4rem;
  }
  #beauty section.introduction .mainVisual {
    flex: 0 0 50.8rem;
  }
  #beauty section.introduction .catch {
    text-align: left;
    font-size: 4.2rem;
  }
  #beauty section.introduction .lead {
    text-align: left;
    font-size: 2.6rem;
  }
  #beauty .bgArea {
    padding: 6rem 0 12rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/beauty/bg-sp.jpg");
  }
  #beauty .sections .catch {
    line-height: 4.6rem;
    font-size: 2.9rem;
  }
  #beauty .section01 {
    flex-direction: column;
    gap: 0 0;
    padding-bottom: 5.7rem;
    max-width: 63rem;
  }
  #beauty .section01 .textArea {
    padding: 3.5rem 0 2rem 9rem;
  }
  #beauty .section01 .informations {
    padding-left: 9rem;
  }
  #beauty .section01 .image {
    flex: 0 0 auto;
  }
  #beauty .section02,
  #beauty .section05 {
    max-width: 41rem;
  }
  #beauty .section02 .catch,
  #beauty .section05 .catch {
    padding-bottom: 3rem;
  }
  #beauty .section02 .image,
  #beauty .section05 .image {
    padding-bottom: 4rem;
  }
  #beauty .section02 {
    padding-bottom: 6.5rem;
  }
  #beauty .section03 {
    flex-direction: column;
    align-items: normal;
    gap: 0 2.6rem;
    padding-bottom: 5.1rem;
  }
  #beauty .section03 .textArea {
    padding-left: 9rem;
  }
  #beauty .section03 .image {
    order: -1;
    flex: 0 0 auto;
    padding-bottom: 5rem;
    width: 48rem;
  }
  #beauty .section04 {
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    margin-left: auto;
    padding-bottom: 6.1rem;
    padding-left: 0;
    width: 48rem;
  }
  #beauty .section04 .image {
    order: -1;
    flex: 0 0 auto;
    padding-bottom: 4rem;
  }
  #beauty .section05 .catch {
    margin-right: -10rem;
  }
  #beauty .section05 .informations {
    margin-right: -7rem;
  }

  /*==================================================================================
   kids
  ==================================================================================*/
  #kids section.introduction {
    padding: 14.6rem 0 5rem 11rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/kids/intro-bg-sp.jpg");
  }
  #kids section.introduction > header {
    padding-bottom: 5rem;
  }
  #kids section.introduction > header h1 {
    padding-left: 41.3rem;
  }
  #kids section.introduction > header .mainVisual {
    flex: 0 0 50.4rem;
  }
  #kids section.introduction .catch {
    text-align: left;
    font-size: 4.2rem;
  }
  #kids section.introduction .lead {
    text-align: left;
    font-size: 2.6rem;
  }
  #kids .bgArea {
    padding: 3.3rem 0 7rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/kids/bg-sp.jpg");
  }
  #kids .sections {
    overflow: hidden;
  }
  #kids .sections .textArea {
    position: static;
    box-sizing: content-box;
    z-index: 4;
  }
  #kids .sections .catch {
    font-size: 2.9rem;
  }
  #kids .sections .lead {
    font-size: 2.3rem;
  }
  #kids .section01 {
    padding: 0 0 8.5rem 0;
  }
  #kids .section01 .textArea {
    margin-top: -3.5rem;
    padding-left: 35.4rem;
  }
  #kids .section01 h3 {
    gap: 1.8rem 0;
    padding-bottom: 2rem;
  }
  #kids .section01 h3 img {
    width: 17.1rem;
  }
  #kids .section01 .catch {
    top: 5.9rem;
    left: 39.7rem;
  }
  #kids .section01 .lead {
    max-width: 30rem;
  }
  #kids .section01 .image {
    width: 64rem;
  }
  #kids .section02 {
    display: flex;
    flex-direction: column;
    padding: 0 0 10.3rem 0;
  }
  #kids .section02 .textArea {
    margin-top: -3.2rem;
    padding-left: 9rem;
  }
  #kids .section02 .catch {
    top: 9rem;
    left: -2.4rem;
    width: 32.2rem;
    padding-left: 13rem;
    white-space: nowrap;
  }
  #kids .section02 .lead {
    max-width: 28rem;
  }
  #kids .section02 .image01 {
    width: 62.1rem;
    margin-left: 13.6rem;
  }
  #kids .section02 .image02 {
    top: 75.5rem;
    left: 41.9rem;
  }
  #kids .section03 {
    padding: 0 0 8.8rem 0;
  }
  #kids .section03 .textArea {
    padding-left: 9rem;
  }
  #kids .section03 .catch {
    top: 65.8rem;
    left: 41.6rem;
  }
  #kids .section03 .lead {
    max-width: 36.5rem;
  }
  #kids .section03 .image {
    margin-bottom: 3rem;
    border-top: 2.9rem solid #fff;
    border-right: 3rem solid #fff;
    border-bottom: 2.9rem solid #fff;
    border-left: 3rem solid #fff;
  }
  #kids .section04 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.3rem;
  }
  #kids .section04 .textArea {
    padding-top: 2rem;
  }
  #kids .section04 .catch {
    top: 5.4rem;
    left: -1.8rem;
    padding-left: 4rem;
  }
  #kids .section04 .lead {
    max-width: 30rem;
  }
  #kids .section04 .image01 {
    width: 45rem;
  }
  #kids .section04 .image02 {
    margin-top: -10.4rem;
    width: 35.2rem;
  }

  /*==================================================================================
   living_kitchen
  ==================================================================================*/
  #living_kitchen section.introduction {
    padding: 14.6rem 0 4rem 6rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/living_kitchen/intro-bg-sp.jpg");
  }
  #living_kitchen section.introduction > header {
    padding-bottom: 3.5rem;
  }
  #living_kitchen section.introduction h2 {
    padding-top: 0;
  }
  #living_kitchen section.introduction .mainVisual {
    flex: 0 0 50.8rem;
  }
  #living_kitchen section.introduction .catch {
    text-align: left;
    font-size: 4.2rem;
  }
  #living_kitchen section.introduction .lead {
    text-align: left;
    font-size: 2.6rem;
  }
  #living_kitchen .bgArea {
    padding: 3.9rem 0 12.8rem;
    background: url("/base/pc/store/special/hyakkasai/2026aw/img/living_kitchen/bg-sp.jpg") no-repeat center top;
    background-size: 100% 100%;
  }
  #living_kitchen .sections h3 {
    font-size: 3.3rem;
  }
  #living_kitchen .sections .catch {
    font-size: 2.9rem;
  }
  #living_kitchen .section01 {
    flex-direction: column;
    align-items: normal;
    gap: 6rem 0;
    padding-bottom: 20rem;
    max-width: none;
  }
  #living_kitchen .section01 .textArea,
  #living_kitchen .section01 .informations {
    padding-left: 17rem;
  }
  #living_kitchen .section01 .informations {
    padding-top: 0;
  }
  #living_kitchen .section01 .commonSlider01 {
    order: -1;
    width: 100%;
  }
  #living_kitchen .section01 .commonSlider01 .swiper .swiper-prev,
  #living_kitchen .section01 .commonSlider01 .swiper .swiper-next {
    top: calc(50% - 1.5rem);
  }
  #living_kitchen .section02,
  #living_kitchen .section03,
  #living_kitchen .section05 {
    flex-direction: column;
    gap: 4.6rem 0;
  }
  #living_kitchen .section02 .textArea,
  #living_kitchen .section03 .textArea,
  #living_kitchen .section05 .textArea {
    display: flex;
    padding: 0 0 0 9rem;
  }
  #living_kitchen .section02 .catch,
  #living_kitchen .section03 .catch,
  #living_kitchen .section05 .catch {
    padding-bottom: 1.2rem;
  }
  #living_kitchen .section02 .informations,
  #living_kitchen .section03 .informations,
  #living_kitchen .section05 .informations {
    padding-top: 0;
  }
  #living_kitchen .section02 .image,
  #living_kitchen .section03 .image,
  #living_kitchen .section05 .image {
    flex: 0 0 auto;
  }
  #living_kitchen .section02 {
    padding-bottom: 14rem;
  }
  #living_kitchen .section02 .textArea {
    gap: 0 5.2rem;
  }
  #living_kitchen .section02 h3 {
    gap: 2.5rem 0;
    padding-bottom: 2rem;
  }
  #living_kitchen .section02 .informationsArea {
    margin-top: -2rem;
  }
  #living_kitchen .section02 .informations + .informations {
    padding-top: 1rem;
  }
  #living_kitchen .section02 .informations .linkButton {
    margin-top: 0;
  }
  #living_kitchen .section02 .informations .annotation {
    margin-top: .5rem;
  }
  #living_kitchen .section02 .image {
    width: 66rem;
  }
  #living_kitchen .section03 {
    justify-content: normal;
    padding: 0 0 17rem 0;
  }
  #living_kitchen .section03 .textArea {
    gap: 0 2.4rem;
    padding-top: 0;
  }
  #living_kitchen .section03 .catch {
    padding-bottom: 1.2rem;
  }
  #living_kitchen .section03 .informationsArea {
    margin-top: -1rem;
  }
  #living_kitchen .section03 .informations {
    padding-top: 0;
  }
  #living_kitchen .section03 .informations .linkButton {
    margin-bottom: .5rem;
  }
  #living_kitchen .section03 .image {
    order: -1;
    margin-left: auto;
    width: 66rem;
  }
  #living_kitchen .section04 {
    gap: 0 12.1rem;
    margin: auto;
    padding-bottom: 16rem;
    max-width: 87rem;
  }
  #living_kitchen .section04 .textArea,
  #living_kitchen .section04 .informations {
    padding-left: 17rem;
  }
  #living_kitchen .section04 .textArea {
    padding-bottom: 1.5rem;
  }
  #living_kitchen .section04 .informations .linkButton {
    margin-bottom: .5rem;
  }
  #living_kitchen .section04 .image {
    order: -1;
    padding-bottom: 3.5rem;
    width: auto;
  }
  #living_kitchen .section05 .textArea {
    gap: 0 9rem;
    padding-top: 0;
  }
  #living_kitchen .section05 .image {
    width: 66rem;
  }

  /*==================================================================================
   food
  ==================================================================================*/
  #food section.introduction {
    padding: 14.5rem 0 3rem 7.3rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/food/intro-bg-sp.jpg");
  }
  #food section.introduction > header {
    padding-bottom: 3rem;
  }
  #food section.introduction h2 {
    padding-left: 1.8rem;
    text-align: right;
  }
  #food section.introduction .mainVisual {
    flex: 0 0 50.8rem;
  }
  #food section.introduction .catch {
    text-align: left;
    font-size: 4.2rem;
  }
  #food section.introduction .lead {
    text-align: left;
    font-size: 2.6rem;
  }
  #food .bgArea {
    padding: 5.7rem 0 7.4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/food/bg-sp.jpg");
  }
  #food .sections .textArea {
    padding-left: 8rem;
  }
  #food .sections h3 {
    font-size: 3.3rem;
  }
  #food .sections .catch {
    font-size: 2.9rem;
  }
  #food .section01,
  #food .section02,
  #food .section04,
  #food .section05 {
    flex-direction: column;
  }
  #food .section01 .textArea,
  #food .section02 .textArea,
  #food .section04 .textArea,
  #food .section05 .textArea {
    flex: 0 0 auto;
    margin-top: 0;
    border-radius: 0 0 7rem 7rem;
  }
  #food .section01 .image,
  #food .section02 .image,
  #food .section04 .image,
  #food .section05 .image {
    order: -1;
    flex: 0 0 auto;
    width: 48rem;
  }
  #food .section01 {
    padding-bottom: 10.3rem;
  }
  #food .section01 .textArea {
    margin-left: 9rem;
    width: 47.6rem;
    height: 41.5rem;
  }
  #food .section02 {
    justify-content: normal;
    padding-bottom: 9.6rem;
  }
  #food .section02 .textArea {
    margin-left: 18.4rem;
    padding-left: 8.6rem;
    width: 47.6rem;
    height: 45.2rem;
  }
  #food .section02 .image {
    margin-left: auto;
  }
  #food .section03 {
    padding-bottom: 7.9rem;
    max-width: 63rem;
  }
  #food .section03 .textArea {
    margin: auto;
    padding-left: 5.5rem;
  }
  #food .section03 .image {
    order: -1;
  }
  #food .section04 {
    padding-bottom: 9.8rem;
  }
  #food .section04 .textArea {
    margin-left: 9rem;
    padding-left: 7.4rem;
    width: 47.6rem;
    height: 42.7rem;
  }
  #food .section05 {
    justify-content: normal;
    padding-bottom: 7.2rem;
  }
  #food .section05 .textArea {
    margin-left: 18.4rem;
    padding-left: 11.6rem;
    width: 47.6rem;
    height: 40.4rem;
  }
  #food .section05 .image {
    margin-left: auto;
    width: 47.4rem;
  }
  #food .section06 {
    max-width: 52.2rem;
  }
  #food .section06 .textArea {
    padding-left: 5.8rem;
    height: 38.1rem;
  }
  #food .section06 .image {
    margin: auto;
    width: 41rem;
  }

  /*==================================================================================
   relaxPages
  ==================================================================================*/
  .relaxPages main {
    overflow: hidden;
  }
  .relaxPages section.introduction {
    padding: 12.4rem 0 3.4rem;
  }
  .relaxPages section.introduction > header {
    margin-bottom: 6.8rem;
    padding-bottom: 4.5rem;
  }
  .relaxPages section.introduction > header h1 {
    padding-bottom: 2.2rem;
  }
  .relaxPages section.introduction > header h2 .en {
    padding-bottom: 1.6rem;
    font-size: 3.5rem;
  }
  .relaxPages section.introduction > header h2 .ja {
    font-size: 2.5rem;
  }
  .relaxPages section.introduction .relaxLinks {
    padding-bottom: 3.5rem;
    width: 61.1rem;
  }
  .relaxPages section.introduction .relaxLinks li {
    flex: 0 0 19rem;
  }
  .relaxPages section.introduction .relaxLinks li .image {
    padding-bottom: 1.9rem;
  }
  .relaxPages section.introduction .relaxLinks li .time {
    padding-bottom: 2rem;
    font-size: 7.4rem;
  }
  .relaxPages section.introduction .relaxLinks li .time span {
    top: -.9rem;
    font-size: 5.5rem;
  }
  .relaxPages section.introduction .relaxLinks li .text {
    padding: .4rem 1rem .4rem 1.3rem;
    letter-spacing: .1em;
    font-size: 2.1rem;
  }
  .relaxPages section.introduction .relaxLinks li.current .time:after {
    top: 3.6rem;
    left: calc(50% - 10.25rem);
    width: 20.5rem;
  }
  .relaxPages section.introduction > .time {
    padding-bottom: 1.8rem;
    font-size: 15.8rem;
  }
  .relaxPages section.introduction > .time span {
    top: -2rem;
    font-size: 11.9rem;
  }
  .relaxPages section.introduction > .text {
    padding-bottom: 2rem;
    font-size: 2rem;
  }
  .relaxPages section.introduction > .catch {
    line-height: 3.3rem;
    font-size: 2.5rem;
  }
  .relaxPages .sections .catch {
    font-size: 2.9rem;
  }
  .relaxPages .sections .lead {
    font-size: 2.3rem;
  }
  .relaxPages .sections .informations {
    line-height: 3.2rem;
    font-size: 2.25rem;
  }
  .relaxPages .sections .informations .linkButton {
    padding-top: 1.5rem;
  }

  /*==================================================================================
   relax1900
  ==================================================================================*/
  #relax1900 section.introduction {
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax1900/intro-bg-sp.jpg");
  }
  #relax1900 .bgArea {
    padding: 5.1rem 0 4rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax1900/bg-sp.jpg");
  }
  #relax1900 .sections h3,
  #relax1900 .sections .catch,
  #relax1900 .sections .lead {
    color: #be421f;
  }
  #relax1900 .sections h3:after {
    background: #be421f;
  }
  #relax1900 .section01 {
    flex-direction: column;
    padding-bottom: 5.6rem;
  }
  #relax1900 .section01 .textArea {
    flex: 0 0 auto;
    padding-top: 0;
    padding-left: 9rem;
  }
  #relax1900 .section01 h3 {
    gap: 2rem 0;
    padding-bottom: 1.6rem;
  }
  #relax1900 .section01 .informations {
    padding-top: 1.5rem;
  }
  #relax1900 .section01 .image {
    flex: 0 0 auto;
    margin: 0 0 -5.5rem;
    width: 77rem;
  }
  #relax1900 .section02 {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 10.6rem;
  }
  #relax1900 .section02 .textArea {
    flex: 0 0 auto;
    padding-top: 0;
    padding-left: 9rem;
  }
  #relax1900 .section02 h3 {
    gap: 2rem 0;
    padding-bottom: 1.6rem;
    line-height: 1;
  }
  #relax1900 .section02 .informations {
    padding-top: 1.5rem;
  }
  #relax1900 .section02 .image {
    order: -1;
    flex: 0 0 auto;
    margin: 0 0 -3.2rem -3.3rem;
    width: 78.3rem;
  }
  #relax1900 .section03 {
    padding-bottom: 6.8rem;
  }
  #relax1900 .section03 .textArea {
    flex: 0 0 30.2rem;
  }
  #relax1900 .section03 .image {
    flex: 0 0 36.5rem;
  }
  #relax1900 .section04 {
    align-items: flex-start;
    justify-content: center;
    gap: 0 3.6rem;
    padding-bottom: 7.2rem;
    max-width: 64.9rem;
  }
  #relax1900 .section04 .textArea01 {
    flex: 0 0 21.4rem;
    padding-top: 1rem;
  }
  #relax1900 .section04 .textArea02 {
    flex: 0 0 auto;
  }
  #relax1900 .section04 .lead {
    padding-right: 0;
  }
  #relax1900 .section04 .informations {
    padding-top: 2rem;
  }
  #relax1900 .section04 .informations .links {
    display: block;
  }
  #relax1900 .section04 .informations .links > span {
    display: block;
    padding-top: .3rem;
  }
  #relax1900 .section04 .informations .links a {
    padding-top: 0;
  }
  #relax1900 .section04 .image {
    margin-bottom: -5rem;
    padding-left: 7.7rem;
  }
  #relax1900 .section05 {
    gap: 0 0;
    max-width: none;
  }
  #relax1900 .section05 .textArea {
    margin-left: 9rem;
    max-width: none;
  }
  #relax1900 .section05 .image {
    order: -1;
    flex: 0 0 auto;
    left: -2.4rem;
    margin-bottom: -4rem;
    width: 68.3rem;
  }

  /*==================================================================================
   relax2100
  ==================================================================================*/
  #relax2100 section.introduction {
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2100/intro-bg-sp.jpg");
  }
  #relax2100 .bgArea {
    padding: 5.5rem 0 6.5rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2100/bg-sp.jpg");
  }
  #relax2100 .sections {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 0 0;
    margin: 0;
    padding-left: 0;
    max-width: none;
  }
  #relax2100 .sections .textArea,
  #relax2100 .sections .image {
    flex: 0 0 auto;
  }
  #relax2100 .sections .textArea {
    margin: 0;
    padding: 0;
  }
  #relax2100 .sections .lead {
    max-width: none;
  }
  #relax2100 .sections .image {
    order: -1;
  }
  #relax2100 .section01 {
    padding-bottom: 7rem;
  }
  #relax2100 .section01 .textArea {
    padding-left: 8.8rem;
  }
  #relax2100 .section01 .image {
    margin: 0 0 -4.3rem;
    width: 61.9rem;
  }
  #relax2100 .section02 {
    padding-bottom: 7.6rem;
  }
  #relax2100 .section02 .textArea {
    padding-left: 9rem;
  }
  #relax2100 .section02 .image {
    margin: 0 0 -1.8rem auto;
    width: 62rem;
  }
  #relax2100 .section03 {
    padding-bottom: 2.8rem;
  }
  #relax2100 .section03 .textArea {
    padding-left: 17rem;
  }
  #relax2100 .section03 .image {
    margin: 0 0 1.6rem;
    width: 53.9rem;
  }
  #relax2100 .section04 {
    padding-bottom: 9rem;
  }
  #relax2100 .section04 .textArea {
    padding-left: 17rem;
  }
  #relax2100 .section04 .image {
    margin: 0 0 3.8rem 7.5rem;
    width: 52.5rem;
  }
  #relax2100 .section05 {
    padding-bottom: 10rem;
  }
  #relax2100 .section05 .textArea {
    padding-left: 8.8rem;
  }
  #relax2100 .section05 .image {
    margin: 0 0 4.4rem 9rem;
    width: 61.9rem;
  }
  #relax2100 .section06 {
    padding-bottom: 8.5rem;
  }
  #relax2100 .section06 .textArea {
    padding-left: 17rem;
  }
  #relax2100 .section06 .image {
    margin: 0 0 -1.5rem 15rem;
    width: 53.2rem;
  }
  #relax2100 .section07 {
    padding-bottom: 10.9rem;
  }
  #relax2100 .section07 .textArea {
    padding-left: 16.8rem;
  }
  #relax2100 .section07 .image {
    margin: 0 0 .3rem 1.6rem;
    width: 64.4rem;
  }
  #relax2100 .section08 .textArea {
    padding-left: 9.1rem;
  }
  #relax2100 .section08 .image {
    margin: 0 0 3rem 0;
    width: 53rem;
  }

  /*==================================================================================
   relax2300
  ==================================================================================*/
  #relax2300 section.introduction {
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2300/intro-bg-sp.jpg");
  }
  #relax2300 .bgArea {
    padding: 5.1rem 0 3rem;
    background-image: url("/base/pc/store/special/hyakkasai/2026aw/img/relax2300/bg-sp.jpg");
  }
  #relax2300 .sections {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 0 0;
    margin: 0;
    padding-left: 0;
    max-width: none;
  }
  #relax2300 .sections .textArea,
  #relax2300 .sections .image {
    flex: 0 0 auto;
  }
  #relax2300 .sections .textArea {
    margin: 0;
    padding: 0;
  }
  #relax2300 .sections .lead {
    max-width: none;
  }
  #relax2300 .sections .image {
    order: -1;
  }
  #relax2300 .section01 {
    padding-bottom: 7.4rem;
  }
  #relax2300 .section01 .textArea {
    padding-left: 9rem;
  }
  #relax2300 .section01 .image {
    margin: 0 0 -3rem -1.3rem;
    width: 76.2rem;
  }
  #relax2300 .section02 {
    margin-bottom: -4.2rem;
    padding-bottom: 0;
  }
  #relax2300 .section02 .textArea {
    padding-left: 17rem;
  }
  #relax2300 .section02 .image {
    margin: 0 0 -2.3rem 9rem;
    width: 65.7rem;
  }
  #relax2300 .section03 {
    padding-bottom: 8rem;
  }
  #relax2300 .section03 .textArea {
    padding-left: 9.1rem;
  }
  #relax2300 .section03 .image {
    margin: 0 0 5.1rem 0;
    width: 65.4rem;
  }
  #relax2300 .section04 {
    padding-bottom: 6rem;
  }
  #relax2300 .section04 .textArea {
    padding-left: 16.7rem;
  }
  #relax2300 .section04 .image {
    margin: 0 0 -4.5rem auto;
    width: 74.4rem;
  }
  #relax2300 .section05 {
    padding-bottom: 7rem;
  }
  #relax2300 .section05 .textArea {
    padding-left: 17rem;
  }
  #relax2300 .section05 .image {
    margin: 0 0 -.9rem 9.3rem;
    width: 48.7rem;
  }
  #relax2300 .section06 .textArea {
    padding-left: 17rem;
  }
  #relax2300 .section06 .image {
    margin: 0 0 -6.6rem 0;
    width: 74.4rem;
  }
}

/*# sourceMappingURL=lower.css.map */
