@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

.wrapper {
  position: relative;
  max-width: 125.0rem;
  width: 100%;
  padding-left: 6.0rem;
  padding-right: 6.0rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 3.0rem;
    padding-right: 3.0rem;
  }
}

@media print, screen and (max-width: 991px) {
  .wrapper {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

main {
  position: relative;
  display: block;
}

@media only screen and (max-width: 768px) {
  main {
    display: block;
  }
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000000;
  outline: none !important;
  padding: 1.2rem 1.5rem;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  height: 4.8rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #275BC8;
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}

.m-text {
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}

.mx-txt {
  position: relative;
  font-weight: normal;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .mx-txt {
    font-size: 1.6rem;
  }
}

.m-title {
  position: relative;
  font-weight: 300;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
}

.text_list {
  position: relative;
  list-style-type: "・";
  padding-left: 1.8rem;
}

.underline_bg {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(0%, #FBB03B));
  background: linear-gradient(transparent 68%, #FBB03B 0%);
}

/* btn */
.btn_wrap {
  position: relative;
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  max-width: 240px;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  border: 1px solid #858585;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #1A1A1A;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .btn {
    height: 45px;
    max-width: 200px;
  }
}

.btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}

.btn:hover {
  background: #A10707;
  border-color: #A10707;
  color: #FFFFFF;
}

.viewmore_link_wrap {
  position: relative;
}

.viewmore_link_wrap .viewmore_link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #FF931E;
  text-decoration: none;
}

.viewmore_link_wrap .viewmore_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF931E;
}

.viewmore_link_wrap .viewmore_link::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  vertical-align: text-bottom;
}

.viewmore_link_wrap .viewmore_link:hover::before {
  width: 100%;
  animation: link-lineloop 0.6s ease-out;
  -webkit-animation: link-lineloop 0.6s ease-out;
}

.view-more {
  position: relative;
}

.link-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 3.0rem;
  max-width: 100%;
  width: 27.7rem;
  height: 7.0rem;
  background: #000000;
  border: 0.3rem solid #000000;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3.5rem;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  z-index: 1;
}

.link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

.link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.link-btn:hover {
  color: #000000;
}

.link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


.modal .close {
  position: absolute;
  top: -1.0rem;
  right: -1.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 0.6rem;
  width: 3.0rem;
  height: 3.0rem;
  background-color: #FCD004;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 3;
}

.modal-open {
  overflow: hidden;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.0rem 6.0rem 1.9rem 5.0rem;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 996;
}

@media print, screen and (max-width: 1200px) {
  #header {
    padding-left: 3.0rem;
    padding-right: 3.0rem;
  }
}

@media print, screen and (max-width: 991px) {
  #header {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  #header {
    padding: 1.9rem 2.0rem 1.8rem;
    height: 9.0rem;
  }
}

#header.header-scrolled {
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
}

#header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

#header .header-wrapper .logo {
  position: relative;
  margin-right: 3rem;
}


@media only screen and (max-width: 768px) {
  #header .header-wrapper .logo {
    position: relative;
    display: flex;
    align-items: center;
  }
}

#header .header-wrapper .logo .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  width: 18rem;
  text-decoration: none;
  outline: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #header .header-wrapper .logo .image {
    width: 10rem;
  }
}

#header .header-wrapper .logo .image img {
  width: 100%;
}

#header .header-wrapper .nav {
  position: relative;
  padding: 0;
}

@media print, screen and (max-width: 991px) {
  #header .header-wrapper .nav {
    display: none;
  }
}

#header .header-wrapper .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 0;
}

#header .header-wrapper .nav-menu > li {
  position: relative;
  padding: 0;
}

#header .header-wrapper .nav-menu > li:not(:first-child) {
  margin-left: 4.0rem;
}

.card-wrapper{
  margin-left: 5.0rem !important;
}

#header .header-wrapper .nav-menu .menu-link {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

#header .header-wrapper .nav-menu .menu-link span {
  color: inherit;
  text-decoration: none;
}

#header .header-wrapper .nav-menu .menu-link:hover {
  opacity: 0.7;
}

#header .header-wrapper .nav-menu .cart-link-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 3.0rem;
  max-width: 100%;
  width: 15.6rem;
  height: 5.0rem;
  background: #000000;
  border: 2px solid #000000;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 2.5rem;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

#header .header-wrapper .nav-menu .cart-link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

#header .header-wrapper .nav-menu .cart-link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

#header .header-wrapper .nav-menu .cart-link-btn:hover {
  color: #000000;
}

#header .header-wrapper .nav-menu .cart-link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

body.bg-black #header {
  background: #FFFFFF;
}

@media print, screen and (max-width: 991px) {
  body.bg-black #header {
    background: #131313;
  }
}

#main-nav {
  position: relative;
  width: 100%;
  background: #FCD004;
  padding: 1.0rem 1.5rem;
  z-index: 9;
}

@media print, screen and (max-width: 991px) {
  #main-nav {
    display: none;
  }
}

#main-nav .nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

#main-nav .nav-menu > li {
  position: relative;
  padding: 0 2.0rem;
}

#main-nav .nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}

#main-nav .nav-menu > li > a:hover {
  text-decoration: underline;
}

#main-nav .nav-menu .drop_down ul {
  display: block;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#main-nav .nav-menu .drop_down ul li {
  position: relative;
  min-width: 200px;
  padding: 0;
}

