html {
  font-size: 16px;
}
body {
  color: #333;
  font-family:
    "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background-color: #ededed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
}
.sp_only,
.sp {
  display: none;
}
.pc {
  display: block;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
#welcome #sysWrap {
  padding-top: 0;
}
#sysWrap {
  padding-top: 130px;
}
#sysHeader {
  margin: 0;
  padding: 0;
}
#sysMain {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#sysAside {
  display: none;
  float: none;
  padding: 0;
}
#sysFooter {
  margin: 0;
  padding: 0;
}
#top #sysWrap {
  padding-top: 0 !important;
  background: transparent;
}
.sysContent {
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: inherit;
}
a {
  color: #333;
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  color: #222222;
}
img {
  vertical-align: bottom;
  height: auto;
}
a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.9;
}
a:hover img.nohover {
  opacity: 1;
}
p {
  margin: 10px auto;
  letter-spacing: 0.3pt;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  padding: 15px 10px !important;
  width: 100%;
  line-height: 1;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
  line-height: 1;
  border-radius: 0;
}
input[type="radio"] {
  margin: 10px 10px 20px;
}
.sysFormField {
  margin: 10px 0;
}
.sysFormField label {
  margin-right: 20px;
}
.sysFormField a {
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  line-height: 15px;
  margin: 0 3px;
}
select {
  height: 30px;
}
.sysItemSearchFormSort select {
  border-radius: 0;
  line-height: 1;
  background: #fbfbfb;
  border: 1px solid #ddd;
}
.sysItemSearchFormLimit select {
  border-radius: 0;
  line-height: 1;
  background: #fbfbfb;
  border: 1px solid #ddd;
}
#sysItemCategory select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 100%;
  padding: 3px 5px;
}
.red {
  color: red;
}
#sysMain,
ul,
ol,
body {
  font-size: 0.9rem;
}
#sysExplanation .comment ul {
  font-size: 0.8rem;
  color: #555;
}
.sysItemSearchFormCategory select {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
}
.sysItemListDisp div {
  margin: 0 0 0 20px;
  font-size: 13px;
  color: #333;
}
.sysBackButton,
.sysNextSubmit {
  background: #9e0e30;
  color: #fff;
  display: block;
  padding: 15px;
  text-shadow: none;
  border-color: transparent;
  width: 80%;
  margin: 0 auto;
}
#sysMypageReminder #sysMain input[type="submit"] {
  background: #9e0e30;
  color: #fff;
  display: block;
  padding: 15px;
  text-shadow: none;
  border-color: transparent;
  width: 100%;
  margin: 0 auto;
}
.sysItemCategoryInfo {
  margin: 0 auto;
  text-align: center;
  background: #ededed;
}
.sysItemCategoryForm {
  width: 80%;
  margin: 0 auto;
}
.sysFuncItemCategory a {
  line-height: 1.75;
}
.sysFuncItemCategory a:hover {
  background: #eee;
}
#sysItemCategory h1.itemCategory {
  margin-left: 5px;
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
.sysSelectionDescription {
  margin: 2px 0 10px;
}
.sysItemCategoryCtl {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #111;
  line-height: 1.8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}
.sysItemCategoryCtl > br {
  display: none;
}
.sysItemCategoryCtl a {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.sysItemCategoryCtl a:hover {
  color: #9e0e30;
}
.sysItemCategoryCtl .sysCurrent {
  color: #9e0e30;
  font-weight: normal;
  pointer-events: none;
}
.sysItemCategoryCtl .sysCurrent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #9e0e30;
}
.sysItemCategoryCtl {
  --label-color: #999;
}
.sysItemCategoryCtl {
  color: var(--label-color);
}
.sysItemCategoryCtl a,
.sysItemCategoryCtl .sysCurrent {
  color: #666;
}
.sysItemCategoryCtl .sysCurrent {
  color: #9e0e30;
}
.sysPr span:first-child {
  display: none;
}
.sysCartButton:hover {
  opacity: 0.8;
}
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}
.sysItemList ul.sysThumbnail li {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
  letter-spacing: -0.4em;
}
.sysItemList ul.sysThumbnail input {
  width: 100%;
  padding: 10px 0;
}
.sysCategoryPankuzu {
  display: none;
}
.sysItemCategoryPankuzu {
  display: none;
}
.sysItemCategoryPankuzu,
.sysItemListViewType {
  display: none;
}
.sysThumbnailImage > span,
.sysThumbnailImage > br {
  display: none;
}
.sysItemImages .sysImageList li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 23%;
  line-height: 1;
  float: none;
  margin: 1% 0;
}
.sysItemName h1 {
  font-size: x-large;
}
.orderArea {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.orderArea > div {
  width: 50%;
  display: block;
  margin-top: 50px;
  margin-bottom: 10rem;
}
.orderArea > .orderArea > div {
  width: 100%;
  display: block;
  margin: 0 0 1rem;
}
.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
  display: block;
  margin-bottom: 0px;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-family: "yu mincho", "hiragino mincho";
}
.iteminfo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1rem auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.iteminfo_dec {
  width: 100%;
}
.iteminfo_dec table {
  width: 100%;
  margin-top: 20px;
}
.iteminfo_dec tr {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.iteminfo_dec th {
  display: block;
  float: left;
  width: 120px;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 3;
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.iteminfo_dec td {
  display: block;
  margin-left: 120px;
  font-size: 11px;
  color: #000;
  line-height: 3;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .iteminfo {
    padding: 0 0 2rem 0;
  }
  .iteminfo_dec table {
    margin-top: 20px;
  }
  .iteminfo_dec tr {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .iteminfo_dec th {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
    line-height: 1.2;
  }
  .iteminfo_dec td {
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: none;
  }
}
#sysItemDetail .sysRetailPrice {
  font-weight: bold;
}
#sysItemDetail #sysVariation {
  overflow: hidden;
  margin: 5px auto;
}
#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #666;
  padding: 15px;
  border: 1px solid #999;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  display: none;
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}
.sysButton {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.sysLoginButton,
.sysButton {
  display: block;
  margin: 0.5rem auto;
  padding: 15px;
  width: 100%;
  max-width: 450px;
}
.sysLoginButton:hover,
.sysButton:hover {
  opacity: 0.8;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  background: #666;
  color: #fff;
  text-shadow: none;
}
.sysCartInDone {
  margin: 0;
}
.sysLoginButton {
  border: 0;
  background: #000000 !important;
  color: #fff !important;
  cursor: pointer;
}
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
  width: 1100px;
  padding: 20px 150px !important;
  margin: 30px auto;
}
#sysDestination #sysMain {
  width: 1100px;
  padding: 20px 150px !important;
  margin: 30px auto;
}
#sysFormConfirm label,
#sysMemberRegisterConfirm label {
  display: block;
  margin: 15px 0 5px !important;
}
#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
  margin: 10px 0 20px !important;
}
#sysFormConfirm button.sysButton {
  width: 49%;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-top: 30px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}
#sysFormConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}
#sysMemberRegisterConfirm .sysNextSubmit {
  width: 49%;
  margin: 0;
  margin-top: 20px;
  margin-right: 1%;
  float: left;
}
#sysMemberRegisterConfirm .sysBackButton {
  width: 49%;
  float: left;
  margin: 0;
  margin-left: 1%;
  margin-top: 0px;
  background: #ccc;
  color: #444;
}
#sysFormThanks .completeText {
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
}
#sysFormThanks .completeText a {
  color: #068acc;
  text-decoration: underline;
}
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
  display: none;
}
#sysFormIndex #sysMain input {
  font-size: 15px;
}
#sysFormIndex .txtBlock {
  text-align: center;
}
#sysMemberRegisterConfirm #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form {
  padding: 10px;
}
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
  background: #fff;
  margin: 10px 0 30px;
}
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
  background: #fff;
  margin: 10px 0 30px;
}
#sysMain .sysFormLabel {
  display: block;
  padding-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
#sysMain .sysRequired {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
#sysMain textarea {
  min-height: 200px;
}
.sysZipcode button,
.sysZipcode .sysFormField {
  display: inline-block;
}
.sysZipcode .sysFormLabel {
  display: block;
}
.sysZipcode .sysFormField {
  width: 200px;
}
.sysZipcode br {
  display: none;
}
.sysBirthday input {
  width: auto !important;
}
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding-left: 10px;
  margin: 5px auto;
  min-height: 20px;
}
.sysMypageMajorHeadLine {
  display: none;
}
.SysMypageMinorHeadLine {
  font-size: 18px;
  margin: 20px 0;
}
#sysMypageLogin .sysMypageMinorHeadLine {
  display: none;
}
.sysOrderList {
  border: 1px solid rgb(212, 212, 212);
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}
.sysOrderList li {
  border-bottom: 1px dotted rgb(212, 212, 212);
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sysMypageNav {
  margin-top: 1rem;
}
h3.sysMypageMinorHeadLine {
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form {
  padding: 10px;
}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
  line-height: 15px;
  margin: 5px auto;
}
.sysMypage input#button1,
.sysMypage input#button2 {
  width: 100%;
}
#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}
.sysSpecialPoint {
  overflow: hidden;
  letter-spacing: -0.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
  width: 60%;
}
.sysSpecialPoint > div {
  display: inline-block;
  letter-spacing: normal;
  padding: 5px 10px;
  border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n + 1) {
  width: 40%;
}
.sysMyPoint {
  margin: 1rem 0 3rem;
}
.sysCoupon {
  border: 1px solid #d5d5d5;
  margin: 10px;
}
.sysSelectAddress {
  background: none;
}
.sysSelectAddress a {
  display: block;
  text-decoration: none;
  border: 0px solid;
  padding: 10px;
}
.sysSelectAddress {
  margin: 10px 0;
}
.sysSelectAddress a:hover {
  background: #eee;
}
.sysItemList ul.sysList li:last-child,
.sysItemList ul.sysList li,
.sysItemList ul.sysList li {
  border-top: 0;
  border-bottom: 0;
}
#sysMypageAshiato .sysList li,
#sysMypageReview .sysList li {
  border: 1px solid #000;
  margin: 1rem 0;
  padding: 1rem;
}
#sysMypageAshiato .sysCartButton,
#sysMypageReview .sysCartButton {
  width: 100%;
}
#sysMypageLogout h3.sysMypageMinorHeadLine {
  display: none;
}
#sysItemDetail .sysItemName h1 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}
#sysItemDetail .sysItemId {
  text-align: right;
}
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  text-align: right;
}
#sysItemDetail .sysRetailPrice span {
  font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span .sysRetailPriceTaxIncluded {
  font-size: small;
}
#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-align: right;
}
#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #9e0e30;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #9e0e30;
  border-radius: 3px;
}
#sysItemCategory input[type="submit"] {
  margin-top: 10px;
}
.sysAddSelection div {
  margin-bottom: 10px;
}
.sysAddSelection {
  clear: both;
}
.sysAddSelection input,
.sysAddSelection select {
  margin: 5px 0;
}
.sysItemPrArea {
  margin-top: 5px;
}
#sysItemCategory .sysItemList .sysItemPrArea {
  bottom: 5px;
  top: auto;
  position: absolute;
  left: 12px;
  z-index: 10;
  width: 100%;
  text-align: left;
}
.checked .sysItemImage .sysItemPrArea {
  position: absolute !important;
  bottom: 0px !important;
  top: auto !important;
  margin: 0 !important;
  width: 100%;
  z-index: 10;
}
.checked .sysItemImage .sysItemPrArea span {
  padding: 4px 0 !important;
}
.sysPr {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.sysItemPr,
#sysItemDetail .sysItemPrArea span {
  display: inline-flex;
  width: 45%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
  height: auto;
  background: rgba(220, 220, 220, 0.75);
  color: #111;
  border: none;
  border-bottom: 2px solid #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}
.pr_23 {
  display: inline-flex;
  width: 45%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  color: #ededed;
  border: none;
  border-bottom: 2px solid #ededed;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}
.pr_nw {
  display: inline-flex;
  width: 45%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  border: none;
  border-bottom: 2px solid #111;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pr_nw,
  .pr_23,
  .sysItemPr {
    padding: 5px 0;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  #sysFooter .sysItemPrArea span,
  .checked .sysContent .sysHorizontal .sysItemPrArea span,
  .checked .sysContent .sysHorizontal .sysItemPr {
    width: 90% !important;
  }
}
#sysItemDetail .sysForm select {
  display: inline-block;
  float: none !important;
  margin: 5px 0;
}
#sysItemDetail .sysForm select[name="num"] {
  min-width: 200px;
}
#sysItemDetail .sysForm input[type="text"] {
  margin-top: 5px;
}
#sysSelections div {
  margin-bottom: 10px;
}
#sysItemDetail .sysSelections {
  line-height: 30px;
}
#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
}
#sysItemDetail #sysVariation > div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid #999;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
  border-radius: 0;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  display: none;
}
#sysItemDetail .sysFormVariationName {
  background-color: #fdf5f5;
}
#sysItemDetail .sysFormVariationTable {
  width: 100%;
  max-width: 500px;
}
#sysItemDetail .order_bottom {
  margin: 0 auto 40px;
  text-align: right;
}
#sysItemDetail .sysDescription {
  text-align: left;
}
.sysExplanation {
  text-align: right;
}
.sysExplanation img {
  height: auto;
}
#sysItemDetail .itempage_cap {
  margin-bottom: 30px;
}
#sysItemDetail .itempage_cap .i_ttl {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
}
#sysItemDetail .itempage_detail_ttl {
  position: relative;
  margin-top: 40px;
  padding: 5px 0;
  font-weight: bold;
  font-size: 18px;
}
#sysItemDetail .itempage_detail_ttl:after {
  content: "　";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
#sysItemDetail .sysMainImage img {
  border: 1px solid #ccc;
}
#sysItemDetail .sysNumArea {
  margin-bottom: 20px;
}
#sysItemDetail .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  background: #f1f1f1;
  cursor: pointer;
}
#sysItemDetail .sysNumArea button:hover {
  background-color: #efefef;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_plus.png) center center no-repeat;
  background-size: 65px;
  width: 37%;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
  border-color: #b9b9b9;
  background: url(/img/layout/system/btn_minus.png) center center no-repeat;
  background-size: 90px;
  width: 37%;
}
#sysItemDetail .sysCartButton {
  padding: 1rem !important;
}
#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}
#sysItemDetail .sysGoCartButton {
  background: #9e0e30 url(/img/layout/system/btn_cart2.png) center center no-repeat;
  background-size: 127px;
}
.modaal-container {
  max-width: 750px !important;
  padding: 30px 8%;
  box-shadow: none !important;
  color: #333 !important;
}
.modaal-close {
  width: 22px !important;
  height: 22px !important;
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  border-radius: 0 !important;
  border: 1px solid #9e0e30 !important;
  background-color: #fff !important;
}
.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0.3px !important;
  left: 8px !important;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #9e0e30 !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.sysExplanation.sysDisplayMobileNone.sysDisplayKeitaiNone h3 {
  border-bottom: 1px solid;
  text-align: left;
  font-size: 1.2rem;
  font-weight: normal;
}
.sysExplanation.sysDisplayMobileNone.sysDisplayKeitaiNone .comment ul {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
#sysCartInForm #sysSelections {
  text-align: right;
}
#sysCartInForm #sysNumber,
#sysCartInForm #sysGetPoint {
  text-align: right;
  margin-bottom: 1rem;
}
span.get_point {
  color: red;
}
@media (min-width: 1024px) {
  .modaal-close {
    width: 44px !important;
    height: 44px !important;
    right: 30px !important;
    top: 30px !important;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
  }
}
.mdl-dialog__image::before {
  content: "お気に入り登録完了";
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
}
.mdl-dialog__image {
  width: 88.81%;
  max-width: 250px;
  margin: auto;
}
.massage {
  text-align: center;
}
.sysWishlistLoginButton {
  width: 167px;
  line-height: 35px;
  position: relative;
  background-color: #9e0e30;
  text-align: center;
  font-size: 1.3rem;
  transition: 0.2s;
  color: #fff;
}
.sysWishlistLoginGroup {
  margin: auto auto 30px !important;
  text-align: center;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
  background-repeat: no-repeat;
  box-sizing: inherit;
}
@media (min-width: 1024px) {
  .mdl-dialog__content {
    padding: 0 0 30px !important;
    font-size: 1.6rem !important;
  }
}
.sysWishlistMemberRegisterGroup::before {
  content: "会員登録をされていないお客様はこちら";
  margin-top: 12px;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.sysWishlistMemberRegisterGroup {
  width: 80%;
  text-align: center;
  height: 92px;
  border: 1px solid #bbb;
  position: relative;
  background-color: #fff;
  margin: auto auto 30px !important;
}
.sysWishlistMemberRegistButton {
  width: 167px;
  line-height: 35px;
  position: relative;
  background-color: #9e0e30;
  text-align: center;
  font-size: 1.3rem;
  transition: 0.2s;
  color: #fff;
}
.sysWishlistCloseBottomButtonGroup button {
  transition: 0.2s;
  background-color: transparent;
  border-radius: 0px;
}
.sysWishlistCloseBottomButtonGroup {
  margin-top: 30px;
  text-align: right;
  font-size: 1.3rem;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: 2px;
}
#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}
#sysItemDetail .sysShare .sysLine,
#sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}
#sysItemDetail .sysReview {
  margin: 20px 0 40px;
}
.itempage_recommend .sysItemBlock .sysHorizontal li {
  width: 25%;
  padding: 0 10px;
}
.itempage_recommend .sysItemName {
  margin-bottom: 0;
  text-align: left;
}
.itempage_recommend .sysItemPrice {
  text-align: left;
}
#sysItemDetail .show_bx {
  margin-bottom: 30px;
}
#sysItemDetail .show_bx_inner {
  margin-bottom: 10px;
}
#sysItemDetail .contents_tr {
  background-color: #f5f5f5;
}
#sysItemDetail .contents_tr td {
  background-color: #f5f5f5 !important;
}
#sysItemDetail .contents_tr table {
  margin-bottom: 0;
}
body.sysCart {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ededed;
}
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
  float: none;
  padding: 10px 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img {
  float: none;
  margin-right: 0;
}
.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title {
  text-align: center;
}
.sysCart .header_wrap {
  border-bottom: none;
}
.sysCart #sysMain,
.sysOpcBody #sysMain {
  max-width: 1100px;
  padding: 0 150px 3rem;
  margin: 0 auto;
}
.sysCart #sysMain,
.sysCart #sysMain a {
  color: #000;
}
.sysCart .sysBox,
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto 2em;
  padding: 2em;
}
.sysCart .sysBox hr {
  display: block;
  border: 0;
  height: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 0;
}
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.sysCart .sysTotalTxt {
  text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2rem;
}
.sysCart .sysSubTotalArea {
  margin: 10px 0;
}
.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 15px;
  margin: 1rem auto !important;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-shadow: none;
  border-radius: 0;
  background: #000 !important;
  border: none;
  height: auto;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit:hover,
#sysPurchaseAuthMember .sysLoginButton:hover {
  background-color: #9e0e30 !important;
  letter-spacing: 0.3em;
}
.sysCart .sysCartAttention,
.sysCart .sysRequired {
  color: #9e0e30;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #9e0e30;
  font-weight: bolder;
}
.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}
.sysCart .sysCartTitle {
  color: #000;
  font-size: large;
  font-weight: bolder;
  background-color: #ededed;
  padding: 0;
  margin-bottom: 2px;
}
.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}
.sysCart #sysMain input[type="submit"],
.sysCart #sysMain button[type="submit"],
.sysCart #sysMain button {
  display: inline-block;
  padding: 15px;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  line-height: inherit;
}
input.sysAmazonNextSubmit {
  width: 300px !important;
  height: 55px !important;
  background-color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  color: #fff !important;
  padding: 10px !important;
}
.sysAmazonNextSubmit:hover {
  background-color: #9e0e30 !important;
  letter-spacing: 0.3em;
}
.sysCart .sysDeleteArea,
.sysCart .sysConfirmButton {
  text-align: right;
}
.sysCart .sysNavImg {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sysCart .sysFreeArea {
  color: #000;
  margin: 20px 0;
}
.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks,
.sysCart .sysOrder .nav li:last-child {
  border-bottom: none;
}
.sysCart .sysAcceptDomainArea input {
  padding: 0 10px !important;
}
.sysCart .cart_btn {
  color: #000;
  text-align: center;
  margin-top: 40px;
}
.sysCart .cart_btn p {
  margin: 0;
  padding: 0;
}
.sysCart .cart_btn .btn {
  margin-top: 5px;
}
.sysCart .cart_btn img {
  width: 200px;
  border: 1px solid #d0d0d0;
}
#sysBasket #sysMain {
  padding: 3rem;
}
.sysCart .cart_info .sysContent {
  max-width: 300px;
  color: #000;
  text-align: center;
  font-weight: bolder;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  margin: 1em auto 0 auto;
  padding: 15px;
  background-color: #fff;
}
.sysCart #sysMain .sysConfirmButton input[type="submit"] {
  width: auto;
}
.sysCart #sysMain select {
  display: inline-block;
  border: solid 1px #eee;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}
