@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#groundy_chainsawman25 {
  display: grid;
  place-items: center;
  min-height: 100vh;
  background-color: #000;
  overflow-x: hidden;
  text-align: center;
  /* 線のアニメーション */
}
#groundy_chainsawman25 .hamburger,
#groundy_chainsawman25 .totop {
  transition: all 0.5s ease;
  position: fixed;
  display: none;
}
#groundy_chainsawman25 nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 50vw;
  height: 100vh;
  padding: 100px 120px;
  z-index: 22;
  overflow-y: scroll;
  display: none;
  list-style: none;
}
#groundy_chainsawman25 nav .header-h {
  color: #820000;
  font-size: 35px;
  margin-bottom: 45px;
  text-align: left;
  font-family: "Kelly Slab", sans-serif;
}
#groundy_chainsawman25 nav li {
  text-align: left;
  color: #fff;
}
#groundy_chainsawman25 nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding-bottom: 25px;
  display: inline-block;
}
#groundy_chainsawman25 .menu-link {
  display: flex;
  align-items: center;
  margin-top: 45px;
  gap: 10px;
  color: #fff;
}
#groundy_chainsawman25 .header-overview {
  margin-top: 60px;
}
#groundy_chainsawman25 .header-sns {
  margin-top: 80px;
  padding-top: 45px;
  border-top: 1px solid #707070;
}
#groundy_chainsawman25 .menu-sns {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .menu-sns {
    gap: 45px;
  }
}
#groundy_chainsawman25 .hamburger {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 80px;
  height: 70px;
  z-index: 22;
  background-color: #620000;
}
#groundy_chainsawman25 .hamburger span {
  transition: all 0.3s;
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #fff;
  z-index: 10;
  left: 25px;
  top: 27px;
}
#groundy_chainsawman25 .hamburger span:nth-of-type(1) {
  top: 27px;
}
#groundy_chainsawman25 .hamburger span:nth-of-type(2) {
  top: 35px;
}
#groundy_chainsawman25 .hamburger span:nth-of-type(3) {
  top: 43px;
}
#groundy_chainsawman25 .hamburger.open {
  background-color: #fff;
}
#groundy_chainsawman25 .hamburger.open span:nth-of-type(1) {
  top: 25px;
  transform: translateY(6px) rotate(-33deg);
  background-color: #000;
}
#groundy_chainsawman25 .hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
#groundy_chainsawman25 .hamburger.open span:nth-of-type(3) {
  top: 37px;
  transform: translateY(-6px) rotate(33deg);
  background-color: #000;
}
#groundy_chainsawman25 .totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 22;
}
#groundy_chainsawman25 .fv-container {
  position: relative;
  width: 100vw;
  height: 145vh;
  overflow: hidden;
  z-index: 8;
}
#groundy_chainsawman25 .movie, #groundy_chainsawman25 .fv-top, #groundy_chainsawman25 .fv-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#groundy_chainsawman25 .fv-top, #groundy_chainsawman25 .fv-bottom {
  z-index: 21;
}
#groundy_chainsawman25 .fv-top img,
#groundy_chainsawman25 .fv-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#groundy_chainsawman25 .fv-start {
  position: relative;
}
#groundy_chainsawman25 .movie-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
#groundy_chainsawman25 .movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#groundy_chainsawman25 .movie-son {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#groundy_chainsawman25 .intro-bg {
  position: absolute;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: none;
  opacity: 0.4;
  transform: translateY(0);
  width: 100vw;
  height: 100vh;
}
#groundy_chainsawman25 .bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeAnime 12s infinite;
}
#groundy_chainsawman25 .bg1 {
  background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-01.png);
  animation-delay: 0s;
}
#groundy_chainsawman25 .bg2 {
  background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-02.png);
  animation-delay: 4s;
}
#groundy_chainsawman25 .bg3 {
  background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-03.png);
  animation-delay: 8s;
}
@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0%);
  }
}
#groundy_chainsawman25 .scroll-lead {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 43vh;
  z-index: 35;
}
#groundy_chainsawman25 .scroll-lead p {
  color: #fff;
  font-size: 10px;
  margin-top: 30px;
}
#groundy_chainsawman25 .scroll-line {
  position: absolute;
  right: 50%;
  top: 70%;
  writing-mode: vertical-rl;
}
#groundy_chainsawman25 .scroll-line::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 52px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#groundy_chainsawman25 .sec-intro {
  margin-top: 100px;
  position: relative;
}
#groundy_chainsawman25 .contents-wrap {
  position: relative;
  width: 100%;
  z-index: 21;
}
#groundy_chainsawman25 .contents-space {
  height: 200vh;
}
#groundy_chainsawman25 .contents-inner {
  position: relative;
  padding-top: 80px;
  background-color: #000;
}
#groundy_chainsawman25 .scroll-infinity {
  z-index: 3;
  overflow: hidden;
  transform: rotate(-3.5deg);
  top: -240px;
  position: relative;
}
#groundy_chainsawman25 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#groundy_chainsawman25 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 0;
}
#groundy_chainsawman25 .scroll-infinity__list--left {
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
}
#groundy_chainsawman25 .scroll-infinity__list--right {
  animation: infinity-scroll-right 15s infinite linear 0.5s both;
}
#groundy_chainsawman25 .scroll-infinity__item {
  width: 1600px;
  height: 69px;
}
#groundy_chainsawman25 .scroll-infinity__item img {
  width: auto;
  height: 100%;
}
#groundy_chainsawman25 .scroll-infinity__item > img {
  height: 69px;
}
#groundy_chainsawman25 .marquee {
  overflow: hidden;
  width: 100vw;
  position: relative;
  transform: rotate(-3.5deg);
  left: 0;
  z-index: 3;
}
#groundy_chainsawman25 .marquee1 {
  margin-top: 200px;
  left: -375px;
  width: 125vw;
}
#groundy_chainsawman25 .marquee2 {
  margin-top: 10px;
  margin-bottom: 220px;
  left: 0;
  width: 100vw;
}
#groundy_chainsawman25 .slide-clothes {
  position: absolute;
  width: 300px;
  height: 450px;
}
#groundy_chainsawman25 .slide-clothes img {
  width: 100%;
  height: auto;
}
#groundy_chainsawman25 .slide-clothes-wide {
  position: absolute;
  width: 675px;
  height: 450px;
}
#groundy_chainsawman25 .slide-clothes-wide img {
  width: 100%;
  height: auto;
}
#groundy_chainsawman25 .slide-clothes-wide-top {
  margin-left: 375px;
}
#groundy_chainsawman25 .modal__content .slide-clothes-wide-top {
  margin-left: 0;
}
#groundy_chainsawman25 .modal__wrapper, #groundy_chainsawman25 .modal__wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  overflow-y: auto;
}
#groundy_chainsawman25 .modal__layer, #groundy_chainsawman25 .modal__layer2 {
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
#groundy_chainsawman25 .modal__container, #groundy_chainsawman25 .modal__container2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  width: 100vw;
  max-height: calc(100% - 40px);
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__container, #groundy_chainsawman25 .modal__container2 {
    width: 85%;
  }
}
#groundy_chainsawman25 .modal__close {
  position: absolute;
  top: 9.5%;
  right: calc(50% - 35vh);
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.6s;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__close {
    right: 5%;
    top: calc(100% - 80vh);
  }
}
#groundy_chainsawman25 .modal__close:hover {
  opacity: 0.6;
}
#groundy_chainsawman25 .modal__close:before,
#groundy_chainsawman25 .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#groundy_chainsawman25 .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#groundy_chainsawman25 .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#groundy_chainsawman25 .modal__close2 {
  position: absolute;
  top: 9.5%;
  right: calc(50% - 35vh);
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.6s;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__close2 {
    right: 5%;
    top: calc(100% - 80vh);
  }
}
#groundy_chainsawman25 .modal__close2:hover {
  opacity: 0.6;
}
#groundy_chainsawman25 .modal__close2:before,
#groundy_chainsawman25 .modal__close2:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#groundy_chainsawman25 .modal__close2:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#groundy_chainsawman25 .modal__close2:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#groundy_chainsawman25 .modal__content, #groundy_chainsawman25 .modal__content2 {
  height: 90vh;
  width: auto;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__content, #groundy_chainsawman25 .modal__content2 {
    height: auto;
  }
}
#groundy_chainsawman25 .modal__content, #groundy_chainsawman25 .modal__content2 {
  height: 80vh;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__content, #groundy_chainsawman25 .modal__content2 {
    height: auto;
  }
}
#groundy_chainsawman25 .modal__content .modal__image {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}
#groundy_chainsawman25 .modal__content .modal__image img {
  width: auto;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__content .modal__image img {
    width: 100%;
    height: auto;
  }
}
#groundy_chainsawman25 .modal__content2 .modal__image2 {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
#groundy_chainsawman25 .modal__content2 .modal__image2 img {
  width: auto;
  height: 400px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  #groundy_chainsawman25 .modal__content2 .modal__image2 img {
    width: 100%;
    height: auto;
  }
}
#groundy_chainsawman25 .modal__content2 .modal__image2 .item-name {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  text-align: left;
  position: relative;
  left: calc(50vw - 280px);
}
#groundy_chainsawman25 .modal__content2 .modal__image2 .item-price, #groundy_chainsawman25 .modal__content2 .modal__image2 .item-code {
  font-size: 11px;
  color: #989898;
  text-align: left;
  position: relative;
  left: calc(50vw - 280px);
}
#groundy_chainsawman25 .modal__content2 .modal__image2 .item-price {
  margin-top: 15px;
}
#groundy_chainsawman25 .modal__content2 .modal__image2 .item-explain, #groundy_chainsawman25 .modal__content2 .modal__image2 .item-copyright {
  display: block;
  color: #fff;
  margin-top: 15px;
  text-align: left;
  position: relative;
  left: calc(50vw - 280px);
  line-height: 180%;
  max-width: 560px;
}
#groundy_chainsawman25 .intro {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  display: flex;
  left: calc(50vw - 400px);
}
#groundy_chainsawman25 .intro .intro-text {
  margin-top: 40px;
  color: #fff;
  font-family: "Roboto", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 185%;
  text-align: left;
  width: 800px;
}
#groundy_chainsawman25 .intro-btn {
  width: 310px;
  background-color: #fff;
  color: #000;
  font-family: "Glegoo", serif;
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  margin: 50px auto 0;
  display: inline-block;
}
#groundy_chainsawman25 .progress-dots {
  position: fixed;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s;
}
#groundy_chainsawman25 .progress-dots.is-active {
  opacity: 1;
  pointer-events: auto;
}
#groundy_chainsawman25 .progress-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transition: background 0.3s, transform 0.3s;
  transform-origin: center center;
}
#groundy_chainsawman25 .progress-dots .dot.active {
  background: #820000;
  transform: scale(1.8);
}
#groundy_chainsawman25 .sec-wrap {
  z-index: 3;
  position: relative;
}
#groundy_chainsawman25 .sec-wrap .content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#groundy_chainsawman25 .sec-wrap .content-area {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  position: relative;
}
#groundy_chainsawman25 .sec-wrap .content-area_1 {
  background-color: #fff;
  height: 297vw;
}
#groundy_chainsawman25 .sec-wrap .content-area_2 {
  background-color: #000;
  height: 145vw;
}
#groundy_chainsawman25 .sec-wrap .content-area_3 {
  background-color: #fff;
  height: 297vw;
}
#groundy_chainsawman25 .sec-wrap .content-area_4 {
  background-color: #000;
  height: 65.5vw;
}
#groundy_chainsawman25 .sec-wrap .content-area_5 {
  background-color: #fff;
  height: 266vw;
}
#groundy_chainsawman25 .sec-wrap .content-area_6 {
  background-color: #000;
  height: 325vw;
}
#groundy_chainsawman25 .sec-wrap .sideimg1, #groundy_chainsawman25 .sec-wrap .sideimg2, #groundy_chainsawman25 .sec-wrap .sideimg3, #groundy_chainsawman25 .sec-wrap .sideimg4, #groundy_chainsawman25 .sec-wrap .sideimg5, #groundy_chainsawman25 .sec-wrap .sideimg6 {
  position: absolute;
  top: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0;
  padding: 0;
  z-index: 3;
}
#groundy_chainsawman25 .sec-wrap .sideimg1 img, #groundy_chainsawman25 .sec-wrap .sideimg2 img, #groundy_chainsawman25 .sec-wrap .sideimg3 img, #groundy_chainsawman25 .sec-wrap .sideimg4 img, #groundy_chainsawman25 .sec-wrap .sideimg5 img, #groundy_chainsawman25 .sec-wrap .sideimg6 img {
  width: 42.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .items-ttl {
  position: absolute;
  top: -110px;
  right: 30px;
  z-index: 100;
  margin-top: 140px;
  transform: rotate(90deg);
  width: 1em;
  height: 1em;
  line-height: 1;
  transform-origin: center center;
  font-family: "Kelly Slab", sans-serif;
  font-weight: normal;
  font-size: 90px;
  white-space: nowrap;
  text-align: left;
  color: #820000;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item {
  position: absolute;
  flex-shrink: 0;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item figure {
  text-align: left;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item01 {
  padding-top: 16.6666666667%;
  padding-right: 32.2916666667%;
  z-index: 98;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item01 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item02 {
  padding-top: 10.4166666667%;
  padding-right: 11.1111111111%;
  z-index: 99;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item02 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item03 {
  padding-top: 50%;
  padding-right: 34.4444444444%;
  z-index: 96;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item03 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item04 {
  padding-top: 37.1527777778%;
  padding-right: 6.9444444444%;
  z-index: 97;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item04 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item05 {
  padding-top: 83.3333333333%;
  padding-right: 32.2916666667%;
  z-index: 94;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item05 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item06 {
  padding-top: 76.3888888889%;
  padding-right: 13.8888888889%;
  z-index: 95;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item06 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item07 {
  padding-top: 118.0555555556%;
  padding-right: 34.4444444444%;
  z-index: 92;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item07 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item08 {
  padding-top: 104.1666666667%;
  padding-right: 6.9444444444%;
  z-index: 93;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item08 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item09 {
  padding-top: 143.75%;
  padding-right: 32.2916666667%;
  z-index: 90;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item09 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item10 {
  padding-top: 138.8888888889%;
  padding-right: 13.8888888889%;
  z-index: 91;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item10 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item11 {
  padding-top: 182.6388888889%;
  padding-right: 34.4444444444%;
  z-index: 88;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item11 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item12 {
  padding-top: 166.6666666667%;
  padding-right: 6.9444444444%;
  z-index: 89;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item12 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item13 {
  padding-top: 211.8055555556%;
  padding-right: 32.2916666667%;
  z-index: 86;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item13 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item14 {
  padding-top: 201.3888888889%;
  padding-right: 6.9444444444%;
  z-index: 87;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item14 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item15 {
  padding-top: 240.2777777778%;
  padding-right: 34.4444444444%;
  z-index: 84;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item15 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item16 {
  padding-top: 225.6944444444%;
  padding-right: 6.9444444444%;
  z-index: 85;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item16 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item17 {
  padding-top: 268.0555555556%;
  padding-right: 32.2916666667%;
  z-index: 82;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item17 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item18 {
  padding-top: 260.4166666667%;
  padding-right: 13.8888888889%;
  z-index: 83;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item18 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item19 {
  padding-top: 297.9166666667%;
  padding-right: 34.4444444444%;
  z-index: 80;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item19 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item20 {
  padding-top: 288.1944444444%;
  padding-right: 6.9444444444%;
  z-index: 81;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item20 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item21 {
  padding-top: 323.6111111111%;
  padding-right: 32.2916666667%;
  z-index: 78;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item21 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item22 {
  padding-top: 325%;
  padding-right: 13.8888888889%;
  z-index: 79;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item22 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item23 {
  padding-top: 353.4722222222%;
  padding-right: 34.4444444444%;
  z-index: 76;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item23 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item24 {
  padding-top: 354.1666666667%;
  padding-right: 6.9444444444%;
  z-index: 77;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item24 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item25 {
  padding-top: 381.25%;
  padding-right: 32.2916666667%;
  z-index: 74;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item25 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item26 {
  padding-top: 387.5%;
  padding-right: 13.8888888889%;
  z-index: 75;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item26 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item27 {
  padding-top: 409.0277777778%;
  padding-right: 34.4444444444%;
  z-index: 72;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item27 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item28 {
  padding-top: 413.1944444444%;
  padding-right: 6.9444444444%;
  z-index: 73;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item28 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item29 {
  padding-top: 436.8055555556%;
  padding-right: 32.2916666667%;
  z-index: 70;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item29 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item30 {
  padding-top: 445.1388888889%;
  padding-right: 13.8888888889%;
  z-index: 71;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item30 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item31 {
  padding-top: 464.5833333333%;
  padding-right: 34.4444444444%;
  z-index: 68;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item31 img {
  max-width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item32 {
  padding-top: 468.75%;
  padding-right: 6.9444444444%;
  z-index: 69;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item32 img {
  max-width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item33 {
  padding-top: 490.2777777778%;
  padding-right: 32.2916666667%;
  z-index: 66;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item33 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item34 {
  padding-top: 501.3888888889%;
  padding-right: 13.8888888889%;
  z-index: 67;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item34 img {
  max-width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item35 {
  padding-top: 520.8333333333%;
  padding-right: 32.2916666667%;
  z-index: 65;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item.item35 img {
  max-width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item img {
  width: 100%;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item figure {
  cursor: pointer;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item figure::after {
  content: "+";
  position: absolute;
  bottom: 62px;
  left: 10px;
  font-size: 18px;
  font-weight: 200;
  color: #989898;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item01 {
  width: 17.5vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item02 {
  width: 13.7vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item03 {
  width: 15.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .sec-clothes-item04 {
  width: 20.6vw;
  height: auto;
}
#groundy_chainsawman25 .sec-wrap .item-name {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
}
#groundy_chainsawman25 .sec-wrap .item-name_black {
  color: #000;
}
#groundy_chainsawman25 .sec-wrap .item-name_white {
  color: #fff;
}
#groundy_chainsawman25 .sec-wrap .item-price {
  font-size: 10px;
  font-weight: normal;
  color: #989898;
  text-align: left;
  margin-top: 7px;
}
#groundy_chainsawman25 .sec-wrap .item-code, #groundy_chainsawman25 .sec-wrap .item-explain, #groundy_chainsawman25 .sec-wrap .item-copyright {
  display: none;
}
#groundy_chainsawman25 .stores {
  max-width: 995px;
  margin: 0 auto;
  padding: 60px 80px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  z-index: 4;
  position: relative;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
#groundy_chainsawman25 .stores .footer-box {
  margin-top: 40px;
  border: solid 1px #000;
}
#groundy_chainsawman25 .stores .footer-box .ttl-tag {
  margin-top: 35px;
}
#groundy_chainsawman25 .stores .footer-box .ttl-tag span {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 16px;
}
#groundy_chainsawman25 .stores .footer-box .footer-box-ttl {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 36px;
  line-height: 200%;
}
#groundy_chainsawman25 .stores .footer-box .explain-text {
  font-size: 13px;
  line-height: 150%;
  border-bottom: solid 1px #000;
  padding-bottom: 40px;
  margin: -20px 52px 0;
}
#groundy_chainsawman25 .stores .footer-box .box-bd-top {
  border-top: solid 1px #000;
  margin: 0 52px 0;
  padding: 40px 0 0;
}
#groundy_chainsawman25 .stores .footer-box .red-text {
  font-size: 18px;
  font-weight: bold;
  color: #820000;
  text-align: center;
  line-height: 150%;
  border-top: solid 1px #000;
  margin: 0 52px 0;
  padding: 40px 0 0;
}
#groundy_chainsawman25 .stores .footer-box .footer-theshop-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 86px;
}
#groundy_chainsawman25 .stores .footer-box .cauntion {
  background-color: #F8F8F8;
  margin: 30px 52px 40px;
  padding: 18px 15px;
  text-align: left;
  line-height: 170%;
}
#groundy_chainsawman25 .stores .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  gap: 10px;
}
#groundy_chainsawman25 .stores .ttl-shop {
  margin: 50px 0 30px;
  color: #820000;
  font-size: 28px;
  font-family: "Kelly Slab", sans-serif;
}
#groundy_chainsawman25 .stores .stores-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}
#groundy_chainsawman25 .stores .stores-list.list-en {
  width: 768px;
  margin: auto;
}
#groundy_chainsawman25 .stores .stores-list li {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores .stores-list li {
    flex: auto;
    width: calc((100% - 3px) / 2);
  }
}
#groundy_chainsawman25 .stores .stores-list li a {
  display: block;
  padding: 23px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#groundy_chainsawman25 .stores .stores-list li a.en {
  width: 254px;
}
#groundy_chainsawman25 .stores .stores-list li a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
  outline: 1px solid #000;
  outline-offset: -1px;
}
#groundy_chainsawman25 .stores-modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
#groundy_chainsawman25 .stores-modal.is_active {
  pointer-events: all;
  opacity: 1;
}
#groundy_chainsawman25 .stores-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 580px;
  padding: 50px 35px;
  transform: translate(-50%, -50%);
  text-align: left;
  background-color: #fff;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner {
    width: calc(100% - 40px);
    padding: 30px 25px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .wrap {
  display: none;
}
#groundy_chainsawman25 .stores-modal .inner .wrap h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .wrap h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .wrap dl {
  display: flex;
  width: 500px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .wrap dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .wrap dl:last-of-type {
  margin-bottom: 0;
}
#groundy_chainsawman25 .stores-modal .inner .wrap dl dt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  width: 100px;
  letter-spacing: 0.05em;
  color: #6f6f6f;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .wrap dl dt {
    font-size: 14px;
    font-weight: 400;
    width: auto;
    margin-bottom: 5px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .wrap dl dd {
  font-size: 14px;
  line-height: 1.6;
  width: 400px;
  color: #6f6f6f;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .wrap dl dd {
    font-size: 13px;
    line-height: 1.4;
    width: auto;
  }
}
#groundy_chainsawman25 .stores-modal .inner .wrap .pin {
  position: absolute;
  top: 115px;
  right: 20px;
  display: block;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .wrap .pin {
    top: 115px;
    right: 30px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap .pin img {
    width: 26px;
    height: 26px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .close {
  position: absolute;
  top: 0;
  right: -35px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores-modal .inner .close {
    top: -40px;
    right: 0;
    width: 20px;
    height: 20px;
  }
}
#groundy_chainsawman25 .stores-modal .inner .close img {
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}
#groundy_chainsawman25 .stores-modal .inner .close:hover img {
  transform: rotate(180deg);
}
#groundy_chainsawman25 .novelty {
  max-width: 995px;
  margin: 80px auto 100px;
  padding: 60px 80px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .novelty {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
#groundy_chainsawman25 .novelty h4 {
  margin-bottom: 40px;
  font-size: 28px;
  font-family: "Kelly Slab", sans-serif;
  letter-spacing: 0.03em;
  color: #820000;
  font-weight: bold;
}
#groundy_chainsawman25 .novelty h4 span {
  border-bottom: solid 1px #820000;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .novelty h4 {
    margin-bottom: 40px;
    color: #F9F9F9;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
#groundy_chainsawman25 .novelty .novelty-box {
  display: flex;
  gap: 40px;
  border: solid 1px #000;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #groundy_chainsawman25 .novelty .novelty-box {
    display: block;
  }
}
#groundy_chainsawman25 .novelty .novelty-ttl-pc {
  font-size: 20px;
  font-family: "roboto", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #groundy_chainsawman25 .novelty .novelty-ttl-pc {
    display: none;
  }
}
#groundy_chainsawman25 .novelty .novelty-box {
  border: solid 1px #000;
  padding: 40px 50px 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  #groundy_chainsawman25 .novelty .novelty-box {
    display: block;
  }
}
#groundy_chainsawman25 .novelty .novelty-box-son {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
}
#groundy_chainsawman25 .novelty .novelty-box-son .novelty-text-box {
  width: 105%;
}
#groundy_chainsawman25 .novelty .novelty-box-son:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#groundy_chainsawman25 .novelty p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 24.7px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .novelty p {
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
}
#groundy_chainsawman25 .novelty p strong {
  display: block;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .novelty p strong {
    margin-bottom: 40px;
    color: #F9F9F9;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
}
#groundy_chainsawman25 .novelty p strong br {
  display: none;
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .novelty p strong br {
    display: block;
  }
}
#groundy_chainsawman25 .novelty small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: left;
}
#groundy_chainsawman25 .novelty .novelty-btn {
  width: 100%;
  max-width: 380px;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  font-family: "Roboto", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  text-align: center;
  justify-content: center;
  margin: 50px auto 0;
  padding: 20px;
}
#groundy_chainsawman25 .sns-share h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}
#groundy_chainsawman25 .sns-share .sns-list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
#groundy_chainsawman25 .sns-share p {
  margin: 100px 0 50px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 190%;
}
#groundy_chainsawman25 .sns-share .share-btn {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 400px;
  margin: 10px auto;
  padding: 27px 0;
}
#groundy_chainsawman25 .sns-share .share-btn.share-btn-en {
  width: 576px !important;
}
#groundy_chainsawman25 .sns-share .copy {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-family: "Roboto", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
#groundy_chainsawman25 .footer {
  width: 100%;
  max-width: 100vw;
  padding-top: 100px;
  background: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-footer.jpg) center/cover no-repeat;
  z-index: 3;
  position: relative;
  padding-bottom: 1px;
}

@media (max-width: 48em) {
  :root {
    --vw: calc(100vw / 375);
    --rem: calc(100vw / 375);
  }
}
:root .pc-only {
  display: block;
}
@media (max-width: 48em) {
  :root .pc-only {
    display: none;
  }
}
:root .sp-only {
  display: none;
}
@media (max-width: 48em) {
  :root .sp-only {
    display: inline-block;
  }
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #groundy_chainsawman25 .stores h4 span {
    margin-bottom: 40px;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #groundy_chainsawman25 .stores p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
  #groundy_chainsawman25 .stores p strong br {
    display: block;
  }
  #groundy_chainsawman25 .stores p small {
    padding-top: 40px;
    font-size: 10px;
    line-height: 2em;
  }
  #groundy_chainsawman25 .stores .stores-list li {
    flex: auto;
    width: calc((100% - 3px) / 2);
  }
  #groundy_chainsawman25 .stores-modal .inner {
    width: calc(100% - 40px);
    padding: 30px 25px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap dl dt {
    font-size: 14px;
    font-weight: 400;
    width: auto;
    margin-bottom: 5px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap dl dd {
    font-size: 13px;
    line-height: 1.4;
    width: auto;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap .pin {
    top: 115px;
    right: 30px;
  }
  #groundy_chainsawman25 .stores-modal .inner .wrap .pin img {
    width: 26px;
    height: 26px;
  }
  #groundy_chainsawman25 .stores-modal .inner .close {
    top: -40px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  #groundy_chainsawman25 .novelty {
    margin: 0 20px;
    padding: 30px 20px;
  }
  #groundy_chainsawman25 .novelty h4 {
    margin-bottom: 40px;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #groundy_chainsawman25 .novelty h4 span {
    margin-bottom: 40px;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #groundy_chainsawman25 .novelty .novelty-box {
    display: block;
  }
  #groundy_chainsawman25 .novelty .novelty-ttl-pc {
    display: none;
  }
  #groundy_chainsawman25 .novelty p {
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
  #groundy_chainsawman25 .novelty p strong {
    margin-bottom: 40px;
    color: #f9f9f9;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
  }
  #groundy_chainsawman25 .novelty p strong br {
    display: block;
  }
  #groundy_chainsawman25 .novelty small {
    font-size: 10px;
    line-height: 2em;
  }
}
@media (min-width: 48em) {
  #groundy_chainsawman25 .novelty .sub-title {
    display: none;
  }
}
@keyframes shrinkPause {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0); /* 下に向かって縮む */
  }
  51% {
    transform: scaleY(1); /* 瞬間で元に戻る */
  }
  100% {
    transform: scaleY(1); /* 元の高さを保持 */
  }
}
@keyframes infinity__list--left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes infinity__list--right {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marqueeScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--total-width) * -1));
  }
}
@keyframes marqueeScrollRight {
  0% {
    transform: translateX(calc(var(--total-width) * -1));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 48em) {
  #groundy_chainsawman25 {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    scroll-behavior: auto;
    /*@media screen and (max-width: 959px) {
      .modal__close2 {
        right: 5%;
        top: calc(100% - 80vh);
      }
    }*/
    /*@media screen and (max-width: 959px) {
      .modal__content, .modal__content2 {
        height: auto;
      }
    }*/
  }
  #groundy_chainsawman25.loading {
    visibility: hidden;
  }
  #groundy_chainsawman25.en {
    font-family: Roboto;
  }
  #groundy_chainsawman25.en nav .header-sns {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #groundy_chainsawman25.en nav .nav-inner > a {
    display: inline-block;
    padding-right: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background: url(../../../../JP/img/brand/groundy_chainsawman25/link-arrow-white.png) right 4px/auto 8px no-repeat;
  }
  #groundy_chainsawman25 .totop {
    display: block;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
  }
  #groundy_chainsawman25 nav {
    width: 100%;
    padding: 0 calc(var(--rem) * 30);
    text-align: left;
    z-index: 22;
  }
  #groundy_chainsawman25 nav .nav-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #groundy_chainsawman25 nav .header-h {
    display: block;
    margin-bottom: calc(var(--rem) * 40);
    margin-right: 0;
    font-size: calc(var(--rem) * 25);
    font-family: Kelly Slab;
    font-weight: 400;
    text-transform: uppercase;
    line-height: calc(var(--rem) * 25);
    letter-spacing: 1px;
  }
  #groundy_chainsawman25 nav ul {
    margin-bottom: calc(var(--rem) * 10);
  }
  #groundy_chainsawman25 nav ul li {
    display: inline-block;
    margin-right: calc(var(--rem) * 45);
    margin-bottom: calc(var(--rem) * 50);
  }
  #groundy_chainsawman25 nav ul li .nav-link {
    padding-bottom: 0;
    font-size: calc(var(--rem) * 13);
    font-family: Roboto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.52px;
  }
  #groundy_chainsawman25 nav ul li:nth-child(3n+1) {
    margin-right: 0;
  }
  #groundy_chainsawman25 nav .header-overview {
    margin-top: 0;
    margin-bottom: calc(var(--rem) * 30);
  }
  #groundy_chainsawman25 nav .header-sns {
    margin-top: 0;
  }
  #groundy_chainsawman25 nav .menu-sns {
    display: block;
  }
  #groundy_chainsawman25 nav .menu-sns li {
    margin-right: calc(var(--rem) * 45);
    margin-bottom: 0;
  }
  #groundy_chainsawman25 nav .menu-sns li:nth-child(3n+1) {
    margin-right: calc(var(--rem) * 45);
  }
  #groundy_chainsawman25 nav .menu-sns li:last-child {
    margin-right: 0;
  }
  #groundy_chainsawman25 nav .menu-sns li a img {
    height: 22px;
  }
  #groundy_chainsawman25 .movie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  #groundy_chainsawman25 .contents-wrap {
    position: relative;
    width: 100%;
    z-index: 21;
  }
  #groundy_chainsawman25 .contents-space {
    height: 200dvh;
  }
  #groundy_chainsawman25 .contents-inner {
    position: relative;
    padding-top: 80px;
    background-color: #000;
  }
  #groundy_chainsawman25 .hamburger {
    top: 0;
    left: -45px;
    display: block;
    width: 45px;
    height: 40px;
    z-index: 23;
    transition: left 0.5s ease;
  }
  #groundy_chainsawman25 .hamburger span {
    left: 13.5px;
    width: 18px;
  }
  #groundy_chainsawman25 .hamburger span:nth-of-type(1) {
    top: 11.5px;
  }
  #groundy_chainsawman25 .hamburger span:nth-of-type(2) {
    top: 18.5px;
  }
  #groundy_chainsawman25 .hamburger span:nth-of-type(3) {
    top: 25.5px;
  }
  #groundy_chainsawman25 .hamburger.open span:nth-of-type(1) {
    top: 13px;
  }
  #groundy_chainsawman25 .hamburger.open span:nth-of-type(3) {
    top: 25px;
  }
  #groundy_chainsawman25 #scroll {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 22;
    text-align: center;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
  }
  #groundy_chainsawman25 #scroll img {
    max-width: 230px;
    height: auto;
    margin: 0 auto 30px;
  }
  #groundy_chainsawman25 #scroll p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-family: Inter;
    font-weight: 400;
  }
  #groundy_chainsawman25 #scroll span {
    display: inline-block;
    width: 1px;
    height: 52px;
    background-color: #fff;
    transform-origin: bottom;
    animation: shrinkPause 2s infinite;
  }
  #groundy_chainsawman25 .fv-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    z-index: 21;
  }
  #groundy_chainsawman25 .sec-intro {
    margin-top: 0;
  }
  #groundy_chainsawman25 .scroll-infinity {
    top: auto;
  }
  #groundy_chainsawman25 .scroll-infinity__list--left {
    animation: infinity-scroll-left 5s infinite linear 0.5s both;
  }
  #groundy_chainsawman25 .scroll-infinity__list--right {
    animation: infinity-scroll-right 5s infinite linear 0.5s both;
  }
  #groundy_chainsawman25 .intro {
    display: block;
    left: auto;
    padding-block: calc(var(--rem) * 80);
    padding-inline: calc(var(--rem) * 30);
    box-sizing: border-box;
    position: relative;
  }
  #groundy_chainsawman25 .intro .intro-text {
    width: 100%;
    text-align: justify;
    font-size: calc(var(--rem) * 12);
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 21.6px */
    letter-spacing: 0.96px;
  }
  #groundy_chainsawman25.en .intro .intro-text {
    text-align: left;
  }
  #groundy_chainsawman25 .intro-btn {
    width: 100%;
    margin-block-start: calc(var(--rem) * 50);
    text-align: center;
  }
  #groundy_chainsawman25 .intro-bg {
    position: absolute;
    top: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: none;
    opacity: 0.4;
    transform: translateY(0);
  }
  #groundy_chainsawman25 .intro-bg .bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeAnime 12s infinite;
  }
  #groundy_chainsawman25 .intro-bg .bg.bg1 {
    background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-01.png);
    animation-delay: 0s;
  }
  #groundy_chainsawman25 .intro-bg .bg.bg2 {
    background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-02.png);
    animation-delay: 4s;
  }
  #groundy_chainsawman25 .intro-bg .bg.bg3 {
    background-image: url(../../../../JP/img/brand/groundy_chainsawman25/bgi-expl-03.png);
    animation-delay: 8s;
  }
  #groundy_chainsawman25 .marquee {
    position: relative;
    width: auto;
    white-space: nowrap;
    overflow: visible;
  }
  #groundy_chainsawman25 .marquee .track {
    display: flex;
    gap: 0 10px;
    animation: marqueeScrollLeft 40s linear infinite;
    backface-visibility: hidden; /* サブピクセル補正 */
    transform: translateZ(0); /* サブピクセル補正 */
    will-change: transform;
  }
  #groundy_chainsawman25 .marquee.marquee2 .track {
    animation: marqueeScrollRight 40s linear infinite;
  }
  #groundy_chainsawman25 .slide-clothes {
    position: static;
    display: inline-block;
    max-width: none;
    width: auto;
    height: 172px;
  }
  #groundy_chainsawman25 .slide-clothes img {
    display: block;
    max-width: none;
    width: auto;
    height: 100%;
  }
  #groundy_chainsawman25 .progress-dots {
    left: 20px;
  }
  #groundy_chainsawman25 .marquee1 {
    margin-top: 80px;
  }
  #groundy_chainsawman25 .marquee2 {
    margin-bottom: 120px;
  }
  #groundy_chainsawman25 .modal__wrapper,
  #groundy_chainsawman25 .modal__wrapper2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 100%;
    cursor: pointer;
    z-index: 23;
  }
  #groundy_chainsawman25 .modal__layer,
  #groundy_chainsawman25 .modal__layer2 {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
  }
  #groundy_chainsawman25 .modal__container,
  #groundy_chainsawman25 .modal__container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    width: 80%;
    height: 100%;
    max-height: calc(100% - 40px);
  }
  #groundy_chainsawman25 .modal__container2 {
    top: 70px;
    transform: translatex(-50%);
    max-height: calc(100% - 70px);
    padding-bottom: 20px;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item figure {
    max-width: 240px;
    margin: 0 auto 30px;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-name,
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-price,
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-code,
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-explain {
    display: block;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-name {
    position: static;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.12px;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-price {
    position: static;
    margin-bottom: 10px;
    color: #989898;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.8px;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-code {
    position: static;
    margin-bottom: 20px;
    color: #989898;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.8px;
  }
  #groundy_chainsawman25 .modal__container2 .sec-clothes-item .item-explain {
    position: static;
    color: #fff;
    font-size: 11px;
    font-family: Noto Sans JP;
    font-weight: 400;
    line-height: 19.8px;
    letter-spacing: 0.88px;
  }
  #groundy_chainsawman25 .modal__close {
    position: absolute;
    top: 9.5%;
    right: 5%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: opacity 0.6s;
  }
  #groundy_chainsawman25 .modal__close:hover {
    opacity: 0.6;
  }
  #groundy_chainsawman25 .modal__close:before,
  #groundy_chainsawman25 .modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
  }
  #groundy_chainsawman25 .modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #groundy_chainsawman25 .modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #groundy_chainsawman25 .modal__close2 {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: opacity 0.6s;
  }
  #groundy_chainsawman25 .modal__close2:hover {
    opacity: 0.6;
  }
  #groundy_chainsawman25 .modal__close2:before,
  #groundy_chainsawman25 .modal__close2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #fff;
    content: "";
  }
  #groundy_chainsawman25 .modal__close2:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #groundy_chainsawman25 .modal__close2:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #groundy_chainsawman25 .modal__content,
  #groundy_chainsawman25 .modal__content2 {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
  }
  #groundy_chainsawman25 .modal__content .modal__image {
    display: flex;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    align-items: center;
  }
  #groundy_chainsawman25 .sec-wrap .content-wrap {
    background-color: #fff;
    padding-block-start: calc(var(--rem) * 80);
    padding-block-end: calc(var(--rem) * 25);
  }
  #groundy_chainsawman25 .sec-wrap .content-wrap.black {
    background-color: #000;
  }
  #groundy_chainsawman25 .sec-wrap .content-area {
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    gap: calc(var(--rem) * 25);
    padding-inline: calc(var(--rem) * 20);
    margin-block-start: calc(var(--rem) * 50);
  }
  #groundy_chainsawman25 .sec-wrap .content-area_1,
  #groundy_chainsawman25 .sec-wrap .content-area_2,
  #groundy_chainsawman25 .sec-wrap .content-area_3,
  #groundy_chainsawman25 .sec-wrap .content-area_4,
  #groundy_chainsawman25 .sec-wrap .content-area_5,
  #groundy_chainsawman25 .sec-wrap .content-area_6 {
    height: auto;
  }
  #groundy_chainsawman25 .sec-wrap .sidemenu1,
  #groundy_chainsawman25 .sec-wrap .sidemenu2,
  #groundy_chainsawman25 .sec-wrap .sidemenu3,
  #groundy_chainsawman25 .sec-wrap .sidemenu4,
  #groundy_chainsawman25 .sec-wrap .sidemenu5,
  #groundy_chainsawman25 .sec-wrap .sidemenu6 {
    position: relative;
    width: calc(var(--rem) * 316);
  }
  #groundy_chainsawman25 .sec-wrap .sidemenu1 img,
  #groundy_chainsawman25 .sec-wrap .sidemenu2 img,
  #groundy_chainsawman25 .sec-wrap .sidemenu3 img,
  #groundy_chainsawman25 .sec-wrap .sidemenu4 img,
  #groundy_chainsawman25 .sec-wrap .sidemenu5 img,
  #groundy_chainsawman25 .sec-wrap .sidemenu6 img {
    width: 100%;
  }
  #groundy_chainsawman25 .sec-wrap .items-ttl {
    top: calc(var(--rem) * -490);
    right: calc(var(--rem) * -5);
    display: inline-block;
    margin-block-start: calc(var(--rem) * 0);
    font-size: calc(var(--rem) * 60);
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item {
    position: relative;
    flex-shrink: 0;
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item.large {
    width: calc(var(--rem) * 160);
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item.large-t {
    width: calc(var(--rem) * 160);
    margin-block-start: calc(var(--rem) * 40);
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item.small {
    width: calc(var(--rem) * 140);
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item.small-l {
    width: calc(var(--rem) * 140);
    margin-inline-start: calc(var(--rem) * 10);
    margin-block-start: calc(var(--rem) * 60);
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item figure {
    position: relative;
    width: 100%;
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item figure::after {
    content: "+";
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 12px;
    left: 10px;
    background: url(../../../../JP/img/brand/groundy_chainsawman25/icon-more@2x.png) center/100% auto no-repeat;
    font-size: 0;
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item img {
    width: 100%;
  }
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item .item-code,
  #groundy_chainsawman25 .sec-wrap .sec-clothes-item .item-explain {
    display: none;
    color: #fff;
  }
  #groundy_chainsawman25 .stores {
    display: block;
    padding: calc(var(--rem) * 40) calc(var(--rem) * 15);
    text-align: center;
  }
  #groundy_chainsawman25 .stores > h3 {
    margin-bottom: calc(var(--rem) * 30);
    text-align: center;
  }
  #groundy_chainsawman25 .stores > h3 img {
    width: calc(var(--rem) * 250);
    height: auto;
  }
  #groundy_chainsawman25 .stores p {
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 20.4px */
    letter-spacing: 0.6px;
  }
  #groundy_chainsawman25 .stores p strong {
    margin-bottom: calc(var(--rem) * 30);
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    letter-spacing: 0.75px;
  }
  #groundy_chainsawman25 .stores .stores-inner {
    margin-bottom: 50px;
    padding: 30px 15px;
    border: 1px solid #000;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl {
    margin: 0 auto 30px;
    text-align: center;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl1 dd > small {
    margin-bottom: 50px;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl1 ul {
    margin-bottom: 25px;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl1 ul li:first-child {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 30px;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl1 ul li:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 120px;
    height: 0.5px;
    margin: 0 auto;
    background-color: #000;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl1 ul li small {
    padding-top: 15px;
    line-height: 16.5px;
    text-align: center;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl2 {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl.sale-dtl3 {
    max-width: 100%;
    margin-bottom: 0;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl dt {
    display: inline-block;
    height: 28px;
    margin-bottom: 15px;
    padding: 0 10px;
    color: #fff;
    background-color: #000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 28px;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl dd {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 1.3px;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl dd small {
    display: block;
    padding-top: 20px;
    font-size: 11px;
    font-weight: 500;
    line-height: 17.6px;
    letter-spacing: 0.44px;
    text-align: left;
  }
  #groundy_chainsawman25 .stores .stores-inner .sale-dtl dd span {
    display: block;
    padding-top: 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 1.1px;
  }
  #groundy_chainsawman25 .stores .stores-inner strong {
    display: block;
    margin-bottom: 30px;
    color: #820000;
    font-size: 14px;
    font-weight: 700;
    line-height: 25.5px;
    letter-spacing: 0.45px;
    text-align: center;
  }
  #groundy_chainsawman25 .stores .stores-inner a {
    display: block;
    max-width: 215px;
    height: 50px;
    margin: 0 auto 15px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.96px;
    text-align: center;
  }
  #groundy_chainsawman25 .stores .stores-inner p {
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    letter-spacing: 0.44px;
  }
  #groundy_chainsawman25 .stores .stores-inner .notice {
    padding: 18px 15px;
    background-color: #F8F8F8;
  }
  #groundy_chainsawman25 .stores .stores-inner .notice p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 18.7px;
    letter-spacing: 0.44px;
    text-align: left;
  }
  #groundy_chainsawman25 .stores h4 {
    color: #820000;
    font-family: "Kelly Slab";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  #groundy_chainsawman25 .stores .stores-list {
    margin-bottom: 22px;
  }
  #groundy_chainsawman25 .stores > a {
    display: inline-block;
    padding-right: 15px;
    color: #000;
    background: url(../../../../JP/img/brand/groundy_chainsawman25/icon_link@2x.png) right 3px/auto 8px no-repeat;
    font-size: 11px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 16.5px;
    letter-spacing: 0.88px;
  }
  #groundy_chainsawman25.en .stores .stores-inner .sale-dtl {
    max-width: 236px;
  }
  #groundy_chainsawman25.en .stores .stores-inner .sale-dtl dd {
    letter-spacing: 0.65px;
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: 0.05em;
  }
  #groundy_chainsawman25.en .stores .stores-inner .sale-dtl dd small {
    letter-spacing: 0.1em;
  }
  #groundy_chainsawman25.en .stores .stores-inner .sale-dtl.sale-dtl3 {
    max-width: 270px;
  }
  #groundy_chainsawman25.en .stores .stores-inner .sale-dtl.sale-dtl3 dd {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.65px;
  }
  #groundy_chainsawman25.en .stores .stores-inner strong {
    font-weight: 700;
    line-height: 18.2px;
    letter-spacing: 0.65px;
  }
  #groundy_chainsawman25.en .stores .stores-inner a {
    max-width: 270px;
  }
  #groundy_chainsawman25.en .stores .stores-inner .notice {
    padding: 0;
    background: none;
  }
  #groundy_chainsawman25.en .stores .stores-inner .notice p {
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
  #groundy_chainsawman25.en .stores .stores-inner .notice small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #groundy_chainsawman25.en .stores .stores-list {
    display: block;
    margin-top: 20px;
  }
  #groundy_chainsawman25.en .stores .stores-list li {
    width: 100%;
    margin-bottom: 5px;
  }
  #groundy_chainsawman25.en .stores .stores-list li:last-child {
    margin-bottom: 0;
  }
  #groundy_chainsawman25 .novelty {
    margin-block-start: calc(var(--rem) * 40);
    padding: calc(var(--rem) * 40) calc(var(--rem) * 15);
  }
  #groundy_chainsawman25 .novelty h4 {
    margin-bottom: calc(var(--rem) * 24);
    color: #620000;
    font-family: "Kelly Slab";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  #groundy_chainsawman25 .novelty .novelty-inner {
    padding: 40px 20px 50px;
    border: 1px solid #000;
  }
  #groundy_chainsawman25 .novelty .novelty-inner .sub-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.64px;
  }
  #groundy_chainsawman25 .novelty .novelty-inner .novelty-box {
    margin-bottom: 50px;
    padding: 0 0 40px;
    border: none;
    border-bottom: 0.5px solid #000;
  }
  #groundy_chainsawman25 .novelty .novelty-inner .novelty-box.novelty-box3 {
    padding: 0;
    border-bottom: none;
  }
  #groundy_chainsawman25 .novelty .novelty-inner .novelty-box figure {
    margin-block-end: calc(var(--rem) * 30);
  }
  #groundy_chainsawman25 .novelty .novelty-inner .novelty-box p {
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.52px;
    line-height: 24px;
  }
  #groundy_chainsawman25 .novelty .novelty-inner .novelty-box small {
    padding-top: 30px;
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.44px;
  }
  #groundy_chainsawman25 .novelty .novelty-btn {
    margin-top: calc(var(--rem) * 24);
  }
  #groundy_chainsawman25.en .novelty .novelty-inner .novelty-box p {
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: 0.1em;
  }
  #groundy_chainsawman25.en .novelty .novelty-inner .novelty-box small {
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #groundy_chainsawman25.en .novelty .novelty-btn {
    letter-spacing: 0.04em;
  }
  #groundy_chainsawman25 .sns-share {
    padding-inline: calc(var(--rem) * 20);
    margin-block-start: calc(var(--rem) * 75);
    padding-block-end: calc(var(--rem) * 22);
  }
  #groundy_chainsawman25 .sns-share h4 {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: calc(var(--rem) * 16);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
  }
  #groundy_chainsawman25 .sns-share p {
    margin-block: calc(var(--rem) * 75) calc(var(--rem) * 40);
    color: #fff;
    font-size: calc(var(--rem) * 12);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
    letter-spacing: 0.6px;
    text-align: center;
  }
  #groundy_chainsawman25 .sns-share .share-btn {
    width: 100%;
    color: #101119;
    text-align: center;
    font-family: Roboto;
    font-size: calc(var(--rem) * 14);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    margin-block: calc(var(--rem) * 8);
  }
  #groundy_chainsawman25 .sns-share .copy {
    font-size: calc(var(--rem) * 10);
    margin-block-start: calc(var(--rem) * 63);
    margin-block-end: calc(var(--rem) * 40);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  #groundy_chainsawman25.en .sns-share .share-btn {
    padding: 10px 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6em;
    letter-spacing: 0.08em;
  }
  #groundy_chainsawman25 .footer {
    position: relative;
    background: url(../../../../JP/img/brand/groundy_chainsawman25/footer-background_sp.jpg) bottom center/auto 100dvh repeat-y;
    /*&::after {
      content: "";
      position: fixed;
      top: 0;
      inset: 0;
      background: url(../../../../JP/img/brand/groundy_chainsawman25/footer-background_sp.jpg) top center / auto 100dvh no-repeat;
      transform: translateZ(0);
      z-index: -10;
    }*/
  }
}/*# sourceMappingURL=groundy_chainsawman25.css.map */