.products.g37j .l-main {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
  padding-bottom: 134px;
}
.products.g37j .l-main .pc-only {
  display: block;
}
.products.g37j .l-main .sp-only {
  display: none;
}
.products.g37j .l-main .inview {
  opacity: 0;
  transition: all 0.8s ease;
}
.products.g37j .l-main .inview.show {
  opacity: 1;
}
.products.g37j .l-main .inview.scale {
  transform: scale(0.9);
}
.products.g37j .l-main .inview.scale.show {
  transform: scale(1);
}
.products.g37j .l-main .inview.left {
  transform: translateX(-50px);
}
.products.g37j .l-main .inview.left.show {
  transform: translateX(0);
}
.products.g37j .l-main .inview.right {
  transform: translateX(50px);
}
.products.g37j .l-main .inview.right.show {
  transform: translateX(0);
}
.products.g37j .l-main .inview.up {
  transform: translateY(50px);
}
.products.g37j .l-main .inview.up.show {
  transform: translateY(0);
}
.products.g37j .l-main .inview.fade {
  opacity: 0;
}
.products.g37j .l-main .inview.fade.show {
  opacity: 1;
}
.products.g37j .l-main .fv {
  overflow: hidden;
  position: relative;
}
.products.g37j .l-main .fv-logo {
  width: 284px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.products.g37j .l-main .fv-photos {
  display: flex;
  gap: 10px;
}
.products.g37j .l-main .fv-photos > div {
  width: calc((100% - 30px) / 4);
}
.products.g37j .l-main .sec01 {
  padding: 40px 0;
}
.products.g37j .l-main .sec01 h2 {
  width: 502px;
  margin: 0 auto 115px;
}
.products.g37j .l-main .sec01 h3 {
  font-family: "Oswald", sans-serif;
  font-size: 180px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2%;
}
.products.g37j .l-main .sec01 h4 {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -5%;
  margin-top: 10px;
}
.products.g37j .l-main .sec01-logo {
  width: 355px;
  margin: 0 auto 10px;
}
.products.g37j .l-main .sec01 .blue {
  color: #193E88;
}
.products.g37j .l-main .sec01 .capri {
  color: #45A4B0;
}
.products.g37j .l-main .sec01 .red {
  color: #AD306D;
}
.products.g37j .l-main .sec01 .gray {
  color: #5E5B5E;
}
.products.g37j .l-main .sec01 .shop-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 0 150px;
}
.products.g37j .l-main .sec01 .shop-icons div:nth-child(1) {
  width: 256px;
}
.products.g37j .l-main .sec01 .shop-icons div:nth-child(2) {
  width: 297px;
}
.products.g37j .l-main .sec01 .shop-icons div:nth-child(3) {
  width: 240px;
}
.products.g37j .l-main .sec01 .shop-icons div:nth-child(4) {
  width: 187px;
}
.products.g37j .l-main .sec01 .shop-icons div:nth-child(5) {
  width: 249px;
}
.products.g37j .l-main .sec01 .shop-icons div a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.products.g37j .l-main .color-area {
  position: relative;
  height: 400vh;
}
.products.g37j .l-main .color-wrap {
  position: sticky;
  top: 78px;
  height: calc(100vh - 78px);
}
.products.g37j .l-main .color-panel {
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.products.g37j .l-main .color-panel.show {
  opacity: 1;
  pointer-events: auto;
}
.products.g37j .l-main .color-panel:first-child {
  opacity: 1;
}
.products.g37j .l-main .color-dots {
  position: absolute;
  left: calc(50% - 385px);
  bottom: 60px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 20px;
}
.products.g37j .l-main .color-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.products.g37j .l-main .color-dots span.active {
  background: #fff;
  transform: scale(1.5);
}
.products.g37j .l-main .sec02 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products.g37j .l-main .sec02-ttl {
  width: 590px;
  color: #fff;
  text-align: center;
}
.products.g37j .l-main .sec02-ttl .en {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 900;
}
.products.g37j .l-main .sec02-ttl h2 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 20px;
}
.products.g37j .l-main .sec02-image {
  width: auto;
  height: 100vh;
}
.products.g37j .l-main .sec02-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products.g37j .l-main .sec02.capri {
  background: #359FAC;
}
.products.g37j .l-main .sec02.blue {
  background: #193E88;
}
.products.g37j .l-main .sec02.red {
  background: #AD306D;
}
.products.g37j .l-main .sec02.gray {
  background: #3B3D40;
}
.products.g37j .l-main .sec03-bg {
  background: url(../img/products/g37j/sec03-bg.webp) center bottom/cover no-repeat;
  aspect-ratio: 1.95/1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 110px 20px;
}
.products.g37j .l-main .sec03-text {
  color: #fff;
  align-self: flex-end;
}
.products.g37j .l-main .sec03-text h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 24px;
}
.products.g37j .l-main .sec03-text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
.products.g37j .l-main .sec03-note {
  margin-top: auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
}
.products.g37j .l-main .sec04 {
  background: url(../img/products/g37j/sec04-bg.webp) center 78%/cover no-repeat;
  aspect-ratio: 1.95/1;
  padding-top: 40px;
}
.products.g37j .l-main .sec04-text {
  max-width: 964px;
  margin: 0 auto;
  text-align: center;
}
.products.g37j .l-main .sec04-text h2 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.products.g37j .l-main .sec04-text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
.products.g37j .l-main .sec05-bg {
  background: url(../img/products/g37j/sec05-bg.webp) center center/cover no-repeat;
  aspect-ratio: 1.95/1;
  display: flex;
  flex-direction: column;
  padding: 70px;
}
.products.g37j .l-main .sec05-text {
  color: #fff;
  align-self: flex-end;
  margin-top: auto;
}
.products.g37j .l-main .sec05-text h2 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.products.g37j .l-main .sec05-text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.products.g37j .l-main .sec05-text p.note {
  font-size: 14px;
  font-weight: 500;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
}
.products.g37j .l-main .sec06 {
  margin-top: 180px;
}
.products.g37j .l-main .sec06-ttl {
  text-align: center;
  color: #333;
  height: 230px;
  position: relative;
}
.products.g37j .l-main .sec06-ttl .en {
  font-size: 66px;
  line-height: 1.4;
  font-weight: 700;
}
.products.g37j .l-main .sec06-ttl h2 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 700;
}
.products.g37j .l-main .sec06-ttl::after {
  content: "SPEC";
  font-size: 300px;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: #EBEBEB;
  position: absolute;
  z-index: -1;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.products.g37j .l-main .sec06-items {
  overflow: hidden;
}
.products.g37j .l-main .sec06-item {
  display: flex;
}
.products.g37j .l-main .sec06-item.item01, .products.g37j .l-main .sec06-item.item03, .products.g37j .l-main .sec06-item.item05 {
  flex-flow: row-reverse;
}
.products.g37j .l-main .sec06-item .image-wrap {
  width: 50%;
}
.products.g37j .l-main .sec06-item .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap {
  background: url(../img/products/g37j/sec06-1-bg.webp) center center/cover no-repeat;
  padding: 0 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap .icons {
  width: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(1) {
  width: 70px;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(2) {
  width: 90px;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(3) {
  width: 95px;
}
.products.g37j .l-main .sec06-item.item01 .image-wrap .note {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-top: 60px;
}
.products.g37j .l-main .sec06-item.item01 .text-wrap .text {
  width: 400px;
}
.products.g37j .l-main .sec06-item.item02 .image-wrap {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.products.g37j .l-main .sec06-item.item02 .image-wrap .image {
  width: 82%;
  margin-top: auto;
}
.products.g37j .l-main .sec06-item .text-wrap {
  width: 50%;
  aspect-ratio: 40/29;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
}
.products.g37j .l-main .sec06-item .text-wrap .text {
  width: 360px;
}
.products.g37j .l-main .sec06-item .text-wrap .text h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
.products.g37j .l-main .sec06-item .text-wrap .text p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
}
.products.g37j .l-main .sec06-item .text-wrap .text p.note {
  font-size: 14px;
}
.products.g37j .l-main .sec06-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  max-width: 280px;
  height: 60px;
  margin: 60px auto 0;
  text-decoration: unset;
  font-size: 20px;
  transition: 0.3s;
}
.products.g37j .l-main .sec06-button:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.products.g37j .l-main .sec07 {
  margin-top: 68px;
}
.products.g37j .l-main .sec07 .inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 17px;
}
.products.g37j .l-main .sec07 .banner {
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
.products.g37j .l-main .sec07 .banner img {
  width: 100%;
  height: auto;
  display: block;
}
.products.g37j .l-main .sec07 .banner:hover {
  opacity: 0.7;
}
.products.g37j .l-main .sec08 {
  margin-top: 34px;
}
.products.g37j .l-main .sec08 .inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 17px;
}
.products.g37j .l-main .sec08 p {
  font-size: 12px;
  text-align: center;
}
.products.g37j .l-main .sidebnr {
  position: fixed;
  right: 0;
  top: calc(50% - 93px);
  z-index: 9999;
}
.products.g37j .l-main .sidebnr .banner {
  width: 120px;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
.products.g37j .l-main .sidebnr .banner img {
  width: 100%;
  height: auto;
  display: block;
}
.products.g37j .l-main .sidebnr .banner:hover {
  opacity: 0.7;
}
.products.g37j .l-main .videoModal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10000;
}
.products.g37j .l-main .videoModal__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 80%;
  position: relative;
}
.products.g37j .l-main .videoModal__iframe::before {
  content: "";
  display: block;
  padding-top: 60%;
  height: 0;
}
.products.g37j .l-main .videoModal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}
.products.g37j .l-main .videoModal .close__btn {
  position: absolute;
  top: -67px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.products.g37j .l-main .videoModal .close__btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.products.g37j .l-main .videoModal .close__btn span::before, .products.g37j .l-main .videoModal .close__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
}
.products.g37j .l-main .videoModal .close__btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.products.g37j .l-main .videoModal .close__btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.products.g37j .l-main .modal-shop-list .modal-icracked-box {
  padding: 40px;
}
.products.g37j .l-main .modal-shop-list h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.products.g37j .l-main .modal-shop-list-item {
  margin-top: 40px;
}
.products.g37j .l-main .modal-shop-list-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 10px;
}
.products.g37j .l-main .modal-shop-list-item h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}
.products.g37j .l-main .modal-shop-list-bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.products.g37j .l-main .modal-shop-list-bnrs > a {
  display: block;
  width: calc((100% - 30px) / 4);
  border: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .products.g37j .l-main {
    padding-bottom: 95px;
  }
  .products.g37j .l-main .pc-only {
    display: none;
  }
  .products.g37j .l-main .sp-only {
    display: block;
  }
  .products.g37j .l-main .fv-logo {
    width: 180px;
    top: 5px;
    left: 5px;
  }
  .products.g37j .l-main .fv-photos {
    flex-wrap: wrap;
    gap: 5px;
  }
  .products.g37j .l-main .fv-photos > div {
    width: calc((100% - 5px) / 2);
  }
  .products.g37j .l-main .sec01 h2 {
    width: 300px;
    margin-bottom: 70px;
  }
  .products.g37j .l-main .sec01 h3 {
    font-size: 80px;
  }
  .products.g37j .l-main .sec01 h4 {
    font-size: 38px;
  }
  .products.g37j .l-main .sec01-logo {
    width: 200px;
  }
  .products.g37j .l-main .sec01 .shop-icons {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 50px;
    padding: 60px 0 80px;
    margin: 0 auto;
  }
  .products.g37j .l-main .sec01 .shop-icons div:nth-child(1) {
    width: 219px;
  }
  .products.g37j .l-main .sec01 .shop-icons div:nth-child(2) {
    width: 255px;
  }
  .products.g37j .l-main .sec01 .shop-icons div:nth-child(3) {
    width: 207px;
  }
  .products.g37j .l-main .sec01 .shop-icons div:nth-child(4) {
    width: 162px;
  }
  .products.g37j .l-main .sec01 .shop-icons div:nth-child(5) {
    width: 213px;
  }
  .products.g37j .l-main .color-dots {
    left: calc(50% - 45px);
    bottom: 30px;
  }
  .products.g37j .l-main .sec02 .inner {
    display: block;
  }
  .products.g37j .l-main .sec02-ttl {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 150px;
  }
  .products.g37j .l-main .sec02-ttl .en {
    font-size: 30px;
  }
  .products.g37j .l-main .sec02-ttl h2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .products.g37j .l-main .sec02-image {
    width: 100%;
  }
  .products.g37j .l-main .sec03-bg {
    background: url(../img/products/g37j/sec03-bg-sp.webp) center center/cover no-repeat;
    aspect-ratio: 1/1;
    padding: 20px 20px 10px;
  }
  .products.g37j .l-main .sec03-text h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .products.g37j .l-main .sec03-text p {
    font-size: 14px;
  }
  .products.g37j .l-main .sec03-note {
    font-size: 10px;
  }
  .products.g37j .l-main .sec04 {
    background: url(../img/products/g37j/sec04-bg-sp.webp) center center/cover no-repeat;
    aspect-ratio: 1/1;
    padding: 20px;
  }
  .products.g37j .l-main .sec04-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .products.g37j .l-main .sec04-text p {
    font-size: 14px;
    text-align: left;
  }
  .products.g37j .l-main .sec05-bg {
    aspect-ratio: 1/1;
    padding: 20px;
  }
  .products.g37j .l-main .sec05-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .products.g37j .l-main .sec05-text p {
    font-size: 14px;
  }
  .products.g37j .l-main .sec05-text p.note {
    font-size: 10px;
    margin-top: 10px;
  }
  .products.g37j .l-main .sec06 {
    margin-top: 100px;
  }
  .products.g37j .l-main .sec06-ttl {
    height: 120px;
  }
  .products.g37j .l-main .sec06-ttl .en {
    font-size: 40px;
  }
  .products.g37j .l-main .sec06-ttl h2 {
    font-size: 16px;
  }
  .products.g37j .l-main .sec06-ttl::after {
    font-size: 140px;
    top: -30px;
  }
  .products.g37j .l-main .sec06-item {
    flex-direction: column;
  }
  .products.g37j .l-main .sec06-item.item01, .products.g37j .l-main .sec06-item.item03, .products.g37j .l-main .sec06-item.item05 {
    flex-flow: column nowrap;
  }
  .products.g37j .l-main .sec06-item .image-wrap {
    width: 100%;
    aspect-ratio: 40/29;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap {
    padding: 0 10px 10px;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap .icons {
    width: 45px;
    gap: 6px;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(1) {
    width: 34px;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(2) {
    width: 43px;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap .icons li:nth-child(3) {
    width: 45px;
  }
  .products.g37j .l-main .sec06-item.item01 .image-wrap .note {
    font-size: 10px;
    margin-top: 20px;
  }
  .products.g37j .l-main .sec06-item.item01 .text-wrap .text {
    width: 100%;
  }
  .products.g37j .l-main .sec06-item .text-wrap {
    width: 100%;
    padding: 20px;
  }
  .products.g37j .l-main .sec06-item .text-wrap .text {
    width: 100%;
  }
  .products.g37j .l-main .sec06-item .text-wrap .text h3 {
    font-size: 24px;
  }
  .products.g37j .l-main .sec06-item .text-wrap .text p {
    font-size: 14px;
  }
  .products.g37j .l-main .sec06-item .text-wrap .text p.note {
    font-size: 12px;
  }
  .products.g37j .l-main .sec06-button {
    margin: 34px auto 0;
  }
  .products.g37j .l-main .sec07 {
    margin-top: 48px;
  }
  .products.g37j .l-main .sec08 {
    margin-top: 24px;
  }
  .products.g37j .l-main .sidebnr {
    top: calc(50% - 40px);
  }
  .products.g37j .l-main .sidebnr .banner {
    width: 50px;
  }
  .products.g37j .l-main .videoModal .close__btn {
    top: -40px;
  }
  .products.g37j .l-main .modal-shop-list .modal-icracked-box {
    padding: 40px 20px;
  }
  .products.g37j .l-main .modal-shop-list h2 {
    font-size: 26px;
  }
  .products.g37j .l-main .modal-shop-list-item h3 {
    font-size: 16px;
  }
  .products.g37j .l-main .modal-shop-list-item h4 {
    font-size: 12px;
  }
  .products.g37j .l-main .modal-shop-list-bnrs > a {
    width: calc((100% - 10px) / 2);
  }
}