#sysBillingAddress .input-append input[type="text"] {
  display: inline-block;
}
#sysBillingAddress .sysPrefState select {
  width: 200px;
}
#sysBillingAddress .sysGender {
  margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
  vertical-align: middle;
}
#sysBillingAddress .sysGender label {
  display: inline-block;
  margin-right: 20px;
}
#sysBillingAddress .sysAcceptMailmagazine {
  margin-bottom: 20px;
}
.cart_completion {
  text-align: center;
}
#sysThanks .text {
  font-size: 1rem;
}
#sysThanks h2.title {
  margin-top: 2rem;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #000;
}
#sysThanks .sysBox a {
  color: red;
}
#sysThanks .name {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 1px solid #000;
}
#sysThanks #sysMain .sysOrderNumber {
  font-size: 1.5rem;
  font-weight: bold;
}
body#sysBasket .sysBackButton2 {
  font-weight: bold;
  background: #b4f4ff !important;
  border-color: #000 !important;
}
.opcConfirm {
  padding: 0 0 1rem;
  background-color: #ededed;
}
.mdl_btn_.opcDialog,
form.opcUseAmazon {
  width: 100%;
  padding-right: 0;
}
.sysCart #sysMain h3 {
  font-size: 20px;
}
.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit {
  display: block;
  width: 100% !important;
  padding: 10px !important;
  margin: 5px 0 !important;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  border: none !important;
  background: #9e0e30 !important;
}
.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3 {
  display: block;
  width: 100% !important;
  padding: 15px;
  margin: 0 0 30px !important;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: none !important;
  background: #000 !important;
}
.sysCart #sysMain #show-dlg-3 {
  color: #fff !important;
  background: #9e0e30 !important;
}
.sysCart #sysMain .next_btn {
  color: #fff !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  background: #000 !important;
}
.sysCart #sysMain #order_price_confirm_btn {
  color: #fff !important;
  width: 100% !important;
  box-shadow: none;
  background: #000 !important;
}
.sysCart #sysMain .mdl-js-button {
  box-shadow: none;
}
.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
  line-height: 1;
  border: none !important;
  background: #000 !important;
}
.sysCart #sysMain p.user_type {
  font-size: 1.2rem;
}
.sysOpcProduct .sysOpcItemName {
  font-size: 1.2rem;
}
.sysOpcBody div#sysMain {
  padding: 3em 200px 0;
  margin-bottom: 60px;
}
input[type="button"],
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
select {
  padding: 0 0.5em;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
  border-radius: 0;
}
.opcCommonEditModeBlock {
  background: #fff !important;
  padding: 20px;
  border: 1px solid #ccc;
}
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  font-size: large !important;
  margin-bottom: 0.5em;
}
.opcItem {
  padding: 3%;
  border: 1px solid #9b9b9b;
  margin-top: 10px;
}
.opcCommonInputSelect,
.opcCommonButton {
  background: #fff !important;
}
.opcCommonInputSelect {
  background: #fff !important;
}
.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-weight: bold;
}
.opcBillingAddress_completeButton_edit:hover,
.opcDeliveryMethod_completeButton_edit:hover,
.opcPaymentMethod_completeButton_edit:hover,
.opcItem_completeButton_edit:hover,
.opcDeliveryAddress_completeButton_edit:hover,
.opcPointAndCouponDialog_applyButton_edit:hover,
.opcRemarks_completeButton_edit:hover {
  background-color: #9e0e30 !important;
  letter-spacing: 0.3em;
}
.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #9e0e30 !important;
  color: #fff !important;
  border: 1px solid #9e0e30 !important;
  font-weight: bold;
}
.opcConfirm_inputStatus_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ccc !important;
  color: #000 !important;
}
.opcConfirm_order {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #9e0e30 !important;
  color: #fff !important;
  border: 1px solid #9e0e30 !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}
.opcCommonEditLabel {
  margin-top: 1em;
  border-left: 0px;
}
.opcOrderSummary_priceBreakDownGroup {
  padding-top: 1em;
  padding-bottom: 1em;
}
.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
}
.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 1em;
}
.opcItem_itemSubTotalPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  position: static !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 80px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 150px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcCommonRequireLabel {
  color: #9e0e30 !important;
  font-weight: bold;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}
.opcItem_itemName {
  font-weight: bold;
  font-size: 15px;
}
.opcConfirm_headerErrorMessage {
  width: 100% !important;
  max-width: 800px;
}
.opcRemarks_remark,
.opcRemarks_cartOption {
  margin-left: 0 !important;
  width: 100% !important;
  white-space: normal !important;
}
#sysOpc > form + div {
  margin-bottom: 60px !important;
}
.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-bottom: none !important;
}
.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 126px;
  display: inline-block;
}
.opcCommonButtonEdit,
.opcCommonButton {
  width: 100% !important;
  border-radius: 0;
  font-weight: normal;
  margin: 10px 0;
  padding: 1rem;
}
input.opcItem_increaseNumButton_edit.opcCommonButton,
input.opcItem_decreaseNumButton_edit.opcCommonButton {
  display: none;
}
.opcPaymentMethod_amazonPayGroup_edit {
  margin-bottom: 1.5rem;
}
.opcPaymentMethod_fee_edit {
  display: none;
}
.opcRemarks_edit .opcCommonEditLabel {
  font-size: 1.3rem;
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
#sysThanks #sysMain {
  border: none;
}
#sysThanks .sysNavImg {
  display: none;
}
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
  margin-bottom: 1em;
}
#sysFormConfirm .sysNextSubmit {
  width: 100%;
  margin: 20px 0 0 !important;
}
#sysFormConfirm button.sysButton {
  width: 30%;
  margin-bottom: 20px;
}
#sysMemberRegisterIndex form {
  padding: 0 !important;
}
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
}
#sysMemberRegisterIndex .sysNextSubmit {
  width: 49%;
  float: left;
  margin-right: 1%;
}
#sysMemberRegisterIndex .sysButton[type="submit"] {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-top: 10px;
}
#sysHeader {
  z-index: 120;
}
#sysItemSearch h2 {
  font-size: 16px;
  text-align: center;
}
.sysItemSearchFormInput {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  max-width: 1000px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: end;
}
.sysItemSearchFormWord {
  grid-column: span 2;
}
.sysItemSearchFormWord input[type="search"] {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.sysItemSearchAndOr {
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 15px;
  padding-bottom: 12px;
}
.sysItemSearchFormRange {
  font-size: 13px;
  color: #666;
}
.sysItemSearchFormRange input {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px;
}
.sysItemSearchFormCategory,
.sysItemSearchFormSort,
.sysItemSearchFormLimit {
  font-size: 13px;
  color: #666;
}
.sysItemSearchFormCategory {
  display: none;
}
.sysItemSearchFormInput select {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  margin-top: 5px;
}
.sysSearchButton {
  grid-column: span 3;
  background: #333;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}
.sysSearchButton:hover {
  background: #a38a5e;
}
@media screen and (max-width: 768px) {
  .sysItemSearchFormInput {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .sysItemSearchFormWord,
  .sysSearchButton {
    grid-column: span 1;
  }
  .sysItemSearchAndOr {
    order: 2;
  }
}
.top_serch {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin: 0;
}
.sysItemSearchForm {
  display: flex !important;
  align-items: center !important;
}
.top_serch .sysItemSearchFormWord {
  width: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top_serch .sysItemSearchFormWord input[type="search"],
.top_serch .sysItemSearchFormWord input[type="text"] {
  width: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  outline: none;
}
.open-search-icon {
  cursor: pointer;
  padding: 5px 0;
  display: flex !important;
  align-items: center;
  color: #333;
}
#search-trigger:checked ~ .sysItemSearchForm .sysItemSearchFormWord {
  width: 200px !important;
  opacity: 1 !important;
  padding: 0 5px !important;
}
#search-trigger:checked ~ .sysItemSearchForm .sysItemSearchFormWord input {
  width: 100% !important;
  padding: 4px 6px !important;
  border-bottom: 1px solid #333 !important;
  background: #fff !important;
}
#search-trigger:checked ~ .sysItemSearchForm .open-search-icon {
  display: none !important;
}
#search-trigger:checked ~ .sysItemSearchForm .sysSearchButton {
  display: block !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  width: 35px !important;
  height: 35px !important;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top_serch {
    position: relative !important;
    overflow: visible !important;
  }
  #search-trigger:checked ~ .sysItemSearchForm .sysItemSearchFormWord {
    position: absolute !important;
    top: 50px;
    right: -80px;
    width: 85vw !important;
    max-width: 300px;
    background: #fff !important;
    padding: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 10001 !important;
    display: flex !important;
    opacity: 1 !important;
    border-radius: 4px;
  }
  #search-trigger:checked ~ .sysItemSearchForm .sysItemSearchFormWord input {
    font-size: 16px !important;
    border: 1px solid #ddd !important;
    padding: 8px 10px !important;
    width: 100% !important;
    height: 40px !important;
    background: #fff !important;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon {
    display: flex !important;
    position: relative;
    z-index: 10002;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon svg {
    opacity: 0 !important;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon::before {
    content: "✕" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px !important;
    color: #111 !important;
    font-family: Arial, sans-serif;
  }
  #search-trigger:checked ~ .sysItemSearchForm .sysSearchButton {
    display: block !important;
    position: absolute !important;
    top: 62px;
    right: -75px;
    z-index: 10003 !important;
    background-color: transparent !important;
  }
}
@media screen and (min-width: 769px) {
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon {
    display: flex !important;
    order: 2;
    position: relative;
    margin-left: 5px;
  }
  .search-btns-unit {
    display: flex;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon svg {
    opacity: 0 !important;
    width: 20px;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon::before {
    content: "✕" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px !important;
    color: #666;
    transition: color 0.3s;
  }
  #search-trigger:checked ~ .sysItemSearchForm .open-search-icon:hover::before {
    color: #000;
  }
  #search-trigger:checked ~ .sysItemSearchForm .sysSearchButton {
    order: 1;
  }
}
.pagetop #page-top {
  position: fixed !important;
  right: 20px;
  bottom: 60px;
  z-index: 9999;
  display: flex !important;
  color: #fff;
  background: #222;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s;
  transform: translateY(20px);
}
.pagetop #page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sysTitle {
  font-family: "Cinzel", serif, "Yu Mincho", serif;
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0.5em !important;
  color: #333;
  line-height: 2.2 !important;
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede !important;
  transform: translateY(-50%);
}
.sysTitle b {
  display: block;
  text-align: center;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 30px;
  text-align: center;
}
.sysHeadline {
  text-align: left !important;
  max-width: 1200px;
  margin: 100px auto 60px !important;
  padding: 0 0 0 80px !important;
  border: none !important;
  background: none !important;
}
.sysHeadline span {
  display: block;
  font-family: "Cinzel", serif !important;
  font-size: 20px !important;
  letter-spacing: 0.35em !important;
  color: #111 !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1.2;
}
.sysHeadline span b {
  display: block;
  font-weight: normal !important;
  font-size: 12px !important;
  color: #555 !important;
  letter-spacing: 0.25em !important;
  margin-top: 10px !important;
  text-transform: uppercase;
}
.headline-wrap {
  position: relative;
}
.headline-link {
  display: inline-block;
  margin-top: 22px;
  font-family: "Cinzel", serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  opacity: 0.78;
  transition: opacity 0.3s ease;
}
.headline-link:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sysHeadline {
    margin: 60px auto 40px !important;
    padding: 0 15px !important;
  }
  .sysHeadline span {
    font-size: 16px !important;
    letter-spacing: 0.25em !important;
  }
  .sysHeadline span b {
    font-size: 9px !important;
    margin-top: 8px !important;
  }
}
.indexList {
  background: #fdfaf5;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.indexList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}
.indexList li a {
  display: block;
  background: #fff;
  padding: 12px 15px;
  border: 1px solid #eee;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  border-radius: 6px;
  transition: 0.2s;
}
.indexList li a::before {
  content: "▶";
  font-size: 10px;
  margin-right: 8px;
  color: #a38a5e;
}
.indexList li a:hover {
  background: #f3ede2;
  border-color: #a38a5e;
  transform: translateY(-2px);
}
.credit {
  display: flex;
}
.credit img {
  width: 60px;
  margin-right: 5px;
}
.common_btn a:hover {
  opacity: 0.8;
}
.top_newarrival,
.topfeatures,
.member,
.top_recommend_item,
.top_ranking_item,
.contents,
.voice,
.info {
  background: #ededed;
  padding: 10rem 0 10px;
  margin-bottom: 0;
}
.sysContent {
  margin: 0 auto;
}
.top_newarrival {
  margin-bottom: 30px;
}
.top_newarrival ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.top_newarrival li {
  float: none !important;
  margin: 0rem;
  width: 20% !important;
}
.top_newarrival img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  .top_newarrival ul {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding: 0 20px 15px;
    margin-bottom: 0;
    scroll-snap-type: x mandatory;
  }
  .top_newarrival li {
    width: 75% !important;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .top_newarrival ul::-webkit-scrollbar {
    display: none;
  }
}
span.sysSubtotalPrice {
  font-size: 17px;
  float: right;
}
.sysCart #sysMain #kuronekoPayFlex button img {
  margin-top: -11px;
}
.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
  padding: 10px 0px 0px 0px;
}
.sysConfirmButton input#open_dlg_edit_customer_info {
  display: inline-block;
  padding: 15px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.terms,
.p-corporate,
.p-privacy {
  padding: 5rem;
  background: #fff;
}
.license {
  padding: 2rem;
}
.p-law .flowtext a {
  color: red;
}
.p-law {
  margin-bottom: 8rem;
}
.terms .sysHeadline,
.p-corporate .sysHeadline,
.p-privacy .sysHeadline,
.license .sysHeadline {
  padding: 3rem 0;
}
.terms h4,
.p-privacy h4 {
  text-align: center;
}
.terms p,
.p-privacy p {
  margin: 0.5rem 0 2rem;
}
.rule li,
.license li {
  list-style: decimal;
  margin: 0 0 0 1rem;
}
.terms .block1,
.p-corporate .block1,
.p-privacy .block1,
.license .block1 {
  padding-bottom: 5rem;
}
.form_table {
  margin: 15px auto 20px auto;
  width: 90%;
  max-width: 1000px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-collapse: collapse;
  text-align: left;
}
.form_table th {
  padding: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #000;
  background-color: #eee;
  font-weight: normal;
  font-size: 80%;
}
.form_table td {
  padding: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  word-break: break-all;
  font-size: 80%;
  background: #fff;
  color: #000;
}
.form_table td a {
  color: red;
}
.license a {
  display: block;
  text-align: center;
  color: red;
}
#shopping-guide h2.title {
  font-size: 1.2rem;
  text-align: center;
  margin: 10rem auto 1rem;
  border-bottom: 1px dotted #333;
  padding-bottom: 5px;
  max-width: 600px;
}
#shopping-guide h3 {
  font-size: 1.1rem;
}
#shopping-guide #sysMain .link {
  color: #ea1749;
}
#shopping-guide #sysMain .link:hover {
  opacity: 0.8;
}
.flow_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_flex .block1 {
  width: 45%;
  margin: 1rem;
}
.block2 {
  margin: 1rem;
}
#payment_navi h3 {
  margin: 0 0 0.5rem;
}
#payment_navi .mt {
  margin-top: 3rem;
}
img.amapay {
  width: 150px;
  margin: 1rem 1rem 0 0;
}
#delivery img {
  margin: 1rem 1rem 0.5rem 0;
}
#delivery h3,
#tatefuda h3,
#member h3,
#biz h3 {
  margin: 2rem 0 0.5rem;
}
#delivery h4 {
  border-top: 1px solid #a5a5a5;
  margin-top: 2rem;
  padding: 5px;
}
.deli {
  margin: 2rem 0;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  text-align: left;
}
.deli th {
  width: 10%;
  padding: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #fff;
  background: #000;
  font-size: 0.9rem;
}
.deli td {
  padding: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  word-break: break-all;
  font-size: 0.9rem;
}
#mail_service img,
#member img,
#biz img {
  display: block;
  margin: 0 auto;
}
#mail_service p {
  margin-bottom: 3rem;
}
#member .list {
  margin: 1em auto 3em;
}
#member .list li {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.sysErrorMessage {
  padding: 0.3em 5px;
}
.designer-profile {
  padding: 90px 0 120px;
  background: #fff;
  color: #111;
}
.profile-container {
  width: min(900px, 88%);
  margin: 0 auto;
}
.profile-header {
  margin-bottom: 56px;
}
.profile-kicker,
.section-label {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #777;
  margin-bottom: 16px;
}
.profile-header h1 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.profile-main {
  display: block;
  margin-bottom: 80px;
}
.profile-content {
  max-width: 720px;
}
.profile-role {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #777;
  margin-bottom: 24px;
}
.profile-content h2 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.profile-name-en {
  font-size: 13px;
  color: #777;
  margin-bottom: 36px;
}
.profile-text p,
.profile-philosophy p {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.profile-image {
  width: 220px;
  margin: 56px 0 0 auto;
}
.profile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.profile-caption {
  margin-top: 14px;
  text-align: right;
}
.profile-caption-name {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.profile-caption-role {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #777;
}
.profile-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
  margin-top: 55px;
}
.profile-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile-list li {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.profile-philosophy {
  max-width: 760px;
}
.profile-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile-list li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .profile-list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .designer-profile {
    padding: 70px 0 90px;
  }
  .profile-container {
    width: 86%;
  }
  .profile-header {
    margin-bottom: 40px;
  }
  .profile-header h1 {
    font-size: 24px;
  }
  .profile-main {
    margin-bottom: 70px;
  }
  .profile-content h2 {
    font-size: 26px;
  }
  .profile-text p,
  .profile-philosophy p {
    font-size: 13px;
    line-height: 2;
  }
  .profile-image {
    width: 180px;
    margin: 44px 0 0 auto;
  }
  .profile-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#voice .text {
  margin: 4rem auto 6rem;
  max-width: 800px;
  text-align: center;
  line-height: 2;
  font-size: 15px;
  color: #333;
  padding: 0 20px;
}
.voicepage_flex {
  display: flex;
  align-items: stretch;
  background: #fff;
  margin: 0 auto 4rem;
  max-width: 900px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
.voicepage_flex:nth-child(even) {
  flex-direction: row-reverse;
}
.voicepage_image {
  width: 40%;
  margin: 0;
  overflow: hidden;
  background: #f9f9f9;
  border-right: 1px solid #d1d1d1;
}
.voicepage_flex:nth-child(even) .voicepage_image {
  border-right: none;
  border-left: 1px solid #d1d1d1;
}
.voicepage_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  filter: grayscale(10%);
  transition: filter 0.3s ease;
}
.voicepage_flex:hover .voicepage_image img {
  filter: grayscale(0%);
}
.voice_comment {
  width: 60%;
  padding: 4rem 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voice_comment p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 768px) {
  .voicepage_flex,
  .voicepage_flex:nth-child(even) {
    flex-direction: column;
    margin: 0 15px 3rem;
  }
  .voicepage_image,
  .voice_comment {
    width: 100%;
    border: none !important;
  }
  .voicepage_image {
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .voice_comment {
    padding: 2.5rem 1.5rem;
  }
}
#sysItemSearch .sysItemListDisp,
#sysItemCategory .sysItemListDisp {
  margin: 2rem auto;
  padding: 0 20px;
}
#sysItemCategory .sysThumbnail,
#sysItemSearch .sysThumbnail {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  align-items: start;
}
#sysItemCategory .sysThumbnail li,
#sysItemSearch .sysThumbnail li {
  width: 100% !important;
  float: none !important;
  margin: 0 0 3rem 0 !important;
  padding: 0 !important;
  min-width: 0;
  position: relative;
  height: 100%;
}
.sysThumbnailImage {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
  background-color: #fff;
  position: relative;
}
.sysItemList ul.sysThumbnail li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.sysThumbnail .sysThumbnailImage:hover img {
  opacity: 0.9;
  transform: scale(1.01);
}
#sysItemCategory .sysItemName,
#sysItemCategory .sysRetailPrice {
  text-align: left;
  font-size: 13px;
  color: #333;
  display: block;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
