@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #16181a !important;
  height: 100%;
}
main.main {
  background: transparent !important;
  padding-bottom: 0px !important;
}
.page-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(105deg, #16181a 50%, #1c1e20 50%);
  background-attachment: fixed;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  color: #FFF;
}
.page-wrapper a, .page-wrapper a:hover, .page-wrapper a:visited {
  text-decoration: none;
}
.page-wrapper a {
  text-decoration: none;
}
.SPECIAL-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.text-box p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page-wrapper .text-gold, .SPECIAL-wrapper .text-gold {
  color: #b5a373;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 24px;
}
.m-30 {
  margin: 20px 0;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-box {
  letter-spacing: 0.12em;
  font-size: 24px;
}
.text-sm-gray {
  font-size: 16px;
  color: #999;
  margin: 15px 0;
}
.gray {
  color: #999;
}
.page-wrapper a:hover {
  text-decoration: none !important;
}
.page-wrapper .text-lg-gold, .SPECIAL-wrapper .text-lg-gold {
  font-size: 24px;
  line-height: 2;
  color: #b5a373;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.sp-br {
  display: none;
}
.notice-text {
  font-size: 18px;
  color: #999;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.kome {
  font-size: 1em;
  position: static;
  margin-right: 4px;      
  font-weight: normal;
}
.lp-container {
  max-width: 1152px;
  margin: 0 auto;
  background-color: transparent;
  overflow: visible;
}
.sec-header {
  display: flex;
  align-items: center;
  background-color: #000;
  margin-bottom: 0;
  position: relative;
  font-size: 30px;
  width: 100%;
}
.sec-header.mb-30 {
  margin-bottom: 30px;
}
.sec-header .num-bg {
  background-color: #b31b1b;
  padding: 70px 40px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  width: 400px;
  letter-spacing: 2px;
}
.page-wrapper .sec-header h2.sec-title {
  padding-left: 20px;
  color: #b5a373;
  letter-spacing: 0.2em;
  font-size: 24px;
  font-weight: bold;
}
.img-placeholder {
  width: 100%;
  display: block;
  object-fit: cover;
}
.section-wrap {
  padding: 0;
}
.hero-sec {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(to bottom, #1c1e20 30%, #990000 100%);
  position: relative;
  overflow: hidden;
}
.hero-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/hero_v_shape.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  opacity: 1;
  z-index: 0;
  animation: v-zoom-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes v-zoom-in {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-sec .img-placeholder, .hero-sec .hero-text {
  position: relative;
  z-index: 1;
}
.SPECIAL-wrapper .hero-sec img.hero-main-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px;
  animation: img-pop-in 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
@keyframes img-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
h2.hero-catch {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "Shippori Mincho", serif;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 2.4;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
}
.hero-catch .line1 {
  display: inline-block;
}
.hero-catch .line2 {
  display: inline-block;
}
@keyframes text-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.intro-sec {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  font-size: 30px;
  border-top: 0.5px solid #b5a373;
  border-bottom: 0.5px solid #b5a373;
  background-color: #000;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url('../img/bg_intro.png');
  background-size: 100% 100%, 50% auto;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}
.intro-box {
  width: 90%;
  max-width: 600px;
  margin: 30px auto;
  padding: 25px 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(122, 0, 0, 0.6) 100%);
  border: 0.5px solid #b31b1b;
  text-align: center;
  box-sizing: border-box;
}
.intro-box-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
}
.intro-box-text {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
}
.layout-side-by-side {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0;
}
.layout-side-by-side .img-box {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-side-by-side .img-placeholder {
  height: auto;
}
.layout-side-by-side .text-box {
  flex: 1;
  padding: 30px;
}
.img-placeholder.img-size-350 {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 20px;
}
.layout-side-by-side .text-box, .layout-full-img .text-box, .layout-reduced-img .text-box {
  position: relative;
  z-index: 1;
}
.side-circle-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: -100px;
  width: 380px;
  height: 380px;
  background-image: url('../img/circle_deco.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.layout-full-img {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.layout-full-img .img-placeholder {
  height: auto;
  width: 100%;
}
.layout-full-img .text-box {
  padding: 30px;
}
.layout-full-img picture {
  display: block;
  width: 100%;
}
.layout-reduced-img {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.layout-reduced-img .img-placeholder {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.layout-reduced-img .text-box {
  padding: 30px;
}
.spec-table-container {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.spec-title-top {
  font-size: 20px;
  color: #b5a373;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: 4px solid #b5a373;
  padding-left: 12px;
  margin-bottom: 25px;
}
.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #222527;
}
.product-spec-table td {
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: 1px solid #222527;
  vertical-align: middle;
}
.product-spec-table .spec-label {
  width: 25%;
  background-color: #1c1e20;
  color: #b5a373;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-right: 1px solid #222527;
}
.product-spec-table .spec-value {
  width: 75%;
  background-color: #16181a;
  color: #e0e0e0;
  border-right: none;
}
.product-spec-table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .spec-table-container {
    margin: 35px auto;
  }
  .product-spec-table .spec-label {
    width: 32%;
  }
  .product-spec-table td {
    padding: 14px 16px;
    font-size: 13px;
  }
}
.cta-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 60px 20px 80px;
  background-color: #000;
  width: 100%;
}
.cta-sec .img-placeholder {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.cta-info {
  text-align: left;
}
.cta-info-badge {
  background: #b31b1b;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.cta-info-title {
  font-size: 20px;
  margin: 10px 0 0;
  letter-spacing: 0.1em;
}
.cta-info-title-l {
  font-size: 24px;
  font-weight: bold;
}
.cta-info-title-s {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.1em;
}
.cta-info-price {
  font-size: 24px;
  margin: 5px 0;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.cta-info-price-s {
  font-size: 16px;
  margin: 10px 0 0 0;
  letter-spacing: 0.2em;
}
.page-wrapper a.btn-buy, .page-wrapper a.btn-buy:link, .page-wrapper a.btn-buy:visited {
  display: inline-block;
  background: linear-gradient(135deg, #b31b1b 0%, #801010 100%);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 55px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(179, 27, 27, 0.4);
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-wrapper a.btn-buy .arrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 100;
  margin-right: 18px;
  position: relative;
  vertical-align: middle;
  line-height: 1;
  top: -1px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.page-wrapper a.btn-buy::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  transition: left 0.6s ease-in-out;
}
.page-wrapper a.btn-buy:hover {
  background: linear-gradient(135deg, #d02020 0%, #a01515 100%);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(179, 27, 27, 0.6);
}
.page-wrapper a.btn-buy:hover .arrow {
  transform: translateX(6px);
}
.page-wrapper a.btn-buy:hover::after {
  left: 150%;
}
.copyright-sec {
  width: 100%;
  background-color: #000;
  padding: 0 20px 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.copyright-sec .copyright-img {
  display: block;
  margin: 0 auto 10px;
  max-height: 16px;
}
.floating-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 9999;
  box-sizing: border-box;
  padding: 15px 20px;
}
.floating-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 1152px;
  margin: 0 auto;
}
.floating-btn-img {
  display: block;
  flex: 1;
  max-width: 450px;
  transition: opacity 0.2s ease;
}
.floating-btn-img:hover {
  opacity: 0.8;
}
.floating-btn-img img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .sp-br {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .hero-sec {
    padding: 15px;
  }
  .SPECIAL-wrapper .hero-sec img.hero-main-img {
    margin: 0 auto 15px;
    max-width: 75% !important;
  }
  h2.hero-catch {
    font-size: 16px;
    line-height: 2;
    margin: 15px 0;
    padding: 0;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .hero-text {
    font-size: 16px;
  }
  .intro-sec {
    font-size: 16px;
    padding: 25px 20px;
    background-size: 100% 100%, 100% auto;
  }
  .hero-sec .hero-main-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .intro-sec {
    position: relative;
    margin-top: -1px;
    z-index: 10;
  }
  .page-wrapper .text-gold, .SPECIAL-wrapper .text-gold {
    font-size: 16px;
  }
  .layout-side-by-side .text-box {
    font-size: 16px;
    padding: 10px 10px 0px 10px;
  }
  .layout-reduced-img .text-box {
    font-size: 16px;
    padding: 20px 10px 0 10px;
  }
  .side-circle-svg {
    display: none;
  }
  .layout-reduced-img .side-circle-svg {
    display: block;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    margin-right: 0;
    width: auto;
    height: 80%;
    aspect-ratio: 1 / 1;
    opacity: 0.5;
  }
  .layout-full-img .text-box {
    font-size: 16px;
    padding: 20px 10px;
  }
  .page-wrapper .text-lg-gold, .SPECIAL-wrapper .text-lg-gold {
    font-size: 16px;
    line-height: 2;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .notice-text {
    font-size: 14px;
  }
  .cta-info-title {
    font-size: 18px;
  }
  .cta-info-price {
    font-size: 22px;
  }
  .page-wrapper a.btn-buy {
    font-size: 14px !important;
    padding: 10px 32px !important;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%) !important;
  }
  .page-wrapper a.btn-buy .arrow {
    font-size: 9px !important;
    margin-right: 12px !important;
  }
  .section-wrap {
    padding: 0;
  }
  .layout-side-by-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }
  .layout-full-img {
    padding: 0 20px;
  }
  .layout-reduced-img {
    padding: 0 20px;
  }
  .layout-reduced-img .img-placeholder.push-top-img {
    margin-top: 0;
  }
  .sec-header {
    width: 100%;
    padding: 25px 10px 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .sec-header.no-margin {
    margin-bottom: 0 !important;
  }
  .sec-header .num-bg {
    width: auto;
    min-width: 200px;
    padding: 8px 24px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .page-wrapper .sec-header h2.sec-title {
    padding: 0 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #b5a373;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .intro-box {
    width: 94%;
    padding: 15px 5px;
    margin: 5px auto 20px;
  }
  .intro-box-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .intro-box-text {
    font-size: 16px;
  }
  .layout-side-by-side {
    flex-direction: column;
  }
  .layout-side-by-side .img-box {
    width: 100%;
  }
  .layout-side-by-side {
    height: auto;
  }
  .layout-full-img .img-placeholder {
    height: auto;
  }
  .layout-reduced-img .img-placeholder {
    height: auto;
  }
  .img-placeholder.img-size-350 {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
  .section-full-fluid .layout-full-img {
    padding: 0;
  }
  .section-full-fluid .layout-full-img .img-placeholder {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .section-full-fluid .text-box {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .lp-container section:nth-child(3) .layout-side-by-side .img-placeholder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .layout-reduced-img {
    flex-direction: column;
  }
  .cta-sec {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 80px 20px 40px;
  }
  .cta-info {
    text-align: center;
  }
  .copyright-sec {
    padding: 0 10px 70px 10px;
    flex-direction: column;
    gap: 10px;
  }
  .copyright-sec .copyright-img {
    max-height: 12px;
  }
  .floating-container {
    padding: 8px 10px;
  }
  .floating-actions {
    gap: 8px;
  }
  .floating-btn-img {
    max-width: 400px;
  }
}
.js-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}
.sec-header.js-fade {
  transform: translateX(-100px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}
.sec-header.js-fade.is-active {
  transform: translateX(0);
}
.delay-1.is-active {
  transition-delay: 0.05s;
}
.delay-2.is-active {
  transition-delay: 0.35s;
}
.delay-3.is-active {
  transition-delay: 0.55s;
}
.delay-detail-title.is-active {
  transition-delay: 1.2s;
}
.slide-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.slide-item {
  flex: 0 0 82%;
  scroll-snap-align: center;
  margin-right: 15px;
  box-sizing: border-box;
}
.slide-container::after {
  content: "";
  flex: 0 0 20px;
}
.intro-box.delay-1.is-active {
  transition-delay: 0.8s !important;
}
@media screen and (max-width: 750px) {
  .intro-box.delay-1.is-active {
    transition-delay: 1.3s !important;
  }
  .intro-box.delay-1 {
    scroll-margin-top: 100vh !important;
  }
}
.hero-sec::before {
  animation-duration: 0.6s;
}
.SPECIAL-wrapper .hero-sec img.hero-main-img {
  animation-duration: 2.5s;
  animation-delay: 0.3s;
}
.hero-catch .line1 {
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}
.hero-catch .line2 {
  animation-duration: 1.5s;
  animation-delay: 1.2s;
}
@media screen and (max-width: 750px) {
  .hero-sec::before {
    animation-duration: 0.4s;
  }
  .SPECIAL-wrapper .hero-sec img.hero-main-img {
    animation-duration: 2.0s;
  }
  .hero-catch .line1 {
    animation-duration: 0.5s;
  }
  .hero-catch .line2 {
    animation-duration: 0.5s;
  }
}
.floating-btn-gray {
  display: inline-block;       
  text-align: center;       
  padding: 14px 70px;          
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;            
  border-radius: 0;
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  border-top: 1px solid #b5a373;
  border-bottom: 1px solid #b5a373;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  background: linear-gradient(115deg, #3a3f42 0%, #1a1c1e 100%);
  transition: opacity 0.2s ease;
}
.floating-btn-gray .btn-sub {
  display: block;
  font-size: 14px;             
  font-weight: normal;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.3;
  margin-bottom: 4px;       
  color: #ffffff; 
}
.floating-btn-gray .btn-main {
  display: block;
  font-size: 24px;             
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.3;
  color: #ffffff; 
}
.floating-btn-gray:hover {
  opacity: 0.7;                
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); 
}
.floating-btn-gray::after,
.floating-btn-gray:hover::after {
  content: none;
}
@media screen and (max-width: 750px) {
  .floating-btn-gray {
    padding: 10px 50px;
    margin-top: 5px; 
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
  .floating-btn-gray .btn-sub { 
    font-size: 11px; 
    margin-bottom: 2px;
  }
  .floating-btn-gray .btn-main { 
    font-size: 18px; 
  }
}