@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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem 6.0rem 1.6rem 5.0rem;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  z-index: 996;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

@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: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  #header {
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
    height: 5.6rem;
  }
}

#header.header-scrolled {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 24px rgba(0, 0, 0, 0.08);
}

body.header-always {
  padding-top: 8.2rem;
}

body.header-always #header {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  body.header-always {
    padding-top: 5.6rem;
  }
}

#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: 0 3rem 0 0;
  line-height: 1;
}


@media only screen and (max-width: 768px) {
  #header .header-wrapper {
    width: 100%;
    height: 100%;
  }

  #header .header-wrapper .logo {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0;
  }
}

#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: 1.6rem;
  top: 2.4rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background: transparent;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

@media print, screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-nav-toggle.is-visible,
  .mobile-nav-toggle.toggle-active,
  body.header-always .mobile-nav-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    top: 2.8rem;
    right: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateY(-50%);
  }
}

.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: 1.8rem;
  height: 1px;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

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

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

.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(4px) rotate(-225deg);
          transform: translateY(4px) rotate(-225deg);
  width: 1.8rem;
}

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

.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: 10.0rem 3.0rem 6.0rem;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .nav-body {
    padding: 8.8rem 2.4rem 4rem;
  }
}

#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 rgba(0, 0, 0, 0.12);
  padding-bottom: 1.4rem;
}

#mobile-nav .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1.4rem;
}

#mobile-nav .mobile-nav-menu .menu-link {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.12em;
  text-align: left;
  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.4rem;
    line-height: 2.0rem;
    letter-spacing: 0.14em;
  }
}

#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: sticky;
  top: 0;
  align-self: flex-start;
  z-index: 10;
  background: #ffffff;
}

@media print, screen and (max-width: 991px) {
  .bg-black .product-section .section-slide{
    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: auto;
    aspect-ratio: 1 / 1;
    border: none;
  }

  .bg-black .product-section .section-slide .slides .slick-list,
  .bg-black .product-section .section-slide .slides .slick-track {
    height: 100% !important;
  }
}

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

.bg-black .product-section .section-slide .slides.slick-initialized .slide{
  position: relative;
  top: auto;
  right: auto;
  height: auto;
}

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

.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:not(:has(.order-type-picker)) > .products-btns{
  padding-top: 2.6rem;
}

.bg-black .product-info .values .products-btns .size_buttons{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

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

.bg-black .product-info .values .products-btns .size_buttons button.active{
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.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;
  }

  .bg-black .product-section .section-slide .slides .slide-img-sp {
    width: 100%;
    height: 100%;
    object-fit: contain;
    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: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1.4rem;
}

.section-operation .operation-box .box-title + .operations,
.section-operation .operation-box .box-title + .price-item {
  margin-top: 0;
}

.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: 3.2rem;
}

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

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

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

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

.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;
  margin-bottom: 2.8rem;
}

.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: 2.4rem;
}

@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%;
  aspect-ratio: 1 / 1;
  height: auto;
  padding-bottom: 0;
  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 {
  flex: 0 0 auto;
  min-width: 6.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #999999;
  margin-right: 0.8rem;
  white-space: nowrap;
  line-break: strict;
}

.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;
  padding-top: 2.4rem;
  align-items: stretch;
}

.lineup-card {
  position: relative;
}

.lineup-card .product-image,
.product-card--featured .product-image {
  aspect-ratio: 1 / 1;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.product-card--featured {
  border: none;
  box-shadow: 0 0 0 2px #F3C545, 0px 10px 40px rgba(0, 0, 0, 0.18);
  transform: none;
  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;
    padding-top: 2rem;
  }

  .product-card--featured {
    transform: none;
  }

  .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{
  flex: 0 0 55rem; /* left column fixed width */
  align-self: flex-start;
}
.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{
  top: 0;
  align-self: flex-start;
}

.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%; }

/* 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;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.35s ease, visibility 0.35s ease;
  overflow: hidden;
}

.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.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.is-visible: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;
  white-space: nowrap;
}

@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;
  }
}

/* ===== Kozakai Collaboration ===== */
:root {
  --kozakai-ink: #1a1714;
  --kozakai-muted: #6b635a;
  --kozakai-gold: #c4a35a;
  --kozakai-silver: #b8bdc4;
  --kozakai-paper: #f7f3ec;
  --kozakai-deep: #2c2620;
}