@media screen and (max-width: 768px) {
  #sysItemCategory .sysThumbnail,
  #sysItemSearch .sysThumbnail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 10px;
    gap: 2px;
  }
  #sysItemCategory .sysItemName {
    font-size: 11px;
    padding-top: 10px;
  }
}
.faqs h4 {
  margin: 1rem 0 0.5rem;
  padding-top: 5px;
  border-top: 1px dotted #999;
}
.faqs {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.faqs h4 {
  font-size: 1.2rem;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin: 40px 0 20px;
  letter-spacing: 0.1em;
}
.faq-item {
  border-bottom: 1px solid #ededed;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  position: relative;
  font-weight: bold;
  outline: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item dd {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 1.8;
  color: #666;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.oshirase .sysContent {
  max-width: 900px;
  padding: 0 24px;
}
.opcClientList {
  background-color: rgb(245, 245, 245);
}
.opcClientTitle {
  color: rgb(217, 0, 0);
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1;
  left: 0;
}
.btn_area {
  width: 500px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
}
.btn_area .ttl {
  font-weight: bold;
}
.btn_area p {
  padding: 15px;
}
.btn_area button,
.no {
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 20px 40px;
  border: none;
  width: 150px;
}
.btn_area button:hover {
  background: #777;
}
.alcoh {
  color: rgb(200, 0, 0);
  font-size: large;
}
.info_intro {
  text-align: left;
  display: block;
  width: 50%;
  margin: 0 auto 40px;
}
.info_intro p {
  display: inline-block;
  text-align: left;
  margin: 10px auto;
}
.mokuji {
  line-height: 2;
}
.service_h1 {
  text-align: left;
  font-size: 50px;
  padding: 10rem 0 0em;
  border-bottom: 1px solid #afafaf;
  width: 80%;
  margin: 0 auto 80px;
}
.service_h2 {
  text-align: center;
  font-size: 28px;
  padding: 2em 0 0em;
  border-bottom: 1px solid #afafaf;
  width: 50%;
  margin: 0 auto 2rem;
}
.s_con {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.scon_in {
  margin: 1rem 2rem 1rem;
  padding: 2rem;
  border: 4px double #cfcfcf;
  width: 50%;
  display: block;
  text-align: center;
}
.scon_s {
  margin: 1rem auto 1rem;
  padding: 2rem;
  width: 50%;
  display: block;
  text-align: center;
}
#shop {
  width: 100%;
  background-color: #526875;
  color: #ffffff;
}
.shop_A {
  margin: 2em 0 1em;
  padding: 4em;
  letter-spacing: 5px;
  line-height: 50px;
  background: url(/img/service/shop/shop_back.jpg) no-repeat 0 0 / cover;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: color;
  display: block;
  text-align: center;
  background-position: center;
}
.shop_A p {
  text-align: left;
  display: inline-block;
}
.shop_adress {
  text-align: center;
  background-color: #526875;
  padding: 4em 0 3rem;
}
.shop_adress p {
  margin: 10px 2em;
}
.map_area {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2em;
}
.shop_map {
  text-align: center;
  background-color: #526875;
  padding-top: 75%;
  position: relative;
  width: 100%;
  height: 0;
}
.shop_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lesson {
  background-color: #526875;
  text-align: center;
  display: block;
}
.lesson_info {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.lesson_in {
  margin: 2rem 2rem 7rem;
  padding: 2rem;
  border: 4px double #fff;
  width: 50%;
  display: block;
  text-align: center;
}
.lesson_in p {
  display: inline-block;
  text-align: left;
}
.lesson_in p b {
  font-size: 18px;
}
.le_intro {
  margin: 0 2em 2em;
  text-align: left;
  display: inline-block;
}
.shop_sns {
  text-align: center;
  padding: 3em;
}
.sns_logo {
  width: 100px;
  margin: 0 auto;
}
.ls_btn {
  display: block;
  padding: 5px 0;
  text-align: center;
  background: #b4becf;
  width: 60%;
  margin: 2em auto;
  color: rgb(18, 16, 80);
  border: 4px double rgb(153, 153, 153);
}
.shop_pc4col {
  display: flex;
}
.shop_img1 {
  display: flex;
}
.full_img {
  text-align: center;
  padding: 1em 0 5em;
  width: 100%;
}
#event {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 0 0 2rem;
}
.event_A {
  margin: 2em 0 1em;
  padding: 4em;
  letter-spacing: 5px;
  line-height: 50px;
  background: url(/img/service/event/ev_top.jpg) no-repeat 0 0 / cover;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: color;
  display: block;
  text-align: center;
  background-position: center;
}
.ev_info {
  margin: 5em auto;
}
.ev_imgblock {
  display: flex;
  justify-content: center;
}
.ev_none {
  display: none;
}
.ev_img1 {
  display: flex;
}
.evprop ul {
  display: flex;
  justify-content: center;
}
.evprop ul li {
  margin: 0 2%;
}
.evprop p {
  text-align: center;
  margin: 5rem auto 2rem;
}
.ev_info p {
  text-align: center;
  margin: 1px 0 15px;
}
.ev_btn {
  display: block;
  padding: 6px 0;
  text-align: center;
  background: #b4becf;
  width: 40%;
  margin: 0 auto;
  color: rgb(18, 16, 80);
  border: 4px double rgb(153, 153, 153);
}
.ev_text {
  margin: 5em 0;
}
#wedding_info {
  padding: 0 0 2rem;
}
.wed_brk {
  display: flex;
  justify-content: center;
}
.we_text {
  width: 800px;
  text-align: center;
  font-size: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wedding_info p {
  text-align: center;
}
#r_deco {
  background-color: #7a6671;
  color: #ffffff;
  padding: 0 0 1rem;
}
#r_deco div {
  display: block;
  text-align: center;
}
#r_deco div p {
  display: inline-block;
  text-align: left;
}
.rd_img {
  display: flex;
  justify-content: center;
}
#green_lease {
  background-color: #52756f;
  color: #ffffff;
  padding: 0 0 1rem;
}
.gl_img {
  display: flex;
  justify-content: center;
}
.gl_text {
  width: 800px;
  text-align: center;
  font-size: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#flow,
#payment_navi,
#delivery,
#tatefuda,
#mail_service,
#member,
#biz,
.faqs,
.privacy1100,
.terms {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}
.champagne {
  border-block: solid #526876 35px;
  padding: 20px 0;
  background-color: #ffffff;
}
.cham_text_a {
  width: 100%;
  text-align: center;
  display: flex;
}
.cham_text_b {
  width: 100%;
  text-align: center;
  display: flex;
}
.cham_a {
  width: 50%;
}
.cham_b {
  width: 33%;
  margin: auto;
}
.cham_b h2 {
  font-size: 1.4rem;
}
.checked {
  width: 100%;
  margin: 0 auto;
}
.checked .sysContent {
  width: 60%;
  margin: 0 auto;
}
.checked .sysContent .sysItemBlock .sysHorizontal {
  display: flex !important;
  flex-wrap: wrap !important;
}
.checked .sysContent .sysHorizontal .sysItemImage {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
  background-color: #fff;
  position: relative;
}
.checked .sysContent .sysHorizontal .sysItemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.t_scale a:hover img {
  transform: scale(1.1);
}
.ph_val {
  display: flex;
}
#Lesson1 .orderArea .sysDeliveryDate,
#Lesson2 .orderArea .sysDeliveryDate,
#Lesson3 .orderArea .sysDeliveryDate,
#mimosaLesson1 .orderArea .sysDeliveryDate,
#mimosaLesson3 .orderArea .sysDeliveryDate {
  display: none;
}
.lesson_b_btn a:hover {
  opacity: 0.8;
}
.semi_order {
  background-color: #fff;
  padding-top: 10px;
}
.semi-order_area {
  padding: 0 0 100px;
}
.semi_comment_area {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 800px;
  padding: 0 20px;
}
.semi_coment {
  font-size: 12px;
  color: #666;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.semi-order_img_inner {
  display: flex;
  justify-content: center;
  gap: 150px;
  max-width: 1200px;
  margin: 0 auto;
}
.semi_order_img {
  flex: 1;
  text-align: center;
  opacity: 0.95;
}
.semi_order_img a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background-color: #fcfcfc;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.semi_order_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.semi_order_img a:hover img {
  transform: scale(1.08);
  opacity: 1;
}
.semi_order_img h3 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #111;
  margin: 0;
}
.semi_deliv {
  font-size: 9px;
  color: #666;
  margin-top: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.category_inner {
  display: flex !important;
  justify-content: center;
  align-items: flex-start !important;
  max-width: 1000px !important;
  margin: 0 auto 30px !important;
  padding: 0 40px 0 80px !important;
  box-sizing: border-box !important;
  gap: 50px;
}
.category_logo {
  flex: 0 0 160px !important;
  text-align: left !important;
}
.category_logo h3 {
  font-family: "Cinzel", serif !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.25em !important;
  color: #111 !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding-top: 3px;
  line-height: 1 important!;
}
.category_comment {
  flex: 1 !important;
  max-width: 650px !important;
  text-align: left !important;
}
.category_comment h4 {
  font-family: "Yu Mincho", serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  color: #000000 !important;
  margin-bottom: 0 0 15px 0 !important;
  line-height: 1.4;
  text-align: left;
}
.category_p,
.category_comment p {
  font-family: "Yu Mincho", serif !important;
  font-size: 14px !important;
  line-height: 2.1 !important;
  color: #111111 !important;
  margin-bottom: 1em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0.5px rgba(0, 0, 0, 0.05);
  word-break: normal;
  line-break: strict;
  overflow-wrap: anywhere;
}
.category_comment p:last-of-type {
  font-size: 12px !important;
  color: #555 !important;
  border-top: 1px solid #dcdcdc !important;
  padding-top: 15px !important;
}
@media (max-width: 767px) {
  .category_inner {
    flex-direction: column !important;
    padding: 0 24px !important;
    gap: 15px;
  }
  .category_logo {
    flex: none !important;
  }
}
.card_plate {
  text-align: center;
  padding: 5rem 0 5rem 0;
}
.scroll_down {
  position: relative;
  width: 100%;
  margin: 20px auto 0px;
  text-align: center;
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, 0.8) 80%, rgba(#000, 0.8) 100%);
}
.scroll_down a {
  display: inline-block;
  padding: 0px 50px;
  color: #000;
  letter-spacing: 0.2em;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
  font-family: "cinzel";
}
.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #ddd;
}
.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 20%;
  width: 60%;
  height: 1px;
  background: #000;
}
#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
.t_slider .sysContent {
  max-width: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.fullscreen-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease-in-out;
  z-index: 1;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
}
.slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topspace {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-85%, -50%);
  width: 50vw;
  padding: 10px;
  color: #fdfdfd;
  text-align: center;
}
.slide-content {
  position: absolute;
}
.slide1 .topcomment {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #fdfdfd !important;
  text-align: center;
  font-weight: 300;
}
.slide1 .topcomment-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4em;
  white-space: nowrap;
}
.slide1 .topcomment-ja {
  display: block;
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.68rem, 0.85vw, 0.82rem);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.14em;
  white-space: normal;
}
.slide1 .toptext {
  position: relative;
  z-index: 1;
  display: block !important;
  max-width: 680px;
  margin: 0 auto;
  color: #fdfdfd !important;
  text-align: center;
  opacity: 1 !important;
  visibility: visible !important;
}
.slide1 .toptext-concept {
  margin: 0;
  font-size: clamp(0.68rem, 0.8vw, 0.78rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.18em;
  color: #999;
}
.slide1 .toptext-description {
  margin: 16px 0 0;
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.11em;
  color: #999;
}
.slide1 .top-origin {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #fdfdfd;
  font-family: "Cinzel", serif;
  font-size: 0.62rem;
  line-height: 1.6;
  letter-spacing: 0.18em;
  opacity: 0.85;
}
.slide-content {
  bottom: 15%;
  left: 6%;
  text-align: left;
  max-width: 600px;
}
.slide-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 1.8vw, 1.3rem) !important;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  color: #fff;
}
.slide-content p {
  color: #fdfdfd !important;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.slide-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  padding: 0 0 5px 0 !important;
  transition: border-color 0.3s;
}
.slide-link:hover {
  border-bottom-color: #fff !important;
}
.slider-indicators {
  position: absolute;
  bottom: 60px;
  left: 6%;
  display: flex;
  gap: 15px;
  z-index: 20;
}
.indicator {
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.6s ease;
}
.indicator.active {
  width: 60px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .slide-content,
  .slider-indicators {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .slide1 .topspace {
    width: 95vw !important;
    padding: 0 !important;
    transform: translate(-65%, -50%);
  }
  .slide1 .topcomment {
    font-size: 1.1rem !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 20px !important;
  }
  .slide-content {
    left: 20px !important;
    bottom: 120px !important;
  }
  .slide1 picture img {
    object-position: 75% center;
  }
  .slide2 picture img {
    object-position: 70% center;
  }
  .slide3 picture img {
    object-position: 60% center;
  }
  .slide4 picture img {
    object-position: 28% center;
  }
  .slide-content h2 {
    font-size: 1rem !important;
  }
  .slide1 .toptext,
  .slide-content p {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .topspace {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    padding: 10px 16px;
  }
  .slide1 .topcomment {
    margin-bottom: 20px;
  }
  .slide1 .topcomment-en {
    font-size: clamp(1rem, 5vw, 1.3rem);
    letter-spacing: 0.28em;
  }
  .slide1 .topcomment-ja {
    margin-top: 14px;
    font-size: clamp(0.65rem, 2.8vw, 0.76rem);
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .slide1 .toptext {
    max-width: 100%;
  }
  .slide1 .toptext-concept {
    font-size: 0.68rem;
    line-height: 1.9;
    letter-spacing: 0.12em;
  }
  .slide1 .toptext-description {
    margin-top: 14px;
    font-size: 0.62rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
  .slide1 .toptext-description br {
    display: none;
  }
  .slide1 .top-origin {
    margin-top: 16px;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }
}
.side_scroll {
  width: 100%;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  margin:0 0 72px;
}
.side_scroll .sysContent .sysItemBlock .sysHorizontal {
  display: block !important;
  flex-wrap: unset !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_scroll .sysContent .sysItemBlock .sysHorizontal li {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
.side_scroll .swiper-wrapper {
  display: flex !important;
}
.side_scroll .swiper-slide {
  display: block !important;
  flex: 0 0 auto;
  width: auto;
  background: #ebebeb;
  text-align: center;
  padding: 0px;
}
.side_scroll .swiper-slide input,
.side_scroll .swiper-slide div {
  width: 100%;
}
.side_scroll .swiper-slide div {
  padding: 0;
}
.side_scroll .swiper-slide img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.side_scroll .swiper-slide {
  font-size: 16px;
  line-height: 1.4;
}
.side_scroll .swiper-button-next,
.side_scroll .swiper-button-prev {
  color: #dedede;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .side_scroll .swiper-slide {
    padding: 15px;
  }
}
.swiper-slide .sysItemName a {
  font-size: 14px;
}
.swiper-slide .sysItemPrice {
  font-size: 13px;
  font-family: "Cinzel";
}
.floating-contact {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
}
.floating-contact.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#contactToggle {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 14px 24px;
  font-size: 13px;
  letter-spacing: 0.2em;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  min-width: 200px;
  font-weight: 500;
  pointer-events: auto;
}
.contact-options {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 2px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.floating-contact.open .contact-options {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.contact-item {
  display: flex;
  align-items: center;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 13px;
  margin-bottom: 1px;
  opacity: 0;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
}
.floating-contact.open .contact-item {
  opacity: 1;
}
.contact-item .contact-icon {
  width: 50px;
  height: 100%;
  padding: 14px;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  object-fit: contain;
}
.contact-label {
  padding-left: 15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .floating-contact {
    right: 30px;
    bottom: 30px;
    left: auto;
    width: auto;
  }
  .contact-item {
    transition:
      background 0.2s ease,
      color 0.2s ease;
  }
  .contact-item:hover {
    background: #fff !important;
    color: #222 !important;
  }
  .contact-item:hover .contact-icon {
    filter: invert(1) brightness(0);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact-item .contact-icon {
    transition:
      filter 0.2s ease,
      border-right 0.2s ease;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 13px;
  margin-bottom: 1px;
  width: 240px;
  height: 50px;
  overflow: hidden;
}
.contact-label {
  padding-left: 15px;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 767px) {
  .floating-contact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  #contactToggle {
    width: 100%;
  }
  .contact-options {
    flex-direction: row;
    width: 100%;
    gap: 1px;
    margin-bottom: 1px;
  }
  .contact-item {
    width: 33.33% !important;
    height: 60px;
    flex-direction: column;
    justify-content: center;
    padding: 5px 0;
    transition: background-color 0.2s;
  }
  .contact-item:active {
    background-color: #ffffff !important;
  }
  .contact-item:active .contact-label {
    color: #222 !important;
  }
  .contact-item:active .contact-icon {
    filter: invert(1) brightness(0) !important;
  }
  .contact-item .contact-icon {
    border-right: none;
    border-bottom: none;
    height: 30px;
    padding: 5px;
    display: block;
    margin: 0 auto;
  }
  .contact-label {
    padding-left: 0;
    font-size: 10px;
    transform: scale(0.9);
    display: block;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .pagetop {
    display: none;
  }
}
@media (min-width: 768px) {
  .sysThumbnail,
  .sysContent {
    max-width: 834px;
  }
}
@media (min-width: 1024px) {
  .sysThumbnail,
  .sysContent {
    max-width: 1194px;
  }
}
@media (min-width: 1440px) {
  .sysThumbnail,
  .sysContent {
    max-width: 1236px;
  }
}
@media (min-width: 1680px) {
  .sysThumbnail,
  .sysContent {
    max-width: 1442px;
  }
}
@media (min-width: 1920px) {
  .sysThumbnail,
  .sysContent {
    max-width: 1536px;
  }
}
.sysFuncText.statement {
  background-color: #1a1a1a;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sysFuncText.statement .state {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 2.5;
  letter-spacing: 0.15em;
  color: #f5f5f5;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  margin: 0 !important;
}
.state {
  margin-bottom: 50px;
}
.sysFuncText.statement .state-line {
  display: block;
  width: 100%;
}
.design-philosophy {
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/banner/top_philosophy.webp") no-repeat;
  background-position: left bottom;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: auto !important;
  display: flex;
  align-items: center;
  position: relative;
  padding: 80px 0 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #ffffff;
}
.design-philosophy__inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8%;
  padding: 0 6% !important;
}
.design-philosophy__header {
  flex: 0 0 auto;
  text-align: left;
  margin-bottom: 0;
}
.design-philosophy__title {
  font-size: 1.1rem !important;
  letter-spacing: 0.3em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
}
.design-philosophy__title .en {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-bottom: 8px;
  color: #fff;
}
.design-philosophy__subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}
.design-philosophy__body {
  flex: 0 1 500px;
  text-align: left;
}
.design-philosophy__text {
  font-size: 0.8rem !important;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-feature-settings: "palt";
}
.design-philosophy__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .design-philosophy {
    background-attachment: scroll;
    background-size: cover;
    padding: 40px 0 60px !important;
  }
  .design-philosophy__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
  .design-philosophy__body {
    max-width: 100%;
    padding-left: 10%;
  }
  .design-philosophy__body {
    flex: 0 1 130px;
  }
  .design-philosophy__text {
    font-size: 0.75rem !important;
    line-height: 1.8;
  }
}
.design-dual {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
}
.design-card {
  width: 100%;
}
.design-image {
  overflow: hidden;
}
.design-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.premium-inner {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
.design-image.vertical {
  width: 55%;
}
.premium-text {
  width: 47%;
}
.refined {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
}
.design-image.horizontal {
  margin-bottom: 24px;
}
.refined-text {
  text-align: right;
  max-width: 360px;
  margin-left: auto;
}
.refined .design-title {
  text-align: right;
}
.refined .design-condition {
  align-items: flex-end !important;
}
.design-title {
  font-family: "Cinzel", serif;
  font-size: 18px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  display: block;
  word-break: keep-all;
}
.jp-title {
  display: block;
  font-family: "Yu Mincho", serif;
  font-size: 11px !important;
  letter-spacing: 0.15em;
  color: #555;
  margin-top: 8px;
  text-transform: none;
  font-weight: 500;
}
.design-text {
  font-size: 13px !important;
  color: #444;
  line-height: 2.2 !important;
  font-feature-settings: "palt";
  margin-top: 20px;
}
.design-condition {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-top: 24px;
  line-height: 1.4;
}
.cond-en {
  display: inline-flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #111;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  margin-bottom: 6px;
}
.cond-jp {
  display: block;
  font-family: "Yu Mincho", serif;
  font-size: 10px;
  color: #555;
  padding-left: 16px;
}
.premium .cond-en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #a48a57;
  border-radius: 50%;
  margin-right: 10px;
}
.refined .cond-en::before {
  content: "＋";
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.tp_bt,
.ta_bt {
  font-family: "Cinzel", serif;
  display: block;
  font-size: 14px;
  width: fit-content;
  text-decoration: none;
  opacity: 0.72;
  transition:
    opacity 0.3s ease,
    letter-spacing 0.3s ease;
}
.tp_bt {
  text-align: left;
  margin-right: auto;
}
.ta_bt {
  text-align: right;
  margin-left: auto;
}
.tp_bt .arrow,
.ta_bt .arrow {
  display: inline-block;
  margin-left: 0.35em;
  transition: transform 0.3s ease;
}
.tp_bt:hover,
.ta_bt:hover {
  opacity: 1;
  letter-spacing: 0.04em;
}
.tp_bt:hover .arrow,
.ta_bt:hover .arrow {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .design-dual {
    grid-template-columns: 1fr;
    row-gap: 80px;
    margin: 60px auto;
  }
  .premium-inner {
    position: relative;
    flex-direction: column;
  }
  .design-image.vertical {
    width: 100%;
    background: #f2f2f2;
  }
  .design-image.vertical img {
    width: 60%;
    margin-left: auto;
    object-fit: contain;
  }
  .premium-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    pointer-events: none;
  }
  .premium-text {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2;
    width: 100%;
    max-width: 320px;
  }
  .refined {
    padding-top: 0;
    align-items: stretch;
  }
  .refined-text {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 28px;
    text-align: right;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
    margin-top: -24px;
    z-index: 2;
  }
  .refined .design-condition {
    align-items: flex-end !important;
  }
  .refined .cond-jp {
    padding-left: 0;
    padding-right: 16px;
  }
  .premium-text .design-title,
  .refined-text .design-title,
  .premium-text .design-text,
  .refined-text .design-text,
  .premium-text .jp-title,
  .refined-text .jp-title {
    color: #ffffff !important;
  }
  .premium-text .cond-en,
  .refined-text .cond-en {
    color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.5) !important;
  }
  .premium-text .cond-jp,
  .refined-text .cond-jp {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .premium .cond-en::before,
  .refined .cond-en::before {
    background-color: #fff;
    color: #fff;
  }
}
.sp-only {
  display: none !important;
}
@media (min-width: 1101px) {
  .mobile-drawer,
  .drawer-overlay,
  [class^="sp-"] {
    display: none !important;
  }
  .menu-trigger {
    display: block;
  }
}
@media (max-width: 1100px) {
  .header-nav {
    display: none;
  }
  .menu-trigger {
    display: block;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-header.is-transparent {
  background-color: transparent;
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #eee;
}
.header-inner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px 10px !important;
  height: 55px;
  position: relative;
}
.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-logo img {
  height: 32px;
  width: auto;
}
.upper-left,
.upper-right {
  flex: 1;
  display: flex !important;
  gap: 20px;
  align-items: center;
}
.upper-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.header-icon svg {
  vertical-align: unset !important;
}
.header-nav {
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    visibility 0.4s;
}
.is-scrolled .header-nav {
  max-height: 60px;
  opacity: 1;
  visibility: visible;
}
.header-nav .nav-list {
  display: flex !important;
  justify-content: center !important;
  list-style: none !important;
  padding: 12px 0 !important;
  margin: 0;
  background: #fff;
  border-top: 1px solid #eee;
  gap: 40px;
  position: static !important;
}
.nav-list li {
  position: static;
}
.nav-list li a {
  display: block;
  padding: 15px 10px;
  transition: color 0.3s;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.header-nav {
  position: static !important;
}
.header-nav .nav-list {
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  gap: 40px !important;
  list-style: none !important;
  padding: 0 !important;
  background: #fff;
  border-top: 1px solid #eee;
}
.mega-menu {
  position: absolute !important;
  top: 100% !important;
  padding-top: 25px !important;
  margin-top: 0 !important;
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  background: #ffffff !important;
  z-index: 10000 !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}
.has-mega:hover > .mega-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
}
.mega-inner-layout {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px 20px 30px 20px !important;
  box-sizing: border-box !important;
}
.mega-row-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px;
  margin: 0 0 15px 0 !important;
  padding-bottom: 5px;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #333 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}
.mega-row-title::before,
.mega-row-title::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: #e0e0e0;
}
.mega-items-wrap {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-bottom: 20px;
}
.col-2 .mega-item {
  width: 480px !important;
}
.col-2 .img-box {
  width: 100%;
  height: 120px !important;
  overflow: hidden;
  background: #f9f9f9;
}
.col-4 .mega-item {
  width: 220px !important;
}
.col-4 .img-box {
  width: 100%;
  height: 80px !important;
  overflow: hidden;
  background: #f9f9f9;
}
.mega-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.mega-item span {
  display: block;
  font-size: 11px !important;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}
.mega-item small {
  display: block;
  font-size: 9px !important;
  color: #555;
  line-height: 1.2;
}
.mega-oc-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
.mega-oc-title {
  position: relative;
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  gap: 20px;
  margin: 20px 0 15px 25px !important;
  padding-bottom: 14px;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #333 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
}
.mega-oc-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.text-menu {
  display: block !important;
  justify-content: center !important;
  gap: 0 !important;
}
.text-menu .menu-column {
  flex: 1;
  text-align: left;
  border-right: 1px solid #f0f0f0;
  padding: 0 20px;
}
.text-menu .menu-column:last-child {
  border-right: none;
}
.text-menu a {
  display: block;
  font-size: 12px !important;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  padding: 12px 0;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  position: relative;
}
.text-menu a:hover {
  color: #999;
}
.text-menu a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 25px;
  width: 0;
  height: 1px;
  background: #999;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.text-menu a:hover::after {
  width: 30px;
}
.price-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}
.price-card {
  height: 54px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.2em;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
.price-card:hover {
  border-color: #333;
  background-color: #fcfcfc;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #000;
}
.price-card span {
  font-family: "Georgia", serif;
  font-size: 13px;
  margin-right: 2px;
}
.color-menu {
  gap: 20px !important;
}
.color-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100px !important;
  text-decoration: none !important;
}
.color-circle {
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  margin-bottom: 5px !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}
.mega-journal-link {
  margin: 0 auto 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}
.mega-journal-link a {
  display: inline-block;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  transition: opacity 0.3s ease;
}
.mega-journal-link a span {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.45);
}
.mega-journal-link a:hover {
  opacity: 0.55;
}
@media screen and (max-width: 1100px) {
  .sp-only {
    display: block !important;
  }
  .pc-only,
  .header-nav {
    display: none !important;
  }
  .menu-trigger {
    position: fixed !important;
    top: 18px !important;
    left: 20px !important;
    width: 24px !important;
    height: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    z-index: 1000001 !important;
    cursor: pointer !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .menu-trigger span {
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #333 !important;
    transition: 0.3s !important;
  }
  .menu-trigger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  .menu-trigger.is-active span:nth-child(2) {
    opacity: 0 !important;
  }
  .menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
  .mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85% !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 1000000 !important;
    overflow-y: auto !important;
    transition: left 0.4s ease !important;
    display: block !important;
  }
  .mobile-drawer.is-open {
    left: 0 !important;
  }
  .drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 999999 !important;
    display: none !important;
  }
  .drawer-overlay.is-visible {
    display: block !important;
  }
  .sp-acc-content {
    display: block !important;
    max-height: 0px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition:
      max-height 0.4s ease,
      opacity 0.3s ease,
      padding 0.4s ease !important;
    position: static !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    visibility: visible !important;
  }
  .sp-acc-parent.is-active > .sp-acc-content {
    max-height: 2000px !important;
    opacity: 1 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp-acc-parent > a::after {
    transition: transform 0.4s ease !important;
  }
  .sp-acc-content .sp-menu-list,
  .sp-acc-content .sub-link-list,
  .sp-acc-content .sp-price-grid {
    margin: 0 !important;
  }
  .drawer-contact-bar {
    display: flex !important;
    gap: 0 !important;
    margin-top: 60px !important;
    border-top: 1px solid #111 !important;
    border-bottom: 1px solid #111 !important;
    background-color: #fff !important;
  }
  .drawer-contact-bar a {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 5px !important;
    text-decoration: none !important;
    position: relative !important;
    transition: all 0.3s ease !important;
  }
  .drawer-contact-bar a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
    filter: grayscale(1);
  }
  .drawer-contact-bar a:active {
    background-color: #f9f9f9 !important;
  }
  .btn-tel::before {
    background-image: url("/img/img/tel_logo.png");
  }
  .btn-mail::before {
    background-image: url("/img/img/mail_logo.png");
  }
  .btn-line::before {
    background-image: url("/img/sns/line_logo.png");
    filter: none !important;
    opacity: 0.9;
  }
  .btn-line span {
    color: #06c755 !important;
  }
  .drawer-contact-bar a i,
  .drawer-contact-bar a svg {
    margin-bottom: 8px;
    width: 18px;
    height: 18px;
    stroke-width: 1.2px;
  }
  .drawer-contact-bar a span {
    font-size: 9px !important;
    letter-spacing: 0.15em !important;
    color: #111 !important;
  }
  .sp-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-acc-parent > a {
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  .sp-acc-parent > a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: translateY(-70%) rotate(45deg);
    transition: 0.3s;
  }
  .sp-acc-parent.is-active > a::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  .sp-menu-list,
  .sub-link-list,
  .sp-price-grid {
    display: block !important;
    padding: 10px 20px !important;
    background: #f9f9f9 !important;
  }
  .sub-link-list {
    display: block !important;
    padding: 0 !important;
    background-color: #f0f0f0 !important;
  }
  .sub-link-list li {
    list-style: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
  }
  .sub-link-list li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 25px !important;
    font-size: 13px !important;
    color: #111 !important;
    text-decoration: none !important;
    letter-spacing: 0.05em !important;
  }
  .sub-link-list li a::after {
    content: "\2192";
    font-family: serif;
    color: #ccc;
    font-size: 14px;
  }
  .oc-sub-title {
    padding: 16px 20px 8px;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
    list-style: none;
  }
  .sp-price-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    background-color: #f0f0f0 !important;
    border-top: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .sp-price-grid a {
    background-color: #fff !important;
    padding: 25px 10px !important;
    text-align: center !important;
    font-family: "Cinzel", serif !important;
    font-size: 14px !important;
    color: #111 !important;
    text-decoration: none !important;
  }
  .sp-price-grid a::before {
    content: "Shop by Price";
    display: block;
    font-family: sans-serif;
    font-size: 7px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
  }
  .menu-item-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
  }
  .menu-item-row .img-box {
    width: 50px;
    height: 40px;
    margin-right: 15px;
  }
  .menu-item-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .text-box .en {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #333;
  }
  .text-box .jp {
    display: block;
    font-size: 10px;
    color: #999;
  }
  .color-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
  }
  .upper-left {
    display: none !important;
  }
  .header-nav {
    display: none !important;
  }
  .header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 15px !important;
    height: 50px !important;
  }
  .header-logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
  .header-logo img {
    height: 25px !important;
    width: auto !important;
  }
  .upper-right {
    display: flex !important;
    gap: 12px !important;
    margin-left: auto !important;
  }
  .header-icon svg,
  .open-search-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .drawer-guide-section {
    padding: 40px 25px 60px !important;
    background-color: #fff !important;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 30px;
  }
  .drawer-guide-section .section-title {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #999 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px !important;
    position: relative;
  }
  .drawer-guide-section .section-title::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #ccc;
    margin: 10px auto 0;
  }
  .guide-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1px !important;
    background-color: #eee !important;
    border: 1px solid #eee !important;
    margin-bottom: 30px !important;
  }
  .guide-grid a {
    background-color: #fff !important;
    padding: 15px 10px !important;
    font-size: 11px !important;
    color: #444 !important;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .bottom-links .full-link {
    display: block !important;
    width: 100% !important;
    padding: 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 12px !important;
    letter-spacing: 0.15em !important;
    transition: all 0.3s ease;
  }
  .full-link:first-child,
  .full-link:nth-child(2) {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #333 !important;
  }
  .full-link:last-child {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
  }
  .full-link:active {
    opacity: 0.7;
  }
}
.top-specials-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 1101px) {
  .is-scrolled .header-nav {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .header-nav {
    display: none !important;
  }
}



/*.top-specials {
  max-width: 1200px;
  margin: 160px auto 0;
}
.special-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.special-item a {
  text-decoration: none;
  display: block;
}
.special-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.special-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 15px;
}
.special-item a:hover img {
  transform: scale(1.05);
}
.special-meta h3 {
  font-family: "Cinzel", serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #333;
  margin-bottom: 12px;
  font-weight: 400;
}
.special-meta p {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #555;
}
@media screen and (max-width: 768px) {
  .top-specials {
    margin: 80px auto;
    padding: 0 24px;
  }
  .special-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .special-img {
    aspect-ratio: 1/1;
    .special-meta h3 {
      font-size: 14px;
    }
  }
}*/
/* =================================================
   TOP / SPECIAL FEATURES
================================================== */

.top-specials {
  width: 100%;
  max-width: 1200px;
  margin: clamp(96px, 10vw, 140px) auto 0;
  padding: 0 24px;
}

.top-specials,
.top-specials * {
  box-sizing: border-box;
}

.top-specials-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.top-specials .special-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(30px, 4vw, 56px);
}