#main-nav .nav-menu .drop_down ul li:not(:last-child) {
  border-bottom: 1px solid #808080;
}

#main-nav .nav-menu .drop_down ul a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #FFFFFF;
  padding: 12px 3.57rem;
  margin: 0;
  background: rgba(26, 26, 26, 0.8);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  z-index: 0;
}

#main-nav .nav-menu .drop_down ul a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

#main-nav .nav-menu .drop_down ul .drop_down ul {
  top: 0;
  left: calc(100% - 30px);
}

#main-nav .nav-menu .drop_down ul .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

#main-nav .nav-menu .drop_down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mobile-nav-toggle {
  position: fixed;
  right: 2.0rem;
  top: 2.5rem;
  width: 5.0rem;
  height: 5.0rem;
  padding: 0;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media print, screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    top: 2.0rem;
  }
}

.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: calc(50% - 6px);
}

.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: calc(50% + 6px);
  width: 80%;
}

.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}

.mobile-nav-toggle.toggle-active .toggle-icon span {
  background: #000000;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-225deg);
          transform: translateY(7px) rotate(-225deg);
  width: 100%;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg);
  width: 100%;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  opacity: 0;
  visibility: hidden;
}

body.bg-black .mobile-nav-toggle .toggle-icon span {
  background: #FFFFFF;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background-color: #ffffff;
}

#mobile-nav .nav-body {
  position: relative;
  padding: 18.0rem 3.0rem 6.0rem;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .nav-body {
    padding: 15.0rem 1.5rem 6.0rem;
    padding: clamp(12rem, 24vh, 18rem) 4.15rem 6rem;
  }
}

#mobile-nav .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
}

#mobile-nav .mobile-nav-menu > li {
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.2rem;
}

#mobile-nav .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 3.0rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 1.2rem;
}

#mobile-nav .mobile-nav-menu .menu-link {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 300;
  font-size: 2.0rem;
  line-height: 3.2rem;
  text-align: center;
  color: #000000;
  padding: 0;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-menu .menu-link {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}

#mobile-nav .mobile-nav-menu .cart-link-btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 3.0rem;
  max-width: 100%;
  width: 15.6rem;
  height: 5.0rem;
  background: #510D28;
  border: 2px solid #510D28;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 2.5rem;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

#mobile-nav .mobile-nav-menu .cart-link-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

#mobile-nav .mobile-nav-menu .cart-link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

#mobile-nav .mobile-nav-menu .cart-link-btn:hover {
  color: #000000;
}

#mobile-nav .mobile-nav-menu .cart-link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

.modal-close{
  position: absolute;
  top: 5.0rem;
  right: 5.0rem;
  display: block;
  width: 5.0rem;
  height: 5.0rem;
  cursor: pointer;
  text-decoration: none;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .modal-close{
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
  }
}


.modal-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}


.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.bg-black .product-section .section-slide{
  position: relative;
  top: 15rem;
  right: 15rem;
}

@media print, screen and (max-width: 991px) {
  .bg-black .product-section .section-slide{
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}

.bg-black .product-section .section-slide .slides{
  width: 55rem;
  height: 55rem;
  overflow: hidden;
  position: relative;
  border: none !important;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px; */
}

@media print, screen and (max-width: 991px) {
  .bg-black .product-section .section-slide .slides{
    width: 100%;
    height: 56.5vh;
    border: none;
  }
}

.bg-black .product-section .section-slide .slides .slide{
  position: absolute;
  height: 100%;
}

@media print, screen and (max-width: 991px) {
  .bg-black .product-section .section-slide .slides .slide{
    position: absolute;
    top: 0;
    right: 0;
  }
}

.bg-black .product-section .section-slide .slides img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex: 0 0 100%;
}

.bg-black .product-section .section-slide .slides .slick-list {
  position: relative;
  margin-right: -2px;
}

.bg-black .product-section .section-slide .slides .slick-track {
  position: relative;
}

.bg-black .product-section .section-slide .slides .slick-slide {
  position: relative;
  margin-right: 2px;
}

.bg-black .product-section .section-slide .slides .slick-dots {
  bottom: 3.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}


@media only screen and (max-width: 768px) {
  .bg-black .product-section .section-slide .slides .slick-dots{
    bottom: 15px;
  }
}

.bg-black .product-section .section-slide .slides .slick-dots li {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0 5px;
}

@media only screen and (max-width: 768px) {
  .bg-black .product-section .section-slide .slides .slick-dots li {
    padding: 0 4px;
  }
}

.bg-black .product-section .section-slide .slides .slick-dots li button {
  width: 2.5rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: all 0.3s ease;
}


@media only screen and (max-width: 768px) {
  .bg-black .product-section .section-slide .slides .slick-dots li button {
    width: 2rem;
    height: 0.3rem;
    border-radius: 0.15rem;
  }
}

.bg-black .product-section .section-slide .slides .slick-dots li button::before {
  display: none !important;
}