#header .header-wrapper .logo .logo-text {
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  padding: 0.2rem 0;
}

@media only screen and (max-width: 768px) {
  #header .header-wrapper .logo .logo-text {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    padding: 0;
    height: auto;
  }
}

.kozakai-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(34rem, 0.82fr);
  background: #14110e;
}

.kozakai-hero-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #1a1714;
}

.kozakai-hero-visual::after {
  content: "";
  position: absolute;
  inset: 2.4rem;
  border: 1px solid rgba(196, 163, 90, 0.28);
  pointer-events: none;
  z-index: 1;
}

.kozakai-hero-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.04);
  animation: kozakaiHeroZoom 12s ease-out forwards;
}

.kozakai-hero-shade {
  display: none;
}

.kozakai-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 8rem 7.2rem 8rem 6.4rem;
  text-align: left;
  background:
    radial-gradient(ellipse 80% 50% at 0% 50%, rgba(196, 163, 90, 0.12), transparent 60%),
    #14110e;
}

.kozakai-hero-content .hero-name {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: clamp(3.2rem, 4.8vw, 6.2rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #ffffff;
  line-height: 1.15;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0.4em;
  row-gap: 0.12em;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.2s forwards;
}

.kozakai-hero-content .hero-name span {
  white-space: nowrap;
}

.kozakai-hero-content .hero-subtitle {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.82);
  margin: 2.2rem 0 0;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.45s forwards;
}

.kozakai-hero-content .hero-copy {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  margin: 2rem 0 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.7s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.6rem;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.9s forwards;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 0 2.2rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.hero-btn--gold {
  background: var(--kozakai-gold);
  color: #1a1714;
}

.hero-btn--gold:hover {
  opacity: 0.9;
}

@media print, screen and (max-width: 991px) {
  .kozakai-hero {
    display: block;
    min-height: 100svh;
    grid-template-columns: none;
  }

  .kozakai-hero-visual {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }

  .kozakai-hero-visual::after {
    display: none;
  }

  .kozakai-hero-visual img {
    object-position: center 22%;
    transform: none;
    animation: none;
  }

  .kozakai-hero-shade {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.04) 0%, rgba(10, 8, 6, 0.08) 52%, rgba(10, 8, 6, 0.42) 78%, rgba(10, 8, 6, 0.62) 100%);
    pointer-events: none;
  }

  .kozakai-hero-content {
    position: absolute;
    left: 50%;
    bottom: 5.2rem;
    transform: translateX(-50%);
    width: calc(100% - 3.2rem);
    max-width: 36rem;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 0 0.8rem 0;
    background: transparent;
    border: none;
  }

  .kozakai-hero-content .hero-name {
    font-size: clamp(1.6rem, 4.8vw, 2.0rem);
    letter-spacing: 0.1em;
    justify-content: center;
    color: #ffffff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  }

  .kozakai-hero-content .hero-subtitle {
    margin-top: 0.6rem;
    font-size: 1.0rem;
    letter-spacing: 0.16em;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  }

  .kozakai-hero-content .hero-copy {
    margin-top: 0.6rem;
    font-size: 1.0rem;
    line-height: 1.55;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  }

  .hero-actions {
    justify-content: center;
    width: auto;
    margin-top: 1.0rem;
  }

  .hero-btn {
    width: auto;
    min-height: 3.2rem;
    padding: 0 1.4rem;
    font-size: 1.0rem;
    letter-spacing: 0.12em;
  }
}

@keyframes kozakaiHeroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.02);
  }
}

.kozakai-ordermade {
  position: relative;
  padding: 16rem 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 163, 90, 0.18), transparent 58%),
    linear-gradient(180deg, #14110e 0%, #1f1a16 48%, #2a231c 100%);
  color: #ffffff;
}

.kozakai-ordermade::before {
  content: "";
  position: absolute;
  inset: 3.2rem 2.4rem;
  border: 1px solid rgba(196, 163, 90, 0.28);
  pointer-events: none;
}

.kozakai-ordermade-panel {
  position: relative;
  z-index: 1;
  padding: 6.4rem 5.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(196, 163, 90, 0.45);
  box-shadow:
    0 0 0 1px rgba(196, 163, 90, 0.12) inset,
    0 24px 80px rgba(0, 0, 0, 0.28);
}

.kozakai-ordermade-head {
  text-align: center;
}