.top-specials .special-item {
  min-width: 0;
  margin: 0;
}

.top-specials .special-item a {
  display: block;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.top-specials .special-img {
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: #f7f7f7;
}

.top-specials .special-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: brightness(0.97) saturate(0.88);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.top-specials .special-meta h3 {
  margin: 0;
  color: #333;
  font-family: "Cinzel", serif;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.top-specials .special-meta p {
  margin: 10px 0 0;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.top-specials .special-item a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .top-specials .special-item a:hover .special-img img {
    transform: scale(1.02);
    filter: brightness(1) saturate(0.96);
  }
}

/* -----------------------------------------
   Smartphone
----------------------------------------- */

@media screen and (max-width: 768px) {
  .top-specials {
    margin-top: 72px;
    padding: 0 15px;
  }

  .top-specials .special-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .top-specials .special-img {
    margin-bottom: 15px;
  }

  .top-specials .special-meta h3 {
    font-size: 0.88rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

  .top-specials .special-meta p {
    margin-top: 8px;
    font-size: 0.7rem;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .top-specials .special-img img {
    transition: none;
  }
}



.style-index-section {
  padding: 40px 40px 100px;
  background-color: #ededed;
  max-width: 1200px;
  margin: 0 auto;
}
.style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.style-item a {
  text-decoration: none;
  display: block;
}
.style-img {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background-color: #fcfcfc;
  margin-bottom: 15px;
}
.style-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  filter: brightness(0.9) saturate(0.7) contrast(0.9);
}
.style-text {
  text-align: center;
}
.cat-en {
  font-family: "Cinzel", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.4;
}
.cat-jp {
  font-size: 10px;
  color: #555;
  letter-spacing: 0.05em;
}
.style-item a:hover .style-img img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1) contrast(1.1);
  opacity: 1;
}
.style-item a:hover .cat-en {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .style-index-section {
    padding: 10px 15px 60px;
  }
  .style-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 12px;
  }
  .cat-en {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.sysPagination {
  max-width: 800px;
  margin: 0 auto 30px;
}
.sysPagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sysPagination a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #555;
  text-decoration: none;
  background: transparent !important;
  border: none !important;
  transition: color 0.3s ease;
}
.sysPagination a:hover {
  color: #9e0e30;
}
.sysPagination .sysCurrent {
  color: #9e0e30 !important;
  pointer-events: none;
}
.sysPagination .sysCurrent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #9e0e30;
}
.sysPagination li:last-child a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #222;
}
.sysPagination li:last-child a:hover {
  color: #9e0e30;
}
.sysPagination li:last-child {
  margin-left: 14px;
}
.support-section {
  background: #ededed;
  padding: 120px 15px;
}
.support-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.support-item {
  background: #ffffff;
  padding: 40px;
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.support-ttl {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.support-ttl small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #666;
  margin-top: 8px;
  font-weight: 400;
}
.benefit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.benefit-list li {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
  position: relative;
}
.benefit-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #ccc;
}
.tel-link {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: #111;
  text-decoration: none;
  margin: 1.5rem 0 0.5rem;
}
.btn-outline {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.btn-outline:hover {
  background: #111;
  color: #fff;
}
.link-more {
  display: block;
  margin-top: 15px;
  font-size: 0.75rem;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .support-inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .support-item {
    text-align: center;
  }
  .benefit-list li {
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 250px;
  }
}
.activity-section,
.voice-section {
  width: 100%;
  overflow: hidden;
}
.activity-section {
  background: #ededed;
  padding: 80px 20px;
}
.activity-container {
  max-width: 1100px;
  margin: 0 auto;
  height: 320px;
  display: flex;
  gap: 10px;
}
.activity-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: flex 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.activity-item:hover {
  flex: 1.3;
}
.activity-visual {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.activity-item:hover .activity-visual {
  transform: scale(1.08);
}
.activity-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}
.activity-inner-text {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.activity-item:hover .activity-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.activity-h {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 8px;
}
.activity-p {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-weight: 300;
}
.activity-more {
  display: inline-block;
  font-size: 0.65rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .activity-container {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .activity-item {
    flex: none;
    width: 100%;
    height: 250px;
  }
  .activity-item:hover {
    flex: none;
  }
  .activity-h {
    font-size: 1.2rem;
  }
}
.voice-section {
  background: #ffffff;
  padding: 80px 20px;
}
.voice-container {
  max-width: 900px;
  margin: 0 auto;
}
.voice-intro {
  text-align: center;
  margin-bottom: 50px;
}
.voice-ttl {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.voice-sub {
  font-size: 0.65rem;
  color: #555;
  margin-top: 5px;
}
.voice-flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 40px 0;
}
.voice-item {
  flex: 1;
  padding: 0 40px;
}
.v-badge {
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #555;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.v-quote {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #111;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
.v-attribute {
  font-size: 0.75rem;
  color: #555;
}
.v-separator {
  width: 1px;
  background-color: #eee;
  align-self: stretch;
}
.voice-action {
  text-align: center;
  margin-top: 40px;
}
.voice-link-text {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}
.voice-link-text:hover {
  opacity: 0.6;
}
.voice-link-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.voice-link-text:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .voice-flex-wrapper {
    flex-direction: column;
    padding: 20px 0;
  }
  .voice-item {
    padding: 20px 0;
  }
  .v-separator {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 800px) {
  .activity-container {
    height: auto;
    gap: 10px;
  }
  .activity-item {
    height: 240px;
  }
  .activity-h {
    font-size: 1.6rem;
  }
  .voice-flex-wrapper {
    flex-direction: column;
    padding: 20px 0;
  }
  .voice-item {
    padding: 20px 0;
  }
  .v-separator {
    width: 100%;
    height: 1px;
  }
}
.social-nav {
  background: #ededed;
  padding: 100px 20px;
  border-top: 1px solid #ddd;
}
.social-nav-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.social-nav-header {
  text-align: center;
  margin-bottom: 60px;
}
.social-ttl {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #111;
}
.social-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.social-link-box {
  flex: 1;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.social-link-box:hover {
  background: #fff;
  border-color: #eee;
}
.social-link-box .en {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #111;
  margin-bottom: 10px;
}
.social-link-box .jp {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: #666;
}
@media (max-width: 768px) {
  .social-grid {
    flex-direction: column;
    gap: 10px;
  }
  .social-link-box {
    padding: 20px 0;
  }
}
.footer_all {
  background: #e5e5e5;
}
.site-footer {
  padding: 120px 20px 60px;
  border-top: 1px solid #ffffff;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-container {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-brand-row {
  text-align: center;
  margin-bottom: 80px;
}
.footer-logo-text {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 0.65rem;
  color: #777;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-nav-groups {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  min-height: min-content;
}
.footer-nav-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
  align-items: center;
  width: 100%;
  margin: 30px auto;
}
.hover-flip {
  display: inline-block;
  position: relative;
  overflow: visible;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  min-width: 80px;
}
.hover-flip span {
  display: block;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}
.hover-flip .en {
  font-family: "Cinzel", serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
}
.hover-flip .jp {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.hover-flip:hover .en {
  transform: translateY(-100%);
  opacity: 0;
}
.hover-flip:hover .jp {
  transform: translate(-50%, -100%);
  visibility: visible;
  opacity: 1;
}
.studio-nav .en {
  color: #666;
}
.footer-info-row {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 50px;
}
.footer-address {
  font-size: 0.7rem;
  color: #555;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-address .sep {
  color: #ccc;
}
.phone-support {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}
.phone-support small {
  font-family: "Cinzel", serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #888;
  text-transform: uppercase;
}
.phone-support .label {
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #777;
  position: relative;
  background-color: unset;
}
.phone-support .time {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.day-off {
  font-size: 0.55rem;
  color: #aaa;
  margin-left: 3px;
}
.footer-address .sep {
  color: #ccc;
  margin: 0 10px;
}
.copyright {
  font-size: 0.6rem;
  color: #777;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 80px 20px 70px;
  }
  .footer-logo-text {
    font-size: 1.6rem;
  }
  .footer-nav-line {
    max-width: 320px;
    margin: 0 auto 30px;
  }
  .footer-address {
    flex-direction: column;
    gap: 5px;
  }
  .footer-address .sep {
    display: none;
  }
}
.slide_sc,
.slide_sc_b {
  margin: 160px auto 0 !important;
  max-width: 1200px;
  padding: 0 40px;
}
.slide_sc .sysItemBlock .sysHorizontal .sysItemName,
.slide_sc_b .sysItemBlock .sysHorizontal .sysItemName,
.slide_sc .sysItemBlock .sysHorizontal .sysItemPrArea,
.slide_sc_b .sysItemBlock .sysHorizontal .sysItemPrArea {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .slide_sc .sysHeadline,
  .slide_sc_b .sysHeadline {
    padding: 0 !important;
  }
  .slide_sc .sysContent .sysHorizontal,
  .slide_sc_b .sysContent .sysHorizontal {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px 11px !important;
    float: none !important;
  }
  .slide_sc .sysContent .sysHorizontal li,
  .slide_sc_b .sysContent .sysHorizontal li {
    float: none !important;
    width: auto !important;
    padding: 0px !important;
    list-style: none !important;
    transition: all 0.5s ease;
    background: transparent;
  }
  .slide_sc .sysContent .sysHorizontal li:hover,
  .slide_sc_b .sysContent .sysHorizontal li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  .slide_sc .sysHorizontal li:nth-child(1) {
    transform: translateY(0) translateX(0px) scale(1);
  }
  .slide_sc .sysHorizontal li:nth-child(2) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc .sysHorizontal li:nth-child(3) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc .sysHorizontal li:nth-child(4) {
    transform: translateY(0) translateX(0px) scale(1);
  }
  .slide_sc .sysHorizontal li:nth-child(5) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc .sysHorizontal li:nth-child(6) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(1) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(2) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(3) {
    transform: translateY(0) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(4) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(5) {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  .slide_sc_b .sysHorizontal li:nth-child(6) {
    transform: translateY(0) translateX(0px) scale(1);
  }
  .slide_sc .sysItemBlock .sysHorizontal .sysItemImage,
  .slide_sc_b .sysItemBlock .sysHorizontal .sysItemImage {
    background-color: #fff;
    padding: 5% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .slide_sc .sysItemBlock .sysHorizontal .sysItemImage img,
  .slide_sc_b .sysItemBlock .sysHorizontal .sysItemImage img {
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
  }
  .slide_sc .sysItemBlock .sysHorizontal .sysItemImage::after,
  .slide_sc_b .sysItemBlock .sysHorizontal .sysItemImage::after {
    content: "VIEW";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e2e2e2;
    font-family: "Cinzel", serif;
    font-size: 18px;
    letter-spacing: 0.3em;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .slide_sc .sysItemBlock .sysHorizontal li:hover .sysItemImage::after,
  .slide_sc_b .sysItemBlock .sysHorizontal li:hover .sysItemImage::after {
    opacity: 1;
  }
  .slide_sc .sysItemBlock .sysHorizontal li:hover .sysItemImage img,
  .slide_sc_b .sysItemBlock .sysHorizontal li:hover .sysItemImage img {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
.rec_coment_area {
  margin-bottom: 50px;
}
.rec_coment {
  font-family: "Yu Mincho", serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 2.8 !important;
  letter-spacing: 0.15em !important;
  color: #222 !important;
  text-align: center;
}
.sysFuncText.slide_sc_button,
.slide_sc_button_b,
.sysFuncText.slide_sc_button p,
.slide_sc_button_b p {
  text-align: center !important;
}
.recommend_link {
  display: inline-block !important;
  visibility: visible !important;
  font-family: "Cinzel", serif !important;
  font-size: 12px !important;
  letter-spacing: 0.3em !important;
  color: #111 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #111 !important;
  padding: 10px 30px !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  position: relative;
}
.recommend_link::after {
  content: "→";
  margin-left: 15px;
  display: inline-block;
  transition: transform 0.4s ease;
}
.recommend_link:hover {
  background-color: #111 !important;
  color: #fff !important;
}
.recommend_link:hover::after {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .recommend_link {
    width: 85%;
    padding: 16px 0 !important;
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
  }
  .rec_coment {
    font-size: 14px !important;
    line-height: 2.2 !important;
  }
}
@media screen and (max-width: 768px) {
  .slide_sc,
  .slide_sc_b {
    margin: 60px auto 0 !important;
    padding: 0 10px !important;
  }
  .slide_sc .sysItemBlock ul.sysHorizontal,
  .slide_sc_b .sysItemBlock ul.sysHorizontal {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 35px 12px !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .slide_sc .sysHorizontal li,
  .slide_sc_b .sysHorizontal li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    background: #fff !important;
    padding: 10px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
    list-style: none !important;
  }
  .slide_sc .sysHorizontal li:nth-child(odd) {
    transform: translateY(-28px) !important;
  }
  .slide_sc .sysHorizontal li:nth-child(even) {
    transform: translateY(28px) !important;
  }
  .slide_sc_b .sysHorizontal li:nth-child(odd) {
    transform: translateY(25px) !important;
  }
  .slide_sc_b .sysHorizontal li:nth-child(even) {
    transform: translateY(-25px) !important;
  }
  .slide_sc .sysItemName a,
  .slide_sc_b .sysItemName a {
    font-size: 11px !important;
    line-height: 1.4 !important;
    height: 2.8em !important;
    margin-top: 10px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
  }
  .slide_sc .sysItemPrArea,
  .slide_sc_b .sysItemPrArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .slide_sc .sysItemPr,
  .slide_sc_b .sysItemPr {
    font-size: 10px !important;
    padding: 1px 4px !important;
    background: #f8f8f8 !important;
    color: #797979 !important;
    width: auto !important;
    margin: 4px 0 0 !important;
    border: none !important;
  }
  .recommend_link {
    width: auto !important;
    min-width: 160px !important;
    padding: 10px 24px !important;
    font-size: 10px !important;
    letter-spacing: 0.2em !important;
    border: 1px solid #d1d1d1 !important;
    margin: 40px auto 0 !important;
  }
  .recommend_link::after {
    font-size: 10px;
    margin-left: 10px;
  }
  .rec_coment_area {
    margin: 5px auto 0;
  }
}
@media screen and (min-width: 950px) {
  #sysMain .slide_sc,
  #sysMain .slide_sc_button,
  #sysMain .slide_sc_b,
  #sysMain .slide_sc_button_b {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
  }
  #sysMain .slide_sc,
  #sysMain .slide_sc_b {
    width: 65% !important;
    margin: 30px 0 30px 5% !important;
  }
  #sysMain .slide_sc_button,
  #sysMain .slide_sc_button_b {
    width: 25% !important;
    margin-left: 2% !important;
    text-align: left !important;
  }
  .slide_sc .sysHorizontal,
  .slide_sc_b .sysHorizontal {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
}
.sysItemName a {
  display: block !important;
  white-space: normal !important;
  font-size: 14px;
  font-weight: 500 !important;
  color: #111 !important;
  line-height: 1.6 !important;
  margin-top: 20px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.sysItemPrice {
  color: #666;
  font-size: 13px;
  font-family: Cinzel;
}
.product-description {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.product-intro {
  margin-bottom: 60px;
}
.concept-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
.description-text {
  font-size: 13px;
  line-height: 2.2;
  color: #333;
  margin-bottom: 24px;
}
.product-spec {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}
.product-spec dl {
  margin: 0;
}
.product-spec dt {
  float: left;
  width: 180px;
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 3;
  clear: both;
  margin: 5px 0;
}
.product-spec dd {
  font-size: 11px;
  color: #000;
  line-height: 3;
  margin: 5px 0 5px 140px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0;
}
.product-notes {
  margin-top: 40px;
}
.product-notes p {
  font-size: 11px;
  color: #777;
  line-height: 1.8;
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}
.product-intro {
  position: relative;
  transition: max-height 0.4s ease;
}
.product-intro.is-collapsed {
  max-height: 120px;
  overflow: hidden;
}
.product-intro.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(237, 237, 237, 0), rgba(237, 237, 237, 1));
}
.product-intro.is-open {
  max-height: none;
}
.product-intro.is-open::after {
  display: none;
}
.read-more-btn {
  margin: 0 auto 50px;
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0.7;
}
.read-more-btn:hover {
  opacity: 1;
  color: #111;
}
@media screen and (max-width: 600px) {
  .product-description {
    padding: 0;
  }
  .concept-title {
    font-size: 16px;
  }
  .product-spec dt {
    float: none;
    width: 100%;
    line-height: 1.2;
    margin-top: 20px;
  }
  .product-spec dd {
    margin-left: 0;
    line-height: 2;
    padding-bottom: 10px;
    margin-top: 5px;
    text-align: center;
  }
}
.sysDeliveryDate {
  margin-bottom: 40px !important;
  padding-top: 5px;
  border-top: 1px solid #f2f2f2;
  font-family: var(--body-font-family);
  border-bottom: 1px solid #dcdcdc;
}
.sysDeliveryDateForm {
  margin-bottom: 50px;
}
.sysDeliveryDateViewName {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #555;
  margin-bottom: 15px;
}
.sysDeliveryDateViewName {
  visibility: hidden;
}
.sysDeliveryDateViewName::after {
  content: "ESTIMATED DELIVERY";
  visibility: visible;
  display: block;
  margin-bottom: -1em;
}
.sysDeliveryDateSelectPrefStateArea {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sysDeliveryDateSelectPrefStateLabel {
  font-size: 11px;
  color: #555;
}
#prefStateId {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 14px;
  padding: 2px 20px 2px 0;
  cursor: pointer;
  border-radius: 0;
  color: #333;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}
.sysDeliveryDateString {
  font-size: 12px;
  color: #555;
  line-height: 1.8;
}
.sysDeliveryDateShippingPeriodDatetime,
.sysDeliveryDateEarliestDeliveryDate {
  font-weight: 500;
  color: #000;
  margin: 0 2px;
}
.sysDeliveryDateAppendComment {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  #prefStateId {
    font-size: 14px;
  }
}
#sysItemDetail .sysRetailPrice {
  display: flex !important;
  margin: 2rem 50px 3rem auto !important;
  align-items: baseline;
  justify-content: flex-end;
  gap: 15px;
  padding: 20px 0 0 0 !important;
  color: #1a1a1a !important;
  font-weight: normal !important;
  position: relative;
  max-width: 420px;
  padding-bottom: 10px !important;
}
#sysItemDetail .sysRetailPrice::before {
  content: "Price";
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #666;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  color: #1a1a1a !important;
  letter-spacing: 0.02em;
  line-height: 1.2;
  display: inline-block;
  font-weight: 400 !important;
}
#sysItemDetail .sysRetailPriceValue {
  font-feature-settings: "palt" 1;
}
.sysCartInForm {
  padding: 0 40px 60px 40px;
  margin: 0;
}
#sysSelections {
  padding-top: 30px;
  margin-bottom: 40px;
}
#sysSelections div {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #555;
}
#sysSelections input[type="text"] {
  width: 100%;
  background: fbfbfb;
  border: none;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 13px;
  border-radius: 0;
}
.sysSelectionDescription {
  font-size: 12px !important;
  color: #555 !important;
  line-height: 1.6;
  margin-top: 12px;
}
#sysNumber {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  color: #555;
  text-transform: uppercase;
}
#sysNumber select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 20px 0 5px;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}
.sysNumArea {
  display: none;
}
#sysGetPoint,
#sysSubtotal {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  text-align: right;
}
#sysSubtotal .sysSubtotalPrice {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.sysCartButton {
  width: 100% !important;
  height: 60px;
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-top: 20px;
  border-radius: 0;
}
.sysCartButton:hover {
  opacity: 0.9;
}
.sysWishListButton {
  width: 100%;
  background: transparent !important;
  border: 1px solid #333 !important;
  color: #333 !important;
  margin-top: 15px;
  height: 45px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
div.orderArea > div.orderArea {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 0 0 30px;
}
.sysRetailPrice {
  color: #555;
  font-family: Cinzel;
}
.sysPr {
  order: 1;
}
.sysItemName {
  order: 2;
}
.sysDescription {
  order: 7;
}
.sysDeliveryDate {
  order: 6;
}
.sysRetailPrice {
  order: 4;
}
.sysExplanation {
  order: 3;
}
.sysForm {
  order: 5;
}
.orderArea .sysForm #sysWishlist {
  display: none;
}
.top_serch .search-btns-unit input[type="submit"] {
  display: none;
}
.trust-container {
  background-color: #ededed;
  padding: 100px 0;
  overflow: hidden;
}
.trust-inner {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}
.trust-item {
  text-decoration: none;
  text-align: center;
  flex: 1;
  max-width: 240px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trust-item:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}