.bg-black .product-section .section-slide .slides .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.bg-black .product-section .section-slide .slides .slick-dots li.slick-active button {
  background: #FFFFFF;
  transform: scale(1.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}


/* 
.modal .modal-content .section-slide.slide-img-pc{
  display: block;
}

@media print, screen and (max-width: 768px) {
  .modal .modal-content .section-slide.slide-img-pc{
    display: none;
  }
}

.modal .modal-content .section-slide.slide-img-sp{
  display: none;
}


@media print, screen and (max-width: 768px) {
  .modal .modal-content .section-slide.slide-img-sp{
    display: block;
  }
} */


.bg-black .product-info{
  position: relative;
  top: 15rem;
}

@media only screen and (max-width: 768px) {
  .bg-black .product-info{
    display: block;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 8rem;
    margin-top: -11rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.bg-black .product-info .branding{
  position: relative;
  border-bottom: 1px solid #626262;
  padding-bottom: 2.5rem;
}

.bg-black .product-info .branding h3{
  font-size: 1.2;
  font-family: 'Hiragino Mincho ProN';
}

.bg-black .product-info .branding p{
  font-size: 2.4rem;
  font-family: 'Hiragino Mincho ProN';
  padding-top: 1.2rem;
}

.bg-black .product-info .branding h2{
  font-size: 1.8rem;
  padding-top: 1.83rem;
  letter-spacing: 0.1rem;
}

.bg-black .product-info .values{
  position: relative;
  margin-top: 3rem;
}

.bg-black .product-info .values .material{
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.bg-black .product-info .values .stone{
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-top: 1rem;
}

.bg-black .product-info .values .mark{
  width: 12rem;
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
  border: 0.5px solid #000000;
  background: #F7F7F7;
  margin-top: 1.5rem;
}
.bg-black .product-info .values .size{
  font-size: 1.2rem;
  padding-top: 1.5rem;
}

.bg-black .product-info .values .products-btns{
  position: relative;
  padding-top: 1.5rem;
}

.bg-black .product-info .values .products-btns .size_buttons{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bg-black .product-info .values .products-btns .size_buttons button{
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bg-black .product-info .values .products-btns li{
  position: relative;
  margin-top: 4.6rem;
}

.bg-black .product-info .values .products-btns .add-cart-btn {
  position: relative;
  background: #FFE138;
  overflow: hidden;
  -webkit-transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: background 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
  width: 35.9rem;
  height: 5.6rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  background: #000000;
  padding: 1.0rem 1.0rem;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}


@media only screen and (max-width: 768px) {
  .bg-black .product-info .values .products-btns .add-cart-btn{
    width: 34rem;
  }
}

.bg-black .product-info .values .products-btns .add-cart-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

.bg-black .product-info .values .products-btns .add-cart-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.bg-black .product-info .values .products-btns .add-cart-btn:hover {
  color: #000000;
}

.bg-black .product-info .values .products-btns .add-cart-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}



.mainvisual {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 4.3rem;
}

@media print, screen and (max-width: 991px) {
  .mainvisual {
    margin-top: 0;
  }
}

.mainvisual-wrapper {
  position: relative;
  max-width: 125.0rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.0rem;
  padding: 4.0rem 6.0rem;
  min-height: 70vh;
}

@media print, screen and (max-width: 1200px) {
  .mainvisual-wrapper {
    padding-left: 3.0rem;
    padding-right: 3.0rem;
    gap: 6.0rem;
  }
}

@media print, screen and (max-width: 991px) {
  .mainvisual-wrapper {
    display: block;
    padding: 0;
    gap: 0;
    min-height: auto;
  }
}

.mainvisual-image {
  position: relative;
  flex: 0 0 auto;
  width: 45%;
  max-width: 55.0rem;
}

@media print, screen and (max-width: 991px) {
  .mainvisual-image {
    width: 100%;
    max-width: 100%;
  }
  
  .mainvisual-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
    z-index: 1;
    pointer-events: none;
  }
}

.mainvisual .main-picture {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media print, screen and (max-width: 991px) {
  .mainvisual .main-picture {
    z-index: 0;
  }
}

.mainvisual .main-picture img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 85rem;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: brightness(1.02);
}

@media print, screen and (max-width: 991px) {
  .mainvisual .main-picture img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

.mainvisual-content {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.0rem;
  max-width: 50.0rem;
}

@media print, screen and (max-width: 991px) {
  .mainvisual-content {
    position: absolute;
    top: auto;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 35.0rem;
    padding: 0;
    text-align: center;
    z-index: 2;
    background: transparent;
  }
}

.hero-name {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.2em;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.3s forwards;
}

@media print, screen and (max-width: 1200px) {
  .hero-name {
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 991px) {
  .hero-name {
    font-size: 1.3rem;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6), 0 4px 24px rgba(0, 0, 0, 0.4);
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero-name {
    font-size: 1.2rem;
  }
}

.hero-subtitle {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.3em;
  color: #666666;
  margin: 2.5rem 0 0 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.6s forwards;
}

@media print, screen and (max-width: 991px) {
  .hero-subtitle {
    font-size: 2.8rem;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6), 0 4px 20px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.2em;
    margin-top: 1.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero-subtitle {
    font-size: 2.4rem;
  }
}

.hero-copy {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #666666;
  margin: 1.8rem 0 0 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.9s forwards;
}

@media print, screen and (max-width: 991px) {
  .hero-copy {
    font-size: 1.2rem;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6), 0 4px 20px rgba(0, 0, 0, 0.4);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media print, screen and (max-width: 991px) {
  .hero-name,
  .hero-subtitle {
    animation: none;
    opacity: 1;
  }
}

.section-intro {
  position: relative;
  padding: 5.0rem 0 5.0rem;
  z-index: 3;
}

@media print, screen and (max-width: 991px) {
  .section-intro {
    padding: 4.0rem 0 5.0rem;
  }
}

.section-intro .intro-card {
  position: relative;
}

.section-intro .intro-card .icon {
  position: relative;
  width: 9.7rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .section-intro .intro-card .icon {
    margin-bottom: 3.6rem;
  }
}

.section-intro .intro-card .title {
  position: relative;
  font-weight: 300;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  text-align: left;
  color: #000;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .section-intro .intro-card .title {
    margin-bottom: 2.4rem;
  }
}

.section-intro .intro-card .text {
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
}

@media print, screen and (max-width: 991px) {
  .section-intro .intro-card .text {
    font-size: 1.2rem;
    line-height: 2.0rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media print, screen and (max-width: 991px) {
  .section-intro .intro-card .text span {
    width: 60%;
    margin: 0 auto;
  }
}


.section-intro .intro-card .link-btn {
  position: relative;
  margin-top: 5.0rem;
  margin-left: auto;
  margin-right: auto;
}

.page-action-btn {
  position: sticky;
  top: calc( 100vh - 12.0rem);
  left: calc(50% - 13.6rem);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .page-action-btn {
    top: calc( 100vh - 12.0rem);
  }
}



#price {
  padding: 10.0rem 0 8.0rem;
}

@media print, screen and (max-width: 991px) {
  #price {
    padding: 8.0rem 0 7.0rem;
  }
}

@media only screen and (max-width: 768px) {
  #price {
    padding: 7.0rem 0 6.0rem;
  }
}

.gallery-section{
  position: relative; 
  margin-top: 18.7rem;
}

@media only screen and (max-width: 768px) {
  .gallery-section{
    margin-top: 2rem;
  }
}

.gallery-section .inner{
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9.2rem;
  padding-bottom: 17rem;
}


@media only screen and (max-width: 768px) {
  .gallery-section .inner{
    display: block;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.gallery-section .inner .left-photos{
  position: relative;
}

.gallery-section .inner .left-photos img:nth-child(1){
  display: block;
  width: 100%;
  height: auto;
}

.gallery-section .inner .left-photos img:nth-child(2){
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5.7rem  ;
}

.gallery-section .inner .right-photos{
  position: relative;
  top: 8.3rem;
  display: flex;
  flex-direction: column;
}

.gallery-section .inner .right-photos img:nth-child(1){
  display: block;
  width: 100%;
  height: auto;
}

.gallery-section .inner .right-photos img:nth-child(2){
  display: block;
  width: 100%;
  height: auto;
  margin-top: 6.4rem ;
}

.gallery-section .silver-img{
  position: relative;
}
.gallery-section .silver-img .silver-pc{
  display:block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .gallery-section .silver-img .silver-pc{
    display: none;
  }
}

.gallery-section .silver-img .silver-sp{
  display:none;
}

@media only screen and (max-width: 768px) {
  .gallery-section .silver-img .silver-sp{
    display: block;
    width: 100%;
    height: auto;
  }
}

.section-design-info{
  position: relative;
  top: 5rem;
}

.section-design-info .product-img{
  position: relative;
  margin: 0;
  padding: 0;
}
.section-design-info .product-img figure{
  position: relative;
  margin: 0 auto;
  object-fit: cover;
}

.section-design-info .product-img figure img:nth-child(1){
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .section-design-info .product-img figure img:nth-child(1) {
    display: none;
  }
}

.section-design-info .product-img figure img:nth-child(2){
  display: none;
}

@media only screen and (max-width: 768px) {
  .section-design-info .product-img figure img:nth-child(2) {
    display: block;
    width: 100%;
    height: auto;
  }
}


.section-design-info .product-info{
  position: relative;
  padding-top: 4.52rem;
  padding-bottom: 15rem;
}

.section-design-info .product-info .wrapper{
  position: relative;
  max-width: 117rem !important;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .section-design-info .product-info .wrapper {
    position: relative;
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}

.section-design-info .product-info .text{
  position: relative;
  
}

.section-design-info .product-info .text h2{
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
}

.section-design-info .product-info .text h3{
  font-size: 2.4rem;
  padding-top: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: left;
}

.section-design-info .product-info .text h4{
  font-size: 1.2rem;
  padding-top: 2.7rem;
  line-height: 2.1;
  letter-spacing: 0.2rem;
  text-align: left;
}

.section-design-info .product-info .values{
  position: relative;
  margin-top: 4.64rem;
}

.section-design-info .product-info .values p{
  width: 36.2rem;
  padding: 2.35rem 5rem 2.35rem 0 ;
  line-height: 2.1;
  letter-spacing: 0.2rem;
  font-size: 1.1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}


@media print, screen and (max-width: 991px) {
  .section-design-info .product-info .values p{
    width: auto;
    padding: 2.35rem 1rem 2.35rem 0;
  }
}


.section-slide{
  position: relative;
}

.section-slide .slides{
  width: 100%;
  height: 50vh;
  overflow: hidden;
  position: relative;
}

@media print, screen and (max-width: 991px) {
  .section-slide .slides{
    width: 100%;
    height: 70vh;
    border: none;
  }
}

.section-slide .slides .slide {
  position: absolute;
  height: 100%;
  inset: 0;
}

.section-slide .slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-slide .slide-img-pc{
  display: block;
}


@media print, screen and (max-width: 768px) {
  .section-slide .slide-img-pc{
    display: none;
  }
}

.section-slide .slide-img-sp{
  display: none;
}


@media print, screen and (max-width: 768px) {
  .section-slide .slide-img-sp{
    display: block;
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    object-position: center;
  }
}

.section-slide .product-info{
  position: relative;
  padding-top: 4.52rem;
  padding-bottom: 20rem;
}
@media print, screen and (max-width: 768px) {
  .section-slide .product-info{
    position: relative;
    padding-top: 4.52rem;
    padding-bottom: 16rem;
  }
}

.section-slide .product-info .wrapper{
  position: relative;
  max-width: 117rem !important;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

@media only screen and (max-width: 768px) {
  .section-design-info .product-info .wrapper {
    position: relative;
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}

.section-slide .product-info .text{
  position: relative;
  
}

.section-slide .product-info .text h2{
  position: relative;
  font-size: 1.6rem;
}

.section-slide .product-info .text h3{
  font-size: 2.4rem;
  padding-top: 2.2rem;
  letter-spacing: 0.1rem;
}

.section-slide .product-info .text h4{
  font-size: 1.2rem;
  padding-top: 2.7rem;
  line-height: 2.1;
  letter-spacing: 0.2rem;
}

.section-slide .product-info .values{
  position: relative;
  margin-top: 4.64rem;
}

.section-slide .product-info .values p{
  width: 36.2rem;
  padding: 2.35rem 5rem 2.35rem 0 ;
  line-height: 2.1;
  letter-spacing: 0.2rem;
  font-size: 1.1rem;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}


@media print, screen and (max-width: 991px) {
  .section-slide .product-info .values p{
    width: auto;
    padding: 2.35rem 1rem 2.35rem 0;
  }
}


.section-operation {
  position: relative;
  padding: 8.0rem 0;
  background: #F7F7F7;
}

@media print, screen and (max-width: 991px) {
  .section-operation {
    padding: 7.0rem 0 7.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-operation {
    padding: 6.0rem 0 6.0rem;
  }
}

.section-operation .operation-box {
  position: relative;
  max-width: 86.8rem;
  width: 100%;
  background: #FFFFFF;
  padding: 6.0rem 5.0rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 991px) {
  .section-operation .operation-box {
    max-width: 40.0rem;
    padding: 4.0rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .section-operation .operation-box {
    padding: 4.0rem 3.0rem;
  }
}

.section-operation .operation-box .box-title {
  position: relative;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 3.0rem;
}

.section-operation .operation-box .operations {
  position: relative;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.0rem;
}

@media print, screen and (max-width: 991px) {
  .section-operation .operation-box .operations {
    margin-bottom: 4.5rem;
  }
}

.section-operation .operation-box .operations .item {
  position: relative;
}

.section-operation .operation-box .operations .item:not(:last-child) {
  margin-bottom: 4.5rem;
}

.section-operation .operation-box .operations .item .label {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}

.section-operation .operation-box .operations .item .text {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  padding-left: 1.6rem;
}

.section-operation .operation-box .price-item {
  position: relative;
}

.section-operation .operation-box .price-item .price {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.2rem;
}

.section-operation .operation-box .price-item .text {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.section-operation .operation-box .box-help {
  position: relative;
  list-style-type: "※";
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1em;
  padding-left: 1.4rem;
  margin-top: 6.0rem;
}

@media only screen and (max-width: 768px) {
  .section-operation .operation-box .box-help {
    margin-top: 4.5rem;
  }
}

.section-term {
  position: relative;
  padding: 8.0rem 0 2.0rem;
}

@media print, screen and (max-width: 991px) {
  .section-term {
    padding: 6.0rem 0 4.0rem;
  }
}

@media print, screen and (max-width: 991px) {
  .section-term {
    padding: 5.0rem 0 3.0rem;
  }
}

.section-term .term-list {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
}

.section-term .term-list .term-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 45.0rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .section-term .term-list .term-item {
    min-width: auto;
    max-width: 40.0rem;
  }
}

.section-term .term-list .term-item:not(:last-child) {
  margin-bottom: 8.0rem;
}

@media only screen and (max-width: 768px) {
  .section-term .term-list .term-item:not(:last-child) {
    margin-bottom: 6.0rem;
  }
}

.section-term .term-list .term-item .title {
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 4.2rem;
  text-align: center;
  margin-bottom: 5.0rem;
}

@media print, screen and (max-width: 991px) {
  .section-term .term-list .term-item .title {
    font-size: 2.0rem;
    line-height: 3.2rem;
    margin-bottom: 3.0rem;
  }
}

@media print, screen and (max-width: 991px) {
  .section-term .term-list .term-item .title {
    margin-bottom: 2.4rem;
  }
}

.section-term .term-list .term-item ul.text {
  position: relative;
  list-style-type: "・";
  padding-left: 1.4rem;
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1em;
}

.section-term .term-list .term-item .help {
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1em;
  padding-left: 1.4rem;
}

.section-contact {
  position: relative;
  padding: 8.0rem 0 0.0rem;
}

@media print, screen and (max-width: 991px) {
  .section-contact {
    padding: 6.0rem 0 0.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-contact {
    padding: 5.0rem 0 0.0rem;
  }
}

.section-contact .contact-index {
  position: relative;
}

.section-contact .contact-index .help {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.0rem;
}

@media only screen and (max-width: 768px) {
  .section-contact .contact-index .help {
    margin-bottom: 5.0rem;
  }
}

.section-contact .contact-index .lead {
  position: relative;
  font-size: 1.8rem;
  line-height: 3.0rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-contact .contact-index .lead {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.section-contact .contact-index .lead a {
  color: inherit;
  text-decoration: underline;
}



#footer {
  position: relative;
  padding: 6.0rem 0 17.0rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 5.0rem 0 15.0rem;
  }
}

#footer .footer-nav {
  position: relative;
  margin-bottom: 6.0rem;
}

@media only screen and (max-width: 768px) {
  #footer .footer-nav {
    margin-bottom: 5.0rem;
  }
}

#footer .footer-nav .nav-menu {
  position: relative;
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
}

#footer .footer-nav .nav-menu > li {
  position: relative;
}

#footer .footer-nav .nav-menu > li:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #footer .footer-nav .nav-menu > li:not(:last-child) {
    margin-bottom: 1.0rem;
  }
}

#footer .footer-nav .nav-menu > li > a {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.0rem;
  text-decoration: underline;
  outline: none;
  color: #000000;
}

#footer .footer-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
}

#footer .copyright {
  margin-top: 3.0rem;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: center;
}

.back_to_top {
  position: fixed;
  bottom: 30px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  z-index: 996;
}

@media only screen and (max-width: 768px) {
  .back_to_top {
    width: 45px;
    right: 16px;
    bottom: 16px;
  }
}

.back_to_top img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .back_to_top img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media print, screen and (min-width: 769px) {
  .back_to_top:hover {
    text-decoration: none;
  }
  .back_to_top:hover img {
    filter: drop-shadow(0 0 12px #fff);
    -webkit-filter: drop-shadow(0 0 12px #fff);
  }
}

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

/* Product List Page Styles */
.product-list-section {
  position: relative;
  padding: 8rem 0;
  background: #FFFFFF;
}

.product-list-section .wrapper {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.product-list-section .section-title {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 300;
  margin-bottom: 6rem;
  letter-spacing: 0.1em;
  color: #000000;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  max-width: 100rem;
  margin: 0 auto;
}

.product-card {
  background: #FFFFFF;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.product-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
}

.product-info {
  padding: 2.4rem;
  text-align: left;
}

.product-name {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  color: #000000;
  letter-spacing: 0.05em;
}

.product-price {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 2.4rem;
  color: #666666;
  letter-spacing: 0.05em;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.0rem;
  font-size: 1.2rem;
  line-height: 1.9;
}

.product-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}

.feature-label {
  min-width: 4.0rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #999999;
  margin-right: 0.8rem;
}

.feature-value {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #333333;
}

.feature-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.6rem;
}

.feature-list li {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333;
}

.view-product-btn {
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 1px solid #000000;
}

.view-product-btn:hover {
  background: #FFFFFF;
  color: #000000;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
  .product-list-section {
    padding: 6rem 0;
  }
  
  .product-list-section .wrapper {
    padding: 0 2rem;
  }
  
  .product-list-section .section-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  
  .product-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 40rem;
  }
  
  .product-info {
    padding: 2rem;
  }
  
  .product-name {
    font-size: 1.6rem;
  }
  
  .product-price {
    font-size: 1.3rem;
  }
  
  .view-product-btn {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

/* Top Page Lineup Section */
.lineup-section {
  background: #F7F7F7;
  padding: 8rem 0 9rem;
}

.lineup-section .wrapper {
  max-width: 120rem;
  margin: 0 auto;
}

.lineup-header {
  text-align: center;
  margin-bottom: 5rem;
}

.lineup-eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #C0A15A;
  margin-bottom: 1.4rem;
}

.lineup-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 3.0rem;
  letter-spacing: 0.16em;
  font-weight: 300;
}

.lineup-grid {
  max-width: 104rem;
}

.lineup-card {
  position: relative;
}

.product-card--featured {
  border: 2px solid #F3C545;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-6px);
  background: #FFFDF4;
  overflow: visible;
}

.product-card--featured:hover {
  transform: translateY(-10px);
}

.lineup-featured-badge {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #F5C149 0%, #E39A22 100%);
  color: #FFFFFF;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  padding: 0.6rem 2.4rem;
  border-radius: 3.0rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

.featured-info {
  background: #FFF8E3;
}

.featured-btn {
  background: #000000;
  color: #FFFFFF;
}

.featured-btn:hover {
  background: #FFFFFF;
  color: #000000;
}

/* Lineup feature blocks */
.lineup-card .product-features {
  background: #F5F5F5;
  border-radius: 0.8rem;
  padding: 1.2rem 1.4rem;
}

.product-card--featured .product-features {
  background: #FFF1C8;
  border: 1px solid #F3C545;
}

.product-card--featured .product-feature-item-highlight .feature-value {
  font-size: 1.1rem;
  color: #B37400;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .lineup-section {
    padding: 6rem 0 7rem;
  }

  .lineup-header {
    margin-bottom: 4rem;
  }

  .lineup-title {
    font-size: 2.4rem;
  }

  .lineup-grid {
    max-width: 40rem;
  }

  .product-card--featured {
    transform: translateY(0);
  }

  .lineup-featured-badge {
    top: -1.4rem;
    font-size: 1.0rem;
    padding: 0.5rem 2.0rem;
  }
}

/* Fade-in animation for images */
.fade-in{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fade-in.is-visible{
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce){
  .fade-in{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* iPhoneでの画像読み込み最適化 */
@supports (-webkit-touch-callout: none) {
  #main img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bg-black .product-section{
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 8rem 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6rem;
}
.bg-black .product-section .section-slide{
  position: relative;
  top: 0;
  right: 0;
  flex: 0 0 55rem; /* left column fixed width */
}
.bg-black .product-section .product-info,
.bg-black .product-section .product-info{ /* right column */
  position: relative;
  top: 0;
  flex: 1 1 auto;
  max-width: 44rem;
}
@media print, screen and (max-width: 991px){
  .bg-black .product-section{
    padding: 0;
    display: block;
  }
  .bg-black .product-section .section-slide{
    flex: none;
    width: 100%;
  }
  .bg-black .product-section .product-info{
    max-width: none;
  }
}

/* reset offsets for desktop to align inside flex container */
.bg-black .product-section .section-slide{
  position: relative;
  top: 0;
  right: 0;
}

.bg-black .product-info{
  position: relative;
  top: 0;
}

/* Product two-column layout (PC): slide left, details right */
.bg-black .product-section{
  display:flex;
  flex-direction: row; /* ensure left-to-right order */
}
.bg-black .product-section .section-slide{ order:0; }
.bg-black .product-section .product-info{ order:1; }

/* Column sizing */
.bg-black .product-section .section-slide{ flex: 0 0 56rem; }
.bg-black .product-section .product-info{ flex: 1 1 auto; max-width: 48rem; }

@media print, screen and (max-width: 991px){
  /* stack layout: slide first, then details */
  .bg-black .product-section{ display:block; padding:0; }
  .bg-black .product-section .section-slide{ width:100%; margin:0 auto; }
  .bg-black .product-section .product-info{
    position: relative;
    top: 0;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 8rem;
    margin-top: 2.4rem; /* space between slide and details */
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px){
  .bg-black .product-section .product-info{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 2.4rem;
  }
}

/* neutralize legacy rules */
.bg-black .product-info{ top:0; }

/* Ensure slick dots overlay inside slide (robust for iOS Safari) */
.section-slide .slides{ position: relative; }
.section-slide .slides .slick-dots{
  position: absolute !important;
  left: 0;
  right: 0;
  width: 100%;
  bottom: clamp(8px, 2.5vh, 18px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
/* iOS Safari sometimes collapses track height; force full-height */
.section-slide .slides .slick-list{ height: 100%; }
.section-slide .slides .slick-track{ height: 100%; }

/* Voice Comparison Section */
.section-voice-comparison {
  position: relative;
  padding: 8.0rem 0;
  background: #FFFFFF;
}

@media print, screen and (max-width: 991px) {
  .section-voice-comparison {
    padding: 6.0rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-voice-comparison {
    padding: 5.0rem 0;
  }
}

.section-voice-comparison .comparison-title {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5.0rem;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .section-voice-comparison .comparison-title {
    font-size: 2.0rem;
    margin-bottom: 4.0rem;
  }
}

.voice-comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.0rem;
  max-width: 100.0rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .voice-comparison-grid {
    grid-template-columns: 1fr;
    gap: 3.0rem;
    padding: 0 2.0rem;
  }
}

.voice-item {
  position: relative;
  background: #F7F7F7;
  padding: 3.0rem;
  border-radius: 1.2rem;
  border: 1px solid #E0E0E0;
}

@media only screen and (max-width: 768px) {
  .voice-item {
    padding: 2.5rem;
  }
}

.voice-item-header {
  position: relative;
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  border-bottom: 1px solid #D0D0D0;
}

.voice-item-title {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .voice-item-title {
    font-size: 1.6rem;
  }
}

.voice-item-catch {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  .voice-item-catch {
    font-size: 1.2rem;
  }
}

.voice-item-content {
  position: relative;
}

.voice-item-scene {
  position: relative;
  font-size: 1.2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 2.0rem;
}

@media only screen and (max-width: 768px) {
  .voice-item-scene {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}

.voice-item-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-visual-day {
  background: linear-gradient(135deg, #FFF9E6 0%, #FFE5B4 100%);
  border: 1px solid #FFD89B;
}

.voice-visual-night {
  background: linear-gradient(135deg, #E8E8F0 0%, #D0D0E0 100%);
  border: 1px solid #B8B8C8;
}

.voice-visual-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.visual-label {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  color: #666666;
  text-align: center;
}

.comparison-note {
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #666666;
  margin-top: 4.0rem;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .comparison-note {
    font-size: 1.0rem;
    margin-top: 3.0rem;
    padding: 0 2.0rem;
  }
}

/* CTA Section */
.cta-section {
  position: relative;
  padding: 6.0rem 0;
  text-align: center;
  background: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .cta-section {
    padding: 5.0rem 0;
  }
}

/* Floating bottom CTA */
.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 2.0rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 6.0rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #F9D976 0%, #F39F86 50%, #F36B7F 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  color: #FFFFFF;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  white-space: nowrap;
  z-index: 995;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  overflow: hidden;
}

.floating-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: cta-shine 4s ease-in-out infinite;
}

.floating-cta:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  opacity: 0.96;
}

.floating-cta-label {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .floating-cta {
    bottom: 1.2rem;
    padding: 1.3rem 3.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    white-space: nowrap;
    max-width: calc(100vw - 2.4rem);
  }
}

@keyframes cta-shine {
  0% {
    left: -150%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    left: 150%;
    opacity: 0;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

.cta-main-btn {
  position: relative;
  display: inline-block;
  max-width: 50.0rem;
  width: 100%;
  height: 7.0rem;
  background: #000000;
  border: 0.3rem solid #000000;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  cursor: pointer;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .cta-main-btn {
    max-width: 90%;
    height: 6.0rem;
    font-size: 1.6rem;
  }
}

.cta-main-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 3;
}

.cta-main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transform-origin: right top;
  transform: scale(0, 1);
  z-index: 1;
  border-radius: 3.5rem;
}

.cta-main-btn:hover {
  color: #000000;
}

.cta-main-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.cta-sub-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #666666;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .cta-sub-text {
    font-size: 1.1rem;
    padding: 0 2.0rem;
  }
}

.cta-sub-btn {
  position: relative;
  display: inline-block;
  max-width: 30.0rem;
  width: 100%;
  height: 5.5rem;
  background: #FFFFFF;
  border: 0.2rem solid #CCCCCC;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #666666;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 2.75rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .cta-sub-btn {
    max-width: 80%;
    height: 5.0rem;
    font-size: 1.3rem;
  }
}

.cta-sub-btn:hover {
  border-color: #999999;
  color: #333333;
  background: #F7F7F7;
}

/* Set Special Benefits Section */
.set-special-benefits {
  position: relative;
  margin-top: 5.0rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .set-special-benefits {
    margin-top: 4.0rem;
  }
}

.set-benefits-badge {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #FFFFFF;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0.6rem 2.0rem;
  border-radius: 0.4rem;
  margin-bottom: 2.0rem;
  text-transform: uppercase;
  box-shadow: 0px 2px 8px rgba(255, 165, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .set-benefits-badge {
    font-size: 0.9rem;
    padding: 0.5rem 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.set-benefits-main-title {
  position: relative;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .set-benefits-main-title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.set-benefits-subtitle-text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
  .set-benefits-subtitle-text {
    font-size: 1.2rem;
    margin-bottom: 3.0rem;
    padding: 0 1.0rem;
  }
}

.set-benefits-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 4.0rem;
  max-width: 90.0rem;
  margin: 0 auto;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 768px) {
  .set-benefits-card {
    padding: 3.0rem 2.0rem;
    border-radius: 1.2rem;
  }
}

.set-benefits-card-title {
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FF8C00;
  margin-bottom: 3.0rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .set-benefits-card-title {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}

.set-benefits-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
}

.set-benefits-list-column {
  position: relative;
  width: 100%;
  max-width: 60.0rem;
}

.set-benefits-list-centered {
  margin: 0 auto;
}

.set-benefits-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.set-benefit-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 0;
}

.set-benefit-item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}

.benefit-checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 2.0rem;
  font-weight: bold;
  margin-right: 2.5rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
  box-shadow: 0px 2px 8px rgba(255, 165, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .benefit-checkmark {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.6rem;
    margin-right: 2.0rem;
  }
}

.benefit-text {
  position: relative;
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .benefit-text {
    font-size: 1.5rem;
    line-height: 2.0;
  }
}

.set-only-note {
  display: block;
  font-size: 1.3rem;
  color: #FF8C00;
  margin-top: 0.8rem;
  text-decoration: underline;
  text-decoration-color: #FF8C00;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .set-only-note {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
}

.benefit-note {
  display: block;
  font-size: 1.3rem;
  color: #666666;
  margin-top: 0.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .benefit-note {
    font-size: 1.1rem;
    margin-top: 0.6rem;
    line-height: 1.6;
  }
}


/* Bromide and Message Card Two Column Section */
.bromide-message-two-column {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.0rem;
  margin-top: 8.0rem;
  margin-bottom: 12.0rem;
  align-items: start;
}

@media only screen and (max-width: 768px) {
  .bromide-message-two-column {
    grid-template-columns: 1fr;
    gap: 5.0rem;
    margin-top: 6.0rem;
    margin-bottom: 10.0rem;
  }
}

.bromide-column,
.message-card-column {
  position: relative;
}

.bromide-image,
.message-card-image-section {
  position: relative;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 768px) {
  .bromide-image,
  .message-card-image-section {
    margin-bottom: 2.5rem;
  }
}

.bromide-image figure,
.message-card-image-section figure {
  position: relative;
  margin: 0;
  padding: 0;
}

.bromide-image figure img:nth-child(1),
.message-card-image-section figure img:nth-child(1) {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .bromide-image figure img:nth-child(1),
  .message-card-image-section figure img:nth-child(1) {
    display: none;
  }
}

.bromide-image figure img:nth-child(2),
.message-card-image-section figure img:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bromide-image figure img:nth-child(2),
  .message-card-image-section figure img:nth-child(2) {
    display: block;
    width: 100%;
    height: auto;
  }
}

.bromide-text,
.message-card-text {
  position: relative;
}

.bromide-text h2,
.message-card-text h2 {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
  margin-bottom: 0;
}

.bromide-text h3,
.message-card-text h3 {
  font-size: 2.4rem;
  padding-top: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .bromide-text h3,
  .message-card-text h3 {
    font-size: 2.0rem;
    padding-top: 1.8rem;
  }
}

.bromide-text h4,
.message-card-text h4 {
  font-size: 1.2rem;
  padding-top: 2.7rem;
  line-height: 2.1;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .bromide-text h4,
  .message-card-text h4 {
    font-size: 1.1rem;
    padding-top: 2.2rem;
    line-height: 1.9;
  }
}

