@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/*==================================================================================
 top
==================================================================================*/
#pagetop main section .catch {
  line-height: 1.3;
  font-size: 4.8rem;
}
#pagetop main section .lead {
  line-height: 2;
  font-size: 2.0rem;
}
#pagetop section.introduction {
  position: relative;
  margin-bottom: 8rem;
  padding-top: 20rem;
  background: url(/base/pc/store/special/hyakkasai/2026aw/img/top/intro-bg.jpg) no-repeat left top;
  background-size: 100% auto;
}
#pagetop section.introduction hgroup {
  padding-bottom: 27rem;
  text-align: center;
}
#pagetop section.introduction hgroup p {
  line-height: 1;
}
#pagetop section.introduction h1 {
  margin: auto;
  padding-bottom: 2.3rem;
  width: 31.8rem;
}
#pagetop section.introduction .period {
  padding-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 600;
}
#pagetop section.introduction .period span {
  font-size: 60%;
}
#pagetop section.introduction .text {
  font-size: 2.3rem;
  font-weight: 200;
}
@keyframes imageLoop {
  100% {
    transform: translateY(0);
  }
}
#pagetop section.introduction .loopImages {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 14.2rem;
  height: 88rem;
  overflow: hidden;
}
#pagetop section.introduction .loopImages li {
  flex: 0 0 22rem;
  transform: translateY(-88rem);
  animation: imageLoop linear 10s 0s infinite;
}
#pagetop section.introduction .loopImages li a {
  display: block;
  position: relative;
  color: #fff;
}
#pagetop section.introduction .loopImages li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 .3rem;
  position: absolute;
  top: calc(50% - .8rem);
  right: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 1;
}
#pagetop section.introduction .loopImages li .text:after {
  content: '';
  display: block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/base/pc/store/special/hyakkasai/2026aw/img/common/arrow02.svg) no-repeat;
  background-size: 100% 100%;
}
#pagetop section.introduction .loopImages li .image {
  height: 22rem;
}
#pagetop section.introduction .loopImages li .image img {
  width: auto;
  max-width: none;
  height: 100%;
}
#pagetop section.introduction .loopImages.paused li {
  animation-play-state: paused;
}
#pagetop section.introduction .loopControls {
  cursor: pointer;
  position: absolute;
  right: 13.8rem;
  top: 88.2rem;
  width: 3rem;
  z-index: 2;
}
#pagetop section.introduction .loopControls .startButton {
  display: none;
}
#pagetop section.introduction .loopControls.paused .startButton {
  display: block;
}
#pagetop section.introduction .loopControls.paused .stopButton {
  display: none;
}
#pagetop section.introduction .lead {
  margin: auto;
  max-width: 85rem;
}
#pagetop .sections {
  margin: auto;
  padding-bottom: 8rem;
  max-width: 85rem;
}
#pagetop .sections h2 {
  margin-bottom: 4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #a62038;
  line-height: 1;
  font-size: 4.1rem;
  font-weight: 900;
  color: #a62038;
}
#pagetop .sections .links {
  display: flex;
  justify-content: center;
  gap: 0 4.9rem;
  text-align: center;
}
#pagetop .sections .links a {
  display: block;
  color: #a62038;
}
#pagetop .sections .links .name {
  padding-bottom: 1rem;
  line-height: 3.4rem;
  font-size: 3.2rem;
  font-weight: 900;
}
#pagetop .sections .links .text {
  padding-top: 1.2rem;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
}
#pagetop section.ladies .links li:nth-child(3) {
  margin-top: -.7rem;
}
#pagetop section.ladies .links li:nth-child(3) .name {
  padding-bottom: .5rem;
}
#pagetop section.ladies .links li:nth-child(3) .name .small {
  display: block;
  padding-bottom: .2rem;
  line-height: 1;
  font-size: 2.2rem;
}
#pagetop section.mens .links li {
  flex: 0 0 25.3rem;
}
#pagetop section.items .links {
  gap: 0 2.6rem;
}
#pagetop section.items .links li .name {
  line-height: 1;
  font-size: 2.5rem;
}
#pagetop section.items .links li .text {
  font-size: 1.6rem;
}
#pagetop section.items .links li:nth-child(1) .text {
  margin: 0 -1rem;
}
#pagetop section.items .links li:nth-child(3) .name {
  margin: 0 -1.5rem;
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  #pagetop section.items .links li:nth-child(3) .name {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }
}
#pagetop section.relax {
  padding-bottom: 4rem;
}
#pagetop section.relax .links {
  gap: 0 3.6rem;
  padding-bottom: 1.5rem;
}
#pagetop section.relax .links li {
  flex: 0 0 19.4rem;
}
#pagetop section.relax .links li .time {
  padding-top: .8rem;
  line-height: 1;
  font-size: 3.7rem;
  font-weight: 900;
}
#pagetop section.relax .catch {
  line-height: 2.9rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  color: #a62038;
}
#pagetop section.popup {
  margin-bottom: 9.5rem;
  padding-bottom: 3rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