.icon-box {
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.icon-box img {
  width: 48px;
  height: 48px;
}
.trust-intro {
  text-align: center;
  margin-bottom: 30px;
}
.trust-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #999;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.trust-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trust-label::before,
.trust-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #ccc;
}
.trust-label::before {
  left: 0;
}
.trust-label::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .trust-container {
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
  .trust-inner {
    flex-direction: column;
    gap: 20px;
    overflow-x: visible;
  }
  .trust-item {
    min-width: 100%;
    flex-direction: row;
    text-align: left;
    background: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0 0 15px 0;
    box-shadow: none;
  }
  .trust-item:last-child {
    border-bottom: none;
  }
  .icon-box {
    background: none;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .trust-text {
    align-items: flex-start;
  }
}
.icon-box img {
  width: 40px;
  height: 40px;
}
.trust-text .en {
  font-size: 11px;
  margin-bottom: 2px;
}
.trust-text .jp {
  font-size: 10px;
}
#flow .title span {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.step_num {
  font-family: "Georgia", serif;
  font-size: 24px;
  color: #a38a5e;
  border-bottom: 1px solid #a38a5e;
  display: inline-block;
  margin-bottom: 10px;
}
.step_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #333;
}
.sub_note {
  display: block;
  font-size: 10px;
  color: #888;
  margin-top: 8px;
  line-height: 1.4;
}
.pay_ttl {
  font-size: 15px;
  font-weight: bold;
  border-left: 3px solid #a38a5e;
  padding-left: 10px;
  margin-bottom: 15px;
  color: #333;
}
.pay_ttl span {
  font-size: 11px;
  color: #a38a5e;
}
.bank_info {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.bank_name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.bank_details {
  font-family: monospace;
  line-height: 1.6;
}
.amapay_box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}
.b2b_box {
  background: #fdfaf5;
  border: 1px solid #f3ede2;
  padding: 15px !important;
  border-radius: 12px;
}
.cvs_links a {
  display: inline-block;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 11px;
  color: #666;
  margin-right: 5px;
  margin-top: 5px;
  text-decoration: none;
}
.shipping_fee {
  background: #fff;
  border: 2px solid #a38a5e;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.main_fee {
  font-size: 20px;
  font-weight: bold;
  color: #a38a5e;
  margin-bottom: 10px;
}
.season_info {
  margin-top: 15px;
}
.season_ttl {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #333;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 5px;
}
.deli_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.deli_table th,
.deli_table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.deli_table th {
  width: 30%;
  background: #f9f9f9;
  color: #666;
  font-weight: normal;
}
.btn_mail:hover {
  background: #333;
}
.format_box dl {
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.format_box dt {
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}
.format_box dd {
  color: #666;
  margin-left: 0;
  padding-left: 14px;
  position: relative;
}
.format_box dd::before {
  content: "・";
  position: absolute;
  left: 0;
}
#flow .title span,
#payment_navi .title span,
#delivery .title span,
#tatefuda .title span,
#member_section .title span,
#mail_service .title span #biz .title span {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.guide_format_box dl {
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.guide_format_box dt {
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}
.ms_photo_flex {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.ms_photo_item {
  flex: 1;
}
.ms_photo_card {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.ms_photo_label {
  font-size: 11px;
  font-weight: bold;
  color: #a38a5e;
  border-bottom: 1px solid #f3ede2;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}
.ms_info_box {
  background: #fdfaf5;
  padding: 35px 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 20px;
}
.ms_cta_area {
  margin-top: 25px;
}
.ms_cta_text {
  font-size: 15px;
  margin-bottom: 15px;
}
.ms_cta_text strong {
  color: #d44d4d;
  font-size: 22px;
}
.ms_btn_gold {
  display: inline-block;
  background: #333;
  color: #fff !important;
  padding: 16px 50px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.ms_btn_gold:hover {
  background: #a38a5e;
  transform: translateY(-2px);
}
.ms_sub_note {
  font-size: 11px;
  color: #888;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ms_photo_flex {
    flex-direction: column;
  }
}
.mb_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px 0;
}
.mb_item {
  flex: 1;
  min-width: calc(50% - 15px);
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-sizing: border-box;
}
.mb_ttl {
  font-size: 14px;
  font-weight: bold;
  color: #a38a5e;
  margin-bottom: 8px;
}
.mb_text {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}
.mb_rank_section {
  margin: 40px auto;
  text-align: center;
}
.mb_sub_ttl {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #999;
  margin-bottom: 15px;
}
.mb_table_wrapper {
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.mb_rank_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.mb_rank_table th,
.mb_rank_table td {
  padding: 12px;
  border-bottom: 1px solid #f9f9f9;
}
.mb_rank_table th {
  background: #fafafa;
  color: #888;
  font-weight: normal;
}
.rank_silver {
  background: #fdfdfd;
}
.rank_gold {
  background: #fffbf0;
  color: #b8860b;
  font-weight: bold;
}
.rank_platinum {
  background: #f4f8ff;
  color: #4682b4;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mb_item {
    min-width: 100%;
  }
}
.biz_concept {
  margin-bottom: 60px;
}
.biz_main_copy {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}
.biz_main_copy strong {
  color: #a38a5e;
  border-bottom: 1.5px solid #a38a5e;
}
.biz_image_frame {
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 10px 10px 0 #fdfaf5;
}
.biz_service_grid {
  background: #f9f9f9;
  padding: 40px 20px;
  border-radius: 12px;
  margin-bottom: 60px;
  text-align: center;
}
.biz_feature_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
  max-width: 800px;
  margin: 30px auto 0;
}
.biz_feature_list li {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border-left: 4px solid #a38a5e;
  box-sizing: border-box;
}
.biz_feature_list li strong {
  display: block;
  font-size: 14px;
  color: #a38a5e;
  margin-bottom: 5px;
}
.biz_feature_list li span {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
.biz_quality_section {
  margin-bottom: 60px;
}
.biz_quality_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.biz_contact_box {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .biz_feature_list {
    grid-template-columns: 1fr;
  }
  .biz_main_copy {
    font-size: 16px;
  }
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
#pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.at-mark::before {
  content: "＠";
  font-family: sans-serif;
  margin: 0 1px;
}
.emergency-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff3f3;
  color: #d00;
  padding: 12px 20px;
  border-bottom: 1px solid #fcc;
  position: fixed;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 1;
  pointer-events: auto;
  box-sizing: border-box;
}
.alert-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.alert-content p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.alert-content p span {
  display: inline-block;
  vertical-align: top;
}
.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #d00;
  cursor: pointer;
  padding: 0 5px;
  line-height: 1;
  transition: opacity 0.2s;
}
.close-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1100px) {
  .emergency-alert {
    top: 51px;
  }
}
@media screen and (max-width: 430px) {
  .alert-content p {
    font-size: 12px;
  }
}
#top .sysItemPrice {
  text-align: left;
}
#test #sysWrap {
  padding-top: 0;
}
div.sysItemImages .sysMainImage {
  display: none !important;
}
div.sysItemImages ul.sysImageList {
  display: flex !important;
  flex-direction: column !important;
  gap: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  height: auto !important;
}
div.sysItemImages ul.sysImageList li {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  display: block !important;
}
div.sysItemImages ul.sysImageList li img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: default !important;
}
div.sysItemImages ul.sysImageList li.sysCurrent img {
  border: none !important;
  outline: none !important;
}
@media (max-width: 768px) {
  div.sysItemImages {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    width: calc(100% + 2rem) !important;
    overflow: hidden;
  }
  div.sysItemImages ul.sysImageList {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px 20px !important;
    gap: 5px !important;
    scrollbar-width: none;
  }
  div.sysItemImages ul.sysImageList::-webkit-scrollbar {
    display: none;
  }
  div.sysItemImages ul.sysImageList li {
    width: 90% !important;
    flex: 0 0 auto !important;
    scroll-snap-align: center !important;
  }
}
div.sysItemImages .sysMainImage,
div.sysItemImages .sysImageDescription {
  display: none !important;
}
div.sysItemImages ul.sysImageList {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}
@media (min-width: 769px) {
  div.sysItemImages ul.sysImageList {
    flex-direction: column !important;
    gap: 5px !important;
  }
  div.sysItemImages ul.sysImageList li {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  div.sysItemImages {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    width: calc(100% + 2rem) !important;
    overflow: hidden !important;
  }
  .sysItemImages {
    margin-bottom: 0px !important;
  }
  div.sysItemImages ul.sysImageList {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    padding: 0 1rem 20px !important;
    gap: 10px !important;
    scrollbar-width: none;
  }
  div.sysItemImages ul.sysImageList::-webkit-scrollbar {
    display: none;
  }
  div.sysItemImages ul.sysImageList li {
    width: 92% !important;
    flex: 0 0 auto !important;
    scroll-snap-align: center !important;
  }
}
div.sysItemImages ul.sysImageList li img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border: none !important;
  outline: none !important;
  pointer-events: auto !important;
}
.custom-image-description {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #555 !important;
  text-align: center !important;
  padding: 0 10px !important;
  letter-spacing: 0.05em !important;
}
@media (max-width: 768px) {
  .custom-image-description {
    text-align: left !important;
    font-size: 11px !important;
  }
}
div.sysItemImages ul.sysImageList li.sysCurrent img {
  border: none !important;
  outline: none !important;
}
.view-more-btn:hover {
  background-color: #000;
  color: #fff;
}
.glightbox-container .goverlay {
  background: rgba(0, 0, 0, 0.98) !important;
}
.gslide-image {
  box-shadow: none !important;
  background: transparent !important;
}
.gslide-title {
  font-size: 12px !important;
  font-weight: normal !important;
  letter-spacing: 0.1em;
  color: #ccc !important;
  text-align: center;
}
@media (max-width: 768px) {
  .gnext,
  .gprev {
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .gslide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .ginner-container {
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .gslide-image {
    pointer-events: auto !important;
    max-height: 80vh !important;
  }
  .goverlay {
    cursor: pointer !important;
  }
}
#decorationLP .sysContent {
  max-width: none;
}
.decorationLP-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 650px;
  overflow: hidden;
  background: #000;
  max-width: none;
}
.decorationLP-hero__image {
  width: 100%;
  height: 100%;
}
.decorationLP-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.decorationLP-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}
.decorationLP-hero__content {
  position: absolute;
  left: 24px;
  bottom: 32px;
  z-index: 2;
  color: #fff;
}
.decorationLP-hero__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.decorationLP-hero__text {
  margin: 0;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  opacity: 0.78;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .decorationLP-hero {
    min-height: 760px;
  }
  .decorationLP-hero__content {
    left: 48px;
    bottom: 48px;
  }
  .decorationLP-hero__title {
    font-size: 24px;
  }
  .decorationLP-hero__text {
    font-size: 12px;
  }
}
.decorationLP-hero__title-ja {
  display: block;
  margin-top: 14px;
  font-size: clamp(0.75rem, 1.1vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 1024px) {
  .decorationLP-hero {
    height: 92vh;
  }
  .decorationLP-hero__content {
    left: 64px;
    bottom: 56px;
  }
  .decorationLP-hero__title {
    font-size: 28px;
    letter-spacing: 0.14em;
  }
}
#decorationLP #sysWrap {
  padding-top: 0;
}
.decorationLP-works {
  padding: 80px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.decorationLP-works__item {
  margin-bottom: 96px;
}
.decorationLP-works__label {
  padding: 0 20px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #555;
}
.decorationLP-works__image img {
  width: 100%;
  display: block;
}
.work_en {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.7;
  color: #111;
}
.work_jp {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #111;
  opacity: 0.58;
}
.decorationLP-what {
  padding: 40px 20px 120px;
}
.decorationLP-what__title {
  margin: 0 0 40px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.8;
  color: #777;
}
.decorationLP-what__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.decorationLP-what__item {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #111;
}
.decorationLP-cta__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.decorationLP-cta__tel {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #666;
  text-decoration: none;
}
.decorationLP-cta {
  padding: 0 20px 140px;
}
.decorationLP-cta__lead {
  margin: 0 0 36px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #111;
}
.decorationLP-cta__button {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.decorationLP-cta__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #111;
  transform-origin: left;
  transition: transform 0.4s ease;
}
.decorationLP-cta__button:hover {
  opacity: 0.7;
}
.decorationLP-cta__button:hover::after {
  transform: scaleX(0.6);
}
.decorationLP-footer {
  padding: 0 20px 48px;
}
.decorationLP-footer__brand {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #111;
}
.decorationLP-footer__text {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #777;
}
.decorationLP-footer__links {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}
.decorationLP-footer__links a {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #777;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .decorationLP-works {
    padding-top: 120px;
  }
  .decorationLP-works__label {
    padding: 0 48px;
  }
  .decorationLP-what,
  .decorationLP-cta,
  .decorationLP-footer {
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 140px;
  }
}
@media screen and (min-width: 1024px) {
  .decorationLP-works__item {
    margin-bottom: 140px;
  }
  .decorationLP-what {
    padding-top: 20px;
    padding-bottom: 180px;
    margin: 0 140px;
  }
  .decorationLP-cta {
    padding-bottom: 180px;
    margin: 0 140px;
  }
}
.form-installationForm #sysWrap {
  background: #ededed;
  padding: 80px 20px;
}
.form-installationForm input[type="text"],
.form-installationForm #sysMain textarea {
  width: 100%;
  padding: 18px 0;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  outline: none;
  font-size: 14px !important;
  font-weight: 300;
  color: #111;
}
.form-installationForm .sysNextSubmit {
  appearance: none;
  display: inline-block;
  margin-top: 56px;
  padding: 0 0 12px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #111;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.form-installationForm .sysNextSubmit:hover {
  opacity: 0.7;
  transform: scaleX(0.96);
  transform-origin: left;
}
.decorationLP-form__privacy {
  margin-top: 32px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #666;
}
.decorationLP-form__privacy a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
.form-installationForm .decorationLP-form__privacy + br {
  display: none;
}
.form-installationForm .decorationLP-form__privacy + br + input {
  display: none;
}
.form-installationForm .sysFormLabel,
.form-installationForm .sysRequired {
  display: inline-block !important;
  vertical-align: middle;
}
.form-installationForm .sysRequired {
  margin-left: 4px;
  font-size: 0;
}
.form-installationForm .sysRequired::before {
  content: "";
}
.form-installationForm .sysRequired::after {
  content: "*";
  font-size: 20px;
  color: #000;
  font-weight: 300;
}
.topLP-wrapper {
  width: 100%;
  overflow: hidden;
  background: #ededed;
  color: #111;
  font-family: "Helvetica Neue", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.topLP-wrapper * {
  box-sizing: border-box;
}
.topLP-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.topLP-wrapper a {
  color: inherit;
  text-decoration: none;
}
.topLP-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 720px;
  overflow: hidden;
}
.topLP-hero__image,
.topLP-hero__image img {
  width: 100%;
  height: 100%;
}
.topLP-hero__image img {
  object-fit: cover;
}
.topLP-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}
.topLP-hero__logo {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  width: 92px;
  opacity: 0.9;
}
.topLP-hero__content {
  position: absolute;
  right: 24px;
  bottom: 40px;
  z-index: 3;
  width: calc(100% - 48px);
  text-align: right;
  color: #ededed;
}
.hero_en {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-transform: uppercase;
  color: #ddd;
}
.hero_jp {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: rgba(237, 237, 237, 0.74);
}
.topLP-hero__delivery {
  margin-top: 28px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(237, 237, 237, 0.58);
}
.topLP-section {
  width: 100%;
  padding: 96px 24px;
}
.topLP-section__heading {
  margin-bottom: 40px;
}
.section-en {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #555;
}
.section-jp {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #666;
}
.topLP-about {
  width: 100%;
  padding: 96px 24px;
}
.topLP-about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topLP-about__lead-en {
  margin: 0;
  color: #555;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.topLP-about__lead-jp {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #666;
}
.topLP-about__text {
  margin-top: 56px;
  max-width: 760px;
}
.about-en,
.about-jp {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.about-jp {
  margin-top: 20px;
  color: #666;
}
.topLP-giftGrid {
  display: grid;
  gap: 24px;
}
.topLP-giftCard {
  display: block;
  margin: 0 auto 20px;
}
.topLP-giftCard__image {
  overflow: hidden;
}
.topLP-giftCard__image img {
  aspect-ratio: 4/5;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.topLP-giftCard:hover img {
  transform: scale(1.03);
}
.topLP-giftCard__content {
  padding-top: 10px;
}
.gift-copy {
  font-size: 16px;
}
.gift-en {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
}
.gift-jp {
  margin: 1px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #666;
}
.topLP-business {
  width: 100%;
  padding: 0 24px 96px;
}
.topLP-business__heading {
  margin-bottom: 40px;
}
.business-heading-en {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #555;
}
.business-heading-jp {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #666;
}
.topLP-businessList {
  width: 100%;
}
.topLP-businessList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #d8d8d8;
  transition:
    padding 0.3s ease,
    opacity 0.3s ease;
}
.topLP-businessList a:first-child {
  border-top: 1px solid #d8d8d8;
}
.topLP-businessList a:hover {
  padding-left: 8px;
}
.business-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.business-number {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #999;
}
.business-en {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #111;
  white-space: nowrap;
}
.business-ja {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #555;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .topLP-business {
    padding: 0 56px 140px;
  }
  .business-heading-en {
    font-size: 18px;
  }
  .business-heading-jp {
    font-size: 12px;
  }
  .topLP-businessList a {
    padding: 28px 0;
  }
  .topLP-businessList a:hover {
    padding-left: 12px;
  }
  .business-number {
    font-size: 11px;
  }
  .business-en {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
  .business-ja {
    font-size: 13px;
  }
}
.topLP-shop {
  width: 100%;
  padding: 180px 24px 96px;
}
.topLP-shop__image img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.topLP-shop__content {
  padding-top: 40px;
}
.shop-en {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.16em;
}
.shop-theme {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.shop-text {
  margin-top: 40px;
}
.shop-text p {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #666;
}
.topLP-workshopLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  text-decoration: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.topLP-workshopLink:hover {
  opacity: 0.6;
}
.topLP-workshopLink__text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #111;
}
.topLP-workshopLink__arrow {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  transition: transform 0.3s ease;
}
.topLP-workshopLink:hover .topLP-workshopLink__arrow {
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .topLP-workshopLink {
    margin-top: 48px;
  }
  .topLP-workshopLink__text {
    font-size: 13px;
  }
  .topLP-workshopLink__arrow {
    font-size: 14px;
  }
}
.topLP-installation {
  position: relative;
  width: 100%;
}
.topLP-installation a {
  display: block;
  position: relative;
}
.topLP-installation__image img {
  aspect-ratio: 16/8;
  object-fit: cover;
}
.topLP-installation__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}
.topLP-installation__content {
  position: absolute;
  left: 24px;
  bottom: 32px;
  z-index: 3;
  color: #ededed;
}
.installation-en {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #ccc;
}
.installation-jp {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: rgba(237, 237, 237, 0.72);
}
.topLP-installation__statement {
  margin-top: 48px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.58);
}
.topLP-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 120px 24px 72px;
}
.topLP-footer a {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #666;
}
.topLP-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #999;
}
@media (min-width: 768px) {
  .topLP-hero__logo {
    top: 40px;
    left: 40px;
    width: 120px;
  }
  .topLP-hero__content {
    right: 56px;
    bottom: 56px;
    width: auto;
  }
  .hero_en {
    font-size: 20px;
  }
  .hero_jp {
    font-size: 13px;
  }
  .topLP-section,
  .topLP-about {
    padding: 140px 56px;
  }
  .topLP-about__lead-en {
    font-size: 36px;
  }
  .topLP-about__lead-jp {
    font-size: 16px;
  }
  .topLP-giftCard__image img {
    width: 100%;
    height: 550px;
    object-fit: contain;
  }
  .topLP-giftGrid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .topLP-shop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    padding: 120px 56px 140px;
  }
  .topLP-shop__content {
    padding-top: 0;
  }
  .shop-theme {
    font-size: 34px;
  }
  .topLP-footer {
    padding: 120px 56px 50px;
  }
  .topLP-installation__statement {
    font-size: 14px;
  }
}
.sign-archive {
  position: relative;
  padding: 20px 5% 100px;
  background: #ededed;
  color: #111;
}
.sign-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #ededed;
  z-index: -1;
}
.archive-header {
  max-width: 760px;
  margin: 0 0 120px;
  text-align: left;
}
.archive-lead {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.62);
}
.archive-group {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.archive-group:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.archive-trigger {
  position: relative;
  width: 100%;
  padding: 24px 56px 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  text-align: left;
  transition: all 0.3s ease;
}
.trigger-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 20px;
}
.archive-trigger:hover {
  background: rgba(0, 0, 0, 0.02);
}
.trigger-title {
  display: block;
  font-family: "Cinzel", serif !important;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  color: #111;
  transition: transform 0.3s ease;
}
.archive-trigger:hover .trigger-title {
  transform: translateX(8px);
}
.trigger-sub {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.45);
}
.trigger-view {
  font-family: "Cinzel", serif !important;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 28px;
}
.archive-trigger::before,
.archive-trigger::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.55);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.archive-trigger::before {
  transform: translateY(-50%);
}
.archive-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}
.archive-trigger.active::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.archive-trigger.active::before {
  background: #111;
}
.archive-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.archive-scroll {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 6px 0 56px;
}
.archive-scroll::-webkit-scrollbar {
  height: 4px;
}
.archive-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.16);
}
.archive-card {
  flex: none;
}
.archive-card.vertical {
  width: 210px;
}
.archive-card.a3 {
  width: 300px;
}
.archive-card.square {
  width: 240px;
}
.archive-card img {
  width: 100%;
  display: block;
  margin-bottom: 18px;
  background: #ededed;
}
.archive-card.vertical img {
  aspect-ratio: 195/545;
  object-fit: cover;
}
.archive-card.horizontal img {
  aspect-ratio: 545/195;
  object-fit: cover;
  width: 300px;
}
.archive-card.st_vertical img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 300px;
}
.archive-card.a3 img {
  aspect-ratio: 420/297;
  object-fit: cover;
}
.archive-card.square img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.archive-card.img3-4 img {
  aspect-ratio: 3/4;
  object-fit: contain;
  width: 250px;
}
.card-info h3 {
  margin: 0 0 10px;
  font-family: "Cinzel", serif !important;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}