.kozakai-ordermade-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.4rem;
  padding: 0.7rem 1.8rem;
  border: 1px solid var(--kozakai-gold);
  color: var(--kozakai-gold);
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.22em;
  background: rgba(196, 163, 90, 0.08);
  white-space: nowrap;
}

.kozakai-ordermade-eyebrow {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.38em;
  color: var(--kozakai-gold);
  margin: 0 0 2rem;
  text-align: center;
}

.kozakai-ordermade-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-align: center;
  margin: 0;
}

.kozakai-ordermade-lead {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
  margin: 2.4rem auto 0;
  max-width: 56rem;
}

.kozakai-ordermade-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
}

.kozakai-ordermade-highlights li {
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 163, 90, 0.45);
  background: rgba(196, 163, 90, 0.1);
  color: #f3e6c4;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.kozakai-ordermade-flow-label {
  margin: 6.4rem 0 2rem;
  text-align: center;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.32em;
  color: var(--kozakai-gold);
  white-space: nowrap;
}

.kozakai-ordermade-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.kozakai-ordermade-step {
  position: relative;
  padding: 2.8rem 2.2rem 2.4rem;
  background: rgba(10, 8, 6, 0.35);
  border: 1px solid rgba(196, 163, 90, 0.22);
}

.kozakai-ordermade-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3.6rem;
  right: -1.1rem;
  width: 1.2rem;
  height: 1px;
  background: rgba(196, 163, 90, 0.55);
}

.kozakai-ordermade-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0 1.6rem;
  border: 1px solid var(--kozakai-gold);
  border-radius: 50%;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: var(--kozakai-gold);
}

.kozakai-ordermade-step-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 1.4rem;
  word-break: keep-all;
}

.kozakai-ordermade-step-text {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.kozakai-ordermade-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.kozakai-ordermade-choice {
  position: relative;
  padding: 3.4rem 2.8rem 3rem;
  background:
    linear-gradient(180deg, rgba(196, 163, 90, 0.12), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(196, 163, 90, 0.5);
}

.kozakai-ordermade-choice::before {
  content: "ONLY ONE";
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: var(--kozakai-gold);
}

.kozakai-ordermade-choice-label {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.28em;
  color: var(--kozakai-gold);
  margin: 0 0 1.2rem;
  white-space: nowrap;
}

.kozakai-ordermade-choice-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 1.6rem;
  word-break: keep-all;
}

.kozakai-ordermade-choice-text {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.kozakai-ordermade-note {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin: 4.8rem 0 0;
}

.kozakai-ordermade-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 2.8rem auto 0;
  min-height: 6.4rem;
  padding: 1.2rem 4.2rem;
  background: var(--kozakai-gold);
  color: #1a1714;
  font-family: "Hiragino Mincho ProN", serif;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.kozakai-ordermade-cta-sub {
  font-size: 1rem;
  letter-spacing: 0.22em;
  opacity: 0.75;
  white-space: nowrap;
}

.kozakai-ordermade-cta-main {
  margin-top: 0.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.kozakai-ordermade-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media print, screen and (max-width: 991px) {
  .kozakai-ordermade {
    padding: 11rem 0;
  }

  .kozakai-ordermade::before {
    inset: 1.6rem 1.2rem;
  }

  .kozakai-ordermade-panel {
    padding: 4.2rem 2rem;
  }

  .kozakai-ordermade-flow,
  .kozakai-ordermade-choices {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .kozakai-ordermade-step:not(:last-child)::after {
    display: none;
  }

  .kozakai-ordermade-choice {
    padding: 2.8rem 2rem 2.4rem;
  }

  .kozakai-ordermade-choice::before {
    top: 1.2rem;
    right: 1.4rem;
  }

  .kozakai-ordermade-flow-label {
    margin-top: 4.8rem;
  }
}

.kozakai-spec-values {
  margin-top: 2.4rem;
}

.kozakai-badge {
  display: inline-block;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}

.kozakai-badge--mass {
  color: var(--kozakai-muted);
}

.kozakai-badge--order {
  color: var(--kozakai-gold);
}

.kozakai-gallery {
  position: relative;
  width: 100%;
  padding: 10rem 0 6rem;
  margin: 0;
  background: #ffffff;
  overflow: hidden;
}

.kozakai-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.kozakai-gallery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: stretch;
}

.kozakai-gallery-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
}

.kozakai-gallery-item img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: saturate(0.96) contrast(1.02);
}

.kozakai-gallery-item.is-portrait {
  min-height: 42rem;
}

.kozakai-gallery-item:hover img {
  transform: scale(1.02);
  filter: saturate(1) contrast(1.04);
}

@media print, screen and (max-width: 991px) {
  .kozakai-gallery-grid,
  .kozakai-gallery-row {
    gap: 1.2rem;
  }

  .kozakai-gallery-item.is-portrait {
    min-height: 34rem;
  }
}

@media only screen and (max-width: 768px) {
  .kozakai-gallery {
    padding: 7rem 0 4rem;
  }

  .kozakai-gallery-row {
    grid-template-columns: 1fr;
  }

  .kozakai-gallery-item.is-portrait {
    min-height: 0;
  }
}

.kozakai-playvoice {
  position: relative;
  padding: 16rem 0;
  background: #f7f3ec;
}

.kozakai-playvoice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 6.4rem;
  align-items: center;
}