#pagetop section.popup h3 {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1.2rem 2em;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
}
#pagetop section.popup .catch {
  padding-bottom: 3rem;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
}
#pagetop section.popup .lead {
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 500;
}
#pagetop .bgWrap {
  margin-top: 5.5rem;
  padding: 5rem 11.5rem 12rem;
  background-color: #f4e9db;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/top/bg-onlinestore.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
#pagetop .shopList h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#pagetop .shopList .lead {
  font-size: 1.8rem;
  text-align: center;
}
#pagetop .shopList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 0.9%;
  margin: 2.5rem 0 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #a62038;
}
#pagetop .shopList ul li {
  width: 32.6%;
  height: 9rem;
}
#pagetop .shopList ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.4rem 2.5rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #a62038;
  line-height: 3rem;
  background-color: #fff;
  position: relative;
}
#pagetop .shopList ul li a::after {
  display: block;
  content: '';
  width: 1.5rem;
  height: 2rem;
  background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 1rem);
  right: 2rem;
}
#pagetop .dpointBanner {
  margin: auto;
  max-width: 51.4rem;
}
#pagetop .onlinestore {
  margin-top: 5rem;
}
#pagetop .onlinestore h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#pagetop .onlinestore .lead {
  margin-top: 0.3rem;
  font-size: 1.8rem;
  text-align: center;
}
#pagetop .onlinestore ul {
  margin: 4.5rem auto 0;
  width: 53rem;
}
#pagetop .onlinestore ul li + li {
  margin-top: 2.6rem;
}
#pagetop .onlinestore ul li p {
          /*a,
          span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem 5rem 2rem 3rem;
            background-color: #fff;
            border: solid 0.3rem #a62038;
            border-radius: 5rem;
            text-align: center;
            position: relative;
            &::after {
              display: block;
              content: '';
              width: 1.5rem;
              height: 2rem;
              background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/common/arrow01.png);
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              top: calc(50% - 1rem);
              right: 2.8rem;
            }
          }

          &.online img {width: 23.4rem;}
          &.fs img {width: 32.1rem;}
          &.tbeaut img {width: 18.7rem;}
          &.cs span {
            padding: 1.2rem 5rem 1.5rem 3rem;
            font-size: 3rem;
            color: #a62038;
            font-weight: 600;
            background-color: #fff;
          }*/
}
#pagetop .onlinestore ul li p.txt {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}
#pagetop .onlinestore ul li p a {
  display: block;
}