.card-info p {
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.62);
}
.card-info span {
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.62);
}
.archive-footer {
  margin-top: 80px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.archive-footer p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.57);
}
.archive-footer a {
  position: relative;
  font-family: "Cinzel", serif !important;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
}
.archive-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #111;
  transition: width 0.3s ease;
}
.archive-footer a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sign-archive {
    padding: 90px 20px;
  }
  .archive-header {
    margin-bottom: 80px;
  }
  .archive-trigger {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 28px 40px 28px 0;
  }
  .trigger-title {
    font-size: 15px;
    letter-spacing: 0.18em;
  }
  .archive-trigger::before,
  .archive-trigger::after {
    right: 4px;
    top: 36px;
  }
  .archive-card.vertical {
    width: 160px;
  }
  .archive-card.a3 {
    width: 220px;
  }
  .archive-card.square {
    width: 180px;
  }
  .archive-footer {
    margin-top: 64px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.lp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
.lp-hero {
  padding: 180px 0 120px;
}
.lp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
.lp-category,
.lp-sign,
.lp-recommend,
.lp-related,
.lp-faq,
.lp-consult {
  padding: 90px 0;
}
.lp-guide {
  padding: 100px 0;
}
.lp-kicker,
.lp-consult-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.lp-kicker {
  letter-spacing: 0.25em;
}
.lp-hero h1 {
  margin: 20px 0;
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-main);
}
.lp-lead {
  max-width: 640px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-section-heading {
  margin-bottom: 40px;
}
.lp-section-heading h2,
.lp-guide-title,
.lp-sign h2,
.lp-recommend h2,
.lp-faq h2,
.lp-consult h2 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0;
  color: var(--text-main);
}
.lp-section-heading .lp-consult-label,
.lp-faq .lp-consult-label,
.lp-related .lp-consult-label,
.lp-consult .lp-consult-label {
  margin: 0 0 20px;
}
.lp-section-lead {
  max-width: 720px;
  margin: 26px 0 42px;
  font-size: 13px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
#live .lp-grid,
#inaugurating .lp-grid,
#live_hall .lp-grid,
#live_house .lp-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.lp-card {
  color: var(--text-main);
  text-decoration: none;
}
.lp-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.lp-card h3 {
  margin: 20px 0 10px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.lp-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-muted);
}
.lp-guide-lead,
.lp-sign-text p {
  max-width: 760px;
  margin: 0 0 50px;
  font-size: 13px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-guide-title {
  margin-bottom: 40px;
}
.lp-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.lp-guide-item {
  position: relative;
  padding: 32px;
  border: 1px solid var(--border-light);
  background: #fff;
}
.lp-guide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--text-deco);
}
.lp-guide-item h4 {
  margin: 0 0 14px;
  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--text-sub);
}
.lp-guide-item p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-guide-note {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: var(--text-sub);
}
.lp-sign .lp-container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.lp-sign-text {
  flex: 1;
}
.lp-sign-text h2 {
  margin-bottom: 40px;
}
.lp-sign-text a {
  display: inline-block;
  position: relative;
  margin-top: 24px;
  padding-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  transition: letter-spacing 0.3s ease;
}
.lp-sign-text a::before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.lp-sign-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.lp-sign-text a:hover {
  letter-spacing: 0.24em;
}
.lp-sign-text a:hover::before {
  transform: translateX(4px);
}
.lp-sign-text a:hover::after {
  transform: scaleX(1);
}
.plate-gallery {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 50%;
  max-width: 700px;
  margin: 0 auto;
}
.plate-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.plate-gallery figcaption {
  margin-top: 12px;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.vertical .plate-media img {
  max-height: 340px;
}
.horizontal .plate-media img {
  max-width: 85%;
}
.square .plate-media img {
  max-height: 280px;
}
.A3 .plate-media img {
  max-height: 230px;
}
.AR .plate-media img {
  max-height: 200px;
}
.lp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
}
#inaugurating .lp-product-grid,
#live_hall .lp-product-grid,
#live_house .lp-product-grid {
  grid-template-columns: repeat(3, 1fr);
}
.lp-product-card {
  color: var(--text-main);
  text-decoration: none;
}
.lp-product-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.lp-product-card span {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.lp-product-card strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.lp-product-card small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-muted);
}
.lp-product-card p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-sub);
}
.lp-main-cta {
  max-width: 720px;
  margin: 100px auto 0;
  padding: 38px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  text-align: center;
}
.lp-main-cta p {
  margin: 0;
}
.lp-main-cta p:first-of-type {
  font-size: 13px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-main-cta p:nth-of-type(2) {
  margin-top: 26px;
  font-family: "Cinzel", serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.lp-main-cta a {
  display: inline-block;
  min-width: 320px;
  margin-top: 12px;
  padding: 18px 46px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.lp-main-cta a:hover {
  background: #fff;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.lp-budget-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  max-width: 720px;
  margin: 34px auto 0;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: var(--text-muted);
}
.lp-budget-links span {
  color: var(--text-sub);
}
.lp-budget-links a {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}
.lp-budget-links a:hover {
  color: var(--text-main);
}
.lp-related {
  border-top: 1px solid var(--border-light);
}
.lp-related-grid {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.lp-related-grid a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #111;
  text-decoration: none;
}
.lp-related-grid a::before {
  content: ">";
  flex-shrink: 0;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.lp-related-grid a:hover::before {
  transform: translateX(4px);
}
.lp-related-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lp-related-text span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.45);
}
.lp-related-text strong {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.lp-faq {
  border-top: 1px solid var(--border-light);
}
.lp-faq-list {
  max-width: 900px;
  margin: 50px auto 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.lp-faq-item {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.lp-faq-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 26px 54px 26px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--text-main);
  list-style: none;
  transition: color 0.25s ease;
}
.lp-faq-item summary::-webkit-details-marker {
  display: none;
}
.lp-faq-item summary::before {
  content: "Q.";
  margin-right: 10px;
  font-family: "Cinzel", serif;
  color: var(--text-muted);
}
.lp-faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  transition:
    border-color 0.25s ease,
    background 0.25s ease;
}
.lp-faq-item summary span,
.lp-faq-item summary {
  -webkit-tap-highlight-color: transparent;
}
.lp-faq-item summary:hover {
  color: var(--text-sub);
}
.lp-faq-item summary:hover::after {
  border-color: rgba(0, 0, 0, 0.32);
  background: rgba(255, 255, 255, 0.55);
}
.lp-faq-item summary::marker {
  display: none;
}
.lp-faq-item summary::before {
  content: "Q.";
}
.lp-faq-item summary::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--text-muted);
}
.lp-faq-item summary:focus {
  outline: none;
}
.lp-faq-item summary:focus-visible {
  outline: 1px solid rgba(0, 0, 0, 0.22);
  outline-offset: 6px;
}
.lp-faq-item[open] summary::after {
  content: "-";
  background: #111;
  border-color: #111;
  color: #fff;
}
.lp-faq-item p {
  max-height: 0;
  margin: 0;
  padding: 0 54px 0 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 2;
  color: var(--text-sub);
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.45s ease,
    padding 0.45s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
.lp-faq-item[open] p {
  max-height: 240px;
  padding: 0 54px 28px 0;
  opacity: 1;
  transform: translateY(0);
}
.lp-faq-item[open] summary {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .lp-faq-list {
    margin-top: 36px;
  }
  .lp-faq-item summary {
    padding: 22px 44px 22px 0;
    font-size: 14px;
  }
  .lp-faq-item summary::after {
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
  .lp-faq-item p {
    padding-right: 44px;
    font-size: 12px;
  }
  .lp-faq-item[open] p {
    padding: 0 44px 24px 0;
  }
}
.lp-consult {
  border-top: 1px solid var(--border-light);
}
.lp-consult h2 {
  margin-bottom: 24px;
}
.lp-consult-text {
  max-width: 720px;
  margin: 0 auto 56px;
  font-size: 13px;
  line-height: 2;
  color: var(--text-sub);
}
.lp-consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-consult-card {
  display: block;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: inherit;
  text-decoration: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.lp-consult-card:hover {
  background: #111;
  border-color: #111;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.lp-consult-card span {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.lp-consult-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}
.lp-consult-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.lp-consult-card:hover span,
.lp-consult-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}
.lp-support {
  max-width: 980px;
  margin: 100px auto 50px;
  padding: 0 5%;
}
.lp-support h2 {
  font-family: "Cinzel", serif;
  margin: 0 0 42px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.support-card {
  background: #f3f3f3;
  padding: 30px 26px 36px;
  min-height: 190px;
}
.support-number {
  margin: 0 0 30px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.16);
}
.support-title {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.5;
  color: #111;
}
.support-text {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.68);
}
@media screen and (max-width: 900px) {
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .support-card {
    min-height: 175px;
  }
}
@media screen and (max-width: 600px) {
  .lp-support {
    margin-top: 90px;
  }
  .lp-support h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .support-grid {
    grid-template-columns: 1fr;
  }
  .support-card {
    padding: 28px 24px 32px;
    min-height: auto;
  }
  .support-number {
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.delivered-moments {
  max-width: 1180px;
  margin: 120px auto 0;
  padding: 0 5%;
}
.delivered-lead {
  margin: 0 0 38px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.62);
}
.delivered-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-bottom: 100px;
}
.delivered-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 1/1;
}
.delivered-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.delivered-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}
.delivered-item figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 18px;
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.18em;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.delivered-item:hover img {
  transform: scale(1.04);
  filter: brightness(0.72);
}
.delivered-item:hover figcaption {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .delivered-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .delivered-moments {
    margin-top: 90px;
  }
  .delivered-lead {
    margin-bottom: 28px;
  }
  .delivered-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .delivered-item figcaption {
    display: none;
  }
}
.lp-budget-guide {
  margin-top: 56px;
}
.lp-budget-guide h3 {
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.lp-budget-guide > p {
  max-width: 760px;
  line-height: 2;
  margin-bottom: 32px;
}
.lp-cta-note {
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 12px;
}
.lp-nail-salon,
.lp-budget-guide {
  padding: 80px 0;
}
.lp-style-selection h2 {
  margin: 0 0 16px;
  text-align: center;
  font-size: clamp(24px, 3vw, 40px);
  letter-spacing: 0.08em;
}
.delivered-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.delivered-item img {
  transition: opacity 0.3s ease;
}
.delivered-item a:hover img {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .lp-nail-salon,
  .lp-budget-guide {
    padding: 56px 0;
  }
}
.lp-final-cta {
  padding: 88px 0;
  background: #f7f7f7;
}
.lp-final-cta .lp-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-final-cta h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: 0.08em;
}
.lp-final-cta-text {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
.lp-final-cta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.lp-final-cta-card {
  display: block;
  padding: 28px 22px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.lp-final-cta-card:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.lp-final-cta-card span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.lp-final-cta-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}
.lp-final-cta-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.lp-final-cta-card.primary {
  background: #111;
  color: #fff;
  border-color: #111;
}
@media (max-width: 900px) {
  .lp-final-cta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .lp-final-cta {
    padding: 64px 0;
  }
  .lp-final-cta-grid {
    grid-template-columns: 1fr;
  }
  .lp-final-cta-text {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .lp-container {
    padding: 0 6%;
  }
  .lp-hero {
    padding: 120px 0 80px;
  }
  .lp-hero h1 {
    font-size: 20px;
  }
  .lp-category,
  .lp-sign,
  .lp-recommend,
  .lp-related,
  .lp-faq,
  .lp-consult {
    padding: 70px 0;
  }
  .lp-guide {
    padding: 80px 0;
  }
  .lp-section-heading h2,
  .lp-guide-title,
  .lp-sign h2,
  .lp-recommend h2,
  .lp-faq h2,
  .lp-consult h2 {
    font-size: 18px;
  }
  .lp-grid,
  .lp-guide-grid,
  .lp-product-grid,
  .lp-consult-grid {
    grid-template-columns: 1fr;
  }
  #live .lp-grid,
  #inaugurating .lp-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .lp-sign .lp-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .plate-gallery {
    width: 100%;
  }
  .horizontal .plate-media img {
    max-width: 100%;
  }
  .A3 .plate-media img {
    max-height: 200px;
  }
  .AR .plate-media img {
    max-height: 180px;
  }
  .lp-main-cta {
    margin-top: 52px;
    padding-top: 30px;
  }
  .lp-main-cta p:first-of-type {
    font-size: 12px;
  }
  .lp-main-cta a {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .lp-budget-links {
    justify-content: flex-start;
    margin-top: 28px;
  }
}
.lp_top {
  background-color: #fff;
  padding: 10px 0 0;
}
.scene-nav {
  padding: 30px 5% 120px;
  background: #fff;
}
.scene-container {
  max-width: 1400px;
  margin: 0 auto;
}
.scene-header {
  margin-bottom: 70px;
}
.scene-header h2 {
  margin: 0 0 20px;
  font-family: "Cinzel", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.18em;
}
.scene-header p {
  font-size: 13px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.55);
}
.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.scene-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #111;
}
.scene-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
  opacity: 0.52;
  transition: 0.6s ease;
}
.scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: 0.4s ease;
}
.scene-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
}
.scene-content span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
}
.scene-content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #fff;
}
.scene-card:hover img {
  opacity: 0.35;
  transform: scale(1.05);
}
.scene-card:hover::before {
  background: rgba(0, 0, 0, 0.95);
}
.scene-more {
  margin-top: 80px;
  text-align: center;
}
.scene-more a {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  color: #111;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.scene-more a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #111;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.scene-more a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .scene-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.scene-page {
  background: #ededed;
  color: #111;
}
.scene-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5%;
}
.scene-hero {
  padding: 120px 0 90px;
  text-align: center;
}
.scene-kicker,
.scene-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 28px;
}
.scene-hero h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 0 34px;
}
.scene-lead {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.62);
}
.scene-list {
  padding: 40px 0 140px;
}
.scene-group {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  padding: 56px 0;
}
.scene-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.scene-links a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #111;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.scene-links a::before {
  content: "→";
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  transition: transform 0.3s ease;
}
.scene-links a:hover::before {
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .scene-hero {
    padding: 88px 0 64px;
  }
  .scene-hero h1 {
    font-size: 23px;
  }
  .scene-links {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .scene-list {
    padding-bottom: 100px;
  }
}
.journal-page {
  background: #ededed;
  color: #111;
}
.journal-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 96px 20px 120px;
}
.journal-header {
  margin-bottom: 96px;
}
.journal-kicker,
.journal-subtitle,
.section-label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #777;
  font-weight: 400;
}
.journal-kicker {
  margin-bottom: 28px;
}
.journal-header h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
}
.journal-subtitle {
  margin-bottom: 44px;
}
.journal-lead {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  margin: 0;
}
.journal-section {
  margin-bottom: 88px;
}
.section-label {
  margin-bottom: 18px;
}
.journal-section h2,
.journal-cta h2 {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 0 30px;
}
.journal-section h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 44px 0 16px;
}
.journal-section p,
.journal-section li,
.journal-cta p {
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
}
.journal-section p,
.journal-cta p {
  margin: 0 0 24px;
}
.journal-section ul {
  margin: 28px 0 32px;
  padding-left: 1.4em;
}
.journal-section li {
  margin-bottom: 10px;
}
.journal-img {
  width: 82%;
  margin: 56px auto 88px;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 4px;
}
#sign_design .journal-img {
  width: 100%;
  display: flex;
  margin: 60px 0;
  align-items: flex-start;
  gap: 24px;
}
#live_stand_guide .journal-img,
#backstageflower_standflower .journal-img,
#corporate_inauguration .journal-img,
#inauguration_modern_style .journal-img,
#corporate_gift_sizeguide .journal-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#sign_design .journal-img img:first-child {
  width: 52%;
}
#sign_design .journal-img img:last-child {
  width: 44%;
}
#inauguration_etiquette .journal-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.journal-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/4;
}
#sign_design .journal-img img {
  aspect-ratio: unset;
}
#sign_design .scene-more {
  margin-bottom: 80px;
}
.journal-cta {
  margin-top: 112px;
  padding-top: 40px;
  border-top: 1px solid #111;
}
.journal-cta a {
  display: inline-block;
  margin-top: 24px;
  padding: 15px 34px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}