.kozakai-playvoice-visual {
  position: relative;
  overflow: hidden;
  background: #f3f1ed;
}

.kozakai-playvoice-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.kozakai-playvoice-copy {
  min-width: 0;
}

.kozakai-playvoice-eyebrow {
  margin: 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #000000;
}

.kozakai-playvoice-title {
  margin: 2.2rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #000000;
  word-break: keep-all;
}

.kozakai-playvoice-text {
  margin: 2.4rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 2;
  color: #333333;
}

.kozakai-playvoice-steps {
  margin: 3.2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: playvoice;
}

.kozakai-playvoice-steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(26, 23, 20, 0.12);
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #1a1714;
  counter-increment: playvoice;
}

.kozakai-playvoice-steps li:last-child {
  border-bottom: 1px solid rgba(26, 23, 20, 0.12);
}

.kozakai-playvoice-steps li::before {
  content: counter(playvoice);
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kozakai-gold);
  color: #8a6b2e;
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media print, screen and (max-width: 991px) {
  .kozakai-playvoice {
    padding: 11rem 0;
  }

  .kozakai-playvoice-layout {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .kozakai-playvoice-visual {
    max-width: 42rem;
    margin: 0 auto;
  }

  .kozakai-playvoice-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .kozakai-playvoice {
    padding: 9rem 0;
  }

  .kozakai-playvoice-title {
    font-size: 1.8rem;
  }

  .kozakai-playvoice-text {
    font-size: 1.3rem;
  }
}

.kozakai-sample-voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  margin: 5.6rem auto 0;
}

.kozakai-sample-voice-anchor {
  display: block;
  position: relative;
  top: -2.4rem;
  width: 100%;
  height: 0;
  scroll-margin-top: calc(5.6rem + 4.8rem);
}

.kozakai-sample-voice-label {
  margin: 0 0 2.4rem;
  width: 100%;
  text-align: center;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.22em;
  color: #8a6b2e;
}

.kozakai-sample-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  width: 100%;
}

.kozakai-sample-voice-col {
  min-width: 0;
}

.kozakai-sample-voice-col-title {
  margin: 0 0 1.2rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1a1714;
}

.kozakai-sample-voice-player {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  padding: 1.4rem 1.8rem;
  border: 1px solid rgba(26, 23, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.8rem 2.4rem rgba(26, 23, 20, 0.06);
}

.kozakai-sample-voice-play {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid rgba(196, 163, 90, 0.55);
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kozakai-sample-voice-play:hover {
  transform: scale(1.03);
  box-shadow: 0 0.6rem 1.6rem rgba(17, 17, 17, 0.18);
}

.kozakai-sample-voice-play.is-playing {
  background: #ffffff;
  color: #111111;
}

.kozakai-sample-voice-play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.25rem;
  border-top: 0.55rem solid transparent;
  border-bottom: 0.55rem solid transparent;
  border-left: 0.9rem solid currentColor;
}

.kozakai-sample-voice-play.is-playing .kozakai-sample-voice-play-icon {
  width: 0.85rem;
  height: 1rem;
  margin-left: 0;
  border: none;
  background:
    linear-gradient(currentColor, currentColor) left center / 0.28rem 100% no-repeat,
    linear-gradient(currentColor, currentColor) right center / 0.28rem 100% no-repeat;
}

.kozakai-sample-voice-track {
  flex: 1 1 auto;
  min-width: 0;
}

.kozakai-sample-voice-progress {
  position: relative;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(26, 23, 20, 0.1);
  cursor: pointer;
  overflow: hidden;
}

.kozakai-sample-voice-progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c4a35a 0%, #111111 100%);
  transition: width 0.08s linear;
}