@media (max-width: 767px) {
  #pagetop main section .lead {
    line-height: 5.5rem;
    font-size: 2.8rem;
  }
  #pagetop section.introduction {
    margin-bottom: 10rem;
    padding-top: 14rem;
    background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/top/intro-bg-sp.jpg);
  }
  #pagetop section.introduction hgroup {
    margin-left: 28.5rem;
    padding-bottom: 39.5rem;
  }
  #pagetop section.introduction h1 {
    padding-bottom: 2rem;
    width: 41.3rem;
  }
  #pagetop section.introduction .period {
    padding-bottom: 1.2rem;
    font-size: 4.4rem;
  }
  #pagetop section.introduction .period span {
    font-size: 60%;
  }
  #pagetop section.introduction .text {
    font-size: 3rem;
  }
  @keyframes imageLoop {
    100% {
      transform: translateX(0);
    }
  }
  #pagetop section.introduction .loopImages {
    flex-direction: row;
    position: static;
    height: auto;
    padding-bottom: .6rem;
  }
  #pagetop section.introduction .loopImages li {
    flex: 0 0 18.7rem;
    transform: translateX(-74.8rem);
    animation: imageLoop linear 10s 0s infinite;
  }
  #pagetop section.introduction .loopImages li .text {
    gap: 0 .35rem;
    top: calc(50% - 1rem);
    font-size: 1.9rem;
  }
  #pagetop section.introduction .loopImages li .text:after {
    width: 1.7rem;
    height: 1.7rem;
  }
  #pagetop section.introduction .loopImages li .image {
    height: auto;
  }
  #pagetop section.introduction .loopImages li .image img {
    width: 100%;
    height: auto;
  }
  #pagetop section.introduction .loopControls {
    position: static;
    margin: 0 0 6.5rem 68rem;
    width: 4rem;
  }
  #pagetop section.introduction .loopControls .startButton {
    display: none;
  }
  #pagetop section.introduction .loopControls.paused .startButton {
    display: block;
  }
  #pagetop section.introduction .loopControls.paused .stopButton {
    display: none;
  }
  #pagetop section.introduction .lead {
    text-align: center;
  }
  #pagetop .sections {
    padding-bottom: 13rem;
    max-width: 59rem;
  }
  #pagetop .sections h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 4.8rem;
  }
  #pagetop .sections h2:before, #pagetop .sections h2:after {
    content: '';
    flex: 1 1 auto;
    display: block;
    position: relative;
    height: .1rem;
    background: #a62038;
  }
  #pagetop .sections .links {
    flex-wrap: wrap;
    gap: 4.5rem 3.4rem !important;
    text-align: center;
  }
  #pagetop .sections .links li {
    flex: 0 0 27.8rem !important;
  }
  #pagetop .sections .links .name {
    padding-bottom: .8rem;
    line-height: 4rem;
    font-size: 3.8rem;
  }
  #pagetop .sections .links .text {
    padding-top: 1.2rem;
    font-size: 2.2rem;
  }
  #pagetop section.ladies .links li:nth-child(3) {
    margin-top: 0;
  }
  #pagetop section.ladies .links li:nth-child(3) .name {
    padding-bottom: .5rem;
  }
  #pagetop section.ladies .links li:nth-child(3) .name .small {
    font-size: 2.5rem;
  }
  #pagetop section.items .links li .name {
    font-size: 3.8rem;
  }
  #pagetop section.items .links li .text {
    font-size: 2.2rem;
  }
  #pagetop section.items .links li:nth-child(1) .text {
    margin: 0 -1rem;
  }
  #pagetop section.items .links li:nth-child(3) .name {
    margin: .4rem -2rem;
    font-size: 3rem;
  }
  #pagetop section.relax {
    padding-bottom: 5rem;
  }
  #pagetop section.relax .links {
    justify-content: space-between;
    gap: 0 0 !important;
    padding-bottom: 1rem;
  }
  #pagetop section.relax .links li {
    flex: 0 0 19.6rem !important;
  }
  #pagetop section.relax .links li .time {
    font-size: 3.5rem;
  }
  #pagetop section.relax .catch {
    line-height: 3.2rem;
    font-size: 2.2rem;
  }
  #pagetop section.popup {
    margin-bottom: 11.5rem;
    padding-bottom: 3rem;
  }
  #pagetop section.popup h3 {
    margin-bottom: 1.8trem;
    padding: 1.2rem 2.5em;
    font-size: 2.5rem;
  }
  #pagetop section.popup .catch {
    padding-bottom: 3rem;
    font-size: 1.9rem;
  }
  #pagetop section.popup .lead {
    line-height: 3.4rem;
    font-size: 2rem;
  }
  #pagetop .bgWrap {
    margin-top: 10rem;
    padding: 10rem 3.5rem 10.5rem;
    background-image: url(/base/pc/store/special/hyakkasai/2026aw/img/top/bg-onlinestore-sp.png);
  }
  #pagetop .shopList h2 {
    font-size: 4rem;
  }
  #pagetop .shopList .lead {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  #pagetop .shopList ul {
    justify-content: flex-start;
    gap: 0.8rem 1.6%;
    margin: 4rem 0 7rem;
    padding-bottom: 7rem;
  }
  #pagetop .shopList ul li {
    width: 49.2%;
    height: 10.7rem;
  }
  #pagetop .shopList ul li a {
    padding: 1.4rem 2.5rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }
  #pagetop .shopList ul li a::after {
    width: 1.8rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 2.2rem;
  }
  #pagetop .dpointBanner {
    max-width: 57.9rem;
  }
  #pagetop .onlinestore {
    margin-top: 9rem;
  }
  #pagetop .onlinestore h2 {
    font-size: 4rem;
  }
  #pagetop .onlinestore .lead {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  #pagetop .onlinestore ul {
    margin: 6rem auto 0;
    width: 61.3rem;
  }
  #pagetop .onlinestore ul li + li {
    margin-top: 3.5rem;
  }
  #pagetop .onlinestore ul li p {
    /*a {
      padding: 2rem 5rem 2rem 3rem;
      &::after {
        width: 1.8rem;
        height: 2.4rem;
        top: calc(50% - 1.2rem);
        right: 3.2rem;
      }
    }
    &.online img {width: 27.1rem;}
    &.fs img {width: 37.3rem;}
    &.tbeaut img {width: 21.7rem;}
    &.cs span {padding: 2.8rem 5rem 2.8rem 3rem;}*/
  }
  #pagetop .onlinestore ul li p.txt {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
}

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