.journal-cta a:hover {
  background: #111;
  color: #fff;
}
.journal-back {
  margin-top: 80px;
  text-align: center;
}
.journal-back a {
  color: #111;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
}
.scene-links a span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}
#journal .scene-links a {
  display: block;
  padding: 20px 0;
}
#journal .scene-links a {
  transition: 0.3s ease;
}
#journal .scene-links a:hover {
  transform: translateX(8px);
}
@media screen and (max-width: 767px) {
  .journal-article {
    padding: 72px 20px 96px;
  }
  .journal-header {
    margin-bottom: 72px;
  }
  .journal-header h1 {
    font-size: 27px;
  }
  .journal-section {
    margin-bottom: 72px;
  }
  .journal-section h2,
  .journal-cta h2 {
    font-size: 21px;
  }
  .journal-section p,
  .journal-section li,
  .journal-cta p {
    font-size: 14px;
    line-height: 2.05;
  }
  .journal-img {
    width: 100%;
    margin: 44px 0 72px;
  }
  #sign_design .journal-img {
    display: block;
  }
  #sign_design .journal-img img:first-child {
    width: 100%;
  }
  #sign_design .journal-img img:last-child {
    width: 100%;
  }
  #inauguration_etiquette .journal-img {
    grid-template-columns: none;
  }
  #live_stand_guide .journal-img,
  #backstageflower_standflower .journal-img,
  #corporate_inauguration .journal-img,
  #inauguration_modern_style .journal-img,
  #corporate_gift_sizeguide .journal-img {
    grid-template-columns: none;
    gap: 25px;
  }
}
.sysCheckoutConfirmDetails {
  display: flex !important;
  flex-direction: column !important;
}
.sysCheckoutPurchaserSummaryArea {
  order: 5 !important;
}
.sysCheckoutDeliverySummaryArea {
  order: 1 !important;
}
.sysCheckoutConfirmChanges {
  order: 2 !important;
}
.sysCheckoutPaymentSummaryArea {
  order: 4 !important;
}
.sysCheckoutRemarksSummaryArea {
  order: 3 !important;
}
.sysCheckoutCheckoutSummaryArea {
  order: 6 !important;
}
.sysCheckoutRemarksSummaryArea .sysCheckoutCardFooter .sysCheckoutButton {
  background-color: #b30000 !important;
  color: #fff !important;
}
.journal-section > table {
  width: 100%;
  margin: 24px 0 16px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
}
.journal-section > table th,
.journal-section > table td {
  padding: 14px 16px;
  border-bottom: 1px solid #d8d8d3;
  vertical-align: middle;
  text-align: left;
}
.journal-section > table th {
  background: #e8e8e5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.journal-section > table th:first-child,
.journal-section > table td:first-child {
  width: 35%;
}
.journal-section > table tr:last-child td {
  border-bottom-color: #aaa;
}
@media (max-width: 600px) {
  .journal-section > table {
    font-size: 13px;
  }
  .journal-section > table th,
  .journal-section > table td {
    padding: 12px 10px;
  }
  .journal-section > table th:first-child,
  .journal-section > table td:first-child {
    width: 42%;
  }
}

/* =================================================
   TOP / SHOP BY CATEGORY
================================================== */

.top-shop-category {
  width: 100%;
  padding: clamp(72px, 8vw, 120px) 24px clamp(88px, 10vw, 140px);
  color: #111;
}

.top-shop-category,
.top-shop-category * {
  box-sizing: border-box;
}

.top-shop-category__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top-shop-category__header {
  margin-bottom: clamp(42px, 5vw, 64px);
  text-align: center;
}

.top-shop-category__heading {
  margin: 0;
  font-weight: 400;
}

.top-shop-category__heading-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.top-shop-category__heading-ja {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.14em;
  color: #666;
}

/* -----------------------------------------
   Arrangement
----------------------------------------- */

.top-shop-category__arrangement {
  width: 100%;
}

.top-shop-category__group-heading {
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 400;
}

.top-shop-category__group-en {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.top-shop-category__group-ja {
  margin-left: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #777;
}

.top-shop-category__featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 3vw, 40px);
}

.top-shop-category__featured-card {
  display: flex;
  min-width: 0;
  margin: 0;
}

.top-shop-category__featured-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.top-shop-category__featured-image {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: #ededed;
}

.top-shop-category__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: brightness(0.94) saturate(0.78);
}

.top-shop-category__featured-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 0 16px;
  border-bottom: 1px solid #cfcfcf;
  transition: border-color 0.3s ease;
}

.top-shop-category__featured-title {
  margin: 0;
  font-weight: 400;
}

.top-shop-category__featured-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(0.9rem, 1.3vw, 1.08rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13em;
}

.top-shop-category__featured-ja {
  display: block;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #444;
}

.top-shop-category__featured-description {
  max-width: 38em;
  margin: 14px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.07em;
  color: #666;
}

/* -----------------------------------------
   Standard categories
----------------------------------------- */

.top-shop-category__standard {
  margin-top: clamp(52px, 6vw, 80px);
  padding-top: clamp(38px, 4vw, 52px);
  border-top: 1px solid #d2d2d2;
}

.top-shop-category__standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-shop-category__standard-item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.top-shop-category__standard-link {
  display: block;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.top-shop-category__standard-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background-color: #ededed;
}

.top-shop-category__standard-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: brightness(0.94) saturate(0.78);
}

.top-shop-category__standard-body {
  padding-top: 14px;
}

.top-shop-category__standard-title {
  margin: 0;
  font-weight: 400;
}

.top-shop-category__standard-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.top-shop-category__standard-ja {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #666;
}

/* -----------------------------------------
   Focus and hover
----------------------------------------- */

.top-shop-category__featured-link:focus-visible,
.top-shop-category__standard-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

.top-shop-category__featured-link:focus-visible
  .top-shop-category__featured-body {
  border-bottom-color: #111;
}

.top-shop-category__featured-link:focus-visible
  .top-shop-category__featured-image img,
.top-shop-category__standard-link:focus-visible
  .top-shop-category__standard-image img {
  filter: brightness(1) saturate(0.9);
}

@media (hover: hover) {
  .top-shop-category__featured-link:hover
    .top-shop-category__featured-image img,
  .top-shop-category__standard-link:hover
    .top-shop-category__standard-image img {
    transform: scale(1.02);
    filter: brightness(1) saturate(0.9);
  }

  .top-shop-category__featured-link:hover
    .top-shop-category__featured-body {
    border-bottom-color: #111;
  }
}

/* -----------------------------------------
   Tablet
----------------------------------------- */

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .top-shop-category__standard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* -----------------------------------------
   Smartphone
----------------------------------------- */