.kozakai-sample-voice-times {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: rgba(26, 23, 20, 0.58);
}

.kozakai-sample-voice-audio {
  display: none;
}

@media print, screen and (max-width: 991px) {
  .kozakai-sample-voice {
    margin-top: 4rem;
    max-width: none;
  }

  .kozakai-sample-voice-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .kozakai-sample-voice-player {
    gap: 1.2rem;
    padding: 1.2rem 1.4rem;
  }

  .kozakai-sample-voice-play {
    width: 4rem;
    height: 4rem;
  }

  .kozakai-sample-voice-anchor {
    top: -1.6rem;
    scroll-margin-top: calc(5.6rem + 3.6rem);
  }

  .kozakai-sample-voice-label {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .kozakai-sample-voice-col-title {
    font-size: 1.3rem;
  }
}

.kozakai-color-section {
  position: relative;
  padding: 16rem 0;
  background: #ffffff;
}

.kozakai-color-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 6rem;
  align-items: center;
}

.kozakai-color-copy {
  position: relative;
  min-width: 0;
}

.kozakai-color-eyebrow {
  position: relative;
  margin: 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}

.kozakai-color-title {
  position: relative;
  margin: 2.2rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #000000;
  text-align: left;
}

.kozakai-color-text {
  position: relative;
  margin: 2.7rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  line-height: 2.1;
  color: #333333;
  text-align: left;
}

.kozakai-color-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #f3f1ed;
}

.kozakai-color-row {
  display: flex;
  gap: 3.2rem;
  margin-top: 3.6rem;
  flex-wrap: wrap;
}

.kozakai-color-swatch {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.kozakai-color-swatch.is-active .kozakai-swatch {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #1a1714;
}

.kozakai-swatch {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.kozakai-color-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.35s ease;
}

.kozakai-color-visual img.is-switching {
  opacity: 0;
}

.kozakai-swatch--gold {
  background: linear-gradient(145deg, #f0d78c, #c4a35a 45%, #8a6b2e);
}

.kozakai-swatch--silver {
  background: linear-gradient(145deg, #f2f4f6, #b8bdc4 45%, #7d838c);
}

.kozakai-color-label {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #1a1714;
}

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

  .kozakai-color-layout {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .kozakai-color-visual {
    order: -1;
  }

  .kozakai-color-title {
    font-size: 2rem;
  }
}

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

  .kozakai-color-title {
    font-size: 1.8rem;
  }

  .kozakai-color-text {
    font-size: 1.1rem;
    letter-spacing: 0.12rem;
  }
}

.kozakai-bromide-section {
  position: relative;
  padding: 12rem 0;
  background: #f7f3ec;
}

.kozakai-bromide-head {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}

.kozakai-bromide-eyebrow {
  margin: 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #000000;
}

.kozakai-bromide-title {
  margin: 2rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #000000;
}

.kozakai-bromide-lead {
  margin: 2.4rem auto 0;
  max-width: 56rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 2;
  color: #333333;
}

.kozakai-bromide-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 4rem 0 0;
  padding: 0;
  list-style: none;
}

.kozakai-bromide-item {
  padding: 0 0 2.4rem;
  border: 1px solid rgba(196, 163, 90, 0.35);
  border-top: 3px solid var(--kozakai-gold, #c4a35a);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  overflow: hidden;
}

.kozakai-bromide-item-visual {
  margin: 0;
  padding: 0;
  background: #000000;
}

.kozakai-bromide-item-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
}

.kozakai-bromide-item-label {
  margin: 1.6rem 0 0;
  padding: 0 2rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  color: #8a6b2e;
}

.kozakai-bromide-item-text {
  margin: 1.2rem 0 0;
  padding: 0 2rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #1a1714;
}

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

  .kozakai-bromide-title {
    font-size: 2rem;
  }

  .kozakai-bromide-list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 3.6rem;
  }
}

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

  .kozakai-bromide-title {
    font-size: 1.8rem;
  }

  .kozakai-bromide-lead {
    margin-top: 2rem;
    font-size: 1.3rem;
  }

  .kozakai-bromide-item-label {
    font-size: 1.2rem;
  }

  .kozakai-bromide-item-text {
    font-size: 1.2rem;
  }
}