@media screen and (max-width: 768px) {
  .top-shop-category {
    padding: 58px 15px 76px;
  }

  .top-shop-category__header {
    margin-bottom: 38px;
  }

  .top-shop-category__heading-en {
    font-size: 1.22rem;
    letter-spacing: 0.16em;
  }

  .top-shop-category__heading-ja {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .top-shop-category__group-heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .top-shop-category__group-en {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .top-shop-category__group-ja {
    display: block;
    margin: 4px 0 0;
    font-size: 0.7rem;
  }

  .top-shop-category__featured-grid {
    gap: 12px;
  }

  .top-shop-category__featured-link {
    height: 100%;
  }

  .top-shop-category__featured-image {
    aspect-ratio: 4 / 3;
  }

  .top-shop-category__featured-body {
    padding: 13px 0 14px;
  }

  .top-shop-category__featured-en {
    min-height: 3em;
    font-size: 0.74rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }

  .top-shop-category__featured-ja {
    min-height: 3.4em;
    margin-top: 6px;
    font-size: 0.7rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }

  .top-shop-category__featured-description {
    margin-top: 11px;
    font-size: 0.68rem;
    line-height: 1.85;
    letter-spacing: 0.035em;
  }

  .top-shop-category__standard {
    margin-top: 48px;
    padding-top: 34px;
  }

  .top-shop-category__standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  .top-shop-category__standard-body {
    padding-top: 11px;
  }

  .top-shop-category__standard-en {
    font-size: 0.65rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .top-shop-category__standard-ja {
    margin-top: 4px;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .top-shop-category__featured-image img,
  .top-shop-category__featured-body,
  .top-shop-category__standard-image img {
    transition: none;
  }
}








/* =================================================
   TOP / ORDER OPTIONS
================================================== */

.top-order-options {
  width: 100%;
  padding: clamp(88px, 9vw, 136px) 24px;
  background-color: #fff;
  color: #111;
}

.top-order-options,
.top-order-options * {
  box-sizing: border-box;
}

.top-order-options__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* -----------------------------------------
   Section heading
----------------------------------------- */

.top-order-options__header {
  margin-bottom: clamp(54px, 7vw, 92px);
  text-align: center;
}

.top-order-options__heading {
  margin: 0;
  font-weight: 400;
}

.top-order-options__heading-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.top-order-options__heading-ja {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.14em;
  color: #666;
}

/* -----------------------------------------
   Shared block headings
----------------------------------------- */

.top-order-options__content {
  width: 100%;
}

.top-order-options__block-header,
.top-order-options__semi-header {
  margin: 0;
}

.top-order-options__block-heading {
  margin: 0;
  font-weight: 400;
}

.top-order-options__block-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.top-order-options__block-ja {
  display: block;
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.09em;
  color: #444;
}

.top-order-options__description {
  max-width: 44em;
  margin: 22px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.055em;
  color: #666;
}

/* -----------------------------------------
   Order by request
----------------------------------------- */

.top-order-options__request {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(300px, 42fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
  margin: 0;
}

.top-order-options__request-image-link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.top-order-options__request-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.top-order-options__request-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: brightness(0.96) saturate(0.88);
}

.top-order-options__request-content {
  min-width: 0;
}

.top-order-options__price {
  margin: 27px 0 0;
  font-family: "Cinzel", serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}

/* -----------------------------------------
   Main and consultation links
----------------------------------------- */

.top-order-options__actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 29px;
}

.top-order-options__primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid #444;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.065em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.top-order-options__consultation-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 28px;
  padding: 7px 0;
  border-bottom: 1px solid #aaa;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.055em;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

/* -----------------------------------------
   Semi order
----------------------------------------- */

.top-order-options__semi {
  width: 100%;
  margin-top: clamp(96px, 11vw, 140px);
}

.top-order-options__semi-header {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.top-order-options__semi-nav {
  width: 100%;
}

.top-order-options__semi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-order-options__semi-item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.top-order-options__semi-link {
  display: block;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

.top-order-options__semi-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.top-order-options__semi-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: brightness(0.94) saturate(0.8);
}

.top-order-options__semi-label {
  display: block;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #444;
}

/* -----------------------------------------
   Hover and keyboard focus
----------------------------------------- */

.top-order-options__request-image-link:focus-visible,
.top-order-options__primary-link:focus-visible,
.top-order-options__consultation-link:focus-visible,
.top-order-options__semi-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

@media (hover: hover) {
  .top-order-options__request-image-link:hover
    .top-order-options__request-image img,
  .top-order-options__semi-link:hover
    .top-order-options__semi-image img {
    transform: scale(1.02);
    filter: brightness(1) saturate(0.94);
  }

  .top-order-options__primary-link:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
  }

  .top-order-options__consultation-link:hover {
    border-bottom-color: #555;
    color: #111;
  }
}

/* -----------------------------------------
   Smartphone
----------------------------------------- */

@media screen and (max-width: 768px) {
  .top-order-options {
    padding: 72px 15px 82px;
  }

  .top-order-options__header {
    margin-bottom: 48px;
  }

  .top-order-options__heading-en {
    font-size: 1.22rem;
    letter-spacing: 0.16em;
  }

  .top-order-options__heading-ja {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .top-order-options__request {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .top-order-options__request-image {
    aspect-ratio: 4 / 3;
  }

  .top-order-options__block-en {
    font-size: 1rem;
    letter-spacing: 0.14em;
  }

  .top-order-options__block-ja {
    margin-top: 6px;
    font-size: 0.76rem;
  }

  .top-order-options__description {
    margin-top: 17px;
    font-size: 0.72rem;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }

  .top-order-options__price {
    margin-top: 22px;
    font-size: 0.84rem;
  }

  .top-order-options__actions {
    margin-top: 25px;
  }

  .top-order-options__primary-link {
    min-width: 0;
    width: 100%;
    max-width: 280px;
    min-height: 50px;
    padding: 13px 18px;
    font-size: 0.74rem;
  }

  .top-order-options__consultation-link {
    min-height: 48px;
    margin-top: 24px;
    font-size: 0.71rem;
  }

  .top-order-options__semi {
    margin-top: 76px;
  }

  .top-order-options__semi-header {
    margin-bottom: 30px;
  }

  .top-order-options__semi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .top-order-options__semi-label {
    margin-top: 10px;
    font-size: 0.68rem;
    line-height: 1.6;
    letter-spacing: 0.035em;
  }
}

/* -----------------------------------------
   Narrow smartphone
----------------------------------------- */

@media screen and (max-width: 520px) {
  .top-order-options__semi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .top-order-options__semi-label {
    font-size: 0.72rem;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .top-order-options__request-image img,
  .top-order-options__primary-link,
  .top-order-options__consultation-link,
  .top-order-options__semi-image img {
    transition: none;
  }
}











/* =================================================
   TOP / SELECT BY OCCASION
================================================== */

.top-occasion {
  width: 100%;
  padding: clamp(82px, 8vw, 120px) 24px;
  background-color: #fff;
  color: #111;
}

.top-occasion,
.top-occasion * {
  box-sizing: border-box;
}

.top-occasion__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* -----------------------------------------
   Section heading
----------------------------------------- */

.top-occasion__header {
  margin-bottom: clamp(34px, 4vw, 48px);
  text-align: center;
}

.top-occasion__heading {
  margin: 0;
  font-weight: 400;
}

.top-occasion__heading-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
}

.top-occasion__heading-ja {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.14em;
  color: #666;
}

.top-occasion__description {
  margin: 21px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.065em;
  color: #666;
}

/* -----------------------------------------
   Occasion grid
----------------------------------------- */

.top-occasion__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-occasion__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.top-occasion__card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.top-occasion__card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
  filter:
    grayscale(18%)
    brightness(0.84)
    saturate(0.82);
}

.top-occasion__card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.06) 18%,
      rgba(0, 0, 0, 0.2) 58%,
      rgba(0, 0, 0, 0.62) 100%
    );
  transition: background-color 0.4s ease;
  pointer-events: none;
}

.top-occasion__card-content {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.top-occasion__card-en {
  display: block;
  margin-bottom: 8px;
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.17em;
  color: rgba(255, 255, 255, 0.88);
}

.top-occasion__card-ja {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.86rem, 1.4vw, 1.08rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.055em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* -----------------------------------------
   View all
----------------------------------------- */

.top-occasion__more {
  margin-top: clamp(36px, 4vw, 50px);
  text-align: center;
}

.top-occasion__more-link {
  display: inline-block;
  padding: 0 0 7px;
  border-bottom: 1px solid #888;
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.top-occasion__more-en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.17em;
}

.top-occasion__more-ja {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #666;
}

/* -----------------------------------------
   Hover and keyboard focus
----------------------------------------- */

.top-occasion__card:focus-visible,
.top-occasion__more-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}

@media (hover: hover) {
  .top-occasion__card:hover img {
    transform: scale(1.025);
    filter:
      grayscale(8%)
      brightness(0.92)
      saturate(0.92);
  }

  .top-occasion__card:hover::before {
    background-color: rgba(0, 0, 0, 0.06);
  }

  .top-occasion__more-link:hover {
    color: #555;
    border-bottom-color: #bbb;
  }
}

/* -----------------------------------------
   Tablet
----------------------------------------- */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-occasion__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* -----------------------------------------
   Smartphone
----------------------------------------- */

@media screen and (max-width: 768px) {
  .top-occasion {
    padding: 70px 15px 80px;
  }

  .top-occasion__header {
    margin-bottom: 30px;
  }

  .top-occasion__heading-en {
    font-size: 1.16rem;
    letter-spacing: 0.13em;
  }

  .top-occasion__heading-ja {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .top-occasion__description {
    margin-top: 17px;
    font-size: 0.7rem;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }

  .top-occasion__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .top-occasion__card-content {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .top-occasion__card-en {
    margin-bottom: 5px;
    font-size: 0.58rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }

  .top-occasion__card-ja {
    font-size: 0.74rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }

  .top-occasion__more {
    margin-top: 32px;
  }

  .top-occasion__more-en {
    font-size: 0.68rem;
    letter-spacing: 0.13em;
  }

  .top-occasion__more-ja {
    font-size: 0.64rem;
  }
}

/* -----------------------------------------
   Narrow smartphone
----------------------------------------- */

@media screen and (max-width: 380px) {
  .top-occasion__card-content {
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .top-occasion__card-en {
    font-size: 0.54rem;
    letter-spacing: 0.075em;
  }

  .top-occasion__card-ja {
    font-size: 0.7rem;
  }
}

/* -----------------------------------------
   Reduced motion
----------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .top-occasion__card img,
  .top-occasion__card::before,
  .top-occasion__more-link {
    transition: none;
  }
}
@media screen and (max-width:600px){
.sysDisplayMobileNone {
  display: none !important;
}
p {
  font-size: 14px;
}
.sp {
  display: block;
}
#sysWrap {
  margin-top: 50px;
  padding: 0;
}
#top #sysWrap,
#decorationLP #sysWrap,
#welcome #sysWrap {
  margin-top: 0;
}
#sysMain,
#sysAside {
  width: 100% !important;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain {
  width: 98% !important;
  padding: 20px 10px 30px !important;
  margin: 10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
  width: 98% !important;
  padding: 20px 10px 30px !important;
  margin: 0 auto;
}
.sysCart #sysMain {
  width: 94% !important;
  padding: 0 !important;
  margin: 0 auto;
}
.sysFormField label {
  display: block;
}
#sysFormIndex .txtBlock {
  text-align: left;
}
#sysMain {
  margin-top: 0;
}
article {
  padding: 1rem;
}
.sysItemList ul.sysThumbnail {
  font-size: small;
}
.sysItemList ul.sysThumbnail input {
  font-size: x-small;
}
.orderArea {
  letter-spacing: normal;
  padding: 0;
}
.orderArea > div {
  width: 100%;
  padding: 0;
  float: none;
  margin-top: 5px;
}
div.orderArea > div.orderArea {
  padding: 0 15px;
}
.h_search {
  margin-top: 30px;
}
.sysThumbnail {
  padding: 0 !important;
}
#sysItemCategory .sysItemName {
  padding-top: 5px;
}
.sysItemName a {
  font-size: 12px;
  margin-top: 10px;
}
#sysItemCategory .sysRetailPrice {
  font-size: 11px;
}
.sysCartInForm {
  padding: 0 0 20px;
}
#sysItemDetail .sysItemName h1 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#sysItemDetail .sysForm select {
  height: 30px;
  text-align: center;
}
#sysItemDetail .sysSelectionDescription {
  margin: 5px 0 10px;
}
#sysItemDetail #sysNumber {
  text-align: right;
}
#sysItemDetail .sysNumArea button {
  width: 35%;
}
#sysItemCategory #sysMain {
  padding: 5px;
}
.sysAddSelection {
  font-size: 12px;
}
.sysSelectionDescription {
  font-size: 10px;
}
.sysPr {
  margin-top: 10px;
}
.sysPr span {
  width: 49%;
  font-size: 10px;
}
#sysItemDetail .sysForm select {
  min-width: 300px;
  display: inline-block;
  float: right;
}
#sysItemDetail .sysNumber select {
  min-width: 100px;
}
.orderArea {
  flex-direction: column;
}
.iteminfo_dec {
  width: 100%;
}
.iteminfo {
  padding: 1rem 0;
}
.itempage_recommend .sysItemBlock .sysHorizontal li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.itempage_recommend .sysItemName {
  font-size: 12px;
}
.itempage_recommend .sysItemPrice {
  font-size: 11px;
}
.sysExplanation {
  float: none;
  width: 100%;
}
#sysHeader {
  width: 100%;
  margin: 0px auto;
}
.top_serch {
  display: none;
}
.header_sp .spCart {
  position: absolute;
  top: 6px;
  left: 0;
}
.header_sp #navBtn img,
.header_sp .spCart img {
  width: 40px;
  height: 40px;
}
.sysContent {
  padding: 0 !important;
}
#cartInfo {
  display: none;
}
#headNavigation li.active {
  background: #fff;
}
.h_login .sysHeadline,
.h_search .sysHeadline {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.h_login .sysContent {
  text-align: center;
}
.h_login .sysFormItem {
  margin-bottom: 10px;
}
.h_login .sysFormLabel {
  display: block;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton {
  width: 100%;
  margin: 10px 0%;
  background: #9e0e30;
  height: 40px;
  line-height: 10px;
  border-radius: 0;
}
.h_login li {
  border: 1px solid #444;
  margin-bottom: 10px;
  height: 35px;
  line-height: 32px;
  text-align: center;
}
.h_login li a {
  padding: 0px 5px 5px 0px;
}
.sysTitle {
  width: 100%;
  margin: 30px auto !important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sysTitle::before,
.sysHeadline::before {
  height: 0px;
}
.p-law .sysTitle {
  width: 90%;
}
#sysBillingAddress form {
  width: 95%;
  padding: 30px 20px;
  margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel {
  line-height: 10px;
}
#sysDestination #sysMain {
  width: 95%;
  border: 1px solid #aaa;
  padding: 20px 20px !important;
  margin: 30px auto;
}
.sysMypage .sysMypageNav form {
  width: 100% !important;
}
#sysMemberRegisterIndex .sysNextSubmit {
  width: 100%;
  float: none;
  margin: 10px 0;
  border-radius: 0;
}
#sysMemberRegisterIndex .sysButton[type="submit"] {
  width: 100%;
  float: none;
  border-radius: 0;
}
#sysMypageLogin .sysLoginButton {
  width: 100%;
  float: none;
  margin-right: 0;
  border-radius: 0;
}
#sysMypageLogin .sysButton {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  border-radius: 0;
}
.sysAcceptDomainArea .sysAcceptDomain a {
  padding: 0;
  font-size: 10px;
}
.top_newarrival,
.topfeatures,
.top_recommend_item,
.top_ranking_item {
  padding: 1rem 0;
}
.topcomment {
  font-size: 20px;
  font-weight: bold;
}
.toptext {
  font-size: 14px;
}
.topspace::before {
  background: rgba(255, 255, 255, 0.6);
  -webkit-mask-image:
    linear-gradient(to top, transparent 0%, black 15%, black 85%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
  padding-top: 0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice {
  font-size: 12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton {
  width: 100%;
  font-size: 10px;
  letter-spacing: -1px;
  border-radius: 0;
}
.info .sysContent {
  margin: 1rem;
}
.membercall > .col2_item {
  padding: 1.5rem;
}
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysCart #sysMain,
.sysOpcBody #sysMain {
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_inputStatus {
  margin-bottom: 0.5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 90px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 0.5em !important;
  width: 100% !important;
}
.opcCommonButton {
  padding: 0;
}
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 1rem !important;
}
span.opcRemarks_remarkDescription_edit {
  margin-left: 0;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
  width: 100%;
  margin: 10px auto 5px;
}
.indexList ul {
  flex-wrap: wrap;
}
.indexList {
  margin: 1rem 0;
}
#shopping-guide h2.title {
  margin: 3rem auto 1rem;
  max-width: 284px;
}
.flow_flex {
  flex-direction: column;
  justify-content: center;
}
.flow_flex .block1 {
  width: 90%;
}
.credit img {
  width: 60px;
}
.block1 {
  margin: 1rem;
}
#sysItemSearch #sysMain .sysItemSearchForm {
  padding: 10px;
}
.sysItemSearchFormCategory select {
  font-size: 0.9rem;
}
.sysItemSearchFormInput {
  padding: 10px;
}
.info_intro {
  width: 80%;
}
.we_text {
  font-size: 12px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.ev_imgblock {
  display: block;
}
.scon_in {
  margin: 1rem 5px 3rem;
  padding: 1rem;
  border: 4px double #e3e2e2;
  width: 90%;
  display: block;
  text-align: center;
}
.scon_s {
  width: 100%;
}
.ev_btn {
  padding: 5px 0;
  margin: 1em auto;
  width: 60%;
}
.lesson_info {
  display: block;
}
.lesson_in {
  margin: 2rem 2% 7rem;
  padding: 3rem;
  width: 96%;
}
.shop_img1 {
  display: block;
}
.shop_img1in img {
  width: 100%;
}
.service_h1 {
  font-size: 28px;
  padding: 5rem 0 0;
}
.service_h2 {
  font-size: 20px;
}
.rd_img span img {
  width: 100%;
}
.gl_img {
  display: block;
}
.gl_text {
  font-size: 14px;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.checked .sysContent {
  width: 90%;
  margin: 0 auto;
}
.shop_A {
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: normal;
}
.event_A {
  letter-spacing: 1px;
  line-height: 36px;
  font-weight: normal;
}
.s_con {
  font-size: 0.8rem;
}
.cham_text_a {
  flex-direction: column;
}
.cham_text_b {
  flex-direction: column-reverse;
}
.cham_a {
  width: 100%;
}
.cham_b {
  width: 80%;
  margin: 50px auto;
}
.category_inner {
  flex-direction: column;
}
.category_logo {
  width: 300px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.category_comment {
  width: 100%;
  padding: 10px;
}
.card_plate {
  text-align: center;
}
.semi-order_area {
  padding: 10px 0 60px;
}
.semi_comment_area {
  margin-bottom: 40px;
}
.semi-order_img_inner {
  padding: 0 150px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
  gap: 60px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.semi-order_img_inner::-webkit-scrollbar {
  display: none;
}
.semi_order_img {
  flex: 0 0 50vw;
  scroll-snap-align: center;
}
.slide_sc_button,
.slide_sc_button_b {
  margin-top: 10px !important;
  padding-bottom: 60px !important;
  text-align: center !important;
}
.slide_sc_button p,
.slide_sc_button_b p {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.sysFuncText .state {
  line-height: 2.1;
  letter-spacing: 0.09em;
}
.top_newarrival ul {
  gap: 0px;
}
.sysItemCategoryForm {
  width: 95%;
}
.sysItemCategoryCtl {
  text-align: left;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 10px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  scrollbar-width: none;
}
.sysItemCategoryCtl::-webkit-scrollbar {
  display: none;
}
.sysItemCategoryCtl a {
  margin-left: 0;
  margin-right: 10px;
  font-size: 11px;
  display: inline-block;
}
.sysItemCategoryCtl {
  display: block;
  align-items: center;
}
.sysItemCategoryCtl > br {
  display: inline !important;
  content: normal !important;
  margin: 0 !important;
}
.sysPagination {
  width: 300px;
  margin: 0 auto 30px;
}
.terms,
.p-corporate,
.p-privacy,
.license {
  padding: 1rem;
  background: #fff;
}

}
@media screen and (min-width:601px) and (max-width:1100px){
.sysDisplayTabletNone {
  display: none !important;
}
div#sysMain,
div#sysAside {
  width: 100% !important;
  float: none;
}
.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
  margin: 130px auto 0;
}
.sysFormField label {
  display: block;
}
.topspace {
  padding: 50px 100px;
}
#sysPayment #sysMain .sysFormLabel {
  line-height: 10px;
}
#sysBillingAddress form {
  width: 95%;
  padding: 30px 20px;
  margin: 0 auto;
}
#sysDestination #sysMain {
  width: 95%;
  border: 1px solid #aaa;
  padding: 20px 20px !important;
  margin: 30px auto;
}
.h_search {
  max-width: 700px;
  margin: 0 auto 3rem;
  padding: 5px;
}
.top_serch,
.sysFuncText.header_h1.sysDisplayKeitaiNone {
  display: none;
}
#top .sysCartButton {
  width: 100%;
}
#sysItemCategory #sysMain {
  padding: 30px 20px;
}
#sysItemCategory input[type="submit"] {
  margin-top: 0px;
}
#sysItemDetail .sysItemName h1 {
  font-size: 15px;
}
#sysItemDetail .sysItemId {
  margin: 0 0 10px 0 !important;
  text-align: left !important;
}
#sysItemDetail .sysMainImage {
  max-width: 700px;
  margin: 0 auto;
}
#sysItemDetail .sysImageList {
  max-width: 700px;
  margin: 0 auto 20px;
}
#sysItemDetail .sysImageList li {
  display: inline-block;
  max-width: 60px;
  line-height: 0;
}
#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
  max-width: 700px;
  margin: 0 auto 10px auto !important;
}
#sysItemDetail .sysForm select {
  min-width: 350px;
  display: inline-block;
  float: none !important;
}
#sysItemDetail #sysNumber {
  text-align: right;
}
.sysPr span {
  font-size: 10px;
  width: 45%;
}
article {
  padding: 3rem 1rem;
}
#sysHeader {
  width: 100%;
  margin: 0px auto;
}
.header_sp .spCart {
  position: absolute;
  top: 10px;
  left: 0;
}
.header_sp #navBtn img,
.header_sp .spCart img {
  width: 40px;
  height: 40px;
}
#cartInfo {
  display: none;
}
.h_login {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.h_login .sysHeadline {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
}
.h_login .sysContent {
  text-align: center;
}
.h_login .sysFormItem {
  margin-bottom: 10px;
}
.h_login .sysFormLabel {
  display: block;
  font-size: 15px;
  height: 25px;
  text-align: left;
  margin-bottom: 0px;
}
.h_login .sysLoginButton {
  width: 100%;
  margin: 15px 0%;
  border-radius: 0;
  border: 1px solid #444;
  font-size: 15px;
  height: 50px;
  line-height: 10px;
}
.h_login li {
  border: 1px solid #444;
  margin-bottom: 15px;
  height: 50px;
  line-height: 45px;
  text-align: center;
}
.h_login li a {
  font-size: 15px;
  padding: 0px 5px 5px 0px;
}
#sysMypageEditDelivery button {
  border-radius: 0;
}
#sysMypageEditDelivery .sysSelectAddress button {
  background: #eee;
  border: 1px solid #000;
  color: #000;
}
.sysTitle {
  width: 600px;
  margin: 50px auto !important;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: auto;
}
.sysTitle b {
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.p-law .sysTitle {
  max-width: 600px;
}
.p-law .sysTitle span {
  font-size: 22px;
  padding: 0 40px;
}
.topcomment {
  font-size: 1.7rem;
}
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysCart #sysMain,
.sysOpcBody #sysMain {
  border: none;
}
.sysOpcBody div#sysMain {
  margin-bottom: 0;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysMain {
  padding: 0 4%;
}
.indexList ul {
  flex-wrap: wrap;
}
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
  padding: 0 1rem !important;
}
#sysItemSearch div#sysMain {
  padding: 0 1rem;
}
.sysFuncText .state {
  line-height: 2.1;
  letter-spacing: 0.09em;
}
.block1 {
  margin: 1rem;
}

}
@media screen and (min-width:1101px){
.sysDisplayPcNone {
  display: none !important;
}
.sp-only {
  display: none !important;
}
.header-nav {
  display: block;
}

}
/* #END_OF_RESOURCE_FILE */