.kozakai-package-section {
  position: relative;
  padding: 12rem 0;
  background: #ffffff;
}

.kozakai-package-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 6.4rem;
  align-items: center;
}

.kozakai-package-visual {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f3f1ed;
}

.kozakai-package-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.kozakai-package-copy {
  min-width: 0;
}

.kozakai-package-eyebrow {
  margin: 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  color: #000000;
  text-align: left;
}

.kozakai-package-title {
  margin: 2.2rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #000000;
  text-align: left;
  word-break: keep-all;
}

.kozakai-package-text {
  margin: 2.7rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 2.1;
  color: #333333;
  text-align: left;
}

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

  .kozakai-package-layout {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .kozakai-package-title {
    font-size: 2rem;
  }
}

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

  .kozakai-package-layout {
    gap: 2.4rem;
  }

  .kozakai-package-title {
    font-size: 1.8rem;
  }

  .kozakai-package-text {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.kozakai-lineup-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media print, screen and (max-width: 991px) {
  .kozakai-lineup-grid {
    grid-template-columns: 1fr;
  }
}

.kozakai-product-meta {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  color: var(--kozakai-muted);
  letter-spacing: 0.08em;
  margin: 0 0 1.6rem;
}

.color_buttons {
  display: flex;
  gap: 1.0rem;
  width: 100%;
  margin-bottom: 1.6rem;
}

.color_buttons .color-btn {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  flex: 1;
  min-height: 4.8rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #111111;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.color_buttons .color-btn:hover:not(.active) {
  background: #ffffff;
  color: #111111;
}

.color_buttons .color-btn.active,
.color_buttons .color-btn.gold.active,
.color_buttons .color-btn.silver.active {
  border-color: #c8c8c8;
  background: #111111;
  color: #ffffff;
  font-weight: 600;
}

.color_buttons .color-btn.gold:hover:not(.active),
.color_buttons .color-btn.silver:hover:not(.active) {
  border-color: #c8c8c8;
  color: #111111;
}

.size_buttons button.active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.add-cart-btn.is-disabled {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}

.kozakai-order-label {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: var(--kozakai-gold);
  white-space: nowrap;
}

.kozakai-order-note {
  margin-top: 0.6rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.2rem !important;
  line-height: 1.7;
}

.kozakai-product-caution {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.kozakai-product-caution-title {
  margin: 0 0 0.6rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: rgba(17, 17, 17, 0.65);
}

.kozakai-product-caution-text {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.55);
}

@media only screen and (max-width: 768px) {
  .kozakai-product-caution-text,
  .kozakai-product-caution-title {
    font-size: 1rem;
  }
}

.kozakai-order-types {
  margin: 2rem 0 1.2rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(196, 163, 90, 0.45);
  border-bottom: 1px solid rgba(196, 163, 90, 0.45);
}

.kozakai-order-types-title {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: var(--kozakai-gold);
  margin: 0 0 1rem;
}

.kozakai-order-types .material {
  margin: 0.4rem 0;
}

.order-type-picker {
  margin: 0.4rem 0 1.6rem;
}

.order-type-label,
.product-picker-label {
  margin: 0 0 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #111111;
}

.products-btns > .product-picker-label {
  width: 100%;
}

.products-btns > .product-picker-label:not(:first-child) {
  margin-top: 1.2rem;
}

.bg-black .product-info .values .products-btns .product-picker-label + .size_buttons {
  margin-top: 0;
}

.order-type-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0rem;
}

.order-type-btn {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 16rem;
  min-height: 4.8rem;
  padding: 0.8rem 1.2rem;
  border: 2px solid var(--kozakai-gold, #c4a35a);
  background: #ffffff;
  color: #111111;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.35rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.order-type-btn.is-active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.18);
}

.situation-radios {
  margin-top: 1.4rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #555555;
  background: #141414;
}

.situation-radios-label {
  margin: 0 0 1.0rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
}

.situation-option {
  display: flex;
  align-items: center;
  gap: 1.0rem;
  padding: 0.8rem 0;
  color: #f2f2f2;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.situation-option + .situation-option {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.situation-option input {
  width: 1.5rem;
  height: 1.5rem;
  accent-color: #c4a35a;
  flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .order-type-btn {
    min-height: 4.4rem;
    font-size: 1.2rem;
  }
}

.kozakai-application-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--kozakai-gold, #c4a35a);
  background: transparent;
  color: #111111;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kozakai-application-guide-btn:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.kozakai-application-guide-required {
  color: #c0392b;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.kozakai-application-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.kozakai-application-modal[hidden] {
  display: none;
}

.kozakai-application-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.kozakai-application-modal-dialog {
  position: relative;
  width: min(100%, 64rem);
  max-height: calc(100vh - 4rem);
  overflow: auto;
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.28);
}

.kozakai-application-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.kozakai-application-modal-close::before,
.kozakai-application-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 1px;
  background: #111111;
  transform-origin: center;
}

.kozakai-application-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kozakai-application-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.kozakai-application-modal-content {
  padding: 3.2rem 3.2rem 2.8rem;
}

.kozakai-application-modal-title {
  margin: 0 0 1.6rem;
  padding-right: 3.6rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #111111;
}

.kozakai-application-modal-text {
  margin: 0 0 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333333;
}

.kozakai-application-modal-plans {
  display: grid;
  gap: 2.4rem;
}

.kozakai-application-modal-plan {
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid #e5e5e5;
}

.kozakai-application-modal-plan:first-child {
  padding-top: 0;
  border-top: none;
}

.kozakai-application-modal-plan-title {
  margin: 0 0 1.2rem;
  padding: 0.8rem 1.2rem;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111111;
  background: rgba(196, 163, 90, 0.14);
  border-left: 0.4rem solid var(--kozakai-gold, #c4a35a);
}

.kozakai-application-modal-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
}

@media only screen and (max-width: 768px) {
  .kozakai-application-modal {
    padding: 1.2rem;
  }

  .kozakai-application-modal-content {
    padding: 2.4rem 1.6rem 2rem;
  }

  .kozakai-application-modal-title {
    font-size: 1.6rem;
  }

  .kozakai-application-modal-text {
    font-size: 1.3rem;
  }

  .kozakai-application-modal-plan-title {
    font-size: 1.35rem;
    padding: 0.7rem 1rem;
  }
}

.lineup-card .kozakai-badge {
  text-align: left;
}

/* Apple-like generous section spacing */
#main > .section-design-info {
  top: 0;
  padding: 16rem 0 12rem;
}

.kozakai-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 6.4rem;
  align-items: center;
}

.kozakai-about-copy h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-align: left;
}

.kozakai-about-copy h3 {
  margin: 2.2rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  text-align: left;
  word-break: keep-all;
}

.kozakai-about-copy p {
  margin: 2.7rem 0 0;
  font-family: "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  line-height: 2.1;
  color: #333333;
  text-align: left;
}

.kozakai-about-visual {
  overflow: hidden;
  background: #f3f1ed;
}

.kozakai-about-visual picture,
.kozakai-about-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
}

@media print, screen and (max-width: 991px) {
  .kozakai-about-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: start;
  }

  .kozakai-about-copy h3 {
    font-size: 1.8rem;
  }

  .kozakai-about-copy p {
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
    line-height: 1.9;
  }
}

@media only screen and (max-width: 768px) {
  .kozakai-about-layout {
    gap: 1.6rem;
  }

  .kozakai-about-copy h3 {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }

  .kozakai-about-copy p {
    margin-top: 1.6rem;
    font-size: 1.1rem;
  }
}

#main > .section-design-info .product-info {
  padding-top: 0;
  padding-bottom: 0;
}

#main > .lineup-section {
  padding: 16rem 0 18rem;
}

#main > .section-operation {
  padding: 14rem 0;
}

#main > .section-term {
  padding: 14rem 0 8rem;
}

#main > .section-contact {
  padding: 12rem 0 6rem;
}

@media print, screen and (max-width: 991px) {
  #main > .section-design-info {
    padding: 11rem 0 9rem;
  }

  #main > .lineup-section {
    padding: 11rem 0 12rem;
  }

  #main > .section-operation {
    padding: 10rem 0;
  }

  #main > .section-term {
    padding: 10rem 0 6rem;
  }

  #main > .section-contact {
    padding: 9rem 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  #main > .section-design-info {
    padding: 9rem 0 7rem;
  }

  #main > .lineup-section {
    padding: 9rem 0 10rem;
  }

  #main > .section-operation {
    padding: 8rem 0;
  }

  #main > .section-term {
    padding: 8rem 0 5rem;
  }

  #main > .section-contact {
    padding: 7rem 0 3rem;
  }

  .kozakai-ordermade {
    padding: 9rem 0;
  }
}

