@charset "UTF-8";
/*! ========================================================
ress.css
========================================================= */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.fade-in {
  opacity: 0;
  transition: all 400ms;
}
.fade-in.is-visible {
  opacity: 1;
}

/*! ========================================================
基本設定
========================================================= */
html {
  scroll-behavior: smooth;
  scroll-padding-top: min(88px, 23.4666666667vw);
}
html.fixed {
  overflow: hidden;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #263430;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e3ded9;
}
body * {
  word-break: break-word;
  line-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
}
a,
button,
input[type=submit],
input[type=button] {
  transition: 400ms;
}
a:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
}

#sysAll:not(:has(.renew-top-hero)):not(:has(.renew-ec-hero)) {
  padding-top: min(88px, 23.4666666667vw);
}
#sysAll #sysWrap #sysAside {
  display: none;
}
#sysAll #sysWrap:has(#sysAside > div) {
  display: flex;
  flex-wrap: wrap;
}
#sysAll #sysWrap:has(#sysAside > div) #sysMain {
  order: 2;
  width: calc(100% - min(310px, 82.6666666667vw));
}
#sysAll #sysWrap:has(#sysAside > div) #sysAside {
  order: 1;
  display: block;
  width: min(230px, 61.3333333333vw);
  margin-right: min(80px, 21.3333333333vw);
}

#sysAside {
  display: none;
}
#sysAside:has(> div) {
  display: block;
}

.sysFuncBanner .sysContent ul li a[href=""],
.sysFuncListNav .sysContent ul li a[href=""] {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt_small {
  font-size: min(12px, 3.2vw);
}
/*! ========================================================
aishipR既存CSS打ち消し設定
========================================================= */
html {
  font-family: initial;
  font-size: initial;
  font-weight: initial;
  line-height: initial;
}

div#sysAll,
div#sysHeader,
div#sysMain,
div#sysAside,
div#sysFooter {
  padding: 0;
  margin: 0;
}

div#sysAll {
  max-width: 100%;
  background-color: transparent;
}

div#sysMain {
  width: 100%;
  min-height: 0;
  float: none;
  font-size: initial;
}

div#sysAside {
  width: 100%;
  float: none;
}

.sysFuncText,
.sysFuncCartInfo,
.sysFuncItemBlock,
.sysFuncItemSearch,
.sysFuncMemberLogin,
.sysFuncItemCategory,
.sysFuncListNav,
.sysFuncBanner {
  margin: 0;
}
.sysFuncText .sysHeadline,
.sysFuncCartInfo .sysHeadline,
.sysFuncItemBlock .sysHeadline,
.sysFuncItemSearch .sysHeadline,
.sysFuncMemberLogin .sysHeadline,
.sysFuncItemCategory .sysHeadline,
.sysFuncListNav .sysHeadline,
.sysFuncBanner .sysHeadline {
  padding: 0;
}
.sysFuncText .sysContent,
.sysFuncCartInfo .sysContent,
.sysFuncItemBlock .sysContent,
.sysFuncItemSearch .sysContent,
.sysFuncMemberLogin .sysContent,
.sysFuncItemCategory .sysContent,
.sysFuncListNav .sysContent,
.sysFuncBanner .sysContent {
  padding: 0;
}
.sysFuncText ul::after,
.sysFuncCartInfo ul::after,
.sysFuncItemBlock ul::after,
.sysFuncItemSearch ul::after,
.sysFuncMemberLogin ul::after,
.sysFuncItemCategory ul::after,
.sysFuncListNav ul::after,
.sysFuncBanner ul::after {
  content: none;
}
.sysFuncText ul li,
.sysFuncCartInfo ul li,
.sysFuncItemBlock ul li,
.sysFuncItemSearch ul li,
.sysFuncMemberLogin ul li,
.sysFuncItemCategory ul li,
.sysFuncListNav ul li,
.sysFuncBanner ul li {
  margin: 0;
}
.sysFuncText ul li a,
.sysFuncCartInfo ul li a,
.sysFuncItemBlock ul li a,
.sysFuncItemSearch ul li a,
.sysFuncMemberLogin ul li a,
.sysFuncItemCategory ul li a,
.sysFuncListNav ul li a,
.sysFuncBanner ul li a {
  padding: 0;
}
.sysFuncText ul li.sysText,
.sysFuncCartInfo ul li.sysText,
.sysFuncItemBlock ul li.sysText,
.sysFuncItemSearch ul li.sysText,
.sysFuncMemberLogin ul li.sysText,
.sysFuncItemCategory ul li.sysText,
.sysFuncListNav ul li.sysText,
.sysFuncBanner ul li.sysText {
  margin: 0;
}
.sysFuncText ul li.sysText a,
.sysFuncCartInfo ul li.sysText a,
.sysFuncItemBlock ul li.sysText a,
.sysFuncItemSearch ul li.sysText a,
.sysFuncMemberLogin ul li.sysText a,
.sysFuncItemCategory ul li.sysText a,
.sysFuncListNav ul li.sysText a,
.sysFuncBanner ul li.sysText a {
  padding: 0;
}

.sysFuncItemBlock .sysContent .sysItemBlock .sysHorizontal::after {
  content: none;
}
.sysFuncItemBlock .sysContent .sysItemBlock .sysHorizontal li {
  float: none;
  padding: 0;
}

.sysFuncItemCategory .sysContent ul li {
  float: none;
}
.sysFuncItemCategory .sysContent ul li a {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}

.sysFuncListNav ul li {
  float: none;
}
.sysFuncListNav ul li a {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}

.sysItemImages .sysImageList li {
  width: inherit;
  height: inherit;
  float: none;
  margin: 0;
}
.sysItemImages .sysImageList li img {
  border: none;
}
.sysItemImages .sysImageList li.sysCurrent img {
  border: none;
}
.sysItemImages .sysImageList::after {
  content: none;
}

.sysItemList ul.sysThumbnail::after {
  content: none;
}
.sysItemList ul.sysThumbnail li {
  float: none;
  padding: 0;
}

.sysItemList ul.sysList li {
  padding: 0;
}
.sysItemList ul.sysList li::after {
  content: none;
}
.sysItemList ul.sysList li .sysThumbnailImage {
  float: none;
}

.sysItemListDisp::after {
  content: none;
}
.sysItemListDisp #displayCount {
  float: none;
}
.sysItemListDisp .sysItemListViewType {
  float: none;
}

html:has(#sysOpc) {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
html:has(#sysOpc) .sysOpcBody #sysAll #sysMain {
  font-size: inherit;
}
html:has(#sysOpc) .sysOpcBody #sysAll #sysMain #sysOpc .opcConfirm {
  padding: 0;
}

h1 {
  font-size: initial;
  color: initial;
  line-height: initial;
  letter-spacing: initial;
  margin: 0;
}

.sysBox {
  background-color: initial;
  border: initial;
  border-radius: initial;
  box-shadow: initial;
  margin: initial;
  padding: initial;
}

.sysTotal .sysTotalTxt,
.sysTotalAmount {
  text-shadow: initial;
}

.sysCartTitle {
  color: initial;
  background-color: initial;
  font-size: initial;
  font-weight: 700;
  margin: initial;
  padding: initial;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart .sysNextSubmit {
  font-size: initial;
  height: initial;
  text-shadow: initial;
  min-width: initial;
}

.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
  height: initial;
  min-width: initial;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}

.sysCart .sysBox img.sysProductImg {
  float: initial;
  height: initial;
  margin: initial;
  width: initial;
}

.sysCart .sysItemListArea .sysBox select {
  max-width: initial;
}

.sysCart p,
.sysOpcBody p {
  line-height: 2;
  letter-spacing: 0.06em;
  padding: initial;
  margin: initial;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0;
}

/* 配送・店舗受取選択のレイアウト */
/* ラジオボタンは非表示 */
.sysReceiveOptionRadioGroup input[type=radio] {
  display: none;
}

/* 選択肢の共通スタイル */
.sysReceiveOptionTabLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* 選択時の装飾 */
.sysReceiveOptionRadioGroup input[type=radio]:checked + label.sysReceiveOptionTabLabel {
  border-color: #007aff;
  background-color: #b3d4fc;
  color: #007aff;
  font-weight: bold;
}

.sysReceiveAtStoreContent .sysReceiveStore,
.sysReceiveAtStoreContent .sysReceiveDate,
.sysReceiveOptionRadioGroup {
  margin-bottom: min(0.625rem, 2.6666666667vw);
}

/*amazonpay非利用時のボタン位置の調整*/
#sysBasket .sysNextSubmitArea {
  display: block;
  margin-bottom: min(2.5rem, 10.6666666667vw);
  padding: 0;
  width: 100%;
}
/*在庫数表示の強調*/
#sysItemDetail article .item-container .item-info-container .sysStockQuantity {
  font-weight: 600;
}

/*! ========================================================
タイトル設定
========================================================= */
.ttl-cmn {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: flex-end;
  gap: min(24px, 6.4vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.ttl-cmn span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.ttl-cmn span.en {
  font-size: min(44px, 11.7333333333vw);
}
.ttl-cmn span.jp {
  font-size: min(20px, 5.3333333333vw);
  margin-bottom: 0.15em;
}

.ttl-center {
  font-family: "Zen Old Mincho", serif;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: min(30px, 8vw);
}

.ttl-page {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-inline: min(20px, 5.3333333333vw);
  padding-block: min(60px, 16vw) min(30px, 8vw);
}

/*! ========================================================
ボタン設定
========================================================= */
#sysAll .btn-cmn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(280px, 74.6666666667vw);
  margin-inline: auto;
  margin-top: min(60px, 16vw);
}
#sysAll .btn-cmn a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #263430;
  border-radius: 100px;
  padding-block: min(7px, 1.8666666667vw);
  padding-inline: min(36px, 9.6vw);
  position: relative;
}
#sysAll .btn-cmn a:hover {
  border: 1px solid #8b7666;
  background-color: #8b7666;
  color: #ffffff;
  opacity: 1;
}
#sysAll .btn-cmn.with-arrow a::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(10px, 2.6666666667vw);
  background-image: url(../img/renewal/common/arrow_right_black.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(16px, 4.2666666667vw);
  transform: translateY(-50%);
  transition: all 400ms;
}
#sysAll .btn-cmn.with-arrow a:hover::after {
  background-image: url(../img/renewal/common/arrow_right_white.png);
}
#sysAll .btn-cmn.btn-reverse a {
  border: 1px solid #8b7666;
  background-color: #8b7666;
  color: #ffffff;
}
#sysAll .btn-cmn.btn-reverse a:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #8b7666;
}
#sysAll .btn-cmn.btn-reverse-light a {
  border: 1px solid #a08468;
  background-color: #a08468;
  color: #ffffff;
}
#sysAll .btn-cmn.btn-reverse-light a:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #a08468;
}
#sysAll .btn-cmn.btn-reverse-light.with-arrow-down a::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(10px, 2.6666666667vw);
  background-image: url(../img/renewal/common/arrow_right_white.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(16px, 4.2666666667vw);
  transform: translateY(-50%) rotate(90deg);
  transition: all 400ms;
}
#sysAll .btn-cmn.btn-reverse-light.with-arrow-down a:hover::after {
  background-image: url(../img/renewal/common/arrow_right_light_brown.png);
}

/*! ========================================================
カレンダー設定
========================================================= */
.shop-calender {
  width: min(312px, 83.2vw);
}
.shop-calender #calendar {
  width: 100%;
  margin-inline: auto;
}
.shop-calender #calendar table {
  display: block;
  width: auto !important;
}
.shop-calender #calendar thead,
.shop-calender #calendar tbody,
.shop-calender #calendar tr,
.shop-calender #calendar th,
.shop-calender #calendar td {
  display: block;
}
.shop-calender #calendar.fc-theme-standard th,
.shop-calender #calendar.fc-theme-standard td {
  border: none;
}
.shop-calender #calendar.fc-theme-standard .fc-scrollgrid {
  border: none;
}
.shop-calender #calendar .fc-scrollgrid-section,
.shop-calender #calendar .fc-scrollgrid-section table,
.shop-calender #calendar .fc-scrollgrid-section > td {
  height: auto;
}
.shop-calender #calendar .fc-header-toolbar {
  margin-bottom: min(15px, 4vw);
}
.shop-calender #calendar .fc-header-toolbar .fc-toolbar-title {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}
.shop-calender #calendar .fc-header-toolbar .fc-button {
  width: min(30px, 8vw);
  height: min(30px, 8vw);
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-size: 100% 100%;
  padding: 0;
  box-shadow: none !important;
}
.shop-calender #calendar .fc-header-toolbar .fc-button.fc-prev-button {
  background-image: url(../img/layout/common/arrow_left_thin_black.png);
}
.shop-calender #calendar .fc-header-toolbar .fc-button.fc-next-button {
  background-image: url(../img/layout/common/arrow_right_thin_black.png);
  margin-left: min(10px, 2.6666666667vw);
}
.shop-calender #calendar .fc-header-toolbar .fc-button .fc-icon {
  display: none;
}
.shop-calender #calendar .fc-col-header {
  margin-bottom: min(10px, 2.6666666667vw);
}
.shop-calender #calendar .fc-col-header thead tr {
  display: flex;
  gap: min(10px, 2.6666666667vw);
}
.shop-calender #calendar .fc-col-header thead tr th {
  width: calc(14.2857142857% - min(60px, 16vw) / 7);
}
.shop-calender #calendar .fc-col-header thead tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(21px, 5.6vw);
  font-size: min(14px, 3.7333333333vw);
  line-height: 1;
  padding: 0;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr {
  display: flex;
  align-items: flex-start;
  gap: min(10px, 2.6666666667vw);
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td {
  width: calc(14.2857142857% - min(60px, 16vw) / 7);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-frame .fc-daygrid-day-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-frame .fc-daygrid-day-top .fc-daygrid-day-number {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1;
  padding: 0;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-frame .fc-daygrid-day-events,
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-frame .fc-daygrid-day-bg {
  display: none;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.fc-day-today {
  background-color: transparent;
  border: 1px solid #263430;
}
.shop-calender #calendar .fc-scrollgrid-sync-table tbody tr td.fc-day-other {
  background-color: transparent;
}

/*! ========================================================
商品ブロック設定
========================================================= */
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage a:hover {
  opacity: 1;
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage a:hover img {
  transform: scale(1.1);
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName {
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: left;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice span {
  font-size: min(12px, 3.2vw);
  padding-left: min(4px, 1.0666666667vw);
}

#sysAll #sysWrap .renew-related-item {
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysAll #sysWrap .renew-related-item:not(:has(li)) {
  display: none;
}
#sysAll #sysWrap .renew-related-item .sysItemBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw) min(25px, 6.6666666667vw);
}
#sysAll #sysWrap .renew-related-item .sysItemBlock ul li {
  width: calc(33.3333333333% - min(50px, 13.3333333333vw) / 3);
}

#sysAll #sysWrap .renew-checked-item {
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysAll #sysWrap .renew-checked-item:not(:has(li)) {
  display: none;
}
#sysAll #sysWrap .renew-checked-item .sysItemBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw) min(25px, 6.6666666667vw);
}
#sysAll #sysWrap .renew-checked-item .sysItemBlock ul li {
  width: calc(33.3333333333% - min(50px, 13.3333333333vw) / 3);
}
#sysAll #sysWrap .renew-checked-item .sysItemBlock ul li .sysItemImage {
  margin-bottom: 0;
}

/*! ========================================================
PRアイコン設定
========================================================= */
.sysPr,
.sysItemPrArea {
  display: flex;
  flex-wrap: wrap;
  gap: min(6px, 1.6vw);
}
.sysPr span,
.sysItemPrArea span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  color: #ffffff;
  border: 1px solid #8b7666;
  background-color: #8b7666;
  padding: min(2px, 0.5333333333vw) min(10px, 2.6666666667vw);
}
.sysPr span.pr-brown,
.sysItemPrArea span.pr-brown {
  color: #ffffff;
  border: 1px solid #8b7666;
  background-color: #8b7666;
}
.sysPr span.pr-clear,
.sysItemPrArea span.pr-clear {
  color: #263430;
  border: 1px solid #263430;
  background-color: transparent;
}
.sysPr span:empty,
.sysItemPrArea span:empty {
  display: none;
}

/*! ========================================================
パンくず設定
========================================================= */
#sysMain .sysCategoryPankuzu,
#sysMain .sysItemCategoryPankuzu {
  display: none;
}

#sysWrap > .sysCategoryPankuzu,
#sysWrap > .sysItemCategoryPankuzu {
  display: block;
}

.sysCategoryPankuzu,
.sysItemCategoryPankuzu {
  width: 100%;
  font-size: 0;
  background-color: #ded8d0;
  padding: min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
}
.sysCategoryPankuzu > span:empty,
.sysItemCategoryPankuzu > span:empty {
  display: none;
}
.sysCategoryPankuzu > span:empty + br,
.sysItemCategoryPankuzu > span:empty + br {
  display: none;
}
.sysCategoryPankuzu > a,
.sysCategoryPankuzu > span,
.sysItemCategoryPankuzu > a,
.sysItemCategoryPankuzu > span {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(12px, 3.2vw);
  font-weight: 600;
  line-height: 1.5;
  vertical-align: sub;
}
.sysCategoryPankuzu > a::after,
.sysItemCategoryPankuzu > a::after {
  content: "";
  display: inline-block;
  width: min(8px, 2.1333333333vw);
  height: min(16px, 4.2666666667vw);
  background-image: url(../img/renewal/common/arrow_breadcrumb.png);
  background-size: 100% 100%;
  margin-inline: min(10px, 2.6666666667vw);
}
.sysCategoryPankuzu > a:last-child::after,
.sysItemCategoryPankuzu > a:last-child::after {
  content: none;
}

/*! ========================================================
フォーム設定
========================================================= */
body #sysAll #sysMain input[type=text],
body #sysAll #sysMain input[type=email],
body #sysAll #sysMain input[type=search],
body #sysAll #sysMain input[type=password],
body #sysAll #sysMain input[type=tel],
body #sysAll #sysMain input[type=number],
body #sysAll #sysMain select {
  height: min(48px, 12.8vw);
  display: block;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #263430;
  border-radius: min(4px, 1.0666666667vw);
  background: #ffffff;
  padding: 0 min(10px, 2.6666666667vw);
  margin: 0;
}
body #sysAll #sysMain input[type=text]::-moz-placeholder, body #sysAll #sysMain input[type=email]::-moz-placeholder, body #sysAll #sysMain input[type=search]::-moz-placeholder, body #sysAll #sysMain input[type=password]::-moz-placeholder, body #sysAll #sysMain input[type=tel]::-moz-placeholder, body #sysAll #sysMain input[type=number]::-moz-placeholder, body #sysAll #sysMain select::-moz-placeholder {
  color: #c6c6c6;
}
body #sysAll #sysMain input[type=text]::placeholder,
body #sysAll #sysMain input[type=email]::placeholder,
body #sysAll #sysMain input[type=search]::placeholder,
body #sysAll #sysMain input[type=password]::placeholder,
body #sysAll #sysMain input[type=tel]::placeholder,
body #sysAll #sysMain input[type=number]::placeholder,
body #sysAll #sysMain select::placeholder {
  color: #c6c6c6;
}
body #sysAll #sysMain select {
  max-width: min(240px, 64vw);
  background-image: url(../img/renewal/common/arrow_select.png);
  background-size: min(7px, 1.8666666667vw) min(4px, 1.0666666667vw);
  background-position: right min(10px, 2.6666666667vw) center;
  background-repeat: no-repeat;
  padding-right: min(27px, 7.2vw);
}
body #sysAll #sysMain textarea {
  width: 100%;
  min-height: min(250px, 66.6666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #263430;
  border: none;
  background: #ffffff;
  border-radius: min(5px, 1.3333333333vw);
  padding: min(10px, 2.6666666667vw);
  margin: 0;
}
body #sysAll #sysMain textarea::-moz-placeholder {
  color: #c6c6c6;
}
body #sysAll #sysMain textarea::placeholder {
  color: #c6c6c6;
}
body #sysAll #sysMain label:has(input[type=checkbox]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  padding-left: min(25px, 6.6666666667vw);
  margin-right: min(20px, 5.3333333333vw);
  cursor: pointer;
  position: relative;
}
body #sysAll #sysMain label:has(input[type=checkbox])::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: min(4px, 1.0666666667vw);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body #sysAll #sysMain label:has(input[type=checkbox]):has(input:checked)::before {
  background-color: #8b7666;
  background-image: url(../img/renewal/common/check.png);
  background-size: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
}
body #sysAll #sysMain label:has(input[type=checkbox]) input {
  display: none;
}
body #sysAll #sysMain label:has(input[type=radio]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  padding-left: min(25px, 6.6666666667vw);
  margin-right: min(30px, 8vw);
  cursor: pointer;
  position: relative;
}
body #sysAll #sysMain label:has(input[type=radio])::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body #sysAll #sysMain label:has(input[type=radio])::after {
  content: "";
  display: block;
  width: min(14px, 3.7333333333vw);
  height: min(14px, 3.7333333333vw);
  background-color: #8b7666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: min(3px, 0.8vw);
  transform: translateY(-50%);
  opacity: 0;
}
body #sysAll #sysMain label:has(input[type=radio]):has(input:checked)::after {
  opacity: 1;
}
body #sysAll #sysMain label:has(input[type=radio]) input {
  display: none;
}
body #sysAll #sysMain .sysFormItem {
  margin-bottom: min(40px, 10.6666666667vw);
}
body #sysAll #sysMain .sysFormLabel {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(14px, 3.7333333333vw);
}
body #sysAll #sysMain .sysAutoLoginField {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 min(5px, 1.3333333333vw);
}
body #sysAll #sysMain .sysAutoLoginField .sysAutoLoginLabel {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .sysFormLabel,
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .SysInvalidZipcodeError {
  width: 100%;
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .sysFormField {
  width: calc(100% - min(210px, 56vw));
  margin-right: min(10px, 2.6666666667vw);
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) button {
  display: block;
  width: min(200px, 53.3333333333vw);
  height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background: #263430;
  border-radius: min(4px, 1.0666666667vw);
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .input-append {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .input-append input[type=text] {
  width: min(225px, 60vw);
  margin-right: min(10px, 2.6666666667vw);
}
body #sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm {
  position: relative;
}
body #sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm input[type=search] {
  width: calc(100% - min(100px, 26.6666666667vw)) !important;
  border: none;
  border-radius: min(5px, 1.3333333333vw) 0 0 min(5px, 1.3333333333vw);
}
body #sysAll #sysMain .sysFuncItemSearch .sysItemSearchForm input[type=submit] {
  display: block;
  width: min(100px, 26.6666666667vw);
  height: min(40px, 10.6666666667vw);
  min-height: min(40px, 10.6666666667vw);
  font-size: 0;
  border: 1px solid #263430;
  border-radius: 0 min(5px, 1.3333333333vw) min(5px, 1.3333333333vw) 0;
  background-color: #263430;
  background-image: url(../img/common/ico_search.png);
  background-size: min(70px, 18.6666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
body #sysAll #sysMain .sysItemSearchFormRange {
  display: flex;
  align-items: center;
  gap: 0 min(5px, 1.3333333333vw);
}
body #sysAll #sysMain .sysMemberPassword .sysFormField:not(:last-of-type) {
  margin-bottom: min(40px, 10.6666666667vw);
}
body #sysAll #sysMain .sysGender .sysFormField {
  display: flex;
}
body #sysAll #sysMain .sysBirthday .sysFormField {
  display: flex;
  align-items: flex-end;
  gap: min(8px, 2.1333333333vw);
}
body #sysAll #sysMain .sysBirthday .sysFormField input[type=text] {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
body #sysAll #sysMain .sysBirthday .sysFormField input[type=text][name=birth_year] {
  min-width: min(64px, 17.0666666667vw);
}
body #sysAll #sysMain .sysBirthday .sysFormField input[type=text][name=birth_month], body #sysAll #sysMain .sysBirthday .sysFormField input[type=text][name=birth_day] {
  min-width: min(47px, 12.5333333333vw);
  margin-left: min(8px, 2.1333333333vw);
}

.sysOpcBody input[type=text],
.sysOpcBody input[type=email],
.sysOpcBody input[type=search],
.sysOpcBody input[type=password],
.sysOpcBody input[type=tel],
.sysOpcBody input[type=number],
.sysOpcBody select {
  height: min(48px, 12.8vw);
  display: block;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  color: #263430;
  border: 1px solid;
  border-radius: min(5px, 1.3333333333vw);
  background: #ffffff;
  padding: 0 min(10px, 2.6666666667vw);
  margin: 0;
}

/*! ========================================================
フォーム「必須」設定
========================================================= */
.sysFormLabel:has(.sysRequired),
.sysFormLabel:has(+ .sysRequired),
.SysImproperReviewForm li:has(.sysRequired) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sysFormLabel:has(.sysRequired)::after,
.sysFormLabel:has(+ .sysRequired)::after,
.SysImproperReviewForm li:has(.sysRequired)::after {
  content: "必須";
  display: inline-block;
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  color: #ffffff;
  background-color: #aa544e;
  padding: min(1px, 0.2666666667vw) min(10px, 2.6666666667vw) min(2px, 0.5333333333vw);
  margin-left: min(11px, 2.9333333333vw);
}
.sysFormLabel:has(.sysRequired) .sysRequired,
.sysFormLabel:has(.sysRequired) + .sysRequired,
.sysFormLabel:has(+ .sysRequired) .sysRequired,
.sysFormLabel:has(+ .sysRequired) + .sysRequired,
.SysImproperReviewForm li:has(.sysRequired) .sysRequired,
.SysImproperReviewForm li:has(.sysRequired) + .sysRequired {
  display: none;
}

/*! ========================================================
ヘッダー設定
========================================================= */
html:has(#header-hum-checkbox:checked) {
  overflow: clip;
}
html:has(#renewal-top) div#sysHeader, html:has(#ec-top) div#sysHeader {
  opacity: 0;
  pointer-events: none;
}
html:has(#renewal-top) div#sysHeader.is-visible, html:has(#ec-top) div#sysHeader.is-visible {
  opacity: 1;
  pointer-events: auto;
}

div#sysHeader {
  position: relative;
  z-index: 100;
  transition: all 400ms;
}
div#sysHeader .renew-header {
  width: 100%;
  height: min(88px, 23.4666666667vw);
  background-color: #e3ded9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
div#sysHeader .renew-header .sysContent {
  width: 100%;
  height: 100%;
}
div#sysHeader .renew-header .sysContent .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-inline: min(20px, 5.3333333333vw) min(40px, 10.6666666667vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk {
  display: flex;
  align-items: center;
  gap: min(60px, 16vw);
  width: -moz-fit-content;
  width: fit-content;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-logo {
  width: min(170px, 45.3333333333vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-logo a {
  display: block;
  width: 100%;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav {
  width: -moz-fit-content;
  width: fit-content;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list {
  display: flex;
  align-items: center;
  gap: min(30px, 8vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item > a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle {
  position: relative;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle:hover::before {
  opacity: 0;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle:hover > a::before {
  opacity: 0;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle::before {
  content: "";
  display: block;
  width: min(2px, 0.5333333333vw);
  height: min(2px, 0.5333333333vw);
  background-color: #e3ded9;
  position: absolute;
  top: 50%;
  right: min(6px, 1.6vw);
  transform: translateY(-50%);
  z-index: 1;
  transition: all 400ms;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle > a {
  padding-right: min(20px, 5.3333333333vw);
  position: relative;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle > a::before, div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle > a::after {
  content: "";
  display: block;
  width: min(14px, 3.7333333333vw);
  height: min(2px, 0.5333333333vw);
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 400ms;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle > a::after {
  transform: translateY(-50%) rotate(90deg);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle > a:hover + .header-nav-child {
  opacity: 1;
  pointer-events: auto;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child {
  width: -moz-max-content;
  width: max-content;
  min-width: min(190px, 50.6666666667vw);
  padding-top: min(10px, 2.6666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child:hover {
  opacity: 1;
  pointer-events: auto;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: min(10px, 2.6666666667vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  padding-right: min(20px, 5.3333333333vw);
  position: relative;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a::before, div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2px, 0.5333333333vw);
  transform: translateY(-50%);
  overflow: hidden;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a::before {
  background-position: left max(-12px, -3.2vw) center;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a::after {
  background-position: center center;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a:hover::before, div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a:hover::after {
  transition: all 400ms ease-out;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a:hover::before {
  background-position: center center;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-toggle .header-nav-child .header-nav-list-child .nav-item-child a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav .header-nav-list .nav-item.type-btn a {
  color: #ffffff;
  background-color: #8b7666;
  border-radius: 100px;
  padding: min(3px, 0.8vw) min(20px, 5.3333333333vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk {
  width: -moz-fit-content;
  width: fit-content;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav {
  width: -moz-fit-content;
  width: fit-content;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list {
  display: flex;
  align-items: center;
  gap: min(30px, 8vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-langage {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(10px, 2.6666666667vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-langage a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #8b7666;
  border: 1px solid #8b7666;
  border-radius: 100px;
  padding: min(2px, 0.5333333333vw) min(20px, 5.3333333333vw) min(4px, 1.0666666667vw);
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item {
  width: min(20px, 5.3333333333vw);
  position: relative;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item a {
  display: block;
  width: 100%;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item a img {
  width: 100%;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item .item-count {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
  font-size: min(10px, 2.6666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
  background-color: #aa544e;
  border-radius: 100px;
  padding-inline: min(4px, 1.0666666667vw);
  position: absolute;
  top: max(-7px, -1.8666666667vw);
  left: min(11px, 2.9333333333vw);
  opacity: 0;
  pointer-events: none;
}
div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item .item-count.is-not-empty {
  opacity: 1;
}
div#sysHeader .renew-header-hum {
  display: none;
}
div#sysHeader .renew-header-cart {
  display: none !important;
}

/*! ========================================================
フッター設定
========================================================= */
div#sysFooter {
  width: 100%;
}
div#sysFooter .renew-footer {
  width: 100%;
  background-color: #ded8d0;
  padding-block: min(160px, 42.6666666667vw) min(20px, 5.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 min(60px, 16vw);
  width: 100%;
  max-width: min(1760px, 469.3333333333vw);
  margin-inline: auto;
}
div#sysFooter .renew-footer .footer-wrap .left-blk {
  width: min(360px, 96vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-logo {
  width: 100%;
  margin-bottom: min(40px, 10.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-logo a {
  display: block;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns {
  margin-bottom: min(40px, 10.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns .footer-sns-list {
  display: flex;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns .footer-sns-list .footer-sns-item {
  width: -moz-fit-content;
  width: fit-content;
  height: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns .footer-sns-list .footer-sns-item:nth-of-type(2) {
  border-inline: 1px solid #c6c6c6;
  padding-inline: min(15px, 4vw);
  margin-inline: min(15px, 4vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns .footer-sns-list .footer-sns-item a {
  display: block;
  width: auto;
  height: 100%;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-sns .footer-sns-list .footer-sns-item a img {
  width: auto;
  height: 100%;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: min(16px, 4.2666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt {
  font-size: min(18px, 4.8vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt-light {
  color: #616164;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt-light.indent {
  text-indent: max(-68px, -18.1333333333vw);
  padding-left: min(68px, 18.1333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt-tel {
  display: flex;
  align-items: center;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt-tel span {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  color: #8b7666;
  margin-left: min(6px, 1.6vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .btn-cmn {
  min-width: min(320px, 85.3333333333vw);
  height: min(42px, 11.2vw);
  margin-left: 0;
  margin-top: 0;
  margin-bottom: min(30px, 8vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .btn-cmn a::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-image: url(../img/renewal/common/icon_mail_white.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: min(6px, 1.6vw);
  transition: all 400ms;
}
div#sysFooter .renew-footer .footer-wrap .left-blk .btn-cmn a:hover::before {
  background-image: url(../img/renewal/common/icon_mail_brown.png);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access {
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #aa544e;
  border-bottom: 1px solid #aa544e;
  padding-block: min(10px, 2.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access a::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: min(6px, 1.6vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access.by-train {
  margin-bottom: min(10px, 2.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access.by-train a::before {
  background-image: url(../img/renewal/common/icon_train.png);
}
div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access.by-car a::before {
  background-image: url(../img/renewal/common/icon_car.png);
}
div#sysFooter .renew-footer .footer-wrap .right-blk {
  width: calc(100% - min(420px, 112vw));
  max-width: min(700px, 186.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #8b7666;
  margin-bottom: min(18px, 4.8vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-ttl-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  padding-left: min(10px, 2.6666666667vw);
  margin-bottom: min(9px, 2.4vw);
  position: relative;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-ttl-sub::before {
  content: "";
  display: block;
  width: min(2px, 0.5333333333vw);
  height: min(13px, 3.4666666667vw);
  background-color: #c6c6c6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-ttl-sub::after {
  content: "";
  display: block;
  width: min(2px, 0.5333333333vw);
  height: min(3px, 0.8vw);
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - min(5px, 1.3333333333vw)));
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav {
  margin-bottom: min(60px, 16vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .ttl-nav {
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: min(10px, 2.6666666667vw);
  border-bottom: 1px solid #8b7666;
  margin-bottom: min(20px, 5.3333333333vw);
  position: relative;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .ttl-nav::before {
  content: "";
  display: block;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background-color: #8b7666;
  position: absolute;
  bottom: max(-3px, -0.8vw);
  left: 0;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list.col-2 .footer-nav-item {
  width: calc(50% - min(20px, 5.3333333333vw) / 2);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list.col-4 .footer-nav-item {
  width: calc(25% - min(60px, 16vw) / 4);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(10px, 2.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: 100%;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.5;
  padding-right: min(20px, 5.3333333333vw);
  position: relative;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a::before, div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a::before {
  background-position: left max(-12px, -3.2vw) center;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a::after {
  background-position: center center;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a:hover::before, div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a:hover::after {
  transition: all 400ms ease-out;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a:hover::before {
  background-position: center center;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link {
  margin-bottom: min(40px, 10.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list .footer-link-item {
  width: calc(50% - min(20px, 5.3333333333vw) / 2);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list .footer-link-item a {
  display: block;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list .footer-link-item a img {
  width: 100%;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf {
  margin-bottom: min(40px, 10.6666666667vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list .footer-pdf-item {
  width: calc(50% - min(20px, 5.3333333333vw) / 2);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list .footer-pdf-item a {
  display: block;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list .footer-pdf-item a img {
  width: 100%;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-bottom-nav .footer-bottom-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw) min(30px, 8vw);
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-bottom-nav .footer-bottom-nav-list .footer-bottom-nav-item {
  width: -moz-fit-content;
  width: fit-content;
}
div#sysFooter .renew-footer .footer-wrap .right-blk .footer-bottom-nav .footer-bottom-nav-list .footer-bottom-nav-item a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
}
div#sysFooter .renew-footer .footer-wrap .bottom-blk {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw);
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding-top: min(20px, 5.3333333333vw);
  margin-top: min(36px, 9.6vw);
}
div#sysFooter .renew-footer .footer-wrap .bottom-blk p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #8b7666;
}
div#sysFooter .renew-footer .footer-wrap .bottom-blk p a {
  text-decoration: underline;
}

div#sysFooter .renew-footer-about {
  width: 100%;
  background-color: #ded8d0;
  padding-block: min(60px, 16vw) min(80px, 21.3333333333vw);
}
div#sysFooter .renew-footer-about .sysHeadline,
div#sysFooter .renew-footer-about .sysContent {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
div#sysFooter .renew-footer-about .footer-about-wrap {
  display: flex;
  gap: min(60px, 16vw);
}
div#sysFooter .renew-footer-about .footer-about-wrap .img-blk {
  width: calc(100% - min(600px, 160vw));
}
div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk {
  width: min(540px, 144vw);
}
div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(30px, 8vw);
}
div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk p {
  font-size: min(16px, 4.2666666667vw);
}

div#sysFooter .renew-footer-gift {
  width: 100%;
  padding-block: min(80px, 21.3333333333vw);
}
div#sysFooter .renew-footer-gift .footer-gift-wrap {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 16vw);
}
div#sysFooter .renew-footer-gift .footer-gift-wrap h2 {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: none;
  padding-bottom: min(9px, 2.4vw);
  margin-bottom: min(30px, 8vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
}
div#sysFooter .renew-footer-gift .footer-gift-wrap p {
  font-size: min(16px, 4.2666666667vw);
}
div#sysFooter .renew-footer-gift .footer-gift-wrap p .red {
  font-weight: 700;
  color: #aa544e;
}
div#sysFooter .renew-footer-gift .footer-gift-wrap .content {
  display: flex;
  flex-direction: column;
  gap: min(40px, 10.6666666667vw);
}
div#sysFooter .renew-footer-gift .footer-gift-wrap .gift-blk {
  width: calc(100% - min(440px, 117.3333333333vw));
}
div#sysFooter .renew-footer-gift .footer-gift-wrap .shipping-blk {
  width: min(380px, 101.3333333333vw);
}

div#sysFooter .renew-lineup {
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding-block: min(80px, 21.3333333333vw) min(120px, 32vw);
}
div#sysFooter .renew-lineup .sysHeadline,
div#sysFooter .renew-lineup .sysContent {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
div#sysFooter .renew-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
}
div#sysFooter .renew-lineup .lineup-list li {
  width: calc(25% - min(60px, 16vw) / 4);
  height: min(120px, 32vw);
}
div#sysFooter .renew-lineup .lineup-list li a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
  padding-inline: min(34px, 9.0666666667vw);
  position: relative;
}
div#sysFooter .renew-lineup .lineup-list li a::before, div#sysFooter .renew-lineup .lineup-list li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(16px, 4.2666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
div#sysFooter .renew-lineup .lineup-list li a::before {
  background-position: left max(-12px, -3.2vw) center;
}
div#sysFooter .renew-lineup .lineup-list li a::after {
  background-position: center center;
}
div#sysFooter .renew-lineup .lineup-list li a:hover {
  opacity: 1;
}
div#sysFooter .renew-lineup .lineup-list li a:hover::before, div#sysFooter .renew-lineup .lineup-list li a:hover::after {
  transition: all 400ms ease-out;
}
div#sysFooter .renew-lineup .lineup-list li a:hover::before {
  background-position: center center;
}
div#sysFooter .renew-lineup .lineup-list li a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}

.renew-sticky-content {
  position: fixed;
  bottom: min(30px, 8vw);
  right: min(30px, 8vw);
  z-index: 10;
  transition: all 400ms;
  opacity: 0;
  pointer-events: none;
}
.renew-sticky-content.is-show {
  opacity: 1;
  pointer-events: auto;
}
.renew-sticky-content.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.renew-sticky-content .sticky-content {
  position: relative;
}
.renew-sticky-content .sticky-content .sticky-close {
  display: block;
  width: min(24px, 6.4vw);
  height: min(24px, 6.4vw);
  background-color: #a1a3a6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.renew-sticky-content .sticky-content .sticky-close::before, .renew-sticky-content .sticky-content .sticky-close::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.renew-sticky-content .sticky-content .sticky-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.renew-sticky-content .sticky-content .sticky-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.renew-sticky-content .sticky-content .sticky-link {
  width: min(124px, 33.0666666667vw);
  height: min(124px, 33.0666666667vw);
}
.renew-sticky-content .sticky-content .sticky-link a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: min(18px, 4.8vw);
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  background-color: #8b7666;
  border: 1px solid #e3ded9;
  border-radius: 50%;
  padding-top: min(52px, 13.8666666667vw);
  position: relative;
}
.renew-sticky-content .sticky-content .sticky-link a::before {
  content: "";
  display: block;
  width: min(80px, 21.3333333333vw);
  height: min(14px, 3.7333333333vw);
  background-image: url(../img/renewal/common/icon_knife.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: min(28px, 7.4666666667vw);
  left: 50%;
  transform: translateX(-50%);
}

/*! ========================================================
アサイド設定
========================================================= */
#sysWrap #sysAside div[class*=renew-aside-] {
  margin-bottom: min(50px, 13.3333333333vw);
}
#sysWrap #sysAside div[class*=renew-aside-] .sysHeadline {
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  line-height: 1.5;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysWrap #sysAside div[class*=renew-aside-] ul {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
}
#sysWrap #sysAside div[class*=renew-aside-] ul li {
  width: 100%;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(15px, 4vw);
  font-weight: 400;
  line-height: 1.5;
  padding-right: min(20px, 5.3333333333vw);
  position: relative;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a::before, #sysWrap #sysAside div[class*=renew-aside-] ul li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(4px, 1.0666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a::before {
  background-position: left max(-12px, -3.2vw) center;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a::after {
  background-position: center center;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a:hover::before, #sysWrap #sysAside div[class*=renew-aside-] ul li a:hover::after {
  transition: all 400ms ease-out;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a:hover::before {
  background-position: center center;
}
#sysWrap #sysAside div[class*=renew-aside-] ul li a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*! ========================================================
トップページ
========================================================= */
@keyframes scrollDot {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    top: calc(100% - min(5px, 1.3333333333vw));
    opacity: 1;
  }
  100% {
    top: calc(100% - min(5px, 1.3333333333vw));
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    top: 0;
    height: 0;
  }
  45% {
    top: 0;
    height: 100%;
  }
  50% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@keyframes playCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#renewal-top #sysAll .renew-top-hero {
  width: 100%;
  height: 100dvh;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap {
  display: flex;
  width: 100%;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk {
  flex-shrink: 0;
  width: auto;
  height: 100dvh;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-01 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 {
  margin-bottom: min(40px, 10.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 span {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 span.small {
  font-size: min(24px, 6.4vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 span.large {
  font-size: min(64px, 17.0666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  color: #ffffff;
  margin-bottom: min(40px, 10.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt:has(+ .hero-txt-attention) {
  margin-bottom: min(20px, 5.3333333333vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt-attention {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  color: #d0af5e;
  margin-bottom: min(40px, 10.6666666667vw);
  padding-left: min(13px, 3.4666666667vw);
  position: relative;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt-attention::before {
  content: "";
  display: inline-block;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background-color: #d0af5e;
  position: absolute;
  top: calc(1em - min(2.5px, 0.6666666667vw));
  left: 0;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .btn-cmn {
  margin-top: min(20px, 5.3333333333vw);
  margin-left: 0;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .img-blk,
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .txt-blk {
  position: relative;
  z-index: 1;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-01,
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02,
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt,
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .btn-blk {
  will-change: transform;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info {
  display: flex;
  flex-direction: column;
  width: min(720px, 192vw);
  padding-block: min(80px, 21.3333333333vw) min(100px, 26.6666666667vw);
  padding-inline: min(80px, 21.3333333333vw);
  position: relative;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .logo {
  width: min(160px, 42.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl {
  font-family: "Zen Old Mincho", serif;
  margin-top: auto;
  margin-left: min(10px, 2.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span {
  display: block;
  font-weight: 500;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span.jp {
  font-size: min(52px, 13.8666666667vw);
  line-height: 1.2;
  letter-spacing: -0.12em;
  margin-block: min(60px, 16vw) min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span.en {
  font-size: min(20px, 5.3333333333vw);
  line-height: 1.5;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: min(24px, 6.4vw);
  bottom: min(60px, 16vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span {
  display: block;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.txt {
  font-family: "Zen Old Mincho", serif;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1;
  color: #a08468;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  margin-bottom: min(20px, 5.3333333333vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line {
  width: 1px;
  height: min(60px, 16vw);
  background-color: #c9bbaf;
  position: relative;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #8b7666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollLine 2000ms ease infinite;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line::after {
  content: "";
  display: block;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background-color: #8b7666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: scrollDot 2000ms ease infinite;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-img .img img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  height: 100dvh;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 {
  display: flex;
  align-items: flex-end;
  gap: min(80px, 21.3333333333vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 .img-blk {
  width: min(750px, 200vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 .txt-blk {
  width: min(420px, 112vw);
  margin-bottom: min(280px, 74.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 {
  display: flex;
  align-items: center;
  gap: min(80px, 21.3333333333vw);
  margin-left: min(640px, 170.6666666667vw);
  position: relative;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .img-blk {
  width: min(750px, 200vw);
  height: 100dvh;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .txt-blk {
  width: -moz-fit-content;
  width: fit-content;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .svg-blk {
  width: min(1786px, 476.2666666667vw);
  position: absolute;
  bottom: min(40px, 10.6666666667vw);
  left: min(730px, 194.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 {
  display: flex;
  align-items: flex-start;
  gap: min(80px, 21.3333333333vw);
  margin-left: min(640px, 170.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 .img-blk {
  width: min(750px, 200vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 .txt-blk {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(400px, 106.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 {
  display: flex;
  align-items: flex-end;
  gap: min(80px, 21.3333333333vw);
  margin-left: min(640px, 170.6666666667vw);
  padding-right: min(200px, 53.3333333333vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk {
  width: min(700px, 186.6666666667vw);
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk .renew-ec-item-pickup {
  display: block !important;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk .sysHeadline {
  display: none;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk .sysContent li > *:not(.sysItemImage) {
  display: none;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk .sysContent li .sysItemImage {
  margin: 0;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk .sysContent li .sysItemImage a {
  pointer-events: none;
  aspect-ratio: 1/1;
}
#renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .txt-blk {
  width: min(420px, 112vw);
  margin-bottom: min(340px, 90.6666666667vw);
}
#renewal-top #sysAll .renew-top-news {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
  margin-top: min(300px, 80vw);
}
#renewal-top #sysAll .renew-top-news .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw);
  border-top: 1px solid #c6c6c6;
}
#renewal-top #sysAll .renew-top-news .news-list > * {
  opacity: 0;
  transition: all 400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > * {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#renewal-top #sysAll .renew-top-news .news-list.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#renewal-top #sysAll .renew-top-news .news-list li {
  width: calc(33.3333333333% - min(80px, 21.3333333333vw) / 3);
  border-bottom: 1px solid #c6c6c6;
}
#renewal-top #sysAll .renew-top-news .news-list li a {
  display: block;
  padding-block: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk {
  display: flex;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
  position: relative;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk::before, #renewal-top #sysAll .renew-top-news .news-list li a .info-blk::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(10px, 2.6666666667vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk::before {
  background-position: left max(-14px, -3.7333333333vw) center;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk::after {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk .news-date {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #8b7666;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk .news-category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  color: #6f789f;
  border: 1px solid #6f789f;
  padding: min(2px, 0.5333333333vw) min(10px, 2.6666666667vw);
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk .news-category.cat-news {
  color: #6f789f;
  border: 1px solid #6f789f;
}
#renewal-top #sysAll .renew-top-news .news-list li a .info-blk .news-category.cat-event {
  color: #8b7666;
  border: 1px solid #8b7666;
}
#renewal-top #sysAll .renew-top-news .news-list li a .content-blk .news-ttl {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-news .news-list li a:hover .info-blk::before, #renewal-top #sysAll .renew-top-news .news-list li a:hover .info-blk::after {
  transition: all 400ms ease-out;
}
#renewal-top #sysAll .renew-top-news .news-list li a:hover .info-blk::before {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-news .news-list li a:hover .info-blk::after {
  background-position: left min(14px, 3.7333333333vw) center;
}
#renewal-top #sysAll .renew-top-event {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#renewal-top #sysAll .renew-top-event .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw);
}
#renewal-top #sysAll .renew-top-event .event-list > * {
  opacity: 0;
  transition: all 400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > * {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#renewal-top #sysAll .renew-top-event .event-list.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#renewal-top #sysAll .renew-top-event .event-list li {
  width: calc(33.3333333333% - min(80px, 21.3333333333vw) / 3);
}
#renewal-top #sysAll .renew-top-event .event-list li a {
  display: block;
}
#renewal-top #sysAll .renew-top-event .event-list li a .img-blk {
  width: 100%;
  margin-bottom: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-event .event-list li a .img-blk .img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-event .event-list li a .img-blk .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk {
  width: calc(100% - min(60px, 16vw));
  position: relative;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk::before, #renewal-top #sysAll .renew-top-event .event-list li a .content-blk::after {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-image: url(../img/renewal/common/arrow_right_down_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: max(-50px, -13.3333333333vw);
  transform: translateY(-50%);
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk::before {
  background-position: left max(-25px, -6.6666666667vw) top max(-25px, -6.6666666667vw);
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk::after {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-type {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  color: #ffffff;
  background-color: #6f789f;
  border: 1px solid #6f789f;
  padding: min(2px, 0.5333333333vw) min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-type.type-regular {
  background-color: #6f789f;
  border: 1px solid #6f789f;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-type.type-spot {
  background-color: #aa544e;
  border: 1px solid #aa544e;
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #8b7666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: min(20px, 5.3333333333vw);
}
#renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-txt {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-event .event-list li a:hover {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-event .event-list li a:hover .img-blk .img img {
  transform: scale(1.1);
}
#renewal-top #sysAll .renew-top-event .event-list li a:hover .content-blk::before, #renewal-top #sysAll .renew-top-event .event-list li a:hover .content-blk::after {
  transition: all 400ms ease-out;
}
#renewal-top #sysAll .renew-top-event .event-list li a:hover .content-blk::before {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-event .event-list li a:hover .content-blk::after {
  background-position: left min(25px, 6.6666666667vw) top min(25px, 6.6666666667vw);
}
#renewal-top #sysAll .renew-top-category {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#renewal-top #sysAll .renew-top-category .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(24px, 6.4vw);
}
#renewal-top #sysAll .renew-top-category .category-list > * {
  opacity: 0;
  transition: all 400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > * {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#renewal-top #sysAll .renew-top-category .category-list.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#renewal-top #sysAll .renew-top-category .category-list li {
  width: calc(25% - min(72px, 19.2vw) / 4);
  position: relative;
}
#renewal-top #sysAll .renew-top-category .category-list li.category-nolink {
  background-color: #c9bbaf;
}
#renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  bottom: min(24px, 6.4vw);
  left: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .small {
  display: block;
  font-size: min(24px, 6.4vw);
}
#renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .large {
  display: block;
  font-size: min(40px, 10.6666666667vw);
}
#renewal-top #sysAll .renew-top-category .category-list li a {
  display: block;
  position: relative;
}
#renewal-top #sysAll .renew-top-category .category-list li a .img-blk {
  width: 100%;
  position: relative;
}
#renewal-top #sysAll .renew-top-category .category-list li a .img-blk::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #211905;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
#renewal-top #sysAll .renew-top-category .category-list li a .img-blk .img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-category .category-list li a .img-blk .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#renewal-top #sysAll .renew-top-category .category-list li a .content-blk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#renewal-top #sysAll .renew-top-category .category-list li a .content-blk::before, #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::after {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-image: url(../img/renewal/common/arrow_right_down_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: min(36px, 9.6vw);
  right: min(36px, 9.6vw);
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-category .category-list li a .content-blk::before {
  background-position: left max(-25px, -6.6666666667vw) top max(-25px, -6.6666666667vw);
}
#renewal-top #sysAll .renew-top-category .category-list li a .content-blk::after {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-category .category-list li a .content-blk .category-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  bottom: min(30px, 8vw);
  left: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-category .category-list li a:hover {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-category .category-list li a:hover .img-blk .img img {
  transform: scale(1.1);
}
#renewal-top #sysAll .renew-top-category .category-list li a:hover .content-blk::before, #renewal-top #sysAll .renew-top-category .category-list li a:hover .content-blk::after {
  transition: all 400ms ease-out;
}
#renewal-top #sysAll .renew-top-category .category-list li a:hover .content-blk::before {
  background-position: center center;
}
#renewal-top #sysAll .renew-top-category .category-list li a:hover .content-blk::after {
  background-position: left min(25px, 6.6666666667vw) top min(25px, 6.6666666667vw);
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysHeadline {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysContent {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock {
  position: relative;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul > * {
  opacity: 0;
  transition: all 400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > * {
  opacity: 1;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock .splide__arrows .splide__arrow {
  width: min(48px, 12.8vw);
  height: min(120px, 32vw);
  background-color: rgba(139, 118, 102, 0.9);
  background-image: url(../img/renewal/common/arrow_right_white.png);
  background-size: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--prev {
  left: max(-20px, -5.3333333333vw);
  transform: translateY(-50%) rotate(180deg);
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--next {
  right: max(-20px, -5.3333333333vw);
  transform: translateY(-50%);
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
#renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock .splide__arrows .splide__arrow svg {
  display: none;
}
#renewal-top #sysAll .renew-top-ec-btn {
  margin-bottom: min(160px, 42.6666666667vw);
}
#renewal-top #sysAll .renew-top-sns {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap {
  background-image: url(../img/renewal/top/sns_bg_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: min(80px, 21.3333333333vw);
  padding-inline: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab {
  display: flex;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li {
  width: -moz-fit-content;
  width: fit-content;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: min(7px, 1.8666666667vw) min(20px, 5.3333333333vw);
  cursor: pointer;
  transition: 400ms;
  margin: 0 !important;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label::before, #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label::after {
  content: none;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label:has(input:checked) {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #8b7666;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label:hover {
  opacity: 0.7;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label input {
  display: none;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
  display: none;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk {
  width: 100%;
  position: relative;
  margin-bottom: min(40px, 10.6666666667vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button {
  display: block;
  width: 100%;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img {
  aspect-ratio: 800/450;
  overflow: hidden;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img img,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img iframe,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img img,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img {
  width: min(140px, 37.3333333333vw);
  height: min(140px, 37.3333333333vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .circle,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playCircle 25000ms linear infinite;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .play,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .play {
  width: min(30px, 8vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a:hover,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button:hover {
  opacity: 1;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a:hover .img img,
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button:hover .img img {
  transform: scale(1.1);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .txt-blk .txt {
  font-size: min(16px, 4.2666666667vw);
  letter-spacing: 0.04em;
  color: #ffffff;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .btn-cmn {
  margin-top: min(55px, 14.6666666667vw);
}
#renewal-top #sysAll .renew-top-sns .sns-wrap:has(input.youtube:checked) .sns-content .sns-item.sns-youtube {
  display: block;
}
#renewal-top #sysAll .renew-top-sns .sns-wrap:has(input.instagram:checked) .sns-content .sns-item.sns-instagram {
  display: block;
}
#renewal-top #sysAll .renew-top-map {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(30px, 8vw);
}
#renewal-top #sysAll .renew-top-map .map-wrap iframe {
  display: block;
  width: 100%;
  height: min(500px, 133.3333333333vw);
}

/*! ========================================================
ECトップページ
========================================================= */
#ec-top #sysAll .renew-ec-hero {
  position: relative;
  margin-bottom: min(180px, 48vw);
}
#ec-top #sysAll .renew-ec-hero .hero-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 384/360;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell .img-blk {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell .img-blk .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell .img-blk .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell .img-blk .img .fade-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 2;
  will-change: opacity;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell .logo {
  width: 41.6666666667%;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.empty {
  background-color: #ded8d0;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d5c4b7;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.large {
  grid-column: 4/6;
  grid-row: 1/3;
  aspect-ratio: auto;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-03 .img-blk {
  border-radius: 0 0 0 calc(80 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-04 .img-blk {
  border-radius: 0 0 0 calc(80 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-06 .img-blk {
  border-radius: 0 0 0 calc(80 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-07::before {
  border-radius: 0 calc(80 * (100vw / 1920)) 0 0;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-08::before {
  border-radius: calc(80 * (100vw / 1920)) 0 0 0;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-10 .img-blk {
  border-radius: calc(80 * (100vw / 1920)) 0 0 0;
}
#ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-12 .img-blk {
  border-radius: calc(80 * (100vw / 1920)) 0 0 0;
}
#ec-top #sysAll .renew-ec-hero .ttl {
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  bottom: calc(100 * (100vw / 1920));
  left: calc(90 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .ttl span {
  display: block;
  font-weight: 500;
}
#ec-top #sysAll .renew-ec-hero .ttl span.jp {
  font-size: calc(52 * (100vw / 1920));
  line-height: 1.2;
  letter-spacing: -0.12em;
  margin-bottom: calc(30 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .ttl span.en {
  font-size: calc(20 * (100vw / 1920));
  line-height: 1.5;
}
#ec-top #sysAll .renew-ec-hero .scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: calc(20 * (100vw / 1920));
  bottom: calc(60 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .scroll span {
  display: block;
}
#ec-top #sysAll .renew-ec-hero .scroll span.txt {
  font-family: "Zen Old Mincho", serif;
  font-size: calc(14 * (100vw / 1920));
  line-height: 1;
  color: #a08468;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  margin-bottom: calc(20 * (100vw / 1920));
}
#ec-top #sysAll .renew-ec-hero .scroll span.line {
  width: 1px;
  height: calc(60 * (100vw / 1920));
  background-color: #c9bbaf;
  position: relative;
}
#ec-top #sysAll .renew-ec-hero .scroll span.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #8b7666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollLine 2000ms ease infinite;
}
#ec-top #sysAll .renew-ec-hero .scroll span.line::after {
  content: "";
  display: block;
  width: calc(5 * (100vw / 1920));
  height: calc(5 * (100vw / 1920));
  background-color: #8b7666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: scrollDot 2000ms ease infinite;
}
#ec-top #sysAll .renew-lineup {
  width: 100%;
  margin-bottom: min(160px, 42.6666666667vw);
}
#ec-top #sysAll .renew-lineup .sysHeadline,
#ec-top #sysAll .renew-lineup .sysContent {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#ec-top #sysAll .renew-lineup .lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
}
#ec-top #sysAll .renew-lineup .lineup-list li {
  width: calc(25% - min(60px, 16vw) / 4);
  height: min(120px, 32vw);
}
#ec-top #sysAll .renew-lineup .lineup-list li a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
  padding-inline: min(34px, 9.0666666667vw);
  position: relative;
}
#ec-top #sysAll .renew-lineup .lineup-list li a::before, #ec-top #sysAll .renew-lineup .lineup-list li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(16px, 4.2666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
#ec-top #sysAll .renew-lineup .lineup-list li a::before {
  background-position: left max(-12px, -3.2vw) center;
}
#ec-top #sysAll .renew-lineup .lineup-list li a::after {
  background-position: center center;
}
#ec-top #sysAll .renew-lineup .lineup-list li a:hover {
  opacity: 1;
}
#ec-top #sysAll .renew-lineup .lineup-list li a:hover::before, #ec-top #sysAll .renew-lineup .lineup-list li a:hover::after {
  transition: all 400ms ease-out;
}
#ec-top #sysAll .renew-lineup .lineup-list li a:hover::before {
  background-position: center center;
}
#ec-top #sysAll .renew-lineup .lineup-list li a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
#ec-top #sysAll .renew-ec-item-pickup {
  margin-bottom: min(160px, 42.6666666667vw);
}
#ec-top #sysAll .renew-ec-item-pickup .sysHeadline {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#ec-top #sysAll .renew-ec-item-pickup .sysContent {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock {
  position: relative;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul > * {
  opacity: 0;
  transition: all 400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > * {
  opacity: 1;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock .splide__arrows .splide__arrow {
  width: min(48px, 12.8vw);
  height: min(120px, 32vw);
  background-color: rgba(139, 118, 102, 0.9);
  background-image: url(../img/renewal/common/arrow_right_white.png);
  background-size: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--prev {
  left: max(-20px, -5.3333333333vw);
  transform: translateY(-50%) rotate(180deg);
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--next {
  right: max(-20px, -5.3333333333vw);
  transform: translateY(-50%);
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
#ec-top #sysAll .renew-ec-item-pickup .sysItemBlock .splide__arrows .splide__arrow svg {
  display: none;
}
#ec-top #sysAll .renew-ec-item-ranking {
  margin-bottom: min(60px, 16vw);
}
#ec-top #sysAll .renew-ec-item-ranking .sysHeadline {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#ec-top #sysAll .renew-ec-item-ranking .sysContent {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock {
  position: relative;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul > * {
  opacity: 0;
  transition: all 400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > * {
  opacity: 1;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li {
  position: relative;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li::after {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(64px, 17.0666666667vw);
  height: min(64px, 17.0666666667vw);
  font-size: min(23px, 6.1333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(1)::after {
  content: "1";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(2)::after {
  content: "2";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(3)::after {
  content: "3";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(4)::after {
  content: "4";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(5)::after {
  content: "5";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(6)::after {
  content: "6";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(7)::after {
  content: "7";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(8)::after {
  content: "8";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(9)::after {
  content: "9";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(10)::after {
  content: "10";
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(1)::after {
  background: #d0af5e;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(2)::after {
  background: #a1a3a6;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(3)::after {
  background: #c69d8a;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li:nth-child(n+4)::after {
  background: #263430;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li .sysIconRank {
  display: none !important;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock .splide__arrows .splide__arrow {
  width: min(48px, 12.8vw);
  height: min(120px, 32vw);
  background-color: rgba(139, 118, 102, 0.9);
  background-image: url(../img/renewal/common/arrow_right_white.png);
  background-size: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--prev {
  left: max(-20px, -5.3333333333vw);
  transform: translateY(-50%) rotate(180deg);
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock .splide__arrows .splide__arrow.splide__arrow--next {
  right: max(-20px, -5.3333333333vw);
  transform: translateY(-50%);
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock .splide__arrows .splide__arrow:disabled {
  opacity: 0;
}
#ec-top #sysAll .renew-ec-item-ranking .sysItemBlock .splide__arrows .splide__arrow svg {
  display: none;
}
#ec-top #sysAll .renew-ec-item-btn {
  margin-bottom: min(160px, 42.6666666667vw);
}
#ec-top #sysAll .renew-ec-about {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .img-blk {
  margin-bottom: min(60px, 16vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk {
  display: flex;
  justify-content: space-between;
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk .logo {
  width: min(160px, 42.6666666667vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk {
  width: min(420px, 112vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(30px, 8vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk p {
  font-size: min(16px, 4.2666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk .btn-cmn {
  margin-top: min(20px, 5.3333333333vw);
  margin-left: 0;
}
#ec-top #sysAll .renew-top-sns {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(30px, 8vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap {
  background-image: url(../img/renewal/top/sns_bg_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: min(80px, 21.3333333333vw);
  padding-inline: min(30px, 8vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab {
  display: flex;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li {
  width: -moz-fit-content;
  width: fit-content;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: min(7px, 1.8666666667vw) min(20px, 5.3333333333vw);
  cursor: pointer;
  transition: 400ms;
  margin: 0 !important;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label::before, #ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label::after {
  content: none;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label:has(input:checked) {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #8b7666;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label:hover {
  opacity: 0.7;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label input {
  display: none;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
  display: none;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk {
  width: 100%;
  position: relative;
  margin-bottom: min(40px, 10.6666666667vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button {
  display: block;
  width: 100%;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img {
  aspect-ratio: 800/450;
  overflow: hidden;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img img,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .img iframe,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img img,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .img iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img {
  width: min(140px, 37.3333333333vw);
  height: min(140px, 37.3333333333vw);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .circle,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playCircle 25000ms linear infinite;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .play,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .play {
  width: min(30px, 8vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a:hover,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button:hover {
  opacity: 1;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a:hover .img img,
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button:hover .img img {
  transform: scale(1.1);
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .txt-blk .txt {
  font-size: min(16px, 4.2666666667vw);
  letter-spacing: 0.04em;
  color: #ffffff;
}
#ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .btn-cmn {
  margin-top: min(55px, 14.6666666667vw);
}
#ec-top #sysAll .renew-top-sns .sns-wrap:has(input.youtube:checked) .sns-content .sns-item.sns-youtube {
  display: block;
}
#ec-top #sysAll .renew-top-sns .sns-wrap:has(input.instagram:checked) .sns-content .sns-item.sns-instagram {
  display: block;
}

/*! ========================================================
下層ページ
========================================================= */
#sysMain div[class*=renew-page-] .ttl-page {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding-inline: min(20px, 5.3333333333vw);
  padding-block: min(60px, 16vw) min(30px, 8vw);
}
#sysMain div[class*=renew-page-] .sec-hero {
  width: 100%;
  padding-inline: min(20px, 5.3333333333vw);
  margin-bottom: min(60px, 16vw);
}
#sysMain div[class*=renew-page-] .sec-hero img {
  width: 100%;
}

#sysMain .renew-page-access .sec-access .map {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit {
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit h2 {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  font-size: min(28px, 7.4666666667vw);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-bottom: min(4px, 1.0666666667vw) double #8b7666;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit h2::before {
  order: 1;
  content: "";
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  background-image: url(../img/renewal/access/icon_train.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMain .renew-page-access .sec-access .by-public-transit h2::after {
  order: 2;
  content: "";
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  background-image: url(../img/renewal/access/icon_bus.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMain .renew-page-access .sec-access .by-public-transit h2 span {
  display: block;
  order: 3;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(30px, 8vw);
  position: relative;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit .route::after {
  content: "";
  display: block;
  width: min(100px, 26.6666666667vw);
  height: min(300px, 80vw);
  background-color: #8b7666;
  background-image: url(../img/renewal/access/logo_vertical.png);
  background-size: min(72px, 19.2vw) min(258px, 68.8vw);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(20px, 5.3333333333vw);
  transform: translateY(-50%);
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li {
  display: flex;
  width: calc(100% - min(114px, 30.4vw));
  align-items: center;
  justify-content: space-between;
  background-image: url(../img/renewal/access/line.png);
  background-size: min(8px, 2.1333333333vw) min(3px, 0.8vw);
  background-position: left center;
  background-repeat: repeat-x;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .from {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  gap: min(10px, 2.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(18px, 4.8vw);
  font-weight: 500;
  line-height: 1.5;
  background-color: #e3ded9;
  padding-right: min(9px, 2.4vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .from.train::before {
  content: "";
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  background-image: url(../img/renewal/access/icon_train.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .from.bus::before {
  content: "";
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  background-image: url(../img/renewal/access/icon_bus.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(80px, 21.3333333333vw);
  height: min(80px, 21.3333333333vw);
  background-color: #c69d8a;
  border-radius: 50%;
  margin-right: 22.8862973761%;
  position: relative;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time::before, #sysMain .renew-page-access .sec-access .by-public-transit .route li .time::after {
  content: "";
  display: block;
  width: min(13px, 3.4666666667vw);
  height: 100%;
  background-color: #e3ded9;
  position: absolute;
  top: 50%;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time::before {
  left: 0;
  transform: translateY(-50%) translateX(-100%);
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time::after {
  right: 0;
  transform: translateY(-50%) translateX(100%);
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time span {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
#sysMain .renew-page-access .sec-access .by-public-transit .route li .time span b {
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  padding-right: min(3px, 0.8vw);
}
#sysMain .renew-page-access .sec-access .by-public-transit .note {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
  color: #aa544e;
  text-align: center;
}
#sysMain .renew-page-access .sec-access .by-car h2 {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2.6666666667vw);
  font-size: min(28px, 7.4666666667vw);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-bottom: min(4px, 1.0666666667vw) double #8b7666;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car h2::before {
  content: "";
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  background-image: url(../img/renewal/access/icon_car.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMain .renew-page-access .sec-access .by-car > .txt {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car .parking {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  gap: min(40px, 10.6666666667vw);
  margin-bottom: min(60px, 16vw);
}
#sysMain .renew-page-access .sec-access .by-car .parking > * {
  opacity: 0;
  transition: all 400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > * {
  opacity: 1;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking li {
  width: calc(50% - min(40px, 10.6666666667vw) / 2);
}
#sysMain .renew-page-access .sec-access .by-car .parking li a {
  display: block;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a:hover {
  opacity: 1;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a:hover .img img {
  transform: scale(1.1);
}
#sysMain .renew-page-access .sec-access .by-car .parking li a h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(18px, 4.8vw);
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(12px, 3.2vw);
  margin-bottom: min(16px, 4.2666666667vw);
  position: relative;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a h3::after {
  content: "";
  display: block;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background-color: #8b7666;
  position: absolute;
  bottom: max(-3px, -0.8vw);
  left: 0;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car .parking li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 800ms;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a .info {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
  position: relative;
  padding-right: min(50px, 13.3333333333vw);
}
#sysMain .renew-page-access .sec-access .by-car .parking li a .info::after {
  content: "";
  display: block;
  width: min(36px, 9.6vw);
  height: min(36px, 9.6vw);
  background-color: #ffffff;
  background-image: url(../img/renewal/access/icon_pin.png);
  background-size: min(13px, 3.4666666667vw) min(15px, 4vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: min(6px, 1.6vw);
  right: 0;
}
#sysMain .renew-page-access .sec-access .by-car .parking li a .info .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: left;
}
#sysMain .renew-page-access .sec-access .by-car .ticket {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk {
  width: 100%;
  max-width: min(220px, 58.6666666667vw);
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk .img {
  width: min(40px, 10.6666666667vw);
  background-color: #e3ded9;
  margin-inline: auto;
  position: relative;
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk .img::before, #sysMain .renew-page-access .sec-access .by-car .ticket .img-blk .img::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: 100%;
  background-color: #e3ded9;
  position: absolute;
  top: 50%;
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk .img::before {
  left: 0;
  transform: translateY(-50%) translateX(-100%);
}
#sysMain .renew-page-access .sec-access .by-car .ticket .img-blk .img::after {
  right: 0;
  transform: translateY(-50%) translateX(100%);
}
#sysMain .renew-page-access .sec-access .by-car .ticket .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#sysMain .renew-page-access .sec-access .by-car .caution {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  text-align: center;
  background-color: #f0d1d3;
  padding: min(40px, 10.6666666667vw);
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car .caution h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car .caution .txt {
  font-size: min(16px, 4.2666666667vw);
}
#sysMain .renew-page-access .sec-access .by-car .caution .txt.red {
  color: #aa544e;
  margin-bottom: min(30px, 8vw);
}
#sysMain .renew-page-access .sec-access .by-car .caution .txt .red {
  color: #aa544e;
}
#sysMain .renew-page-access .sec-access .google-map {
  width: 100%;
  max-width: min(1880px, 501.3333333333vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(30px, 8vw);
}
#sysMain .renew-page-access .sec-access .google-map .map-wrap iframe {
  display: block;
  width: 100%;
  height: min(500px, 133.3333333333vw);
}

#sysMain .renew-page-about .sec-about .floor-map {
  display: flex;
  flex-direction: column;
  gap: min(90px, 24vw);
  margin-bottom: min(200px, 53.3333333333vw);
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(252px, 67.2vw);
  padding-inline: min(80px, 21.3333333333vw);
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk::before {
  content: "";
  display: block;
  width: 100%;
  height: min(270px, 72vw);
  background-color: #ded8d0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map {
  display: flex;
  justify-content: flex-end;
  width: min(947px, 252.5333333333vw);
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(56px, 14.9333333333vw);
  font-weight: 500;
  line-height: 1;
  color: #c69d8a;
  position: absolute;
  top: 0;
  left: 0;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map .img {
  width: min(844px, 225.0666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link {
  width: min(560px, 149.3333333333vw);
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul {
  display: flex;
  flex-direction: column;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a {
  display: block;
  border-bottom: 1px solid #8b7666;
  padding-bottom: min(20px, 5.3333333333vw);
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a::before, #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(10px, 2.6666666667vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  overflow: hidden;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a::before {
  background-position: left max(-14px, -3.7333333333vw) center;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a::after {
  background-position: center center;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a:hover::before, #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a:hover::after {
  transition: all 400ms ease-out;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a:hover::before {
  background-position: center center;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a:hover::after {
  background-position: left min(14px, 3.7333333333vw) center;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a .num {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(20px, 5.3333333333vw);
  line-height: 1.5;
  color: #8b7666;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a .name {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(24px, 6.4vw);
  line-height: 1.5;
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk:first-of-type .map h3 {
  top: min(10px, 2.6666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-map .floor-map-blk:last-of-type .map h3 {
  top: max(-22px, -5.8666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-bottom: min(4px, 1.0666666667vw) double #8b7666;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(60px, 16vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec {
  display: flex;
  flex-direction: column;
  gap: min(80px, 21.3333333333vw);
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-ttl {
  font-family: "Zen Old Mincho", serif;
  width: calc(100% - min(40px, 10.6666666667vw));
  max-width: min(1200px, 320vw);
  font-size: min(36px, 9.6vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-bottom: min(40px, 10.6666666667vw);
  margin-inline: auto;
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.8em);
  background-color: #ded8d0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-img {
  display: flex;
  gap: min(10px, 2.6666666667vw);
  width: calc(100% - min(40px, 10.6666666667vw));
  max-width: min(1880px, 501.3333333333vw);
  background-color: #ded8d0;
  margin-inline: auto;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-img .img {
  width: calc(50% - min(10px, 2.6666666667vw) / 2);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-img .img img {
  width: 100%;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-txt {
  width: calc(100% - min(40px, 10.6666666667vw));
  max-width: min(1200px, 320vw);
  background-color: #ded8d0;
  padding: min(60px, 16vw) min(20px, 5.3333333333vw) min(80px, 21.3333333333vw);
  margin-inline: auto;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-txt .txt {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  margin-inline: auto;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum {
  display: flex;
  flex-direction: column;
  gap: min(80px, 21.3333333333vw);
  width: calc(100% - min(40px, 10.6666666667vw));
  max-width: min(1200px, 320vw);
  background-color: #ded8d0;
  padding-bottom: min(80px, 21.3333333333vw);
  margin-inline: auto;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk {
  display: flex;
  gap: min(60px, 16vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk {
  width: min(460px, 122.6666666667vw);
  padding-left: min(20px, 5.3333333333vw);
  padding-top: min(50px, 13.3333333333vw);
  margin-left: min(40px, 10.6666666667vw);
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk::before {
  content: "";
  display: block;
  width: min(72px, 19.2vw);
  height: min(72px, 19.2vw);
  background-color: #c9bbaf;
  position: absolute;
  top: 0;
  left: 0;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk > * {
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk .txt {
  font-size: min(16px, 4.2666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk {
  width: calc(100% - min(560px, 149.3333333333vw));
  position: relative;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk:has(.small) {
  padding-bottom: min(94px, 25.0666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk .img.small {
  width: calc(200 * (100% / 560));
  position: absolute;
  bottom: 0;
  left: max(-120px, -32vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk .img img {
  width: 100%;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse {
  flex-direction: row-reverse;
  gap: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse .txt-blk {
  margin-right: min(60px, 16vw);
  margin-left: 0;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column h4 span {
  display: block;
  font-size: min(24px, 6.4vw);
  margin-bottom: min(4px, 1.0666666667vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column .img {
  width: 100%;
  max-width: min(640px, 170.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(60px, 16vw);
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column .img img {
  width: 100%;
}
#sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column p {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  padding-inline: min(20px, 5.3333333333vw);
}

/*! ========================================================
商品詳細ページ
========================================================= */
.item-info-container > .sysSaleTerm,
.item-info-container > .sysRetailPrice,
.item-info-container > .free-shipping-progress,
.item-info-container > .sysDeliveryDate {
  display: none;
}
.item-info-container .sysForm > .sysSaleTerm,
.item-info-container .sysForm > .sysRetailPrice,
.item-info-container .sysForm > .free-shipping-progress,
.item-info-container .sysForm > .sysDeliveryDate {
  display: block;
}
.item-info-container #sysNumber,
.item-info-container #sysSubmit,
.item-info-container #sysWishlist,
.item-info-container .sysShare {
  display: none;
}
.item-info-container .item-form-wrap #sysNumber,
.item-info-container .item-form-wrap #sysSubmit,
.item-info-container .item-form-wrap #sysWishlist,
.item-info-container .item-form-wrap .sysShare {
  display: block;
}

#sysItemDetail #sysAll #sysWrap {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-top: min(60px, 16vw);
}
#sysItemDetail #sysAll article {
  display: block;
  width: 100%;
  margin-bottom: min(90px, 24vw);
}
#sysItemDetail #sysAll article .item-container {
  display: flex;
  flex-wrap: wrap;
  gap: min(30px, 8vw);
  margin-bottom: min(60px, 16vw);
}
#sysItemDetail #sysAll article .item-container .sysItemImages {
  width: calc(100% - min(430px, 114.6666666667vw));
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysMainImageLayer {
  position: relative;
  width: 100%;
  height: 100%;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage img,
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 400ms;
  pointer-events: none;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage img.is-active,
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage video.is-active {
  opacity: 1;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysImageNav {
  display: block;
  width: min(30px, 8vw);
  height: min(120px, 32vw);
  background-color: rgba(139, 118, 102, 0.9);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysImageNav::after {
  content: "";
  display: block;
  width: min(16px, 4.2666666667vw);
  height: min(16px, 4.2666666667vw);
  background-image: url(../img/renewal/common/arrow_right_white.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysImageNav.sysImageNav-prev {
  left: 0;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysImageNav.sysImageNav-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage .sysImageNav.sysImageNav-next {
  right: 0;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList li {
  width: calc(20% - min(40px, 10.6666666667vw) / 5);
  cursor: pointer;
  opacity: 0.2;
  transition: all 400ms;
}
#sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList li.sysCurrent {
  opacity: 1;
}
#sysItemDetail #sysAll article .item-container .item-info-container {
  width: min(400px, 106.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysPr {
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysItemName {
  margin-bottom: min(30px, 8vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysItemName h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDescription {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  border-block: 1px solid #c6c6c6;
  padding-block: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDescription #sysDescription h2,
#sysItemDetail #sysAll article .item-container .item-info-container .sysDescription #sysDescription > b {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDescription #sysDescription p {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-meta .sysItemId,
#sysItemDetail #sysAll article .item-container .item-info-container .item-meta .sysShippingCost {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  color: #8b7666;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm:has(#sysVariation) #sysSelections::before {
  content: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm:has(#sysSelections) #sysVariation::after {
  content: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation::before {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  content: "バリエーション";
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation:has(input)::after {
  content: "〇印を選択し購入数を指定して「カートに入れる」をクリックしてください。";
  display: block;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  margin-top: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation > div {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable * {
  display: block;
  border: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody {
  display: flex;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr:first-of-type {
  width: 60%;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr:last-of-type {
  width: 40%;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr th {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: min(64px, 17.0666666667vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  background-color: #ded8d0;
  border-bottom: 1px solid #c6c6c6;
  padding-inline: min(18px, 4.8vw);
  padding-block: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr th:first-of-type {
  display: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: min(64px, 17.0666666667vw);
  font-size: min(12px, 3.2vw);
  font-weight: 500;
  line-height: 1.5;
  background-color: #ffffff;
  border-bottom: 1px solid #c6c6c6;
  padding-inline: min(18px, 4.8vw);
  padding-block: min(20px, 5.3333333333vw) 0;
  position: relative;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  top: min(10px, 2.6666666667vw);
  left: 50%;
  transform: translateX(-50%);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td::after {
  content: "";
  display: block;
  width: min(14px, 3.7333333333vw);
  height: min(14px, 3.7333333333vw);
  background-color: #8b7666;
  border-radius: 50%;
  position: absolute;
  top: min(13px, 3.4666666667vw);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td:has(input:checked)::after {
  opacity: 1;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr td br {
  display: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections::before {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  content: "バリエーション";
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections:has(input)::after {
  content: "〇印を選択し購入数を指定して「カートに入れる」をクリックしてください。";
  display: block;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  margin-top: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections > div {
  display: flex;
  flex-direction: column;
  gap: min(16px, 4.2666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections > div label {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: min(2px, 0.5333333333vw) solid #e0e0e0;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(14px, 3.7333333333vw) min(16px, 4.2666666667vw) min(14px, 3.7333333333vw) min(41px, 10.9333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections > div label::before {
  left: min(16px, 4.2666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections > div label::after {
  left: min(19px, 5.0666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections > div label:has(input:checked) {
  border: min(2px, 0.5333333333vw) solid #8b7666;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysSaleTerm {
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysRetailPrice {
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysRetailPrice .sysRetailPriceValue {
  font-size: min(24px, 6.4vw);
  line-height: 1.5;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysRetailPrice .sysRetailPriceValue span {
  font-size: min(15px, 4vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .free-shipping-progress {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .free-shipping-progress .sysCartInfoRemainFreeShipping {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  padding: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .free-shipping-progress .sysCartInfoRemainFreeShipping dd {
  font-size: min(15px, 4vw);
  font-weight: 700;
  color: #aa544e;
  padding-left: 0.2em;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateViewName {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateSelectPrefStateArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateSelectPrefStateArea .sysDeliveryDateSelectPrefStateLabel {
  display: block;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  padding-right: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateArea .sysDeliveryDateString {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #aa544e;
}
#sysItemDetail #sysAll article .item-container .item-info-container .sysDeliveryDate .sysDeliveryDateArea .sysDeliveryDateString .sysDeliveryDateAppendComment {
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  color: #263430;
  margin-top: min(10px, 2.6666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap {
  width: 100%;
  height: min(111px, 29.6vw);
  position: relative;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
  padding: 0 min(30px, 8vw);
  position: absolute;
  top: 0;
  left: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber select {
  display: block;
  width: min(73px, 19.4666666667vw);
  height: min(50px, 13.3333333333vw);
  font-size: min(15px, 4vw);
  line-height: min(50px, 13.3333333333vw);
  background-image: none;
  border: none;
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0;
  padding: 0;
  outline: none;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea {
  margin: 0;
  padding: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(30px, 8vw);
  height: min(50px, 13.3333333333vw);
  background-color: #ebebeb;
  border: none;
  position: absolute;
  top: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnPlus {
  right: 0;
  border-radius: 0 min(4px, 1.0666666667vw) min(4px, 1.0666666667vw) 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnPlus::before, #sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnPlus::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(2px, 0.5333333333vw);
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnPlus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnMinus {
  left: 0;
  border-radius: min(4px, 1.0666666667vw) 0 0 min(4px, 1.0666666667vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysNumber .sysNumArea .sysBtnMinus::after {
  content: "";
  display: block;
  width: min(10px, 2.6666666667vw);
  height: min(2px, 0.5333333333vw);
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysSubmit {
  width: min(246px, 65.6vw);
  position: absolute;
  top: 0;
  right: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysSubmit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 !important;
  border-radius: min(4px, 1.0666666667vw);
  width: 100%;
  height: min(50px, 13.3333333333vw);
  font-size: 0;
  background-color: #aa544e;
  background-image: url(../img/renewal/common/cart_btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: min(142px, 37.8666666667vw) min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysSubmit input[type=submit]:disabled {
  background-color: #ebebeb;
  cursor: not-allowed;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysSubmit input[type=submit]:disabled:hover {
  opacity: 1;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysWishlist {
  width: min(133px, 35.4666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysWishlist button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: min(40px, 10.6666666667vw);
  font-size: 0;
  border-radius: min(4px, 1.0666666667vw);
  background-color: #ffffff;
  background-image: url(../img/renewal/common/favorite_off.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: min(87px, 23.2vw) min(14px, 3.7333333333vw);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysWishlist button:hover, #sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysWishlist button:disabled {
  opacity: 1;
  background-image: url(../img/renewal/common/favorite_on.png);
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap .sysShare {
  width: min(246px, 65.6vw);
  height: min(40px, 10.6666666667vw);
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap .sysShare ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(5px, 1.3333333333vw);
  width: 100%;
  height: 100%;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap .sysShare ul li {
  display: block;
}
#sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap .sysShare ul li iframe {
  display: block;
}
#sysItemDetail #sysAll article .sysSpecifications {
  margin-bottom: min(60px, 16vw);
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecViewName {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  margin-bottom: min(30px, 8vw);
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecTable {
  border: none;
  margin: 0;
  border-top: 1px solid #c6c6c6;
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow {
  border-bottom: 1px solid #c6c6c6;
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow td {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  border: none;
  vertical-align: middle;
  padding: min(25px, 6.6666666667vw) min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow .sysSpecItemFieldName {
  width: min(150px, 40vw);
  text-align: center;
  background-color: #ded8d0;
}
#sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow .sysSpecItemFieldContent {
  width: calc(100% - min(150px, 40vw));
  background-color: transparent;
}
#sysItemDetail #sysAll article .sysExplanation {
  margin-bottom: min(60px, 16vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] .item-information,
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] .manufacturer-information {
  margin-bottom: min(60px, 16vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] h2 {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  margin-bottom: min(30px, 8vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] h3 {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  border-left: min(4px, 1.0666666667vw) solid #c69d8a;
  padding-left: min(16px, 4.2666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] p {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] > *:last-child {
  margin-bottom: 0;
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #c6c6c6;
  margin: 0;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr {
  border-bottom: 1px solid #c6c6c6;
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr th,
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr td {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  border: none;
  vertical-align: middle;
  padding: min(25px, 6.6666666667vw) min(20px, 5.3333333333vw);
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr th {
  width: min(150px, 40vw);
  text-align: center;
  background-color: #ded8d0;
}
#sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr td {
  width: calc(100% - min(150px, 40vw));
  background-color: transparent;
}

#sysModalWindow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: min(80px, 21.3333333333vw) min(15px, 4vw);
  overflow-y: scroll;
}
#sysModalWindow .sysModalContent {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  position: relative;
  padding: min(15px, 4vw);
  margin: auto;
}
#sysModalWindow .sysModalContent .sysRemoveElement {
  width: min(50px, 13.3333333333vw);
  height: min(50px, 13.3333333333vw);
  position: fixed;
  top: min(20px, 5.3333333333vw);
  right: min(20px, 5.3333333333vw);
  border-radius: 50%;
  background-color: #ffffff;
}
#sysModalWindow .sysModalContent .sysRemoveElement::before, #sysModalWindow .sysModalContent .sysRemoveElement::after {
  content: "";
  display: block;
  width: min(4px, 1.0666666667vw);
  height: min(22px, 5.8666666667vw);
  border-radius: 4px;
  background-color: #263430;
  position: absolute;
  top: 50%;
  left: 50%;
}
#sysModalWindow .sysModalContent .sysRemoveElement::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#sysModalWindow .sysModalContent .sysRemoveElement::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#sysModalWindow .sysModalContent .sysModalMainImage {
  max-width: 100%;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysModalWindow .sysModalContent .sysModalMainImage img {
  width: 100%;
}
#sysModalWindow .sysModalContent .sysModalImageList {
  display: flex;
  flex-wrap: wrap;
  gap: min(5px, 1.3333333333vw);
}
#sysModalWindow .sysModalContent .sysModalImageList li {
  float: none;
  width: calc(16.6666666667% - min(25px, 6.6666666667vw) / 6);
  height: auto;
  position: relative;
  margin: 0;
}
#sysModalWindow .sysModalContent .sysModalImageList li img {
  border: none;
}
#sysModalWindow .sysModalContent .sysModalImageList li.sysCurrent img {
  border: none;
}
#sysModalWindow .sysModalContent .sysModalImageList li.sysCurrent::after {
  content: "";
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  border: 0.125rem solid #263430;
  border-radius: 0.125rem;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
}

.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  padding: min(100px, 26.6666666667vw) min(15px, 4vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  display: block;
  max-width: min(500px, 133.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
  padding: min(30px, 8vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistThumbnailGroup {
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistThumbnailGroup img {
  width: 100%;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMessageGroup {
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMessageGroup .sysWishlistMessage {
  text-align: center;
  color: #263430;
  padding: 0;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistInformationGroup {
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistInformationGroup .sysWishlistInformation {
  text-align: center;
  color: #263430;
  padding: 0;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistLoginGroup input[type=submit],
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMemberRegisterGroup input[type=submit] {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(280px, 74.6666666667vw);
  height: min(40px, 10.6666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #8b7666;
  background-color: #8b7666;
  color: #ffffff;
  border-radius: 100px;
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistLoginGroup input[type=submit]:hover,
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistMemberRegisterGroup input[type=submit]:hover {
  background-color: #ffffff;
  color: #8b7666;
  opacity: 1;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistShowGroup input[type=submit] {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(280px, 74.6666666667vw);
  height: min(40px, 10.6666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #8b7666;
  background-color: #8b7666;
  color: #ffffff;
  border-radius: 100px;
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistShowGroup input[type=submit]:hover {
  background-color: #ffffff;
  color: #8b7666;
  opacity: 1;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistCloseBottomButtonGroup button {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(280px, 74.6666666667vw);
  height: min(40px, 10.6666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #263430;
  border: 1px solid #263430;
  border-radius: 100px;
  position: relative;
  margin-inline: auto;
  margin-bottom: min(20px, 5.3333333333vw);
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysWishlistCloseBottomButtonGroup button:hover {
  border: 1px solid #8b7666;
  background-color: #8b7666;
  color: #ffffff;
  opacity: 1;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close {
  background-color: transparent !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::before, .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-close::after {
  width: min(28px, 7.4666666667vw);
  height: 1px;
  background-color: #ffffff !important;
}

/*! ========================================================
商品カテゴリページ／商品検索結果ページ
========================================================= */
#sysItemCategory #sysWrap,
#sysItemSearch #sysWrap {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-top: min(60px, 16vw);
}

#sysItemCategory .sysItemCategoryForm {
  width: 100%;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory .sysItemCategoryForm:not(:has(.ic-ctls__wrap)) {
  opacity: 0;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl {
  display: flex;
  justify-content: space-between;
  gap: min(60px, 16vw);
  border-block: 1px solid #c6c6c6;
  padding-block: min(16px, 4.2666666667vw);
  margin: 0;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: min(10px, 2.6666666667vw);
  width: calc(100% - min(310px, 82.6666666667vw));
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-category a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
  background-color: #ffffff;
  border-radius: min(2px, 0.5333333333vw);
  padding: min(4px, 1.0666666667vw) min(10px, 2.6666666667vw);
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: min(10px, 2.6666666667vw);
  width: min(250px, 66.6666666667vw);
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner {
  position: relative;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner.ic-ctls__order {
  width: calc(100% - min(90px, 24vw));
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner.ic-ctls__number {
  width: min(80px, 21.3333333333vw);
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner .ic-ctls__current {
  display: flex;
  align-items: center;
  height: min(36px, 9.6vw);
  font-size: min(14px, 3.7333333333vw);
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: min(2px, 0.5333333333vw);
  padding-inline: min(10px, 2.6666666667vw) min(28px, 7.4666666667vw);
  cursor: pointer;
  position: relative;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner .ic-ctls__current::after {
  content: "";
  display: block;
  width: min(9px, 2.4vw);
  height: min(5px, 1.3333333333vw);
  background-image: url("/img/renewal/common/arrow_select.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner .ic-ctls__list {
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: min(2px, 0.5333333333vw);
  padding-block: min(5px, 1.3333333333vw);
  padding-inline: min(10px, 2.6666666667vw);
  position: absolute;
  top: calc(100% + min(5px, 1.3333333333vw));
  left: 0;
  z-index: 1;
}
#sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner .ic-ctls__list > div a {
  display: block;
}

#sysItemSearch #sysMain > h2 {
  font-size: min(25px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: min(15px, 4vw);
}

#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: min(30px, 8vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormWord {
  width: 100%;
  margin-bottom: min(7px, 1.8666666667vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormWord input[type=search] {
  border: none;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr label {
  font-size: min(14px, 3.7333333333vw);
  margin: 0;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: min(30px, 8vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange input[type=text] {
  border: none;
  margin-inline: min(6px, 1.6vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange input[type=text]:first-of-type {
  margin-left: 0;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory {
  display: flex;
  align-items: center;
  width: calc(100% - min(305px, 81.3333333333vw));
  white-space: nowrap;
  margin-left: auto;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
  border: none;
  margin-left: min(10px, 2.6666666667vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups {
  width: 100%;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.7;
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] {
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] span[class*=itemCategoryGroupTitle] {
  display: block;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(8px, 2.1333333333vw) min(20px, 5.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li input[type=checkbox] {
  display: block;
  margin-right: min(5px, 1.3333333333vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li label {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.2;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort {
  width: min(140px, 37.3333333333vw);
  margin-right: min(10px, 2.6666666667vw);
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort select {
  height: min(40px, 10.6666666667vw);
  border: none;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit {
  width: calc(100% - min(150px, 40vw));
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
#sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background-color: #ffffff;
  background-image: url(../img/layout/common/arrow_right_black.png);
  background-size: min(4px, 1.0666666667vw) min(8px, 2.1333333333vw);
  background-position: right min(20px, 5.3333333333vw) center;
  background-repeat: no-repeat;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  height: min(40px, 10.6666666667vw);
  font-size: min(14px, 3.7333333333vw);
  padding-block: 0;
  margin-top: min(20px, 5.3333333333vw);
}

#sysItemCategory .sysItemListDisp,
#sysItemSearch .sysItemListDisp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemCategory .sysItemListDisp #displayCount,
#sysItemSearch .sysItemListDisp #displayCount {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType,
#sysItemSearch .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label,
#sysItemSearch .sysItemListDisp .sysItemListViewType label {
  display: block;
  width: min(24px, 6.4vw) !important;
  height: min(24px, 6.4vw);
  font-size: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 400ms;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:has(input[value="0"]),
#sysItemSearch .sysItemListDisp .sysItemListViewType label:has(input[value="0"]) {
  background-image: url(../img/renewal/common/icon_list.png);
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:has(input[value="1"]),
#sysItemSearch .sysItemListDisp .sysItemListViewType label:has(input[value="1"]) {
  background-image: url(../img/renewal/common/icon_thumb.png);
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label::before, #sysItemCategory .sysItemListDisp .sysItemListViewType label::after,
#sysItemSearch .sysItemListDisp .sysItemListViewType label::before,
#sysItemSearch .sysItemListDisp .sysItemListViewType label::after {
  content: none !important;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label:hover,
#sysItemSearch .sysItemListDisp .sysItemListViewType label:hover {
  opacity: 0.7;
}
#sysItemCategory .sysItemListDisp .sysItemListViewType label input,
#sysItemSearch .sysItemListDisp .sysItemListViewType label input {
  display: none;
}

#sysItemCategory #sysAll .sysItemList,
#sysItemSearch #sysAll .sysItemList {
  margin-bottom: min(60px, 16vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 16vw) 4.4943820225%;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li {
  display: flex;
  flex-direction: column;
  width: 30.3370786517%;
  text-align: left;
  position: relative;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li:hover .sysWishListButtonFormAjax,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li:hover .sysWishListButtonFormAjax {
  opacity: 1;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage {
  width: 100%;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage a,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage a {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage a img,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysThumbnailImage a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 800ms;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li > div:not([class]),
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li > div:not([class]) {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysItemName a,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysItemName a {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(12px, 3.2vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li #sysDescriptionPc,
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li #sysDescriptionMobile,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li #sysDescriptionPc,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li #sysDescriptionMobile {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  margin-bottom: min(4px, 1.0666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(12px, 3.2vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice span,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice span {
  font-size: min(12px, 3.2vw);
  padding-left: min(4px, 1.0666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice:not(:has(+ .sysItemPrArea span)),
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice:not(:has(+ .sysItemPrArea span)) {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea:not(:has(span)),
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea:not(:has(span)) {
  margin-bottom: 0;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li form,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li form {
  margin-top: auto;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li form input[type=submit],
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li form input[type=submit] {
  display: block;
  width: 100%;
  height: min(50px, 13.3333333333vw);
  font-size: min(16px, 4.2666666667vw);
  color: #ffffff;
  background-color: #263430;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li form input[type=submit][value=カートに入れる],
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li form input[type=submit][value=カートに入れる] {
  font-size: 0;
  background-image: url(../img/renewal/common/cart_btn.png);
  background-size: min(142px, 37.8666666667vw) min(20px, 5.3333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax {
  width: min(32px, 8.5333333333vw);
  height: min(32px, 8.5333333333vw);
  position: absolute;
  top: min(10px, 2.6666666667vw);
  right: min(10px, 2.6666666667vw);
  opacity: 0;
  transition: all 400ms;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax:has(button:disabled),
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax:has(button:disabled) {
  opacity: 1;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #ffffff;
  background-image: url(../img/renewal/common/icon_favorite_off.png);
  background-size: min(13px, 3.4666666667vw) min(11px, 2.9333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button:disabled,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button:disabled {
  background-image: url(../img/renewal/common/icon_favorite_on.png);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection {
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div select,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div select {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  background-image: none;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  overflow: clip;
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div label,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div label {
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div input[type=text],
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddSelection > div input[type=text] {
  display: block;
  width: 100%;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation {
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation .sysVariationSelects,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation .sysVariationSelects {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
}
#sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation select,
#sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysAddVariation select {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  background-image: none;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  overflow: clip;
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li,
#sysItemSearch #sysAll .sysItemList ul.sysList li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 min(20px, 5.3333333333vw);
  width: 100%;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #c6c6c6;
  padding-block: min(20px, 5.3333333333vw);
  position: relative;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li:first-of-type,
#sysItemSearch #sysAll .sysItemList ul.sysList li:first-of-type {
  padding-top: none;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li:last-of-type,
#sysItemSearch #sysAll .sysItemList ul.sysList li:last-of-type {
  border-bottom: 1px solid #c6c6c6;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li:hover .sysWishListButtonFormAjax,
#sysItemSearch #sysAll .sysItemList ul.sysList li:hover .sysWishListButtonFormAjax {
  opacity: 1;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysThumbnailImage,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysThumbnailImage {
  width: min(180px, 48vw);
  margin: 0;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysThumbnailImage a,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysThumbnailImage a {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  aspect-ratio: 1/1;
  overflow: hidden;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysThumbnailImage a img,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysThumbnailImage a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 800ms;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]),
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) {
  width: calc(100% - min(200px, 53.3333333333vw));
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemName a,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemName a {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(12px, 3.2vw);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) #sysDescriptionPc,
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) #sysDescriptionMobile,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) #sysDescriptionPc,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) #sysDescriptionMobile {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  margin-bottom: min(4px, 1.0666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(12px, 3.2vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice span,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice span {
  font-size: min(12px, 3.2vw);
  padding-left: min(4px, 1.0666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice:not(:has(+ .sysItemPrArea span)),
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice:not(:has(+ .sysItemPrArea span)) {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea,
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea:not(:has(span)),
#sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea:not(:has(span)) {
  margin-bottom: 0;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li form,
#sysItemSearch #sysAll .sysItemList ul.sysList li form {
  width: 100%;
  max-width: min(300px, 80vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li form input[type=submit],
#sysItemSearch #sysAll .sysItemList ul.sysList li form input[type=submit] {
  display: block;
  width: 100%;
  height: min(50px, 13.3333333333vw);
  font-size: min(16px, 4.2666666667vw);
  color: #ffffff;
  background-color: #263430;
  margin-left: auto;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li form input[type=submit][value=カートに入れる],
#sysItemSearch #sysAll .sysItemList ul.sysList li form input[type=submit][value=カートに入れる] {
  font-size: 0;
  background-image: url(../img/renewal/common/cart_btn.png);
  background-size: min(142px, 37.8666666667vw) min(20px, 5.3333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax {
  width: min(32px, 8.5333333333vw);
  height: min(32px, 8.5333333333vw);
  position: absolute;
  top: min(30px, 8vw);
  left: min(10px, 2.6666666667vw);
  opacity: 0;
  transition: all 400ms;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax:has(button:disabled),
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax:has(button:disabled) {
  opacity: 1;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #ffffff;
  background-image: url(../img/renewal/common/icon_favorite_off.png);
  background-size: min(13px, 3.4666666667vw) min(11px, 2.9333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button:disabled,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button:disabled {
  background-image: url(../img/renewal/common/icon_favorite_on.png);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddSelection,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddSelection {
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddSelection > div,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddSelection > div {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddSelection > div select,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddSelection > div select {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  background-image: none;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  overflow: clip;
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddSelection > div label,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddSelection > div label {
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddSelection > div input[type=text],
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddSelection > div input[type=text] {
  display: block;
  width: 100%;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  margin-top: min(6px, 1.6vw) !important;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddVariation,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddVariation {
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddVariation .sysVariationSelects,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddVariation .sysVariationSelects {
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
}
#sysItemCategory #sysAll .sysItemList ul.sysList li .sysAddVariation select,
#sysItemSearch #sysAll .sysItemList ul.sysList li .sysAddVariation select {
  display: block;
  width: 100%;
  max-width: 100% !important;
  height: min(40px, 10.6666666667vw) !important;
  font-size: min(12px, 3.2vw) !important;
  line-height: 1.5;
  border: 1px solid #263430;
  background-image: none;
  color: #263430;
  padding: min(5px, 1.3333333333vw);
  overflow: clip;
  margin-top: min(6px, 1.6vw) !important;
}

#sysItemCategory .sysPagination,
#sysItemSearch .sysPagination {
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysItemCategory .sysPagination ul,
#sysItemSearch .sysPagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 8vw);
}
#sysItemCategory .sysPagination ul li,
#sysItemSearch .sysPagination ul li {
  display: block;
  width: min(44px, 11.7333333333vw);
  height: min(44px, 11.7333333333vw);
  padding: 0;
}
#sysItemCategory .sysPagination ul li a,
#sysItemSearch .sysPagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(15px, 4vw);
  text-decoration: none;
  background-color: #ffffff;
  border: none;
}
#sysItemCategory .sysPagination ul li a.sysCurrent,
#sysItemSearch .sysPagination ul li a.sysCurrent {
  color: #ffffff;
  background-color: #8b7666;
}

#sysItemCategory .sysItemCategoryInfo {
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .category-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(30px, 8vw);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .category-img {
  width: 100%;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .category-img img {
  width: 100%;
}
#sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .btn-cmn {
  margin-top: 0;
}

/*! ========================================================
カートページ設定
========================================================= */
#sysBasket #sysMain .sysNextSubmit,
#sysBasket #sysMain .sysAmazonNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  border: min(2px, 0.5333333333vw) solid;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  width: 100% !important;
  height: auto !important;
}

#sysBasket #sysMain .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysBasket #sysMain .sysDeleteArea .sysDeleteArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

#sysBasket #sysMain #sysInputCouponCode .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(6px, 1.6vw) min(10px, 2.6666666667vw);
  margin: min(15px, 4vw) auto 0;
  margin-left: 0;
}
#sysBasket #sysMain #sysInputCouponCode .sysButton .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysBasket #sysMain .sysConfirmCoupon input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin-right: 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

.basketCouponEditDialog_buttonGroup .basketCouponDialog_applyButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(6px, 1.6vw) min(10px, 2.6666666667vw);
  margin: min(15px, 4vw) auto 0;
  display: inline-block;
}
.basketCouponEditDialog_buttonGroup .basketCouponDialog_applyButton .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.basketCouponEditDialog_buttonGroup .basketCouponDialog_cancelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  display: inline-block;
}

.sysCart #sysMain .sysSocialGiftReceiveUrlCopyButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(20px, 5.3333333333vw);
}

.sysCart #sysMain .sysSocialGiftReceiveUrlSendLineButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-bottom: min(20px, 5.3333333333vw);
}

#sysRegi #sysMain input[value=ログイン] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysRegi #sysMain input[value=ログイン] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysRegi #sysMain input[value=ログインパスワードを忘れた場合] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysRegi #sysMain .sysBackSubmitArea .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysRegi #sysMain .sysNextSubmitArea .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  border: min(2px, 0.5333333333vw) solid;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysThanks #sysMain input[value=登録する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysThanks #sysMain input[value=登録する] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysBasket #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #useAmazonSubmitButton {
  padding: 0;
}
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayTopLoginButton,
#sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon #amazonPayBottomLoginButton {
  max-width: min(345px, 92vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  padding: 0;
}
#sysBasket #sysWrap #sysMain div:not(#sysInputCouponCode) .sysBox {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .sysTotal {
  margin-block: min(40px, 10.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  padding-inline: min(4px, 1.0666666667vw);
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention:empty {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention[data-name=total-item], #sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention[data-name=free-shipping] {
  color: #263430;
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode .sysBox {
  font-weight: 500;
}
#sysBasket #sysWrap #sysMain .sysInputCouponCode .sysBox input[type=text] {
  font-weight: 400;
  margin-top: min(8px, 2.1333333333vw);
}
#sysBasket #sysWrap #sysMain .sysCartTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #263430;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .sysCartItemAreaMessage {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  text-align: center;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea {
  margin-bottom: min(60px, 16vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(20px, 5.3333333333vw);
  margin-bottom: min(15px, 4vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > hr {
  display: none;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > a {
  width: min(120px, 32vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct {
  width: calc(100% - min(140px, 37.3333333333vw));
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct .sysItemName {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct > div:not(.sysItemName) {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.7;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: min(10px, 2.6666666667vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) > div:not([class]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea {
  display: flex;
  align-items: center;
  gap: min(5px, 1.3333333333vw);
  margin-left: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea button {
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  font-size: 0;
  background: none;
  border: none;
  border-radius: 50%;
  position: relative;
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea button.sysBtnPlus::before, #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea button.sysBtnMinus::before {
  content: "";
  display: block;
  width: min(12px, 3.2vw);
  height: min(2px, 0.5333333333vw);
  background-color: #263430;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea button.sysBtnPlus::after {
  content: "";
  display: block;
  width: min(2px, 0.5333333333vw);
  height: min(12px, 3.2vw);
  background-color: #263430;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea {
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea .sysCartInForm {
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea #sysSelections {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(4px, 1.0666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea input[type=text] {
  margin-top: min(4px, 1.0666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea > .sysCartAttention {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  margin-top: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysDeleteArea {
  width: 100%;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-inner-wrapper {
  padding: min(80px, 21.3333333333vw) min(15px, 4vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close {
  width: min(50px, 13.3333333333vw);
  height: min(50px, 13.3333333333vw);
  position: fixed;
  top: min(20px, 5.3333333333vw);
  right: min(20px, 5.3333333333vw);
  border: none;
  border-radius: 50%;
  background: none;
  background-color: #ffffff;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close::before, #sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close::after {
  content: "";
  display: block;
  width: min(4px, 1.0666666667vw);
  height: min(22px, 5.8666666667vw);
  border-radius: 4px;
  background-color: #263430;
  position: absolute;
  top: 50%;
  left: 50%;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container {
  width: 100%;
  max-width: min(600px, 160vw);
  padding: min(20px, 5.3333333333vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .modaal-content-container {
  padding: 0;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCouponTitle {
  font-weight: 500;
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit {
  border: 1px solid;
  padding: min(15px, 4vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit_withCodeRow {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit_withCodeRow_label {
  display: block;
  width: 100%;
  margin: 0;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCoupon_edit_withCodeRow_label .basketCoupon_edit_withCodeRow_checkbox {
  margin-left: 0;
}
#sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEditDialog_buttonGroup {
  text-align: right;
}

#sysRegi #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysRegi #sysWrap #sysMain .sysCartTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #263430;
  padding-top: min(40px, 10.6666666667vw);
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysRegi #sysWrap #sysMain .sysBox > p {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  text-align: center;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysRegi #sysWrap #sysMain .sysFormItem.sysSubmit {
  margin-bottom: 0;
}

#sysThanks #sysWrap {
  padding-top: min(130px, 34.6666666667vw);
}
#sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) {
  margin-bottom: min(60px, 16vw);
}
#sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) > div {
  text-align: center;
}
#sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-block: min(60px, 16vw) min(20px, 5.3333333333vw);
}
#sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) .sysOrderNumber {
  font-size: min(25px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: min(8px, 2.1333333333vw);
}
#sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) .sysCartNote {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #263430;
  text-align: left;
}
#sysThanks #sysWrap #sysMain .sysBox .sysForm form > label:has(+ .sysRequired) {
  margin-top: min(8px, 2.1333333333vw);
}
#sysThanks #sysWrap #sysMain .sysBox .sysForm form > label:has(+ .sysRequired)::after {
  content: "必須";
  display: inline-block;
  font-size: min(11px, 2.9333333333vw);
  line-height: 1.5;
  color: #ffffff;
  border-radius: min(3px, 0.8vw);
  padding: min(1px, 0.2666666667vw) min(8px, 2.1333333333vw) min(2px, 0.5333333333vw);
  margin-left: min(12px, 3.2vw);
  position: relative;
}
#sysThanks #sysWrap #sysMain .sysBox .sysForm form > label:has(+ .sysRequired) + .sysRequired {
  display: none;
}
#sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) {
  margin-top: min(40px, 10.6666666667vw);
}
#sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) .sysMemberAgreementFormLabel {
  display: block;
  font-weight: 500;
  padding: 0;
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) .sysMemberAgreement {
  font-size: min(14px, 3.7333333333vw);
  padding: min(20px, 5.3333333333vw);
}
#sysThanks #sysWrap #sysMain .sysBox:last-of-type {
  text-align: center;
}

.modaal-wrapper .basketCouponEditDialog_buttonGroup {
  text-align: center;
}

/*! ========================================================
マイページ設定
========================================================= */
.sysMypage .sysMypageNav .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  max-width: 100%;
}
.sysMypage .sysOrder input[value=再注文する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(6px, 1.6vw) min(10px, 2.6666666667vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
}
.sysMypage .sysOrder input[value=再注文する] .fa {
  margin-left: min(10px, 2.6666666667vw);
}
.sysMypage .sysOrder .sysCartInButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  border: min(2px, 0.5333333333vw) solid;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.sysMypage .sysOrder .sysGoCartButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  border: min(2px, 0.5333333333vw) solid;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.sysMypage .sys_mailaddress + input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.sysMypage .sys_mailaddress + input[type=submit] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageWithdrawalConfirm form:last-of-type .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysMypageWithdrawalConfirm form:last-of-type .sysButton .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageRepeat #sysRepeatOrderList input[value=詳細へ],
#sysMypageRepeat #sysRepeatOrderDetail input:not([value=戻る], [value=定期購入申込をキャンセル]),
#sysMypageRepeat #sysRepeatOrderHistory input:not([value=戻る], [value=定期購入申込をキャンセル]) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageRepeat #sysRepeatOrderDetail input[value=戻る],
#sysMypageRepeat #sysRepeatOrderDetail [value=定期購入申込をキャンセル],
#sysMypageRepeat #sysMain form:last-of-type input[value=戻る],
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:last-of-type input[value=戻る],
#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:last-of-type input[value=戻る],
#sysMypageRepeatCancelConfirm input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageRepeat #sysRepeatOrderDetail table td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) auto 0 0;
}

#sysMypageRepeat #sysMain form:first-of-type input[value=登録する],
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:first-of-type input[value=登録する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysMain form:first-of-type input[value=登録する] .fa,
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:first-of-type input[value=登録する] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageRepeat .sysRepeatOrderAttachedItemDialogClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(20px, 5.3333333333vw);
}

#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする],
#sysMypageRepeatCancelConfirm input[value=キャンセルする] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(40px, 10.6666666667vw);
}
#sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする] .fa,
#sysMypageRepeatCancelConfirm input[value=キャンセルする] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.sysCallOrderHistoryDetail button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
}

#sysMypageOrderHistoryDetail .sysOrderCancelButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageOrderHistoryDetail .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

.sysMypageNav + form .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditMember .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditConfirm .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditSave .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditDelivery .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditDeliveryinput .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageEditSavedelivery .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageIndex .sysItemReviewLink a,
#sysMypageOrderHistory .sysItemReviewLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
}

#sysMypageIndex .sysItemReviewLink span,
#sysMypageOrderHistory .sysItemReviewArea > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  opacity: 0.5;
  margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
}

#sysMypageReview .sysMyReviewList + form .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysMypageWithdrawalConfirm form:first-of-type .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(40px, 10.6666666667vw);
}

#sysMypageEditMember .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysMypageEditMember .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageEditConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysMypageEditConfirm .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageEditDelivery .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysMypageEditDelivery .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageEditDeliveryinput .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysMypageEditDeliveryinput .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.sysMypage #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
.sysMypage #sysWrap #sysMain .sysMypageMajorHeadLine {
  display: none;
}
.sysMypage #sysWrap #sysMain .sysMypageMinorHeadLine {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-member-name {
  display: none;
}
.sysMypage #sysWrap #sysMain .renew-mypage-member-name .sysContent div:has(a) {
  display: none !important;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top {
  margin-top: min(30px, 8vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(40px, 10.6666666667vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .member-name .renew-mypage-member-name {
  display: block;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .member-name .renew-mypage-member-name .sysContent > div {
  display: flex;
  align-items: baseline;
  gap: min(6px, 1.6vw);
  font-size: min(18px, 4.8vw);
  line-height: 1.5;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .member-name .renew-mypage-member-name .sysContent > div::after {
  content: "様";
  display: block;
  font-size: min(12px, 3.2vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .logout {
  width: min(105px, 28vw);
  height: min(36px, 9.6vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .logout a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
  background-color: #ebebeb;
  border: 1px solid #c6c6c6;
  border-radius: min(4px, 1.0666666667vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: min(60px, 16vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-ttl {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  background-color: #ded8d0;
  padding: min(8px, 2.1333333333vw) min(10px, 2.6666666667vw);
  margin-bottom: min(12px, 3.2vw);
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(4px, 1.0666666667vw) 5%;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li {
  width: 47.5%;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  border-bottom: 1px solid #c6c6c6;
  padding: min(16px, 4.2666666667vw) min(10px, 2.6666666667vw);
  position: relative;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a::before, .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(https://www.emallsakai.com/img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
  overflow: hidden;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a::before {
  background-position: left max(-12px, -3.2vw) center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a::after {
  background-position: center center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a:hover::before, .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a:hover::after {
  transition: all 400ms ease-out;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a:hover::before {
  background-position: center center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.5;
  padding-right: min(16px, 4.2666666667vw);
  position: relative;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a::before, .sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(https://www.emallsakai.com/img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a::before {
  background-position: left max(-12px, -3.2vw) center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a::after {
  background-position: center center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a:hover::before, .sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a:hover::after {
  transition: all 400ms ease-out;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a:hover::before {
  background-position: center center;
}
.sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
.sysMypage #sysWrap #sysMain .sysMypageNav {
  display: none !important;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory > div {
  font-size: min(14px, 3.7333333333vw);
  text-align: right;
  margin-bottom: min(15px, 4vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList {
  font-size: min(16px, 4.2666666667vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList:has(.sysOrderHeader) .sysOrders {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin: 0 0 min(15px, 4vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList:not(:has(.sysOrderHeader)) .sysOrder {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin: 0 0 min(15px, 4vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysDatetime {
  float: none;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysTotalPrice {
  text-align: left;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysShopOrderNo {
  display: block;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysItemName {
  font-weight: 700;
  margin-top: min(20px, 5.3333333333vw);
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList .sysItemName a {
  text-decoration: underline;
}
.sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList form {
  margin-top: min(10px, 2.6666666667vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderNumberArea {
  font-size: min(16px, 4.2666666667vw);
  border: none;
  padding: 0;
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea {
  margin: 0 0 min(15px, 4vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysOrderDatatimeGroup {
  font-size: min(16px, 4.2666666667vw);
  border: none;
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
  font-size: min(16px, 4.2666666667vw);
  margin: min(25px, 6.6666666667vw) 0 min(15px, 4vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery {
  border: none;
  padding: 0;
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysDeliveryAddressHeader {
  margin-top: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem {
  border: none;
  padding: 0;
  margin: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup {
  display: flex;
  gap: min(20px, 5.3333333333vw);
  border: none;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup .sysItemImageGroup {
  flex: auto;
  width: min(120px, 32vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup .sysItemSummaryGroup {
  width: calc(100% - min(140px, 37.3333333333vw));
  padding: 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemReviewArea {
  padding: min(10px, 2.6666666667vw) 0 0;
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) 0 min(60px, 16vw);
}
.sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea .sysCartOption_RemarkHeader {
  border: none;
  margin: 0;
}

#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword h3 {
  font-size: min(16px, 4.2666666667vw);
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword h4 {
  font-size: min(14px, 3.7333333333vw);
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysMemberPasswordDescription {
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysMemberPasswordDescription small {
  display: block;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
}

#sysMypageEditConfirm #sysWrap #sysMain > div {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageEditConfirm #sysWrap #sysMain .sysForm .sysFormItem {
  border-bottom: 1px solid;
  padding-bottom: min(8px, 2.1333333333vw);
}

#sysMypageEditSave #sysWrap #sysMain > p,
#sysMypageEditSavedelivery #sysWrap #sysMain > p {
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}

#sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress {
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress button {
  color: #263430;
  border: 1px solid #263430;
  border-radius: min(5px, 1.3333333333vw);
  padding: min(20px, 5.3333333333vw);
}
#sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress:last-of-type {
  margin-bottom: min(30px, 8vw);
}
#sysMypageEditDelivery #sysWrap #sysMain > form > p {
  margin-bottom: min(20px, 5.3333333333vw);
}

#sysMypagePoint #sysAll #sysMain .sysMyPoint {
  margin-bottom: min(20px, 5.3333333333vw);
}

#sysMypageReview #sysAll #sysMain .sysCoupon {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMypageReview #sysAll #sysMain .sysCoupon .sysCouponDiscount {
  border-bottom: 1px solid;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}

#sysMypageAshiato #sysAll #sysMain .sysItemListDisp {
  margin-block: min(30px, 8vw) min(15px, 4vw);
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  justify-content: flex-end;
  gap: min(20px, 5.3333333333vw);
}
#sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  font-size: min(14px, 3.7333333333vw);
  margin: 0;
}
#sysMypageAshiato #sysAll #sysMain .sysItemList {
  margin-bottom: min(30px, 8vw);
}

#sysMypageReview #sysAll #sysMain .sysItemListDisp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(14px, 3.7333333333vw);
  margin-block: min(30px, 8vw) min(15px, 4vw);
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  align-items: center;
  gap: min(20px, 5.3333333333vw);
  width: -moz-fit-content;
  width: fit-content;
}
#sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  display: flex;
  align-items: center;
  font-size: min(14px, 3.7333333333vw) !important;
  line-height: 1.7;
  margin: 0 !important;
}
#sysMypageReview #sysAll #sysMain .sysItemList {
  margin-bottom: min(30px, 8vw);
}
#sysMypageReview #sysAll #sysMain .sysItemList li > div:last-of-type {
  width: 100%;
}

#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp {
  margin-block: min(30px, 8vw) min(15px, 4vw);
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
  display: flex;
  justify-content: flex-end;
  gap: min(20px, 5.3333333333vw);
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
  font-size: min(14px, 3.7333333333vw);
  margin: 0;
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemList {
  margin-bottom: min(30px, 8vw);
}
#sysMypageRestockRequest #sysAll #sysMain .sysItemList li > div:last-of-type {
  width: 100%;
}

#sysMypageAshiato .sysItemList ul.sysThumbnail,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw) min(26px, 6.9333333333vw);
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li {
  width: calc(25% - min(78px, 20.8vw) / 4);
  text-align: left;
  position: relative;
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li .sysThumbnailImage,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li .sysThumbnailImage,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li .sysThumbnailImage {
  width: 100%;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li .sysThumbnailImage a,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li .sysThumbnailImage a,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li .sysThumbnailImage a {
  display: block;
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li .sysThumbnailImage a img,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li .sysThumbnailImage a img,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li .sysThumbnailImage a img {
  display: block;
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li div,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li div,
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li div {
  font-size: min(16px, 4.2666666667vw);
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit],
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit] {
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #263430;
  padding: min(10px, 2.6666666667vw) min(10px, 2.6666666667vw) min(9px, 2.4vw);
  margin-top: min(13px, 3.4666666667vw);
  position: relative;
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する],
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する] {
  color: #263430;
  border: min(2px, 0.5333333333vw) solid #263430;
  background-color: #ffffff;
  margin-top: min(5px, 1.3333333333vw);
}
#sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する],
#sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する] {
  font-size: min(12px, 3.2vw);
  color: #263430;
  border: min(2px, 0.5333333333vw) solid #263430;
  background-color: #ffffff;
  margin-top: min(5px, 1.3333333333vw);
}
#sysMypageAshiato .sysItemList ul.sysList li,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li,
#sysMypageRestockRequest .sysItemList ul.sysList li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 min(20px, 5.3333333333vw);
  width: 100%;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid;
  padding-block: min(20px, 5.3333333333vw);
  position: relative;
}
#sysMypageAshiato .sysItemList ul.sysList li:first-of-type,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li:first-of-type,
#sysMypageRestockRequest .sysItemList ul.sysList li:first-of-type {
  padding-top: 0;
}
#sysMypageAshiato .sysItemList ul.sysList li:last-of-type,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li:last-of-type,
#sysMypageRestockRequest .sysItemList ul.sysList li:last-of-type {
  border-bottom: 1px solid;
}
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage {
  width: min(130px, 34.6666666667vw);
  margin: 0;
}
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage a,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage a,
#sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage a {
  display: block;
}
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage a img,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage a img,
#sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage a img {
  display: block;
}
#sysMypageAshiato .sysItemList ul.sysList li > div:not([class]),
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li > div:not([class]),
#sysMypageRestockRequest .sysItemList ul.sysList li > div:not([class]) {
  width: calc(100% - min(150px, 40vw));
}
#sysMypageAshiato .sysItemList ul.sysList li form,
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form,
#sysMypageRestockRequest .sysItemList ul.sysList li form {
  width: 100%;
}
#sysMypageAshiato .sysItemList ul.sysList li form input[type=submit],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit],
#sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit] {
  width: 100%;
  max-width: min(193px, 51.4666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #263430;
  padding: min(10px, 2.6666666667vw) min(10px, 2.6666666667vw) min(9px, 2.4vw);
  margin-top: min(15px, 4vw);
  position: relative;
}
#sysMypageAshiato .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する],
#sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する] {
  color: #263430;
  border: min(2px, 0.5333333333vw) solid #263430;
  background-color: #ffffff;
  margin-top: min(5px, 1.3333333333vw);
  margin-left: min(150px, 40vw);
}
#sysMypageAshiato .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する],
#sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する],
#sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する] {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #263430;
  border: min(2px, 0.5333333333vw) solid #263430;
  background-color: #ffffff;
  margin-top: min(5px, 1.3333333333vw);
  margin-left: min(150px, 40vw);
}

#sysMypageMessageCard #sysAll #sysMain .sysMemberSessionCartInfo td input {
  color: #263430;
}

#sysMypageReview #sysWrap #sysMain .sysMyReviewList {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysItemName {
  font-weight: 700;
  padding-top: min(40px, 10.6666666667vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview {
  border-bottom: 1px solid;
  padding-bottom: min(40px, 10.6666666667vw);
}
#sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview:last-of-type {
  border-bottom: none;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo {
  border: none;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type td {
  border-top: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th {
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
  border-bottom: 1px solid;
  border-right: 1px solid;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail h2 {
  font-size: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext {
  margin-top: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder h4,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext h4 {
  font-size: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo {
  border: none;
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo tr:first-of-type th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo tr:first-of-type td {
  border-top: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo th {
  width: 25%;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo td {
  border-bottom: 1px solid;
  border-right: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem {
  border: 1px solid;
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr:last-of-type td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr:last-of-type td {
  border-bottom: none;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr th:nth-of-type(3),
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr th:nth-of-type(3) {
  width: 10%;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr td,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr td {
  border-bottom: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr td:first-of-type,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr td:first-of-type {
  text-align: left;
}
#sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div,
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div,
#sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div,
#sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div {
  font-weight: 500;
}
#sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
#sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
#sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2) {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:has(input, select),
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select),
#sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select),
#sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:has(input, select) {
  font-weight: 400;
  margin-top: min(8px, 2.1333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:has(input, select) input[type=radio],
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select) input[type=radio],
#sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select) input[type=radio],
#sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:has(input, select) input[type=radio] {
  margin-right: min(5px, 1.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:has(input, select) select,
#sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select) select,
#sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select) select,
#sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:has(input, select) select {
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(10px, 2.6666666667vw);
}

#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderSummary {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest .sysRepeatOrderNextOrderAttachedItemRequestTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList {
  border: 1px solid;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr:last-of-type td {
  border-bottom: none;
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th,
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:first-of-type {
  width: 60%;
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:nth-of-type(2), #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:last-of-type {
  width: 20%;
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td {
  text-align: left;
  border-bottom: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td:last-of-type {
  font-weight: 700;
  text-align: center;
}
#sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td:last-of-type .sysDeleteAttachedItem {
  width: min(30px, 8vw);
  height: min(30px, 8vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList {
  display: flex;
  gap: min(20px, 5.3333333333vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem {
  width: calc(50% - min(20px, 5.3333333333vw) / 2);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem .sysThumbnailImage {
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem input[type=button] {
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 100px;
  background-color: #263430;
  padding: min(10px, 2.6666666667vw) min(10px, 2.6666666667vw) min(9px, 2.4vw);
  margin-top: min(13px, 3.4666666667vw);
  position: relative;
}

#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory h2 {
  font-size: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder h4 {
  font-size: min(20px, 5.3333333333vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo {
  border: none;
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo tr:first-of-type td {
  border-top: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th {
  width: 25%;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
  border-bottom: 1px solid;
  border-right: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem {
  border: 1px solid;
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr:last-of-type td {
  border-bottom: none;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr th,
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr td {
  padding: min(15px, 4vw);
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr th:nth-of-type(3) {
  width: 10%;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr td {
  border-bottom: 1px solid;
}
#sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr td:first-of-type {
  text-align: left;
}

#sysMypageLogin input[value=ログイン] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #8b7666;
  border: 1px solid #8b7666;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMypageLogin input[value=ログイン] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageLogin .login_register .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMypageLogin .login_register .btn a .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageLogin input[value=会員ID・パスワードを忘れた場合] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #8b7666;
  white-space: initial;
  background: #e3ded9;
  border: 1px solid #8b7666;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMypageLogin input[value=会員ID・パスワードを忘れた場合] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMypageLogin #sysWrap {
  background-image: url(https://www.emallsakai.com/img/renewal/mypage/bg_pc.png);
  background-size: min(1880px, 501.3333333333vw) min(820px, 218.6666666667vw);
  background-position: center top;
  background-repeat: no-repeat;
}
#sysMypageLogin #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(50px, 13.3333333333vw);
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMypageLogin #sysWrap #sysMain .sysMypageMajorHeadLine {
  display: none;
}
#sysMypageLogin #sysWrap #sysMain .ttl-page {
  order: 1;
  width: 100%;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm {
  order: 2;
  width: calc(50% - min(50px, 13.3333333333vw) / 2);
  margin-top: min(30px, 8vw);
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysMypageMinorHeadLine {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: none;
  padding-bottom: min(9px, 2.4vw);
  margin-bottom: min(30px, 8vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .important_txt {
  font-size: min(16px, 4.2666666667vw);
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysMailaddress {
  margin-bottom: min(30px, 8vw);
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysMemberPassword {
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysIsUseAutoLogin .sysAutoLoginField input {
  display: none;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysIsUseAutoLogin .sysAutoLoginField input:checked + label::before {
  background-color: #8b7666;
  background-image: url(../img/renewal/common/check.png);
  background-size: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  background-position: center center;
  background-repeat: no-repeat;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysIsUseAutoLogin .sysAutoLoginField label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  padding-left: min(25px, 6.6666666667vw);
  margin-right: min(20px, 5.3333333333vw);
  cursor: pointer;
  position: relative;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysIsUseAutoLogin .sysAutoLoginField label::before {
  content: "";
  display: block;
  width: min(20px, 5.3333333333vw);
  height: min(20px, 5.3333333333vw);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: min(4px, 1.0666666667vw);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysLoginButton {
  max-width: 100%;
}
#sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysButton {
  max-width: 100%;
  margin-top: min(20px, 5.3333333333vw);
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea {
  order: 3;
  width: calc(50% - min(50px, 13.3333333333vw) / 2);
  margin-top: min(30px, 8vw);
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea .sysMypageMinorHeadLine {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: none;
  padding-bottom: min(9px, 2.4vw);
  margin-bottom: min(30px, 8vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea .txt {
  font-size: min(16px, 4.2666666667vw);
}
#sysMypageLogin #sysWrap #sysMain .sysFreeArea .btn a {
  max-width: 100%;
  margin-top: min(30px, 8vw);
}

#sysMypageLogout #sysAll #sysMain .sysMypageMajorHeadLine,
#sysMypageLogout #sysAll #sysMain .sysMypageMinorHeadLine {
  display: none;
}
#sysMypageLogout #sysAll #sysMain > p {
  text-align: center;
}

#sysMypageReminder #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysMypageReminder #sysWrap #sysMain .sysMypageMajorHeadLine {
  display: none;
}
#sysMypageReminder #sysWrap #sysMain .sysMypageMinorHeadLine {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #263430;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-top: min(40px, 10.6666666667vw);
  margin-bottom: min(15px, 4vw);
}
#sysMypageReminder #sysWrap #sysMain .sysFormField {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMypageReminder #sysWrap #sysMain div {
  font-size: min(16px, 4.2666666667vw);
}

/*! ========================================================
会員登録ページ設定
========================================================= */
#sysMemberRegisterIndex #sysMain form:not(#form_main) .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: min(160px, 42.6666666667vw);
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: #ffffff;
  border-radius: min(4px, 1.0666666667vw);
  margin-top: min(40px, 10.6666666667vw);
}

#sysMemberRegisterConfirm #sysMain form:not(#sysDone) .sysBackButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: min(160px, 42.6666666667vw);
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: #ffffff;
  border-radius: min(4px, 1.0666666667vw);
  margin-top: min(40px, 10.6666666667vw);
}

#sysMemberRegisterIndex .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMemberRegisterIndex .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMemberRegisterConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMemberRegisterConfirm .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMemberRegisterConfirm .sysSendAuthenticationMail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysMemberRegisterConfirm .sysSendAuthenticationMail .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysMemberRegisterIndex #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain > div:has(.sysMemberAgreement) {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main {
  padding-top: min(30px, 8vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm {
  display: flex;
  flex-direction: column;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm:has(input[name=member_agreement_check_done]:checked) > .sysNextSubmit {
  opacity: 1;
  pointer-events: auto;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm:has(input[name=member_agreement_check_done]:checked) > .sysNextSubmit:hover {
  opacity: 0.7;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysRequired {
  display: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > div {
  order: 101;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > div .sysMemberAgreementFormLabel {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin-bottom: min(14px, 3.7333333333vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > div .sysMemberAgreement {
  height: min(250px, 66.6666666667vw);
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  background-color: #ffffff;
  border: none;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(20px, 5.3333333333vw);
  overflow-y: scroll;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label {
  order: 102;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: min(28px, 7.4666666667vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > label::after {
  content: "必須";
  display: inline-block;
  font-size: min(12px, 3.2vw);
  line-height: 1.5;
  color: #ffffff;
  background-color: #aa544e;
  padding: min(1px, 0.2666666667vw) min(10px, 2.6666666667vw) min(2px, 0.5333333333vw);
  margin-left: min(11px, 2.9333333333vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysNextSubmit {
  order: 103;
  opacity: 0.4;
  pointer-events: none;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm .sysFormCaution {
  display: none;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > * {
  order: 100;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysName {
  order: 1;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysNameKana {
  order: 2;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysZipcode {
  order: 3;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysZipcode::after {
  content: "※ハイフン無しでご登録ください。";
  display: block;
  font-size: min(13px, 3.4666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #aa544e;
  margin-top: min(14px, 3.7333333333vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysPrefStateId {
  order: 4;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysAddress1 {
  order: 5;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysAddress2 {
  order: 6;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysMailaddress {
  order: 7;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysTel {
  order: 8;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysTel::after {
  content: "※ハイフン無しでご登録ください。";
  display: block;
  font-size: min(13px, 3.4666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #aa544e;
  margin-top: min(14px, 3.7333333333vw);
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysFax {
  order: 9;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysBirthday {
  order: 10;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysGender {
  order: 11;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysAcceptMailmagazine {
  order: 12;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysMemberPassword {
  order: 13;
}
#sysMemberRegisterIndex #sysWrap #sysMain #form_main .sysForm > .sysMemberPassword .sysFormField::after {
  content: "※8文字以上20文字以下の英数字、半角記号でご指定ください。";
  display: block;
  font-size: min(13px, 3.4666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #aa544e;
  margin-top: min(14px, 3.7333333333vw);
}

#sysMemberRegisterConfirm #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMemberRegisterConfirm #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterConfirm #sysWrap #sysMain > div {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-block: min(30px, 8vw) min(40px, 10.6666666667vw);
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm {
  display: flex;
  flex-direction: column;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem {
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem .sysFormLabel {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(14px, 3.7333333333vw);
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm .sysFormItem .sysFormField {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > * {
  order: 100;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysName {
  order: 1;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysNameKana {
  order: 2;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysZipcode {
  order: 3;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysPrefStateId {
  order: 4;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysAddress1 {
  order: 5;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysAddress2 {
  order: 6;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysMailaddress {
  order: 7;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysTel {
  order: 8;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysFax {
  order: 9;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysBirthday {
  order: 10;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysGender {
  order: 11;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysAcceptMailmagazine {
  order: 12;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysMemberPassword {
  order: 13;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysSendAuthenticationMailGroup {
  order: 101;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysSendAuthenticationMailGroup p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(18px, 4.8vw);
  line-height: 1.5;
  font-size: 600;
  text-align: center;
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysSendAuthenticationMailGroup p + .sysSendAuthenticationMail {
  margin-top: min(30px, 8vw);
}
#sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysNextSubmit {
  order: 101;
  margin-top: 0;
}

#sysMemberRegisterRegister #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMemberRegisterRegister #sysWrap #sysMain > h2 {
  display: none;
}
#sysMemberRegisterRegister #sysWrap #sysMain > p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: center;
  margin-top: min(30px, 8vw);
}

/*! ========================================================
OPC設定
========================================================= */
.opcBillingAddress_completeButton_edit,
.opcItemCommonOption_completeButton_edit,
.opcClient_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcDeliveryAddressItem_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcDeliveryMethodList_edit,
.opcPaymentMethod_completeButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcBillingAddress_completeButton_edit .fa,
.opcItemCommonOption_completeButton_edit .fa,
.opcClient_completeButton_edit .fa,
.opcDeliveryAddress_completeButton_edit .fa,
.opcDeliveryAddressItem_completeButton_edit .fa,
.opcDeliveryMethod_completeButton_edit .fa,
.opcDeliveryMethodList_edit .fa,
.opcPaymentMethod_completeButton_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcItemCommonOption_sessionCartSaveButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcItemCommonOption_sessionCartSaveButton_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcSelectDeliveries_deliveryToSingle_edit,
.opcSelectDeliveries_deliveryToMultiple_edit,
.opcSelectDeliveries_deliveryToSocialGift_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcSelectDeliveries_deliveryToSingle_edit .fa,
.opcSelectDeliveries_deliveryToMultiple_edit .fa,
.opcSelectDeliveries_deliveryToSocialGift_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcDeliveryAddress_synchronizeBillingAddressButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcDeliveryAddress_synchronizeBillingAddressButton_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcDeliveryAddress_openDialogButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

.opcCompletedDeliveryAddressList_addDeliveryAddress_edit,
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcCompletedDeliveryAddressList_addDeliveryAddress_edit .fa,
.opcCompletedDeliveryAddressList_goDeliveryMethodArea_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcCompletedDeliveryAddressList_saveSessionCart_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  max-width: min(200px, 53.3333333333vw);
  margin-top: 0;
  margin-right: 0;
}
.opcCompletedDeliveryAddressList_saveSessionCart_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcResumeOrContinueModal_resumeMemberSessionCart,
.opcResumeOrContinueModal_continueSessionCart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcResumeOrContinueModal_resumeMemberSessionCart .fa,
.opcResumeOrContinueModal_continueSessionCart .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcPointAndCouponDialog_applyButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.opcPointAndCouponDialog_applyButton_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcMember_registerButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  display: inline-block;
  max-width: min(150px, 40vw);
  margin-right: 0;
}
.opcMember_registerButton_edit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.opcOrderSummary_usePointAndCoupon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

.opcBillingAddress_zipCodeSearchButton_edit,
.opcClient_zipCodeSearchButton_edit,
.opcDeliveryAddress_zipCodeSearchButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

#sysOpc .opcBillingAddress_backButton_edit,
#sysOpc .opcItemCommonOption_backButton_edit,
#sysOpc .opcSelectDeliveries_backButton_edit,
#sysOpc .opcDeliveryAddress_backButton_edit,
#sysOpc .opcDeliveryAddressItem_backButton_edit,
#sysOpc .opcCompletedDeliveryAddressList_backButton_edit,
#sysOpc .opcDeliveryMethod_backButton_edit,
#sysOpc .opcDeliveryMethodList_backButton_edit,
#sysOpc .opcPaymentMethod_backButton_edit,
#sysOpc .opcOrderBackToBasket_backToBasket {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

.opcBillingAddress_editButton,
.opcPaymentMethod_editButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

.opcClient_editButton,
.opcDeliveryAddress_editButton,
.opcDeliveryMethod_editButton,
.opcDeliveryAddressItemTitle_editButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: 0 0 0 auto;
}

.opcItemCommonOption_messageCardPreviewButton,
.opcItem_messageCardPreviewButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  margin-top: min(20px, 5.3333333333vw);
}

.opcCompletedDeliveryAddressList_changeItems_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin-top: 0;
  margin-right: 0;
}

.opcDeliveryAddressTitle_deleteButton,
.opcDeliveryAddressList_addButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: 0 0 0 auto;
}

.opcCouponCode_useButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

.opcPointAndCouponDialog_cancelButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

.opcMember_cancelButton_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  display: inline-block;
  max-width: min(150px, 40vw);
  margin-right: 0;
}

.opcDeliveryAddressEditDialog_applyBillingAddressButton,
.opcDeliveryAddressEditDialog_customerDeliveryAddressButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
  max-width: 100%;
  height: auto;
  white-space: wrap;
}

.opcConfirm_requestOrder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  border: min(2px, 0.5333333333vw) solid;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

.sysOpcBody #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc div[style="margin-bottom:100px;"] {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditModeBlock {
  background-color: transparent;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditModeBlock,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddress,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcClient,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressSummary,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethod,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarks_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSubstituteOrderMemo_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPoint_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemPoint_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponCode_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCoupon_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMember_memberAgreementDescription_edit {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemList,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveries {
  border: none;
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcClientTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSubstituteOrderMemoTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPointTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponCodeTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMemberTitle,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGiftLetterTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #263430;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-top: min(50px, 13.3333333333vw);
  margin-bottom: min(15px, 4vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeader {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryMethodHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryAddressItemHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryAddressItemHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryMethodHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressItemHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_letterImageTitleLabel_edit {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditLabel {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc span:has(+ .opcCommonRequireLabel) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc span:has(+ .opcCommonRequireLabel)::after {
  content: "必須";
  display: inline-block;
  font-size: min(11px, 2.9333333333vw);
  line-height: 1.5;
  color: #ffffff;
  border-radius: min(3px, 0.8vw);
  padding: min(1px, 0.2666666667vw) min(8px, 2.1333333333vw) min(2px, 0.5333333333vw);
  margin-left: min(12px, 3.2vw);
  position: relative;
  bottom: min(1px, 0.2666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc span:has(+ .opcCommonRequireLabel) + .opcCommonRequireLabel {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPricesAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPricesGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalAmount,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPoint {
  font-size: min(16px, 4.2666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonButtonGroupEdit {
  padding: 0;
  margin-top: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup {
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodGroup {
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
  margin-top: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_top]) {
  margin-top: min(40px, 10.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_bottom]) {
  margin-top: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCompletedDeliveryAddressListArea {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressList_inputAddDeliveryAddressLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcCompletedDeliveryAddressListArea .opcCompletedDeliveryAddressList_inputSelectDeliveryMethodLabel {
  text-align: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionSelectsGroup .opcItem_itemCommonOptionSelectAndLabelGroup {
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionSelectsGroup .opcItem_itemCommonOptionSelectAndLabelGroup .opcItem_itemCommonOptionImageGroup {
  max-width: min(200px, 53.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_messageCardDescriptionGroup_edit {
  margin: min(20px, 5.3333333333vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_messageCardDescriptionGroup_edit a {
  text-decoration: underline;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_isNoshiCorporation_edit {
  margin: 0 0 0 min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveries_edit {
  padding-top: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_noshiRibbonTypeAndLabelGroup_edit label,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit label,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_messageCardAndLabelGroup_edit label,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddress_genderAndLabelGroup_edit label {
  display: inline-block !important;
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_noshiRibbonTypeAndLabelGroup_edit label span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_isWithCarrierBagAndLabelGroup_edit label span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_noshiInsideOutsideTypeAndLabelGroup_edit label span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_messageCardAndLabelGroup_edit label span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddress_genderAndLabelGroup_edit label span {
  display: inline-block !important;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage_summaryGroup {
  width: 100%;
  text-align: left;
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup {
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList {
  border: none;
  padding: 0;
  margin-top: min(50px, 13.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit:has(input[type=radio]:checked) {
  border: 1px solid;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit label {
  font-weight: 400;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit label::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit .opcPaymentMethod_paymentMethodDetailGroup_edit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
  display: block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit {
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit:empty {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit .opcDeliveryMethod_receiveAtStoreDetailAndLabelGroup_edit {
  border: none;
  padding-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_totalPricesAndLabelGroup {
  border-bottom: 1px solid;
  padding: 0 0 min(10px, 2.6666666667vw) 0;
  margin: 0 0 min(10px, 2.6666666667vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup {
  padding: 0 0 0 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_feeAndLabelGroup {
  border-bottom: 1px solid;
  padding: 0 0 min(10px, 2.6666666667vw) 0;
  margin: 0 0 min(10px, 2.6666666667vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_usePointPriceAndLabelGroup {
  border-bottom: 1px solid;
  padding: 0 0 min(10px, 2.6666666667vw) 0;
  margin: 0 0 min(10px, 2.6666666667vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_usePointPriceAndLabelGroup:empty {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea {
  margin-bottom: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddress_mailaddressLabel_reference {
  margin: min(10px, 2.6666666667vw) 0 min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddress > div .opcCommonReferenceLabel {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressArea .opcBillingAddress > div .opcBillingAddress_addressGroup {
  width: auto;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
  margin-bottom: min(50px, 13.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit .opcItem_purposeLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit .opcItem_purposeLabelGroup_edit {
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(15px, 4vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit select,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit {
  margin-bottom: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit .opcItem_itemCommonOptionTitleLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit .opcItem_itemCommonOptionTitleLabel_edit {
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(15px, 4vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit .opcItem_itemCommonOptionUseOptionNameGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit .opcItem_itemCommonOptionUseOptionNameGroup_edit {
  display: flex;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit {
  margin-bottom: min(50px, 13.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit:last-of-type,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit:last-of-type {
  margin-bottom: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionSelectLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionSelectLabel_edit {
  font-weight: 500;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, 10.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit {
  width: calc(33.3333333333% - min(80px, 21.3333333333vw) / 3);
  cursor: pointer;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOption_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOption_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit {
  display: block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit {
  display: block;
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
  text-align: center;
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit {
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit::after,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit:has(input[type=radio]:checked) .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit::after,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit:has(input[type=radio]:checked) .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionImageGroup_edit::after {
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(2px, 0.5333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailAndLabelGroup_edit {
  margin-top: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit {
  margin-top: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcClientArea .opcClient .opcClient_normalClientGroup > div .opcCommonReferenceLabel {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcClientArea .opcClient .opcClient_normalClientGroup > div .opcClient_addressGroup {
  width: auto;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressHeader,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcDeliveryAddressHeader {
  display: block;
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressSummary,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcDeliveryAddressSummary {
  margin-top: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_deliveryAddressItemGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_deliveryAddressItemGroup_edit {
  padding: 0;
  border-top: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit .opcItem_numLabel_edit {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit .opcItem_num_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit .opcItem_num_edit {
  height: min(48px, 12.8vw);
  width: -moz-fit-content;
  width: fit-content;
  margin-right: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit input[type=button],
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit input[type=button] {
  display: block;
  width: min(40px, 10.6666666667vw);
  height: min(40px, 10.6666666667vw);
  font-size: 0;
  background: none;
  border: none;
  border-radius: 50%;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit input[type=button].opcItem_increaseNumButton_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit input[type=button].opcItem_increaseNumButton_edit {
  background-image: url(../img/layout/common/icon_increase.png);
  background-size: min(12px, 3.2vw) min(12px, 3.2vw);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: min(5px, 1.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcItem_numAndLabelGroup_edit input[type=button].opcItem_decreaseNumButton_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcItem_numAndLabelGroup_edit input[type=button].opcItem_decreaseNumButton_edit {
  background-image: url(../img/layout/common/icon_decrease.png);
  background-size: min(12px, 3.2vw) min(2px, 0.5333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem {
  border-bottom: 1px solid;
  padding: 0 0 min(20px, 5.3333333333vw) 0;
  margin: 0 0 min(20px, 5.3333333333vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem:last-of-type,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup {
  gap: 0 min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: min(120px, 32vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - min(140px, 37.3333333333vw));
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 0 0 min(5px, 1.3333333333vw) 0;
  margin: 0 0 min(5px, 1.3333333333vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemRetailPricesAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_subTotalNumAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemRetailPricesAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_subTotalNumAndLabelGroup {
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit {
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit {
  margin: min(10px, 2.6666666667vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit a,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit a {
  text-decoration: underline;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_deliveryAddressItemGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_deliveryAddressItemGroup {
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcItemDataBind .opcItem .opcItem_deliveryAddressItemGroup .opcItem_itemOptionGroup .opcItem_itemOptionAndLabelGroup span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcItemDataBind .opcItem .opcItem_deliveryAddressItemGroup .opcItem_itemOptionGroup .opcItem_itemOptionAndLabelGroup span {
  display: inline-block;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcCompletedDeliveryAddressList_container {
  border-radius: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList_upsideOfListContainer,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList_upsideOfListContainer {
  align-items: center;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList_upsideOfListContainer .opcCompletedDeliveryAddressList_displayCompletedDeliveryAddressListLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList_upsideOfListContainer .opcCompletedDeliveryAddressList_displayCompletedDeliveryAddressListLabel {
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList .opcDeliveryAddressContents,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcCompletedDeliveryAddressList_container .opcCompletedDeliveryAddressList .opcDeliveryAddressContents {
  border: none;
  border-radius: 0;
  padding: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit {
  margin-top: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li {
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
  border-bottom: 1px solid;
  padding-bottom: min(20px, 5.3333333333vw);
  padding-left: 0;
  margin-top: min(10px, 2.6666666667vw);
  margin-left: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div {
  display: flex;
  align-items: center;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div span,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div span {
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div select,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcCommonReferenceLabel,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcCommonReferenceLabel {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit {
  margin-top: min(50px, 13.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit {
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit:last-of-type {
  margin-bottom: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressHeader {
  margin-top: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
  background-color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit {
  border: none;
  padding: 0;
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit:last-of-type {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit > div {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit > div > div {
  display: flex;
  align-items: center;
  gap: 0 min(5px, 1.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit > div > div select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit + .opcDeliveryMethod_buttonGroup_edit {
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea {
  margin-bottom: min(60px, 16vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_remarkLabel_edit {
  margin-top: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea .opcRemarksDataBind .opcRemarks_remarkDescription_edit {
  margin-left: 0;
  margin-bottom: min(5px, 1.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressHeaderGroup {
  margin-bottom: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader {
  display: block;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem {
  border-bottom: 1px solid;
  padding: 0 0 min(20px, 5.3333333333vw) 0;
  margin: 0 0 min(20px, 5.3333333333vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup {
  gap: 0 min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemImageGroup {
  width: min(120px, 32vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary {
  width: calc(100% - min(140px, 37.3333333333vw));
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNameGroup {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemNumAndPricesAndLabelGroup .opcItem_itemSubTotalPricesAndLabelGroup {
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 0 0 min(5px, 1.3333333333vw) 0;
  margin: 0 0 min(5px, 1.3333333333vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_itemRetailPricesAndLabelGroup,
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_itemSummary .opcItem_subTotalNumAndLabelGroup {
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit {
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit {
  margin: min(10px, 2.6666666667vw) 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressItemArea .opcItem .opcItem_itemAndLabelGroup .opcItem_deliveryAddressItemGroup_edit .opcItem_messageCardDescriptionGroup_edit a {
  text-decoration: underline;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit {
  border: none;
  padding: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueTitleLabel_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_freeAreaGroup_edit {
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueLabelGroup_edit {
  display: flex;
  margin-bottom: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit {
  margin-bottom: min(30px, 8vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit {
  display: flex;
  flex-wrap: wrap;
  gap: min(25px, 6.6666666667vw) min(15px, 4vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit {
  display: flex;
  flex-direction: column-reverse;
  flex-shrink: 0;
  width: calc(20% - min(60px, 16vw) / 5);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit .opcSocialGiftLetter_letterImageId_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit .opcSocialGiftLetter_letterImageIdTitle_edit {
  display: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_letterImageLabelGroup_edit .opcSocialGiftLetter_letterImageIdAndUrlLabelGroup_edit:has(input:checked)::after {
  border: 1px solid #263430;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_imageTitleGroup_edit .opcSocialGiftLetter_imageTitle_edit {
  display: block;
  font-size: min(14px, 3.7333333333vw);
  text-align: center;
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
  border: none;
  padding: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup_edit {
  max-width: min(500px, 133.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup_edit .opcSocialGiftLetter_letterImagePreview_edit {
  width: 100%;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup {
  border: none;
  padding: 0;
  margin: 0;
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
  display: flex;
  gap: min(20px, 5.3333333333vw);
  border: none;
  padding: 0;
  margin-top: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup {
  width: min(120px, 32vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_messageGroup {
  width: calc(100% - min(140px, 37.3333333333vw));
}
.sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_messageGroup .opcSocialGiftLetter_message {
  white-space: normal;
}
.sysOpcBody #sysWrap #sysMain #sysOpc #openPointAndCouponEditDialog .opcItemPoint_itemListGroup_edit .opcItemPoint_itemGroup_edit {
  display: flex;
  flex-wrap: wrap;
  padding: min(10px, 2.6666666667vw);
}
.sysOpcBody #sysWrap #sysMain #sysOpc #openPointAndCouponEditDialog .opcItemPoint_itemListGroup_edit .opcItemPoint_itemGroup_edit .opcItemPoint_itemNameGroup_edit {
  float: none;
  border-right: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc #openPointAndCouponEditDialog .opcItemPoint_itemListGroup_edit .opcItemPoint_itemGroup_edit .opcItemPoint_itemQuantityGroup_edit {
  float: none;
}
.sysOpcBody #sysWrap #sysMain #sysOpc #openPointAndCouponEditDialog .opcItemPoint_itemListGroup_edit .opcItemPoint_itemGroup_edit .opcItemPoint_clearfix_edit {
  display: none;
}

.modaal-wrapper .opcPointAndCouponDialog {
  min-width: min(400px, 106.6666666667vw);
}
.modaal-wrapper .opcPointTitle,
.modaal-wrapper .opcCouponCodeTitle,
.modaal-wrapper .opcCouponTitle {
  margin-bottom: min(10px, 2.6666666667vw);
}
.modaal-wrapper .opcDeliveryAddressEditDialog_directChangeLabel,
.modaal-wrapper .opcDeliveryAddressEditDialog_customerDeliveryAddressLabel,
.modaal-wrapper .opcPoint_usablePointLabel_edit,
.modaal-wrapper .opcPoint_usePointLabel_edit,
.modaal-wrapper .opcCouponCode_couponCodeLabel_edit,
.modaal-wrapper .opcCouponCode_useCouponCodeListLabel_edit,
.modaal-wrapper .opcPoint_itemListLabel_edit {
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(10px, 2.6666666667vw);
}
.modaal-wrapper .opcPoint_usePoint_edit,
.modaal-wrapper .opcCouponCode_couponCode_edit {
  margin: 0;
}
.modaal-wrapper .opcPoint_edit,
.modaal-wrapper .opcItemPoint_edit,
.modaal-wrapper .opcCouponCode_edit,
.modaal-wrapper .opcCoupon_edit {
  padding: min(10px, 2.6666666667vw);
}
.modaal-wrapper .opcPoint_usablePoint_edit {
  margin-left: 0;
}
.modaal-wrapper .opcItemPoint_itemListGroup_edit {
  margin-left: 0;
}
.modaal-wrapper .opcItemPoint_itemNameGroup_edit {
  border: none;
}
.modaal-wrapper .opcItemPoint_itemGroup_edit {
  padding: min(10px, 2.6666666667vw);
}
.modaal-wrapper .opcPointAndCouponDialog_buttonGroup_edit {
  text-align: center;
}
.modaal-wrapper .opcPoint_usePointUnitLabel_edit {
  display: block;
  text-align: right;
}

/*! ========================================================
フォームページ設定
========================================================= */
#sysFormConfirm .sysButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: min(160px, 42.6666666667vw);
  min-height: min(48px, 12.8vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: #ffffff;
  border-radius: min(4px, 1.0666666667vw);
  margin-top: min(40px, 10.6666666667vw);
}

#sysFormIndex .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysFormIndex .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysFormConfirm .sysNextSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
  min-height: min(56px, 14.9333333333vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #aa544e;
  border: 1px solid #aa544e;
  border-radius: min(4px, 1.0666666667vw);
  margin: min(40px, 10.6666666667vw) auto 0;
}
#sysFormConfirm .sysNextSubmit .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysFormIndex #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysFormIndex #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormIndex #sysWrap #sysMain > p:empty {
  display: none;
}
#sysFormIndex #sysWrap #sysMain .ttl-page {
  padding-inline: 0;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk {
  display: flex;
  flex-direction: column;
  gap: min(40px, 10.6666666667vw);
  margin-top: min(30px, 8vw);
  margin-bottom: min(60px, 16vw);
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a {
  display: block;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  color: #8b7666;
  padding-right: min(16px, 4.2666666667vw);
  position: relative;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a::before, #sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(https://www.emallsakai.com/img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a::before {
  background-position: left max(-12px, -3.2vw) center;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a::after {
  background-position: center center;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a:hover::before, #sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a:hover::after {
  transition: all 400ms ease-out;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a:hover::before {
  background-position: center center;
}
#sysFormIndex #sysWrap #sysMain .contact-lead-blk .link a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField > p {
  width: 100%;
  font-size: min(13px, 3.4666666667vw);
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField > p a {
  color: #aa544e;
  text-decoration: underline;
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField > br {
  display: none;
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField .sysItemNameByFreeform {
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField .sysItemThumnailByFreeform {
  max-width: min(300px, 80vw);
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField:not(:has(input[type=radio])) > p {
  margin-bottom: min(14px, 3.7333333333vw);
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField:not(:has(input[type=radio])) > p.agreement {
  margin-bottom: min(30px, 8vw);
}
#sysFormIndex #sysWrap #sysMain form .sysForm .sysFormItem .sysFormField:has(input[type=radio]) {
  display: flex;
  flex-wrap: wrap;
  gap: min(14px, 3.7333333333vw) 0;
}
#sysFormIndex #sysWrap #sysMain form > input[type=submit] {
  pointer-events: none;
  opacity: 0.4;
}
#sysFormIndex #sysWrap #sysMain form:has(.agreement ~ label input[type=checkbox]:checked) > input[type=submit] {
  pointer-events: auto;
  opacity: 1;
}
#sysFormIndex #sysWrap #sysMain form:has(.agreement ~ label input[type=checkbox]:checked) > input[type=submit]:hover {
  opacity: 0.7;
}

#sysFormConfirm #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysFormConfirm #sysWrap #sysMain > * {
  order: 0;
}
#sysFormConfirm #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormConfirm #sysWrap #sysMain .ttl-page {
  padding-inline: 0;
}
#sysFormConfirm #sysWrap #sysMain .ttl-page::after {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  content: "ご記入内容にお間違いがないかご確認の上、\a「送信する」ボタンをクリックしてください。";
  white-space: pre;
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: min(60px, 16vw);
}
#sysFormConfirm #sysWrap #sysMain form[action*=confirm] {
  order: 2;
}
#sysFormConfirm #sysWrap #sysMain form[action*=confirm] .sysForm {
  display: none;
}
#sysFormConfirm #sysWrap #sysMain form[action*=complete] {
  order: 1;
  margin-top: min(30px, 8vw);
}
#sysFormConfirm #sysWrap #sysMain form[action*=complete] > div {
  display: flex !important;
}
#sysFormConfirm #sysWrap #sysMain form > div {
  display: flex;
  flex-direction: column;
  gap: min(40px, 10.6666666667vw);
}
#sysFormConfirm #sysWrap #sysMain form > div .sysFormItem {
  margin-bottom: 0;
}
#sysFormConfirm #sysWrap #sysMain form > div .sysFormItem:has(input[value*=同意する]) {
  display: none;
}
#sysFormConfirm #sysWrap #sysMain form > div .sysFormItem .sysFormLabel {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(14px, 3.7333333333vw);
}
#sysFormConfirm #sysWrap #sysMain form > div .sysFormItem .sysFormField {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
}

#sysFormThanks #sysWrap #sysMain {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysFormThanks #sysWrap #sysMain > h2 {
  display: none;
}
#sysFormThanks #sysWrap #sysMain .ttl-page {
  padding-inline: 0;
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk {
  margin-top: min(30px, 8vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .logo {
  width: 100%;
  max-width: min(360px, 96vw);
  margin-inline: auto;
  margin-bottom: min(60px, 16vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #8b7666;
  margin-bottom: min(60px, 16vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk p {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  margin-bottom: min(60px, 16vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk {
  display: flex;
  justify-content: center;
  gap: min(20px, 5.3333333333vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk > div {
  width: 100%;
  max-width: min(320px, 85.3333333333vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk > div a {
  display: block;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border-radius: min(4px, 1.0666666667vw);
  padding: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk .btn-facility a {
  background-color: #ac806d;
}
#sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk .btn-ec a {
  background-color: #8b7666;
}

/*! ========================================================
レビューページ設定
========================================================= */
#sysItemReviewIndex #sysMain input[value=確認画面に進む] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysItemReviewIndex #sysMain input[value=確認画面に進む] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysItemReviewIndex #sysMain input[value=商品詳細] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysItemReviewIndex #sysMain input[value=並び替え] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: 0;
}

#sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin-top: min(10px, 2.6666666667vw);
}

#sysItemReviewConfirm #sysMain input[value=投稿する] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysItemReviewConfirm #sysMain input[value=投稿する] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysItemReviewConfirm #sysMain input[value=入力画面に戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysItemReviewThanks #sysMain input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysItemReviewIndex #sysMain input[value=確認] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysItemReviewIndex #sysMain input[value=確認] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysItemReviewIndex #sysMain input[value=戻る] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: min(2px, 0.5333333333vw) solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}

#sysItemReviewIndex #sysMain input[value=報告] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
#sysItemReviewIndex #sysMain input[value=報告] .fa {
  margin-left: min(10px, 2.6666666667vw);
}

#sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) auto 0 0;
}

#sysItemReviewIndex #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewIndex #sysWrap #sysMain > h2 {
  max-width: min(400px, 106.6666666667vw);
  font-size: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain > div {
  max-width: min(400px, 106.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain > h3 {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
  margin-top: min(40px, 10.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle {
  max-width: 100%;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent {
  max-width: 100%;
}
#sysItemReviewIndex #sysWrap #sysMain .SysImpropalReviewDone {
  max-width: 100%;
  margin-bottom: min(60px, 16vw);
}
#sysItemReviewIndex #sysWrap #sysMain form .sysEvaluation .sysFormField label {
  color: #e69b05;
}
#sysItemReviewIndex #sysWrap #sysMain form .sysEvaluation .sysFormField br {
  display: none;
}
#sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm {
  margin-bottom: min(60px, 16vw);
}
#sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li .SysImpropalReviewTextareaTitle {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: min(8px, 2.1333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li:has(.SysImpropalReviewTextareaTitle) + li:not(:has(.SysImproperReviewFormTextarea)) {
  border-bottom: 1px solid;
  padding-bottom: min(8px, 2.1333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(input[value=商品詳細]) {
  margin-bottom: min(60px, 16vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: min(10px, 2.6666666667vw);
}
#sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) select {
  height: min(40px, 10.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewItemList {
  max-width: 100%;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
  padding: min(50px, 13.3333333333vw) min(50px, 13.3333333333vw);
  margin-top: min(20px, 5.3333333333vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(15px, 4vw);
  width: 100%;
  border: none;
  border-radius: min(10px, 2.6666666667vw);
  background-color: #ffffff;
  padding: min(30px, 8vw) min(30px, 8vw) min(66px, 17.6vw);
  position: relative;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysThumbnailImage,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysThumbnailImage {
  float: none;
  width: min(80px, 21.3333333333vw);
  margin-right: 0;
  margin-bottom: min(15px, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewItemName,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewItemName {
  width: calc(100% - min(95px, 25.3333333333vw));
  margin-bottom: min(15px, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname {
  max-width: calc(100% - min(100px, 26.6666666667vw));
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  padding-left: min(45px, 12vw);
  position: relative;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname::before,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname::before {
  content: "";
  display: block;
  width: min(30px, 8vw);
  height: min(30px, 8vw);
  background-image: url(../img/layout/common/icon_user.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysEvaluation,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysEvaluation {
  flex-shrink: 0;
  font-size: min(17px, 4.5333333333vw);
  line-height: 1.5;
  color: #e69b05;
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewText,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewText {
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.7;
  margin-top: min(15px, 4vw);
}
#sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime,
#sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewDatetime {
  display: block;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.5;
  position: absolute;
  bottom: min(30px, 8vw);
  right: min(30px, 8vw);
}

#sysItemReviewConfirm #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysItemReviewConfirm #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewConfirm #sysWrap #sysMain > h2 {
  max-width: min(400px, 106.6666666667vw);
  font-size: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain > div:not(.sysForm) {
  max-width: min(400px, 106.6666666667vw);
  margin-inline: auto;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain > h3 {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
  margin-top: min(40px, 10.6666666667vw);
}
#sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem {
  border-bottom: 1px solid;
  padding-bottom: min(8px, 2.1333333333vw);
}
#sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem.sysEvaluation .sysFormField {
  color: #e69b05;
}

#sysItemReviewThanks #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
#sysItemReviewThanks #sysWrap #sysAside {
  display: none !important;
}
#sysItemReviewThanks #sysWrap #sysMain > div {
  text-align: center;
  margin-bottom: min(60px, 16vw);
}

/*! ========================================================
テキストページ設定
========================================================= */
#sysMain .text-page .page-container {
  width: 100%;
  max-width: min(840px, 224vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-block: min(30px, 8vw) min(160px, 42.6666666667vw);
}
#sysMain .text-page .page-container .page-blk {
  width: 100%;
  margin-bottom: min(60px, 16vw);
}
#sysMain .text-page .page-container .page-blk h2 {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: min(15px, 4vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  margin-bottom: min(30px, 8vw);
  font-size: min(24px, 6.4vw);
  font-weight: 500;
}
#sysMain .text-page .page-container .page-blk p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 2;
  margin-bottom: min(30px, 8vw);
}
#sysMain .text-page .page-container .page-blk ol {
  display: flex;
  flex-direction: column;
  gap: min(30px, 8vw);
  padding-left: 1.1em;
  margin-bottom: min(30px, 8vw);
}
#sysMain .text-page .page-container .page-blk ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.1em;
  font-size: min(16px, 4.2666666667vw);
  line-height: 2;
}
#sysMain .text-page .page-container .page-blk ol li::marker {
  color: #8b7666;
}
#sysMain .text-page .page-container .page-blk ol li strong {
  font-weight: 700;
}
#sysMain .text-page .page-container .page-blk .mb60 {
  margin-bottom: min(53px, 14.1333333333vw);
}
#sysMain .text-page .page-container .text-page__anc {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
  row-gap: min(10px, 2.6666666667vw);
  margin-bottom: min(60px, 16vw);
}
#sysMain .text-page .page-container .text-page__anc li {
  width: 32.5%;
}
#sysMain .text-page .page-container .text-page__anc li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: min(53px, 14.1333333333vw);
  background-color: #ffffff;
  padding-inline: min(10px, 2.6666666667vw) min(28px, 7.4666666667vw);
  font-family: "Zen Old Mincho", serif;
  font-size: min(13px, 3.4666666667vw);
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
#sysMain .text-page .page-container .text-page__anc li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(14px, 3.7333333333vw);
  transform: translateY(-50%) rotate(90deg);
  transition: all 400ms;
}
#sysMain .text-page .page-container .text-page__anc li a::after .sp_only {
  display: none;
}

#sysMain .renew-page-privacy-policy .page-container .page-blk ol,
#sysMain .renew-page-shopping-guide .page-container .page-blk ol {
  gap: min(20px, 5.3333333333vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list {
  padding-left: 0;
  gap: min(40px, 10.6666666667vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list .list-ttl-wrap,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list .list-ttl-wrap::marker,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap::marker {
  color: #263430;
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list .list-ttl-wrap .list-ttl,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap .list-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(20px, 5.3333333333vw);
  line-height: 1.8;
  letter-spacing: 0.06em;
  display: inline;
  margin: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list .list-ttl-wrap ol,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap ol {
  margin-top: min(20px, 5.3333333333vw);
  text-indent: 0;
  padding-left: 0;
  gap: min(22px, 5.8666666667vw);
  margin-bottom: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .list-ttl-list .list-ttl-wrap ol li.no-indent p,
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap ol li.no-indent p {
  text-indent: 0;
  margin-top: min(12px, 3.2vw);
  margin-bottom: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .number-list,
#sysMain .renew-page-shopping-guide .page-container .page-blk .number-list {
  margin-top: min(30px, 8vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .number-list li.no-indent p,
#sysMain .renew-page-shopping-guide .page-container .page-blk .number-list li.no-indent p {
  text-indent: 0;
  margin-top: min(12px, 3.2vw);
  margin-bottom: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk .number-list li.no-indent ul li span,
#sysMain .renew-page-shopping-guide .page-container .page-blk .number-list li.no-indent ul li span {
  display: block;
  text-indent: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk ul,
#sysMain .renew-page-shopping-guide .page-container .page-blk ul {
  margin-top: min(20px, 5.3333333333vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk ul li,
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li {
  list-style: none;
  position: relative;
  text-indent: 0;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk ul li::before,
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0.85em;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background: #8b7666;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk ul li:not(:last-child),
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li:not(:last-child) {
  margin-bottom: min(12px, 3.2vw);
}
#sysMain .renew-page-privacy-policy .page-container .page-blk a,
#sysMain .renew-page-shopping-guide .page-container .page-blk a {
  color: #8b7666;
  text-decoration: underline;
}
#sysMain .renew-page-privacy-policy .page-container .page-blk.ls h2,
#sysMain .renew-page-shopping-guide .page-container .page-blk.ls h2 {
  letter-spacing: 0.01em;
}

#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list {
  gap: min(56px, 14.9333333333vw);
}
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap .list-ttl {
  display: block;
  background-color: #ded8d0;
  line-height: 1.5;
  padding: min(8px, 2.1333333333vw) 0 min(8px, 2.1333333333vw) min(10px, 2.6666666667vw);
  margin-bottom: min(16px, 4.2666666667vw);
}
#sysMain .renew-page-shopping-guide .page-container .page-blk .list-ttl-list .list-ttl-wrap ol {
  padding-left: 1.1em;
  text-indent: -1.1em;
  margin-top: 0;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk ul {
  padding-left: 1.1em;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li {
  text-indent: 0;
  margin-bottom: min(12px, 3.2vw);
  list-style: none;
  position: relative;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li.ls {
  letter-spacing: 0.03em;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0.85em;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background: #8b7666;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk p {
  margin-bottom: 0;
}
#sysMain .renew-page-shopping-guide .page-container .page-blk .tel {
  white-space: nowrap;
}

#sysMain .renew-page-company .page-container dl,
#sysMain .renew-page-trade-law .page-container dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
#sysMain .renew-page-company .page-container dl dt,
#sysMain .renew-page-trade-law .page-container dl dt {
  flex-basis: 25%;
  border-top: 1px solid #c6c6c6;
  padding: min(26px, 6.9333333333vw) min(20px, 5.3333333333vw);
  display: flex;
  align-items: center;
  background-color: #ded8d0;
}
#sysMain .renew-page-company .page-container dl dd,
#sysMain .renew-page-trade-law .page-container dl dd {
  flex-basis: 75%;
  border-top: 1px solid #c6c6c6;
  padding: min(26px, 6.9333333333vw) 0 min(26px, 6.9333333333vw) min(20px, 5.3333333333vw);
}
#sysMain .renew-page-company .page-container dl dd a,
#sysMain .renew-page-trade-law .page-container dl dd a {
  color: #8b7666;
  text-decoration: underline;
}

body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(16px, 4.2666666667vw);
  margin-bottom: min(60px, 16vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch {
  width: -moz-fit-content;
  width: fit-content;
}
body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #8b7666;
  background-color: #ffffff;
  border-radius: 100px;
  padding: min(8px, 2.1333333333vw) min(20px, 5.3333333333vw);
  margin: 0;
  transition: all 400ms;
}
body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label::before, body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label::after {
  content: none;
}
body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label:hover {
  opacity: 0.7;
}
body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label:has(input:checked) {
  color: #ffffff;
  background-color: #8b7666;
  pointer-events: none;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap {
  display: block;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc {
  display: flex;
  flex-wrap: wrap;
  gap: min(10px, 2.6666666667vw);
  margin-bottom: min(60px, 16vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li {
  width: calc(33.3333333333% - min(20px, 5.3333333333vw) / 3);
  height: min(53px, 14.1333333333vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: min(13px, 3.4666666667vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  padding-inline: min(10px, 2.6666666667vw) min(30px, 8vw);
  position: relative;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a::before, body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(https://www.emallsakai.com/img/renewal/common/arrow_right_brown.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(14px, 3.7333333333vw);
  transform: translateY(-50%) rotate(90deg);
  overflow: hidden;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a::before {
  background-position: left max(-12px, -3.2vw) center;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a::after {
  background-position: center center;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a:hover::before, body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a:hover::after {
  transition: all 400ms ease-out;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a:hover::before {
  background-position: center center;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a:hover::after {
  background-position: left min(12px, 3.2vw) center;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .content-ttl {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border: none;
  padding-bottom: min(9px, 2.4vw);
  margin-bottom: min(30px, 8vw);
  background: linear-gradient(to right, #8b7666 0 min(40px, 10.6666666667vw), #c6c6c6 min(40px, 10.6666666667vw) 100%) left bottom/100% min(5px, 1.3333333333vw) no-repeat;
  margin-top: min(60px, 16vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk {
  display: flex;
  flex-direction: column;
  gap: min(30px, 8vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: min(10px, 2.6666666667vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt {
  display: flex;
  gap: min(16px, 4.2666666667vw);
  width: 100%;
  margin-bottom: min(20px, 5.3333333333vw);
  cursor: pointer;
  transition: all 400ms;
  position: relative;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt:hover {
  opacity: 0.7;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt.is-open::before {
  opacity: 0;
  transform: rotate(90deg);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt.is-open::after {
  transform: rotate(180deg);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt::before, body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt::after {
  content: "";
  display: block;
  width: min(8px, 2.1333333333vw);
  height: 1px;
  background-color: #8b7666;
  position: absolute;
  top: min(21px, 5.6vw);
  right: min(10px, 2.6666666667vw);
  transition: all 400ms;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt::after {
  transform: rotate(90deg);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt .icon {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  width: min(44px, 11.7333333333vw);
  height: min(44px, 11.7333333333vw);
  font-size: min(24px, 6.4vw);
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: #8b7666;
  padding-top: 0.3em;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt .txt {
  width: calc(100% - min(60px, 16vw) - min(28px, 7.4666666667vw));
  font-size: min(16px, 4.2666666667vw);
  padding-top: 0.35em;
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dd {
  display: none;
  width: 100%;
  font-size: min(16px, 4.2666666667vw);
  background-color: #ded8d0;
  padding: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dd .red {
  font-weight: 700;
  color: #aa544e;
}
body #sysAll #sysMain .renew-page-faq .page-container:has(.switch-facility input:checked) .content-onlineshop {
  display: none;
}
body #sysAll #sysMain .renew-page-faq .page-container:has(.switch-onlineshop input:checked) .content-facility {
  display: none;
}

/*! ========================================================
伝統産業紹介ページ
========================================================= */
#sysMain .crafts-page {
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .sysCategoryPankuzu {
  display: block;
}
#sysMain .crafts-page .ttl-page {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-bottom: min(60px, 16vw);
}
#sysMain .crafts-page .ttl-dots {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#sysMain .crafts-page .ttl-dots::after {
  content: "";
  display: block;
  width: min(44px, 11.7333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/knife_selection/dots.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-top: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-hero {
  width: 100%;
  margin-bottom: min(60px, 16vw);
}
#sysMain .crafts-page .crafts-container .sec-hero .img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-hero .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-lead {
  width: 100%;
  padding-bottom: min(105px, 28vw);
  margin-bottom: min(160px, 42.6666666667vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-lead::before, #sysMain .crafts-page .crafts-container .sec-lead::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #8b7666;
  position: absolute;
  left: 0;
}
#sysMain .crafts-page .crafts-container .sec-lead::before {
  height: 2px;
  bottom: 3px;
}
#sysMain .crafts-page .crafts-container .sec-lead::after {
  height: 1px;
  bottom: 0;
}
#sysMain .crafts-page .crafts-container .sec-lead .lead-inner {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-lead .lead-inner .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#sysMain .crafts-page .crafts-container .sec-history {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-history .img {
  flex-shrink: 0;
  width: 50%;
  margin-left: auto;
}
#sysMain .crafts-page .crafts-container .sec-history .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner {
  flex-shrink: 0;
  width: 100%;
  max-width: min(1200px, 320vw);
  margin-left: calc((100vw - min(1200px, 320vw)) / 2);
  margin-right: -50%;
  margin-top: min(200px, 53.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk {
  width: min(640px, 170.6666666667vw);
  background-color: #8b7666;
  padding: min(40px, 10.6666666667vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk::before {
  content: "";
  display: block;
  width: min(72px, 19.2vw);
  height: min(72px, 19.2vw);
  background-color: #a29184;
  position: absolute;
  top: 0;
  left: 0;
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk > * {
  position: relative;
  z-index: 1;
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .txt-detail {
  display: flex;
  flex-direction: column;
  gap: min(40px, 10.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .ttl-sub {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .txt {
  font-size: min(16px, 4.2666666667vw);
  color: #ffffff;
}
#sysMain .crafts-page .crafts-container .sec-info {
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img {
  width: 100%;
  background-color: #ded8d0;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img.no-bg {
  background-color: transparent;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img.no-bg .info-inner {
  padding-block: 0;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img.no-bg .info-inner .view-more-blk {
  background: linear-gradient(to bottom, transparent 0%, #e3ded9 65%, #e3ded9 100%);
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner {
  max-width: min(930px, 248vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-block: min(80px, 21.3333333333vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 5.3333333333vw);
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list > * {
  opacity: 0;
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > * {
  opacity: 1;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item {
  width: calc(50% - min(20px, 5.3333333333vw) / 2);
  background-color: #ffffff;
  border-top: min(2px, 0.5333333333vw) solid #8b7666;
  padding: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(18px, 4.8vw);
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #8b7666;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(20px, 5.3333333333vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item .ttl::after {
  content: "";
  display: block;
  width: min(5px, 1.3333333333vw);
  height: min(5px, 1.3333333333vw);
  background-color: #8b7666;
  position: absolute;
  bottom: max(-3px, -0.8vw);
  left: 0;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item .txt {
  font-size: min(16px, 4.2666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk {
  display: none;
  width: 100%;
  padding-block: min(174px, 46.4vw) min(69px, 18.4vw);
  background: linear-gradient(to bottom, transparent 0%, #ded8d0 65%, #ded8d0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  margin-inline: auto;
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more::before {
  content: "";
  display: block;
  width: min(2px, 0.5333333333vw);
  height: min(2px, 0.5333333333vw);
  background-color: #e3ded9;
  position: absolute;
  top: 50%;
  right: min(6px, 1.6vw);
  transform: translateY(-50%);
  z-index: 1;
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more span {
  display: block;
  padding-right: min(20px, 5.3333333333vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more span::before, #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more span::after {
  content: "";
  display: block;
  width: min(14px, 3.7333333333vw);
  height: min(2px, 0.5333333333vw);
  background-color: #8b7666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more span::after {
  transform: translateY(-50%) rotate(90deg);
}
#sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk .view-more span:hover + .header-nav-child {
  opacity: 1;
  pointer-events: auto;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img {
  width: 100%;
  background-color: #ded8d0;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-block: min(80px, 21.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .lead-txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  margin-bottom: min(60px, 16vw);
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 8vw);
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list > * {
  opacity: 0;
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > * {
  opacity: 1;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item {
  width: min(380px, 101.3333333333vw);
  background-color: rgba(255, 255, 255, 0.3);
  padding-block: min(30px, 8vw);
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #8b7666;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item .spec {
  font-family: "Zen Old Mincho", serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item .img {
  width: 100%;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item .txt {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: center;
  padding-inline: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-movie {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-movie .movie {
  width: 100%;
  max-width: min(890px, 237.3333333333vw);
  aspect-ratio: 890/500;
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-movie .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow {
  overflow: clip;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk {
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process::after {
  content: "";
  display: block;
  width: min(240px, 64vw);
  height: min(56px, 14.9333333333vw);
  background-image: url(../img/renewal/crafts/arrow_flow.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-block: min(40px, 10.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk {
  width: 50%;
  padding-right: min(20px, 5.3333333333vw);
  padding-bottom: min(60px, 16vw);
  margin-top: min(30px, 8vw);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - min(20px, 5.3333333333vw));
  background-color: #ded8d0;
  position: absolute;
  top: min(20px, 5.3333333333vw);
  left: calc((-100vw - max(-1200px, -320vw)) / 2);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk > * {
  position: relative;
  z-index: 1;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .flow-ttl {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .flow-ttl .num {
  display: block;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.08em;
  color: #8b7666;
  margin-bottom: min(30px, 8vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .flow-ttl .ttl {
  display: block;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 600;
  line-height: 1.5;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .txt {
  font-size: min(16px, 4.2666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .img-blk {
  width: 50%;
  position: relative;
  z-index: 1;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .img-blk .img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .img-blk .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done .flow-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done .img {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap {
  width: 100%;
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - min(96px, 25.6vw));
  min-height: min(92px, 24.5333333333vw);
  background-color: #ded8d0;
  position: absolute;
  bottom: min(20px, 5.3333333333vw);
  left: 0;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: min(60px, 16vw);
  position: relative;
  z-index: 1;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk {
  width: calc(33.3333333333% - min(120px, 32vw) / 3);
  position: relative;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk .num {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.08em;
  text-align: center;
  color: #8b7666;
  margin-bottom: min(10px, 2.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk .img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk:not(:last-of-type)::after {
  content: "";
  display: block;
  width: min(23px, 6.1333333333vw);
  height: min(97px, 25.8666666667vw);
  background-image: url(../img/renewal/crafts/arrow_flow_right.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: max(-43px, -11.4666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done::before {
  content: "";
  display: block;
  width: min(240px, 64vw);
  height: min(56px, 14.9333333333vw);
  background-image: url(../img/renewal/crafts/arrow_flow.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-block: min(40px, 10.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done .flow-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done .img {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
}
#sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done .img img {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-recommend {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content {
  margin-bottom: min(80px, 21.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(33px, 8.8vw);
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul > * {
  opacity: 0;
  transition: all 400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > * {
  opacity: 1;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul li {
  width: calc(33.3333333333% - min(66px, 17.6vw) / 3);
}
#sysMain .crafts-page .crafts-container .sec-recommend .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#sysMain .crafts-page .crafts-container .sec-document {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(160px, 42.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-document .document-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(80px, 21.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-document .document-list .document-item {
  width: min(280px, 74.6666666667vw);
}
#sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .img {
  width: 100%;
  aspect-ratio: 280/318;
  padding-inline: min(20px, 5.3333333333vw);
}
#sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .btn-cmn {
  width: 100%;
}
#sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .btn-cmn a {
  padding-inline: 0;
}

/*! ========================================================
ソーシャルギフト設定
========================================================= */
.sysSocialGiftBody .sysSocialGiftReceiveButton,
.sysSocialGiftBody .sysSocialGiftNextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.sysSocialGiftBody .sysSocialGiftReceiveButton .fa,
.sysSocialGiftBody .sysSocialGiftNextButton .fa {
  margin-left: min(10px, 2.6666666667vw);
}

.sysSocialGiftReceiveDeliveryAddressTitle_editButton,
.sysSocialGiftReceiveItemsTitle_editButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: min(34px, 9.0666666667vw);
  font-size: min(14px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #263430;
  white-space: initial;
  background: #ffffff;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(6px, 1.6vw) min(20px, 5.3333333333vw);
  margin: min(15px, 4vw) auto 0;
  margin: min(10px, 2.6666666667vw) 0 0 auto;
}

.sysSocialGiftBody #sysWrap {
  padding-top: min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .title-small-underline {
  margin-top: min(50px, 13.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain form[action*="/product/"] .sysSocialGiftReceiveItemsTitle,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(50px, 13.3333333333vw);
  margin-top: min(50px, 13.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsTitle,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressTitle {
  font-size: min(20px, 5.3333333333vw);
  font-weight: 700;
  margin-bottom: min(10px, 2.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveTopPageContent,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItems_assortmentParentName,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryMethodTitle {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain span:has(+ .sysRequired) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sysSocialGiftBody #sysWrap #sysMain span:has(+ .sysRequired)::after {
  content: "必須";
  display: inline-block;
  font-size: min(11px, 2.9333333333vw);
  line-height: 1.5;
  color: #ffffff;
  border-radius: min(3px, 0.8vw);
  padding: min(1px, 0.2666666667vw) min(8px, 2.1333333333vw) min(2px, 0.5333333333vw);
  margin-left: min(12px, 3.2vw);
}
.sysSocialGiftBody #sysWrap #sysMain span:has(+ .sysRequired) + .sysRequired {
  display: none;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveButtonArea,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftButtonGroup {
  margin-top: min(60px, 16vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveTopPageContent {
  text-align: center;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea {
  width: 100%;
  max-width: min(540px, 144vw);
  padding: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterImageGroup {
  max-width: min(500px, 133.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(15px, 4vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterImageGroup img {
  width: 100%;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterMessageGroup {
  border-radius: min(5px, 1.3333333333vw);
  background-color: #ffffff;
  padding: min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterMessageGroup .sysSocialGiftReceiveGiftLetterMessage {
  white-space: normal;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveLimitDate {
  font-weight: 700;
  text-align: center;
  margin-top: min(40px, 10.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemListGroup {
  border: none;
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItem {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: min(50px, 13.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup {
  display: flex;
  gap: min(20px, 5.3333333333vw);
  border-bottom: 1px solid;
  padding: 0;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
  width: min(120px, 32vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
  width: calc(100% - min(140px, 37.3333333333vw));
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: min(5px, 1.3333333333vw);
  margin-bottom: min(5px, 1.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
  font-size: min(16px, 4.2666666667vw);
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup {
  border: none;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection {
  display: flex;
  flex-wrap: wrap;
  gap: min(50px, 13.3333333333vw) min(45px, 12vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup {
  width: calc(50% - min(45px, 12vw) / 2);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup {
  cursor: pointer;
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary {
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildImageGroup {
  border: 1px solid;
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildImageGroup .sysSocialGiftReceiveItems_assortmentChildImage {
  width: 100%;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildNameGroup {
  margin-bottom: min(3px, 0.8vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildNameGroup .sysSocialGiftReceiveItems_assortmentChildName {
  font-weight: 700;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary:has(input:checked) .sysSocialGiftReceiveItems_assortmentChildImageGroup {
  border: 1px solid #263430;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup {
  border: none;
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup {
  border: none;
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem {
  border: none;
  padding: 0;
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup {
  display: flex;
  gap: min(20px, 5.3333333333vw);
  border-bottom: 1px solid;
  padding: 0;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
  width: min(120px, 32vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
  width: calc(100% - min(140px, 37.3333333333vw));
  padding: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: min(5px, 1.3333333333vw);
  margin-bottom: min(5px, 1.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_variationNameGroup {
  font-size: min(16px, 4.2666666667vw);
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup {
  border: none;
  border-bottom: 1px solid;
  padding-bottom: min(20px, 5.3333333333vw);
  margin-bottom: min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(377px, 100.5333333333vw);
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildImageGroup {
  order: 1;
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildImageGroup img {
  width: 100%;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildName {
  order: 2;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  margin-bottom: min(3px, 0.8vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildDescription {
  order: 3;
  font-size: min(16px, 4.2666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectDelivery {
  margin-bottom: min(40px, 10.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div:first-of-type {
  margin-bottom: min(40px, 10.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div label {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: inherit;
  border-left: none;
  padding-left: 0;
  margin-top: min(20px, 5.3333333333vw);
  margin-bottom: min(8px, 2.1333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div label:has(+ select[style="display: none;"]) {
  display: none;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddressHeaderGroup,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveItemHeaderGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: min(10px, 2.6666666667vw);
  margin-bottom: min(15px, 4vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddressHeaderGroup .sysSocialGiftReceiveDeliveryAddressTitle,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddressHeaderGroup .sysSocialGiftReceiveItemsTitle,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveItemHeaderGroup .sysSocialGiftReceiveDeliveryAddressTitle,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveItemHeaderGroup .sysSocialGiftReceiveItemsTitle {
  margin-bottom: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddressHeaderGroup input,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveItemHeaderGroup input {
  margin: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryMethodArea {
  margin-bottom: min(40px, 10.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup,
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup {
  font-size: min(16px, 4.2666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) {
  padding-top: min(110px, 29.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) {
  display: flex;
  flex-direction: column;
  margin-bottom: min(60px, 16vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) > div {
  text-align: center;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) {
  border: 1px solid;
  padding: min(20px, 5.3333333333vw);
  margin-block: min(60px, 16vw) min(20px, 5.3333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) .sysOrderNumber {
  font-size: min(25px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: min(8px, 2.1333333333vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) .sysCartNote {
  order: 1;
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #263430;
  text-align: left;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-ttl {
  padding-top: 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-btn {
  margin-bottom: min(40px, 10.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(345px, 92vw);
  min-height: min(60px, 16vw);
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: initial;
  background: #263430;
  border: 1px solid #263430;
  border-radius: min(100px, 26.6666666667vw);
  padding: min(10px, 2.6666666667vw) min(40px, 10.6666666667vw);
  margin: min(10px, 2.6666666667vw) auto 0;
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-btn a .fa {
  margin-left: min(10px, 2.6666666667vw);
}
.sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-txt {
  font-size: min(14px, 3.7333333333vw);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #263430;
}

/*! ========================================================
包丁の選び方ページ
========================================================= */
#knife-selection #sysWrap #sysMain .renew-knife-selection {
  margin-bottom: min(160px, 42.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .ttl-page {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-bottom: min(60px, 16vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-hero {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(40px, 10.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-hero .img {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-hero .img img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-lead {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(60px, 16vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-lead .txt-large {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #8b7666;
  margin-bottom: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-lead .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step {
  margin-bottom: min(160px, 42.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list {
  display: flex;
  flex-direction: column;
  gap: min(65px, 17.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl {
  width: 100%;
  border-bottom: 1px solid #8b7666;
  padding-bottom: min(7px, 1.8666666667vw);
  margin-bottom: min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(44px, 11.7333333333vw);
  font-weight: 600;
  line-height: 1.4;
  color: #8b7666;
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner .step-num {
  display: block;
  font-size: min(100px, 26.6666666667vw);
  line-height: 1;
  letter-spacing: -0.08em;
  color: #e3ded9;
  position: absolute;
  bottom: 0;
  left: -1.2em;
  -webkit-text-stroke: 0.5px #ccb4a0;
  text-shadow: -0.5px -0.5px 0 #ccb4a0, 0 -0.5px 0 #ccb4a0, 0.5px -0.5px 0 #ccb4a0, -0.5px 0 0 #ccb4a0, 0.5px 0 0 #ccb4a0, -0.5px 0.5px 0 #ccb4a0, 0 0.5px 0 #ccb4a0, 0.5px 0.5px 0 #ccb4a0;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-lead {
  font-size: min(16px, 4.2666666667vw);
  margin-bottom: min(60px, 16vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul > * {
  opacity: 0;
  transition: all 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > * {
  opacity: 1;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li {
  width: min(380px, 101.3333333333vw);
  background-color: rgba(255, 255, 255, 0.3);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk {
  border-bottom: 1px solid #d0d0d0;
  padding-block: min(30px, 8vw) min(20px, 5.3333333333vw);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk .icon {
  width: min(80px, 21.3333333333vw);
  position: absolute;
  top: 50%;
  left: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3.txt-green {
  color: #556542;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3.txt-red {
  color: #aa544e;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3.txt-yellow {
  color: #8d6524;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3 .small {
  display: block;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: min(6px, 1.6vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3 .large {
  display: block;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 600;
  line-height: 1.3;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk h3 .large span {
  font-size: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .bottom-blk {
  padding-block: min(20px, 5.3333333333vw) min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .bottom-blk p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: center;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > * {
  opacity: 0;
  transition: all 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > * {
  opacity: 1;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li {
  width: calc(50% - min(30px, 8vw) / 2);
  min-width: min(380px, 101.3333333333vw);
  background-color: rgba(255, 255, 255, 0.3);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  padding-block: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3.txt-blue {
  color: #4d608b;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3.txt-purple {
  color: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3 .small {
  display: block;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: min(6px, 1.6vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3 .large {
  display: block;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 600;
  line-height: 1.3;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3 .large span {
  font-size: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li > .img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li > .img img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk {
  display: flex;
  justify-content: center;
  gap: min(17px, 4.5333333333vw);
  padding-block: min(20px, 5.3333333333vw) min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .img-blk {
  width: min(110px, 29.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .img-blk img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk {
  width: min(270px, 72vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  margin-bottom: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul.list-blue {
  color: #4d608b;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul.list-blue li::before {
  background-color: rgba(77, 96, 139, 0.8);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul.list-purple {
  color: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul.list-purple li::before {
  background-color: rgba(137, 99, 154, 0.8);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul li {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  padding-left: min(32px, 8.5333333333vw);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul li::before {
  content: "";
  display: block;
  width: min(24px, 6.4vw);
  height: min(24px, 6.4vw);
  background-image: url(../img/renewal/knife_selection/icon_check.png);
  background-size: min(13px, 3.4666666667vw) min(11px, 2.9333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0.1em;
  left: 0;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 {
  display: flex;
  flex-direction: column;
  gap: min(80px, 21.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 {
  position: relative;
  margin-bottom: min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-blue::before {
  background-color: #4d608b;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-blue > span span {
  background-color: #4d608b;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-blue > span span::before, #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-blue > span span::after {
  background: #4d608b;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-purple::before {
  background-color: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-purple > span span {
  background-color: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-purple > span span::before, #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3.ttl-purple > span span::after {
  background: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3::before {
  content: "";
  display: block;
  width: 100%;
  height: min(6px, 1.6vw);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3::after {
  content: "";
  display: block;
  width: 100%;
  height: min(4px, 1.0666666667vw);
  background-color: #e3ded9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: min(30px, 8vw);
  background-color: #e3ded9;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span span {
  font-family: "Zen Old Mincho", serif;
  display: block;
  width: 100%;
  font-size: min(24px, 6.4vw);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  padding-block: min(4px, 1.0666666667vw);
  padding-inline: min(16px, 4.2666666667vw);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span span::before, #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span span::after {
  content: "";
  display: block;
  width: min(11px, 2.9333333333vw);
  height: min(44px, 11.7333333333vw);
  position: absolute;
  top: 50%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span span::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
  transform: translateY(-50%) translateX(-100%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 > span span::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
  transform: translateY(-50%) translateX(100%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul > * {
  opacity: 0;
  transition: all 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > * {
  opacity: 1;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li {
  width: min(380px, 101.3333333333vw);
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk {
  border-bottom: 1px solid #d0d0d0;
  padding-block: min(30px, 8vw) min(20px, 5.3333333333vw);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk .icon {
  width: min(80px, 21.3333333333vw);
  position: absolute;
  top: 50%;
  left: min(10px, 2.6666666667vw);
  transform: translateY(-50%);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4 {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4.txt-blue {
  color: #4b6193;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4.txt-purple {
  color: #89639a;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4 .small {
  display: block;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: min(6px, 1.6vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4 .large {
  display: block;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 600;
  line-height: 1.3;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk h4 .large span {
  display: block;
  font-size: min(16px, 4.2666666667vw);
  margin-top: min(5px, 1.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .mid-blk {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .mid-blk .img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .mid-blk .img img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .bottom-blk {
  padding-block: min(20px, 5.3333333333vw) min(30px, 8vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .bottom-blk p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: center;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .popular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(4px, 1.0666666667vw);
  width: min(80px, 21.3333333333vw);
  height: min(80px, 21.3333333333vw);
  background-color: #d0af5e;
  border-radius: 50%;
  position: absolute;
  top: max(-20px, -5.3333333333vw);
  right: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .popular .small {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(17px, 4.5333333333vw);
  line-height: 1;
  color: #ffffff;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .popular .large {
  font-family: "Zen Old Mincho", serif;
  display: block;
  font-size: min(24px, 6.4vw);
  line-height: 1;
  color: #ffffff;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .arrow-next {
  width: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-top: min(40px, 10.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality {
  margin-bottom: min(60px, 16vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  display: flex;
  gap: min(60px, 16vw);
  margin-bottom: min(160px, 42.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .img-blk {
  width: calc(100% - min(490px, 130.6666666667vw));
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .img-blk .img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .img-blk .img img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk {
  width: min(430px, 114.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #8b7666;
  margin-bottom: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk p {
  font-size: min(16px, 4.2666666667vw);
  margin-bottom: min(60px, 16vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk .btn-cmn {
  margin-left: 0;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .img-separator {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .img-separator img {
  width: 100%;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance {
  width: 100%;
  max-width: min(640px, 170.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance h2::after {
  content: "";
  display: block;
  width: min(44px, 11.7333333333vw);
  height: min(8px, 2.1333333333vw);
  background-image: url(../img/renewal/knife_selection/dots.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-top: min(20px, 5.3333333333vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance ul {
  display: flex;
  flex-direction: column;
  gap: min(10px, 2.6666666667vw);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(40px, 10.6666666667vw);
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance ul li {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  color: #8d6524;
  padding-left: min(32px, 8.5333333333vw);
  position: relative;
}
#knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance ul li::before {
  content: "";
  display: block;
  width: min(24px, 6.4vw);
  height: min(24px, 6.4vw);
  background-color: rgba(208, 175, 94, 0.8);
  background-image: url(../img/renewal/knife_selection/icon_check.png);
  background-size: min(13px, 3.4666666667vw) min(11px, 2.9333333333vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0.1em;
  left: 0;
}

/*! ========================================================
商品の魅力ページ
========================================================= */
#product-features #sysWrap #sysMain .renew-product-features {
  margin-bottom: min(160px, 42.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .ttl-page {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  padding-bottom: min(60px, 16vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-hero {
  margin-bottom: min(80px, 21.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-hero .img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-hero .img img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-lead {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(80px, 21.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-lead .txt-large {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-lead .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features {
  display: flex;
  flex-direction: column;
  gap: min(160px, 42.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-ttl {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  font-family: "Zen Old Mincho", serif;
  font-size: min(28px, 7.4666666667vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-ttl .num {
  display: block;
  font-size: min(100px, 26.6666666667vw);
  line-height: 1.5;
  letter-spacing: -0.08em;
  color: #e3ded9;
  -webkit-text-stroke: 0.5px #ccb4a0;
  text-shadow: -0.5px -0.5px 0 #ccb4a0, 0 -0.5px 0 #ccb4a0, 0.5px -0.5px 0 #ccb4a0, -0.5px 0 0 #ccb4a0, 0.5px 0 0 #ccb4a0, -0.5px 0.5px 0 #ccb4a0, 0 0.5px 0 #ccb4a0, 0.5px 0.5px 0 #ccb4a0;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img {
  width: 100%;
  margin-bottom: min(40px, 10.6666666667vw);
  position: relative;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8b7666;
  position: absolute;
  top: min(80px, 21.3333333333vw);
  left: 0;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img .img {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img .img img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(80px, 21.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead .txt-large {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #8b7666;
  margin-bottom: min(40px, 10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(80px, 21.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .img-blk {
  width: 74.1666666667%;
  margin-left: auto;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .img-blk .img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .img-blk .img img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: min(30px, 8vw);
  width: 100%;
  margin-top: max(-256px, -68.2666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk.multi-inner {
  margin-top: max(-40px, -10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #8b7666;
  padding: min(40px, 10.6666666667vw);
  position: relative;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap::before {
  content: "";
  display: block;
  width: min(72px, 19.2vw);
  height: min(72px, 19.2vw);
  background-color: #a29184;
  position: absolute;
  top: 0;
  left: 0;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap > * {
  position: relative;
  z-index: 1;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(32px, 8.5333333333vw);
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: min(30px, 8vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap .features-list {
  display: flex;
  flex-direction: column;
  gap: min(18px, 4.8vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap .features-list li {
  font-size: min(18px, 4.8vw);
  line-height: 1.3;
  color: #ffffff;
  padding-left: min(36px, 9.6vw);
  position: relative;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap .features-list li::before {
  content: "";
  display: block;
  width: min(28px, 7.4666666667vw);
  height: min(28px, 7.4666666667vw);
  background-color: #ffffff;
  background-image: url(../img/renewal/product_features/icon_check.png);
  background-size: min(15px, 4vw) min(12px, 3.2vw);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: -0.1em;
  left: 0;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info {
  width: 100%;
  background-color: #ded8d0;
  padding-block: min(80px, 21.3333333333vw);
  margin-bottom: min(80px, 21.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(30px, 8vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-detail .img {
  width: 100%;
  max-width: min(800px, 213.3333333333vw);
  margin-inline: auto;
  margin-bottom: min(40px, 10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-detail .img img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-detail .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(45px, 12vw) min(30px, 8vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage > * {
  opacity: 0;
  transition: all 400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > * {
  opacity: 1;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(1) {
  transition-delay: 200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(2) {
  transition-delay: 400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(3) {
  transition-delay: 600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(4) {
  transition-delay: 800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(5) {
  transition-delay: 1000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(6) {
  transition-delay: 1200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(7) {
  transition-delay: 1400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(8) {
  transition-delay: 1600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(9) {
  transition-delay: 1800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(10) {
  transition-delay: 2000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(11) {
  transition-delay: 2200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(12) {
  transition-delay: 2400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(13) {
  transition-delay: 2600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(14) {
  transition-delay: 2800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(15) {
  transition-delay: 3000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(16) {
  transition-delay: 3200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(17) {
  transition-delay: 3400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(18) {
  transition-delay: 3600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(19) {
  transition-delay: 3800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(20) {
  transition-delay: 4000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(21) {
  transition-delay: 4200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(22) {
  transition-delay: 4400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(23) {
  transition-delay: 4600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(24) {
  transition-delay: 4800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(25) {
  transition-delay: 5000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(26) {
  transition-delay: 5200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(27) {
  transition-delay: 5400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(28) {
  transition-delay: 5600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(29) {
  transition-delay: 5800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(30) {
  transition-delay: 6000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(31) {
  transition-delay: 6200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(32) {
  transition-delay: 6400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(33) {
  transition-delay: 6600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(34) {
  transition-delay: 6800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(35) {
  transition-delay: 7000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(36) {
  transition-delay: 7200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(37) {
  transition-delay: 7400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(38) {
  transition-delay: 7600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(39) {
  transition-delay: 7800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(40) {
  transition-delay: 8000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(41) {
  transition-delay: 8200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(42) {
  transition-delay: 8400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(43) {
  transition-delay: 8600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(44) {
  transition-delay: 8800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(45) {
  transition-delay: 9000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(46) {
  transition-delay: 9200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(47) {
  transition-delay: 9400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(48) {
  transition-delay: 9600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(49) {
  transition-delay: 9800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(50) {
  transition-delay: 10000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(51) {
  transition-delay: 10200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(52) {
  transition-delay: 10400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(53) {
  transition-delay: 10600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(54) {
  transition-delay: 10800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(55) {
  transition-delay: 11000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(56) {
  transition-delay: 11200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(57) {
  transition-delay: 11400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(58) {
  transition-delay: 11600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(59) {
  transition-delay: 11800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(60) {
  transition-delay: 12000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(61) {
  transition-delay: 12200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(62) {
  transition-delay: 12400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(63) {
  transition-delay: 12600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(64) {
  transition-delay: 12800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(65) {
  transition-delay: 13000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(66) {
  transition-delay: 13200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(67) {
  transition-delay: 13400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(68) {
  transition-delay: 13600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(69) {
  transition-delay: 13800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(70) {
  transition-delay: 14000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(71) {
  transition-delay: 14200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(72) {
  transition-delay: 14400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(73) {
  transition-delay: 14600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(74) {
  transition-delay: 14800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(75) {
  transition-delay: 15000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(76) {
  transition-delay: 15200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(77) {
  transition-delay: 15400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(78) {
  transition-delay: 15600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(79) {
  transition-delay: 15800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(80) {
  transition-delay: 16000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(81) {
  transition-delay: 16200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(82) {
  transition-delay: 16400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(83) {
  transition-delay: 16600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(84) {
  transition-delay: 16800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(85) {
  transition-delay: 17000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(86) {
  transition-delay: 17200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(87) {
  transition-delay: 17400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(88) {
  transition-delay: 17600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(89) {
  transition-delay: 17800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(90) {
  transition-delay: 18000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(91) {
  transition-delay: 18200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(92) {
  transition-delay: 18400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(93) {
  transition-delay: 18600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(94) {
  transition-delay: 18800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(95) {
  transition-delay: 19000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(96) {
  transition-delay: 19200ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(97) {
  transition-delay: 19400ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(98) {
  transition-delay: 19600ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(99) {
  transition-delay: 19800ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.is-visible > *:nth-child(100) {
  transition-delay: 20000ms;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.col-2 {
  max-width: min(790px, 210.6666666667vw);
  margin-inline: auto;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li {
  width: min(380px, 101.3333333333vw);
  background-color: rgba(255, 255, 255, 0.3);
  padding-block: min(30px, 8vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(24px, 6.4vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #8b7666;
  margin-bottom: min(20px, 5.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li .img {
  width: 100%;
  margin-bottom: min(20px, 5.3333333333vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li .img img {
  width: 100%;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li p {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  text-align: center;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv {
  width: 100%;
  max-width: min(1240px, 330.6666666667vw);
  padding-inline: min(20px, 5.3333333333vw);
  margin-inline: auto;
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: min(36px, 9.6vw);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(40px, 10.6666666667vw);
}
#product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv .txt {
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
}
@media (max-width: 46.875em) {
  html {
    scroll-padding-top: min(56px, 14.9333333333vw);
  }
  body {
    font-size: min(15px, 4vw);
  }
  #sysAll:not(:has(.renew-top-hero)):not(:has(.renew-ec-hero)) {
    padding-top: min(56px, 14.9333333333vw);
  }
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  #sysBasket .sysNextSubmitArea {
    margin-bottom: min(1.875rem, 8vw);
  }
  .ttl-cmn {
    gap: min(22px, 5.8666666667vw);
  }
  .ttl-cmn span.en {
    font-size: min(32px, 8.5333333333vw);
  }
  .ttl-cmn span.jp {
    font-size: min(18px, 4.8vw);
  }
  .ttl-center {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .ttl-page {
    font-size: min(24px, 6.4vw);
    font-weight: 500;
    padding-inline: min(15px, 4vw);
    padding-block: min(30px, 8vw) min(20px, 5.3333333333vw);
  }
  #sysAll .btn-cmn {
    margin-top: min(40px, 10.6666666667vw);
  }
  .shop-calender {
    width: 100%;
    padding-inline: min(15px, 4vw);
  }
  .shop-calender #calendar {
    width: min(312px, 83.2vw);
  }
  #sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a {
    -webkit-line-clamp: 3;
  }
  #sysAll #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysAll #sysWrap .renew-related-item {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    margin-bottom: min(60px, 16vw);
  }
  #sysAll #sysWrap .renew-related-item .sysItemBlock ul {
    flex-wrap: nowrap;
    gap: min(14px, 3.7333333333vw);
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #sysAll #sysWrap .renew-related-item .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #sysAll #sysWrap .renew-related-item .sysItemBlock ul::before, #sysAll #sysWrap .renew-related-item .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: min(1px, 0.2666666667vw);
    height: 1px;
  }
  #sysAll #sysWrap .renew-related-item .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  #sysAll #sysWrap .renew-checked-item {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysAll #sysWrap .renew-checked-item .sysItemBlock ul {
    flex-wrap: nowrap;
    gap: min(14px, 3.7333333333vw);
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #sysAll #sysWrap .renew-checked-item .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #sysAll #sysWrap .renew-checked-item .sysItemBlock ul::before, #sysAll #sysWrap .renew-checked-item .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: min(1px, 0.2666666667vw);
    height: 1px;
  }
  #sysAll #sysWrap .renew-checked-item .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  .sysCategoryPankuzu,
  .sysItemCategoryPankuzu {
    padding: min(10px, 2.6666666667vw) min(15px, 4vw);
  }
  body #sysAll #sysMain .sysAutoLoginField {
    gap: 0 min(4px, 1.0666666667vw);
  }
  body #sysAll #sysMain .sysAutoLoginField .sysAutoLoginLabel {
    font-size: min(13px, 3.4666666667vw);
  }
  body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) .sysFormField {
    width: calc(100% - min(175px, 46.6666666667vw));
  }
  body #sysAll #sysMain .sysFormItem:has(input[name=zipcode]) button {
    width: min(165px, 44vw);
  }
  .sysOpcBody input[type=text],
  .sysOpcBody input[type=email],
  .sysOpcBody input[type=search],
  .sysOpcBody input[type=password],
  .sysOpcBody input[type=tel],
  .sysOpcBody input[type=number],
  .sysOpcBody select {
    font-size: min(13px, 3.4666666667vw);
  }
  div#sysFooter .renew-footer-about .sysHeadline,
  div#sysFooter .renew-footer-about .sysContent {
    padding-inline: min(15px, 4vw);
  }
  div#sysFooter .renew-footer-about {
    padding-block: min(40px, 10.6666666667vw);
  }
  div#sysFooter .renew-footer-about .footer-about-wrap {
    flex-direction: column;
    gap: min(30px, 8vw);
  }
  div#sysFooter .renew-footer-about .footer-about-wrap .img-blk {
    width: 100%;
  }
  div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk {
    width: 100%;
  }
  div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk h3 {
    font-size: min(28px, 7.4666666667vw);
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap {
    padding-inline: min(15px, 4vw);
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap h2 {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  div#sysFooter .renew-footer-gift {
    padding-block: min(60px, 16vw);
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap {
    flex-direction: column;
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap .gift-blk {
    width: 100%;
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap .shipping-blk {
    width: 100%;
  }
  div#sysFooter .renew-lineup .sysHeadline,
  div#sysFooter .renew-lineup .sysContent {
    padding-inline: min(15px, 4vw);
  }
  div#sysFooter .renew-lineup {
    padding-block: min(40px, 10.6666666667vw) min(60px, 16vw);
  }
  div#sysFooter .renew-lineup .lineup-list {
    gap: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-lineup .lineup-list li {
    width: calc(50% - min(16px, 4.2666666667vw) / 2);
    height: min(48px, 12.8vw);
  }
  div#sysFooter .renew-lineup .lineup-list li a {
    font-size: min(13px, 3.4666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
  }
  div#sysFooter .renew-lineup .lineup-list li a::before, div#sysFooter .renew-lineup .lineup-list li a::after {
    right: min(6px, 1.6vw);
  }
  .renew-sticky-content {
    bottom: min(20px, 5.3333333333vw);
    right: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-hero {
    height: auto;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap {
    display: block;
    position: relative;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk {
    width: 100%;
    height: auto;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-01 {
    font-size: min(28px, 7.4666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 span.small {
    font-size: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-ttl-02 span.large {
    font-size: min(28px, 7.4666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .hero-txt:has(+ .hero-txt-attention) {
    margin-bottom: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk .btn-cmn {
    margin-left: auto;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info {
    width: 100%;
    padding-block: min(20px, 5.3333333333vw) 0;
    padding-inline: min(15px, 4vw);
    position: absolute;
    top: 0;
    left: 0;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .logo {
    width: min(70px, 18.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl {
    margin-top: min(20px, 5.3333333333vw);
    margin-left: 0;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span {
    color: #ffffff;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span.jp {
    font-size: min(36px, 9.6vw);
    margin-block: 0 min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .ttl span.en {
    font-size: min(13px, 3.4666666667vw);
    line-height: 1.4;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll {
    left: initial;
    bottom: initial;
    right: min(15px, 4vw);
    top: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.txt {
    color: #ffffff;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line {
    background-color: rgba(255, 255, 255, 0.4);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line::before {
    background-color: #ffffff;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-info .scroll span.line::after {
    background-color: #ffffff;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-img {
    width: 100%;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-img .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 {
    width: 100%;
    max-width: min(1880px, 501.3333333333vw);
    padding-inline: min(20px, 5.3333333333vw);
    margin-inline: auto;
    display: block;
    padding-top: min(80px, 21.3333333333vw);
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 .img-blk {
    width: 100%;
    margin-bottom: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 .txt-blk {
    width: 100%;
    margin-bottom: 0;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 {
    display: block;
    margin-left: 0;
    margin-bottom: min(60px, 16vw);
    overflow-x: clip;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .img-blk {
    width: 100%;
    height: auto;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .img-blk .hero-ttl-02 {
    width: 100%;
    max-width: min(1880px, 501.3333333333vw);
    padding-inline: min(20px, 5.3333333333vw);
    margin-inline: auto;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .txt-blk {
    width: 100%;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .svg-blk {
    width: min(480px, 128vw);
    bottom: initial;
    top: max(-100px, -26.6666666667vw);
    left: min(13px, 3.4666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .svg-blk svg path {
    stroke-width: 2;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 {
    width: 100%;
    max-width: min(1880px, 501.3333333333vw);
    padding-inline: min(20px, 5.3333333333vw);
    margin-inline: auto;
    display: block;
    margin-left: 0;
    margin-bottom: min(60px, 16vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 .img-blk {
    width: 100%;
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 .txt-blk {
    width: 100%;
    margin-top: min(40px, 10.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 {
    width: 100%;
    max-width: min(1880px, 501.3333333333vw);
    padding-inline: min(20px, 5.3333333333vw);
    margin-inline: auto;
    display: block;
    width: 100%;
    margin-left: 0;
    padding-right: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .img-blk {
    width: 100%;
    margin-bottom: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 .txt-blk {
    width: 100%;
    margin-bottom: 0;
  }
  #renewal-top #sysAll .renew-top-news {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-news {
    margin-bottom: min(80px, 21.3333333333vw);
    margin-top: min(100px, 26.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-news .news-list {
    display: block;
  }
  #renewal-top #sysAll .renew-top-news .news-list li {
    width: 100%;
  }
  #renewal-top #sysAll .renew-top-news .news-list li a {
    padding-block: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-event {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-event {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-event .event-list {
    flex-direction: column;
  }
  #renewal-top #sysAll .renew-top-event .event-list li {
    width: 100%;
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .img-blk {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk {
    width: 100%;
    padding-bottom: min(40px, 10.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk::before, #renewal-top #sysAll .renew-top-event .event-list li a .content-blk::after {
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0);
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-ttl {
    font-size: min(18px, 4.8vw);
  }
  #renewal-top #sysAll .renew-top-category {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-category {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list {
    gap: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  #renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl {
    bottom: min(10px, 2.6666666667vw);
    left: min(10px, 2.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .small {
    font-size: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .large {
    font-size: min(28px, 7.4666666667vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::before, #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::after {
    width: min(14px, 3.7333333333vw);
    height: min(14px, 3.7333333333vw);
    bottom: min(14px, 3.7333333333vw);
    right: min(14px, 3.7333333333vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::before {
    background-position: left max(-18px, -4.8vw) top max(-18px, -4.8vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a .content-blk .category-ttl {
    font-size: min(18px, 4.8vw);
    bottom: min(10px, 2.6666666667vw);
    left: min(10px, 2.6666666667vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a:hover .content-blk::after {
    background-position: left min(18px, 4.8vw) top min(18px, 4.8vw);
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysHeadline {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysContent {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysContent {
    padding-inline: 0;
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul {
    display: flex;
    gap: min(15px, 4vw);
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul::before, #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 0.1px;
    height: 1px;
  }
  #renewal-top #sysAll .renew-ec-item-pickup:not(.sysDisplayPcNone) .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  #renewal-top #sysAll .renew-top-ec-btn {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-sns {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap {
    background-image: url(../img/renewal/top/sns_bg_sp.jpg);
    padding-block: min(30px, 8vw) min(40px, 10.6666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-ttl {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab {
    gap: min(7px, 1.8666666667vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label {
    font-size: min(15px, 4vw);
    padding: min(4px, 1.0666666667vw) min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img,
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img {
    width: min(110px, 29.3333333333vw);
    height: min(110px, 29.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .play,
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .play {
    width: min(24px, 6.4vw);
  }
  #renewal-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .btn-cmn {
    margin-top: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-map {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-map {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-map .map-wrap iframe {
    height: min(345px, 92vw);
  }
  #ec-top #sysAll .renew-ec-hero {
    margin-bottom: min(60px, 16vw);
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell {
    aspect-ratio: 1/1;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell .logo {
    width: 56%;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.large {
    grid-column: 2/4;
    grid-row: 4/6;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-01 {
    order: 1;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-02 {
    order: 2;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-03 {
    order: 3;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-03 .img-blk {
    border-radius: 0 0 calc(30 * (100vw / 375)) 0;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-04 {
    order: 11;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-04 .img-blk {
    border-radius: 0 0 0 calc(30 * (100vw / 375));
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-05 {
    order: 4;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-06 {
    order: 7;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-06 .img-blk {
    border-radius: 0 0 0 calc(30 * (100vw / 375));
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-07 {
    order: 5;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-07::before {
    border-radius: 0 calc(30 * (100vw / 375)) 0 0;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-08 {
    order: 10;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-08::before {
    border-radius: 0;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-09 {
    order: 6;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-10 {
    order: 12;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-10 .img-blk {
    border-radius: 0 calc(30 * (100vw / 375)) 0 0;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-11 {
    order: 8;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-12 {
    order: 9;
  }
  #ec-top #sysAll .renew-ec-hero .hero-grid .cell.cell-12 .img-blk {
    border-radius: calc(30 * (100vw / 375)) 0 0 0;
  }
  #ec-top #sysAll .renew-ec-hero .ttl {
    bottom: auto;
    top: calc(142 * (100vw / 375));
    left: calc(15 * (100vw / 375));
    z-index: 2;
  }
  #ec-top #sysAll .renew-ec-hero .ttl span.jp {
    font-size: calc(36 * (100vw / 375));
    margin-bottom: calc(24 * (100vw / 375));
  }
  #ec-top #sysAll .renew-ec-hero .ttl span.en {
    font-size: calc(13 * (100vw / 375));
  }
  #ec-top #sysAll .renew-ec-hero .scroll {
    left: initial;
    bottom: initial;
    right: calc(15 * (100vw / 375));
    top: calc(20 * (100vw / 375));
    z-index: 2;
  }
  #ec-top #sysAll .renew-ec-hero .scroll span.txt {
    font-size: calc(14 * (100vw / 375));
    color: #ffffff;
    margin-bottom: calc(20 * (100vw / 375));
  }
  #ec-top #sysAll .renew-ec-hero .scroll span.line {
    height: calc(60 * (100vw / 375));
    background-color: rgba(255, 255, 255, 0.4);
  }
  #ec-top #sysAll .renew-ec-hero .scroll span.line::before {
    background-color: #ffffff;
  }
  #ec-top #sysAll .renew-ec-hero .scroll span.line::after {
    width: calc(5 * (100vw / 375));
    height: calc(5 * (100vw / 375));
    background-color: #ffffff;
  }
  #ec-top #sysAll .renew-lineup .sysHeadline,
  #ec-top #sysAll .renew-lineup .sysContent {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-lineup {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #ec-top #sysAll .renew-lineup .lineup-list {
    gap: min(16px, 4.2666666667vw);
  }
  #ec-top #sysAll .renew-lineup .lineup-list li {
    width: calc(50% - min(16px, 4.2666666667vw) / 2);
    height: min(48px, 12.8vw);
  }
  #ec-top #sysAll .renew-lineup .lineup-list li a {
    font-size: min(13px, 3.4666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-lineup .lineup-list li a::before, #ec-top #sysAll .renew-lineup .lineup-list li a::after {
    right: min(6px, 1.6vw);
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysHeadline {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysContent {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-item-pickup {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysContent {
    padding-inline: 0;
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul {
    display: flex;
    gap: min(15px, 4vw);
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul::before, #ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 0.1px;
    height: 1px;
  }
  #ec-top #sysAll .renew-ec-item-pickup .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysHeadline {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysContent {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-item-ranking {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysContent {
    padding-inline: 0;
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul {
    display: flex;
    gap: min(15px, 4vw);
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul::before, #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 0.1px;
    height: 1px;
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  #ec-top #sysAll .renew-ec-item-ranking .sysItemBlock ul li::after {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
    font-size: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-item-btn {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #ec-top #sysAll .renew-ec-about {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-ec-about {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .img-blk {
    margin-bottom: min(30px, 8vw);
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .info-blk {
    display: block;
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .info-blk .logo {
    display: none;
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk {
    width: 100%;
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk h3 {
    font-size: min(28px, 7.4666666667vw);
  }
  #ec-top #sysAll .renew-ec-about .about-wrap .info-blk .txt-blk .btn-cmn {
    margin-left: auto;
  }
  #ec-top #sysAll .renew-top-sns {
    padding-inline: min(15px, 4vw);
  }
  #ec-top #sysAll .renew-top-sns {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap {
    background-image: url(../img/renewal/top/sns_bg_sp.jpg);
    padding-block: min(30px, 8vw) min(40px, 10.6666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-ttl {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab {
    gap: min(7px, 1.8666666667vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-tab li label {
    font-size: min(15px, 4vw);
    padding: min(4px, 1.0666666667vw) min(15px, 4vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img,
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img {
    width: min(110px, 29.3333333333vw);
    height: min(110px, 29.3333333333vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk a .play-img .play,
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .img-blk button .play-img .play {
    width: min(24px, 6.4vw);
  }
  #ec-top #sysAll .renew-top-sns .sns-wrap .sns-content .sns-item .btn-cmn {
    margin-top: min(30px, 8vw);
  }
  #sysMain div[class*=renew-page-] .ttl-page {
    font-size: min(24px, 6.4vw);
    font-weight: 500;
    padding-inline: min(15px, 4vw);
    padding-block: min(30px, 8vw) min(20px, 5.3333333333vw);
  }
  #sysMain div[class*=renew-page-] .sec-hero {
    padding-inline: 0;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysMain .renew-page-access .sec-access .map {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .note {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-car > .txt {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .parking {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .ticket {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .caution {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .google-map {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .map {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit h2 {
    flex-wrap: wrap;
    gap: min(6px, 1.6vw) min(10px, 2.6666666667vw);
    font-size: min(20px, 5.3333333333vw);
    padding-bottom: min(10px, 2.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit h2 span {
    width: 100%;
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route {
    gap: min(10px, 2.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route::after {
    width: min(40px, 10.6666666667vw);
    height: min(212px, 56.5333333333vw);
    background-size: min(36px, 9.6vw) min(130px, 34.6666666667vw);
    right: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li {
    width: calc(100% - min(49px, 13.0666666667vw));
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .from {
    width: min(174px, 46.4vw);
    font-size: min(15px, 4vw);
    white-space: nowrap;
    padding-right: min(10px, 2.6666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .from.train::before {
    width: min(28px, 7.4666666667vw);
    height: min(28px, 7.4666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .from.bus::before {
    width: min(28px, 7.4666666667vw);
    height: min(28px, 7.4666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .time {
    width: min(64px, 17.0666666667vw);
    height: min(64px, 17.0666666667vw);
    margin-right: 10.472972973%;
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .time::before, #sysMain .renew-page-access .sec-access .by-public-transit .route li .time::after {
    width: min(10px, 2.6666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .time span {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .route li .time span b {
    font-size: min(26px, 6.9333333333vw);
  }
  #sysMain .renew-page-access .sec-access .by-public-transit .note {
    font-size: min(13px, 3.4666666667vw);
    text-align: left;
  }
  #sysMain .renew-page-access .sec-access .by-car h2 {
    flex-direction: column;
    gap: min(6px, 1.6vw);
    font-size: min(20px, 5.3333333333vw);
    padding-bottom: min(10px, 2.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-access .sec-access .by-car > .txt {
    font-size: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .parking {
    flex-direction: column;
  }
  #sysMain .renew-page-access .sec-access .by-car .parking li {
    width: 100%;
  }
  #sysMain .renew-page-access .sec-access .by-car .parking li a h3 {
    font-size: min(16px, 4.2666666667vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .parking li a .info {
    gap: min(8px, 2.1333333333vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .parking li a .info::after {
    top: min(8px, 2.1333333333vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .parking li a .info .txt {
    font-size: min(15px, 4vw);
    line-height: 2;
  }
  #sysMain .renew-page-access .sec-access .by-car .ticket {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .ticket .txt {
    font-size: min(15px, 4vw);
    letter-spacing: 0.04em;
    text-align: left;
  }
  #sysMain .renew-page-access .sec-access .by-car .caution {
    text-align: left;
    padding: min(30px, 8vw) min(15px, 4vw);
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .caution h3 {
    font-size: min(20px, 5.3333333333vw);
    text-align: center;
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-access .sec-access .by-car .caution .txt {
    font-size: min(15px, 4vw);
  }
  #sysMain .renew-page-access .sec-access .google-map {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-access .sec-access .google-map .map-wrap iframe {
    height: min(345px, 92vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map {
    gap: min(40px, 10.6666666667vw);
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk {
    display: block;
    padding-inline: min(15px, 4vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk::before {
    height: calc(100% - min(48px, 12.8vw));
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map {
    display: block;
    width: 100%;
    margin-inline: auto;
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map h3 {
    display: none;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map .img {
    width: 100%;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link {
    width: 100%;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a {
    padding-bottom: min(16px, 4.2666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a .num {
    font-size: min(16px, 4.2666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link ul li a .name {
    font-size: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail h2 {
    font-size: min(20px, 5.3333333333vw);
    padding-bottom: min(10px, 2.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec {
    gap: min(60px, 16vw);
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-ttl {
    width: 100%;
    font-size: min(28px, 7.4666666667vw);
    padding-inline: min(15px, 4vw);
    padding-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-ttl::before {
    height: calc(100% - 0.75em);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-img {
    flex-direction: column;
    gap: min(5px, 1.3333333333vw);
    width: 100%;
    padding-inline: min(15px, 4vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-img .img {
    width: 100%;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-txt {
    width: 100%;
    padding: min(40px, 10.6666666667vw) min(15px, 4vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-txt .txt {
    text-align: left;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum {
    gap: min(60px, 16vw);
    width: 100%;
    padding-inline: min(15px, 4vw);
    padding-bottom: min(40px, 10.6666666667vw);
    padding-top: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk {
    flex-direction: column;
    gap: min(40px, 10.6666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk {
    width: 100%;
    padding-left: 0;
    padding-top: min(36px, 9.6vw);
    margin-left: 0;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk::before {
    width: min(56px, 14.9333333333vw);
    height: min(56px, 14.9333333333vw);
    left: max(-15px, -4vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk h4 {
    font-size: min(28px, 7.4666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk {
    width: 100%;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk:has(.small) {
    padding-bottom: min(84px, 22.4vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk .img.small {
    width: calc(144 * (100% / 345));
    left: auto;
    right: max(-15px, -4vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse {
    flex-direction: column;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse .txt-blk {
    margin-right: 0;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column h4 {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column h4 span {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(6px, 1.6vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column .img {
    max-width: 100%;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk-column p {
    font-size: min(16px, 4.2666666667vw);
    text-align: left;
    padding-inline: 0;
  }
  #sysItemDetail #sysAll #sysWrap {
    padding-inline: min(15px, 4vw);
  }
  #sysItemDetail #sysAll #sysWrap {
    padding-top: 0;
  }
  #sysItemDetail #sysAll article {
    margin-bottom: min(60px, 16vw);
  }
  #sysItemDetail #sysAll article .item-container {
    display: block;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages .sysMainImage {
    margin-bottom: min(16px, 4.2666666667vw);
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList {
    flex-wrap: nowrap;
    gap: min(4px, 1.0666666667vw);
    overflow-x: scroll;
    overflow-y: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList::-webkit-scrollbar {
    display: none;
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList::before, #sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: min(11px, 2.9333333333vw);
    height: 1px;
  }
  #sysItemDetail #sysAll article .item-container .sysItemImages .sysImageList li {
    flex-shrink: 0;
    width: min(50px, 13.3333333333vw);
  }
  #sysItemDetail #sysAll article .item-container .item-info-container {
    width: 100%;
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .item-meta {
    flex-direction: column;
    justify-content: flex-start;
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation {
    margin-bottom: min(30px, 8vw);
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr:first-of-type {
    width: 55%;
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysVariation .sysFormVariationTable tbody tr:last-of-type {
    width: 45%;
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .sysForm #sysSelections {
    margin-bottom: min(30px, 8vw);
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap #sysSubmit {
    width: calc(100% - min(154px, 41.0666666667vw));
  }
  #sysItemDetail #sysAll article .item-container .item-info-container .item-form-wrap .sysShare {
    width: calc(100% - min(154px, 41.0666666667vw));
  }
  #sysItemDetail #sysAll article .sysSpecifications .sysSpecViewName {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow td {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.5;
    padding: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
  }
  #sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow .sysSpecItemFieldName {
    width: min(100px, 26.6666666667vw);
  }
  #sysItemDetail #sysAll article .sysSpecifications .sysSpecTable tbody .sysSpecRow .sysSpecItemFieldContent {
    width: calc(100% - min(100px, 26.6666666667vw));
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] {
    font-size: min(14px, 3.7333333333vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] .item-information,
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] h2 {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] h3 {
    font-size: min(18px, 4.8vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] p {
    font-size: min(14px, 3.7333333333vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr th,
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr td {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.5;
    padding: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr th {
    width: min(100px, 26.6666666667vw);
  }
  #sysItemDetail #sysAll article .sysExplanation > div[id*=sysExplanation] table tbody tr td {
    width: calc(100% - min(100px, 26.6666666667vw));
  }
  #sysItemCategory #sysWrap,
  #sysItemSearch #sysWrap {
    padding-inline: min(15px, 4vw);
  }
  #sysItemCategory #sysWrap,
  #sysItemSearch #sysWrap {
    padding-top: 0;
  }
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(20px, 5.3333333333vw);
  }
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-category {
    width: 100%;
  }
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap {
    justify-content: flex-start;
    width: 100%;
  }
  #sysItemCategory .sysItemCategoryForm .sysItemCategoryCtl .ic-ctls__wrap .ic-ctls__inner.ic-ctls__order {
    width: -moz-fit-content;
    width: fit-content;
    min-width: min(160px, 42.6666666667vw);
  }
  #sysItemSearch #sysMain > h2 {
    font-size: min(17px, 4.5333333333vw);
    margin-bottom: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort select {
    height: min(34px, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit select {
    height: min(34px, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit] {
    height: min(34px, 9.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput {
    padding: min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormWord {
    margin-bottom: min(3px, 0.8vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr {
    gap: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchAndOr label {
    font-size: min(12px, 3.2vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-bottom: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange input[type=text] {
    margin-inline: min(2px, 0.5333333333vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory {
    display: block;
    width: 100%;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    height: min(40px, 10.6666666667vw);
    margin-top: min(5px, 1.3333333333vw);
    margin-left: 0;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups {
    margin-top: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] span[class*=itemCategoryGroupTitle] {
    font-size: min(12px, 3.2vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul {
    gap: min(7px, 1.8666666667vw) min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li input[type=checkbox] {
    margin-right: min(4px, 1.0666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups > div[class*=itemCategoryGroup] ul li label {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormSort {
    width: -moz-fit-content;
    width: fit-content;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormLimit {
    width: -moz-fit-content;
    width: fit-content;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput input[type=submit] {
    width: 100%;
    max-width: 100%;
    margin-top: min(15px, 4vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail {
    gap: min(40px, 10.6666666667vw) min(17px, 4.5333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li {
    width: calc(50% - min(17px, 4.5333333333vw) / 2);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysItemName a,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysItemName a {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice span,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysRetailPrice span {
    font-size: min(10px, 2.6666666667vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea span,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysItemPrArea span {
    font-size: min(12px, 3.2vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li form input[type=submit],
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li form input[type=submit] {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li form input[type=submit][value=カートに入れる],
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li form input[type=submit][value=カートに入れる] {
    background-image: url(../img/renewal/common/cart_btn_sp.png);
    background-size: min(121px, 32.2666666667vw) min(20px, 5.3333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax {
    width: min(28px, 7.4666666667vw);
    height: min(28px, 7.4666666667vw);
    top: min(8px, 2.1333333333vw);
    right: min(8px, 2.1333333333vw);
    opacity: 1;
  }
  #sysItemCategory #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button,
  #sysItemSearch #sysAll .sysItemList ul.sysThumbnail li .sysWishListButtonFormAjax button {
    background-size: min(12px, 3.2vw) min(10px, 2.6666666667vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li,
  #sysItemSearch #sysAll .sysItemList ul.sysList li {
    gap: 0 min(20px, 5.3333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li .sysThumbnailImage,
  #sysItemSearch #sysAll .sysItemList ul.sysList li .sysThumbnailImage {
    width: min(140px, 37.3333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]),
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) {
    width: calc(100% - min(160px, 42.6666666667vw));
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemName a,
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemName a {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice,
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice span,
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysRetailPrice span {
    font-size: min(10px, 2.6666666667vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea,
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea span,
  #sysItemSearch #sysAll .sysItemList ul.sysList li > div:not([class]) .sysItemPrArea span {
    font-size: min(12px, 3.2vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li form,
  #sysItemSearch #sysAll .sysItemList ul.sysList li form {
    padding-left: 0;
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li form input[type=submit],
  #sysItemSearch #sysAll .sysItemList ul.sysList li form input[type=submit] {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li form input[type=submit][value=カートに入れる],
  #sysItemSearch #sysAll .sysItemList ul.sysList li form input[type=submit][value=カートに入れる] {
    background-image: url(../img/renewal/common/cart_btn_sp.png);
    background-size: min(121px, 32.2666666667vw) min(20px, 5.3333333333vw);
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax,
  #sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax {
    width: min(28px, 7.4666666667vw);
    height: min(28px, 7.4666666667vw);
    top: min(28px, 7.4666666667vw);
    left: min(8px, 2.1333333333vw);
    opacity: 1;
  }
  #sysItemCategory #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button,
  #sysItemSearch #sysAll .sysItemList ul.sysList li .sysWishListButtonFormAjax button {
    background-size: min(12px, 3.2vw) min(10px, 2.6666666667vw);
  }
  #sysItemCategory .sysPagination,
  #sysItemSearch .sysPagination {
    margin-bottom: min(60px, 16vw);
  }
  #sysItemCategory .sysItemCategoryInfo {
    margin-bottom: min(60px, 16vw);
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .category-ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: min(24px, 6.4vw);
    font-weight: 500;
    margin-bottom: min(20px, 5.3333333333vw);
    margin-top: min(30px, 8vw);
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .category-img {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysItemCategory .sysItemCategoryInfo .sysCategoryDescription .category-info .btn-cmn {
    margin-top: 0;
  }
  #sysBasket #sysMain .sysDeleteArea .sysDeleteArea {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysBasket #sysMain .sysDeleteArea .sysDeleteArea {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  #sysBasket #sysMain #sysInputCouponCode .sysButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysBasket #sysMain #sysInputCouponCode .sysButton {
    margin-left: 0;
  }
  #sysBasket #sysMain .sysConfirmCoupon input[type=button] {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysBasket #sysMain .sysConfirmCoupon input[type=button] {
    margin: min(10px, 2.6666666667vw) 0 0 auto;
  }
  .basketCouponEditDialog_buttonGroup .basketCouponDialog_applyButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .basketCouponEditDialog_buttonGroup .basketCouponDialog_cancelButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .sysCart #sysMain .sysSocialGiftReceiveUrlCopyButton {
    margin-top: min(15px, 4vw);
  }
  .sysCart #sysMain .sysSocialGiftReceiveUrlSendLineButton {
    margin-bottom: min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) select {
    height: min(34px, 9.0666666667vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea select {
    height: min(34px, 9.0666666667vw);
  }
  #sysBasket #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysBasket #sysWrap #sysMain {
    font-size: small;
  }
  #sysBasket #sysWrap #sysMain .sysNextSubmitAreaForUseAmazon {
    margin-bottom: min(30px, 8vw);
  }
  #sysBasket #sysWrap #sysMain div:not(#sysInputCouponCode) .sysBox {
    padding: min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .sysTotal {
    margin-block: min(30px, 8vw) min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .sysTotal .sysBox > div {
    font-size: min(12px, 3.2vw);
  }
  #sysBasket #sysWrap #sysMain .sysTotal .sysBox > div .sysCartAttention {
    font-size: min(16px, 4.2666666667vw);
  }
  #sysBasket #sysWrap #sysMain .sysInputCouponCode .sysBox input[type=text] {
    margin-top: min(6px, 1.6vw);
  }
  #sysBasket #sysWrap #sysMain .sysCartTitle {
    font-size: min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .sysCartItemAreaMessage {
    font-size: min(12px, 3.2vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea {
    margin-bottom: min(30px, 8vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox {
    gap: 0 min(10px, 2.6666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > a {
    width: min(80px, 21.3333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct {
    width: calc(100% - min(90px, 24vw));
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct .sysItemName {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(5px, 1.3333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysProduct > div:not(.sysItemName) {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) {
    font-size: min(12px, 3.2vw);
    padding-top: min(15px, 4vw);
    margin-bottom: min(5px, 1.3333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea {
    gap: min(8px, 2.1333333333vw);
    margin-left: min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox > div:not([class]):has(+ .sysSubTotalArea) .sysNumArea button {
    width: min(34px, 9.0666666667vw);
    height: min(34px, 9.0666666667vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea {
    font-size: min(12px, 3.2vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea .sysCartInForm {
    margin-bottom: min(5px, 1.3333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea select {
    margin-top: min(2px, 0.5333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea input[type=text] {
    margin-top: min(2px, 0.5333333333vw);
  }
  #sysBasket #sysWrap #sysMain .sysItemListArea .sysBox .sysSubTotalArea > .sysCartAttention {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(5px, 1.3333333333vw);
  }
  #sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container {
    padding: min(15px, 4vw);
  }
  #sysBasket #sysWrap #sysMain .modaal-wrapper .modaal-container .basketCouponEditDialog .basketCouponEdit .basketCouponTitle {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(4px, 1.0666666667vw);
  }
  #sysRegi #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysRegi #sysWrap #sysMain .sysCartTitle {
    font-size: min(15px, 4vw);
    padding-top: min(20px, 5.3333333333vw);
  }
  #sysRegi #sysWrap #sysMain .sysBox > p {
    font-size: min(12px, 3.2vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) {
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) .sysMemberAgreementFormLabel {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(6px, 1.6vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox > div:has(.sysMemberAgreementFormLabel) .sysMemberAgreement {
    font-size: min(12px, 3.2vw);
    padding: min(15px, 4vw);
  }
  #sysThanks #sysWrap {
    padding-top: min(60px, 16vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) {
    padding: min(15px, 4vw);
    margin-block: min(45px, 12vw) min(15px, 4vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) .sysOrderNumber {
    font-size: min(17px, 4.5333333333vw);
    margin-top: min(8px, 2.1333333333vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox:has(.sysCartNote) .sysCartNote {
    font-size: min(12px, 3.2vw);
  }
  #sysThanks #sysWrap #sysMain .sysBox:has(.sysForm) {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysMypage .sysOrder input[value=再注文する] {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .sysMypage .sysOrder input[value=再注文する] {
    margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
  }
  #sysMypageRepeat #sysRepeatOrderDetail table td a {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysMypageRepeat #sysRepeatOrderDetail table td a {
    margin: min(10px, 2.6666666667vw) auto 0 0;
  }
  #sysMypageRepeat #sysMain form:first-of-type input[value=登録する],
  #sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysMain form:first-of-type input[value=登録する] {
    margin-top: min(30px, 8vw);
  }
  #sysMypageRepeat #sysMain .sysRepeatOrderNextOrderAttachedItemRequest input[value=商品を追加する] {
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogClose {
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysMypageIndex:has(form[action*="skip/done"]) #sysMain form:first-of-type input[value=スキップする],
  #sysMypageRepeatCancelConfirm input[value=キャンセルする] {
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysCallOrderHistoryDetail button {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .sysCallOrderHistoryDetail button {
    margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
  }
  #sysMypageIndex .sysItemReviewLink a,
  #sysMypageOrderHistory .sysItemReviewLink a {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysMypageIndex .sysItemReviewLink a,
  #sysMypageOrderHistory .sysItemReviewLink a {
    margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
  }
  #sysMypageIndex .sysItemReviewLink span,
  #sysMypageOrderHistory .sysItemReviewArea > span {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysMypageIndex .sysItemReviewLink span,
  #sysMypageOrderHistory .sysItemReviewArea > span {
    margin: min(10px, 2.6666666667vw) auto min(10px, 2.6666666667vw) 0;
  }
  #sysMypageWithdrawalConfirm form:first-of-type .sysButton {
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysMypage #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  .sysMypage #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  .sysMypage #sysWrap #sysMain .sysMypageMinorHeadLine {
    font-size: min(15px, 4vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top {
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk {
    display: block;
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .member-name .renew-mypage-member-name {
    display: block;
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-info-blk .logout {
    margin-left: auto;
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap {
    margin-bottom: min(30px, 8vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-ttl {
    margin-bottom: min(4px, 1.0666666667vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list {
    flex-direction: column;
    gap: min(4px, 1.0666666667vw);
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .mypage-menu-wrap .mypage-menu-blk .menu-list li {
    width: 100%;
  }
  .sysMypage #sysWrap #sysMain .renew-mypage-top .cancel-membership a {
    margin-left: auto;
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory > div {
    font-size: min(12px, 3.2vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList:has(.sysOrderHeader) .sysOrders {
    padding: min(15px, 4vw);
    margin: 0 0 min(10px, 2.6666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderHistory .sysOrderList:not(:has(.sysOrderHeader)) .sysOrder {
    padding: min(15px, 4vw);
    margin: 0 0 min(10px, 2.6666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderNumberArea {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea {
    font-size: min(13px, 3.4666666667vw);
    margin: 0 0 min(10px, 2.6666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderDetailArea .sysOrderDatatimeGroup {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysOrderHistoryDetailHeader {
    font-size: min(13px, 3.4666666667vw);
    margin: min(17px, 4.5333333333vw) 0 min(9px, 2.4vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup {
    gap: min(10px, 2.6666666667vw);
    border: none;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup .sysItemImageGroup {
    width: min(80px, 21.3333333333vw);
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemGroup .sysItemSummaryGroup {
    width: calc(100% - min(90px, 24vw));
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysDeliveryList .sysDelivery .sysItemArea .sysItem .sysItemReviewArea {
    padding: min(10px, 2.6666666667vw) 0 0;
  }
  .sysMypage #sysWrap #sysMain .sysOrderDetail #sysMypageOrderHistoryDetail .sysCartOption_RemarkArea {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) 0 min(30px, 8vw);
  }
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword h3 {
    font-size: min(15px, 4vw);
  }
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword h4 {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(6px, 1.6vw);
  }
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysMemberPasswordDescription {
    margin-bottom: min(6px, 1.6vw);
  }
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysMemberPasswordDescription small {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysLengthMessageText,
  #sysMypageEditMember #sysWrap #sysMain form .sysForm .sysMemberPassword .sysFormCaution {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageEditConfirm #sysWrap #sysMain > div {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageEditConfirm #sysWrap #sysMain .sysForm .sysFormItem {
    font-size: min(13px, 3.4666666667vw);
    padding-bottom: min(6px, 1.6vw);
  }
  #sysMypageEditSave #sysWrap #sysMain > p,
  #sysMypageEditSavedelivery #sysWrap #sysMain > p {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMypageEditDelivery #sysWrap #sysMain .sysSelectAddress button {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
  }
  #sysMypageEditDelivery #sysWrap #sysMain > form > p {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysMypagePoint #sysAll #sysMain .sysMyPoint {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageReview #sysAll #sysMain .sysCoupon {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
  }
  #sysMypageReview #sysAll #sysMain .sysCoupon .sysCouponDiscount {
    padding-bottom: min(15px, 4vw);
  }
  #sysMypageAshiato #sysAll #sysMain .sysItemListDisp {
    margin-block: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
  #sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
    gap: min(15px, 4vw);
  }
  #sysMypageAshiato #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
    font-size: min(12px, 3.2vw);
  }
  #sysMypageAshiato #sysAll #sysMain .sysItemList div {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageReview #sysAll #sysMain .sysItemListDisp {
    font-size: min(12px, 3.2vw);
    margin-block: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
  #sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
    gap: min(15px, 4vw);
  }
  #sysMypageReview #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
    font-size: min(12px, 3.2vw) !important;
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp {
    margin-block: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw);
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType {
    gap: min(15px, 4vw);
  }
  #sysMypageRestockRequest #sysAll #sysMain .sysItemListDisp .sysItemListViewType label {
    font-size: min(12px, 3.2vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail {
    gap: min(25px, 6.6666666667vw) min(15px, 4vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li,
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li > div:not([class]),
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li > div:not([class]),
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li > div:not([class]) {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit],
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit] {
    box-sizing: border-box;
    font-size: min(12px, 3.2vw);
    padding: min(8px, 2.1333333333vw) min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する],
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit][value=お気に入りから削除する] {
    margin-top: min(5px, 1.3333333333vw);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する],
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit][value=再入荷リクエストを解除する] {
    font-size: min(11px, 2.9333333333vw);
    margin-top: min(5px, 1.3333333333vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li,
  #sysMypageRestockRequest .sysItemList ul.sysList li {
    gap: 0 min(15px, 4vw);
    padding-block: min(15px, 4vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage,
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li .sysThumbnailImage,
  #sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage {
    width: min(100px, 26.6666666667vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li > div:not([class]),
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li > div:not([class]),
  #sysMypageRestockRequest .sysItemList ul.sysList li > div:not([class]) {
    width: calc(100% - min(115px, 30.6666666667vw));
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li form input[type=submit],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit],
  #sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit] {
    font-size: min(12px, 3.2vw);
    padding: min(8px, 2.1333333333vw) min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する],
  #sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit][value=お気に入りから削除する] {
    margin-top: min(5px, 1.3333333333vw);
    margin-left: min(115px, 30.6666666667vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する],
  #sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit][value=再入荷リクエストを解除する] {
    margin-top: min(5px, 1.3333333333vw);
    margin-left: min(115px, 30.6666666667vw);
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysItemName {
    padding-top: min(20px, 5.3333333333vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysMypageReview #sysWrap #sysMain .sysMyReviewList .sysReview {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo {
    margin-top: min(10px, 2.6666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderList .sysRepeatOrder .sysRepeatOrderInfo td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail h2 {
    font-size: min(15px, 4vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder h4,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext h4 {
    font-size: min(15px, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysChangedRepeatOrderMessage,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysChangedRepeatOrderNextMessage,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysChangedRepeatOrderMessage,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysChangedRepeatOrderNextMessage {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo {
    margin-top: min(8px, 2.1333333333vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo td,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderInfo th {
    width: 34%;
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr td,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrder .sysRepeatOrderAttachedItem tr th:nth-of-type(3),
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderDetail .sysRepeatOrderNext .sysRepeatOrderAttachedItem tr th:nth-of-type(3) {
    width: 15%;
  }
  #sysMypageRepeat #sysWrap #sysMain > p,
  #sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > p,
  #sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > p,
  #sysMypageRepeatCancelConfirm #sysWrap #sysMain > p {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div,
  #sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div,
  #sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div,
  #sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
  #sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
  #sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2),
  #sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:nth-of-type(2) {
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain > form:first-of-type > div:has(input, select),
  #sysMypageIndex:has(form[action*="editNextOrder/addressSave"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select),
  #sysMypageIndex:has(form[action*="skip/done"]) #sysWrap #sysMain > form:first-of-type > div:has(input, select),
  #sysMypageRepeatCancelConfirm #sysWrap #sysMain > form:first-of-type > div:has(input, select) {
    margin-top: min(6px, 1.6vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderSummary {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest .sysRepeatOrderNextOrderAttachedItemRequestTitle {
    font-size: min(15px, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th,
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:first-of-type {
    width: 40%;
  }
  #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:nth-of-type(2), #sysMypageRepeat #sysWrap #sysMain .sysRepeatOrderNextOrderAttachedItemRequest #sysRepeatOrderNextOrderAttachedItemRequestList tr th:last-of-type {
    width: 30%;
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
    padding: min(15px, 4vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList {
    gap: min(15px, 4vw);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  #sysMypageRepeat .sysRepeatOrderAttachedItemDialogWrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container .sysRepeatOrderAttachedItemListBlock .sysRepeatOrderAttachedItemList .sysRepeatOrderAttachedItemListItem input[type=button] {
    max-width: 100%;
    font-size: min(12px, 3.2vw);
    padding: min(8px, 2.1333333333vw) min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory h2 {
    font-size: min(15px, 4vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder h4 {
    font-size: min(15px, 4vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysChangedRepeatOrderNextMessage {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo {
    margin-top: min(8px, 2.1333333333vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderInfo th {
    width: 34%;
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr th,
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr td {
    font-size: min(13px, 3.4666666667vw);
    padding: min(10px, 2.6666666667vw);
  }
  #sysMypageRepeat #sysWrap #sysMain #sysRepeatOrderHistory .sysRepeatOrder .sysRepeatOrderAttachedItem tr th:nth-of-type(3) {
    width: 15%;
  }
  #sysMypageWithdrawalConfirm #sysWrap #sysMain .sysWithdrawal > p,
  #sysMypageWithdrawalDone #sysWrap #sysMain .sysWithdrawal > p {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageLogin input[value=ログイン] {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMypageLogin .login_register .btn a {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMypageLogin input[value=会員ID・パスワードを忘れた場合] {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMypageLogin #sysWrap {
    background-image: url(https://www.emallsakai.com/img/renewal/mypage/bg_sp.png);
    background-size: contain;
    background-position: center top min(15px, 4vw);
  }
  #sysMypageLogin #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysMypageLogin #sysWrap #sysMain {
    flex-direction: column;
    gap: 0;
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMypageLogin #sysWrap #sysMain .sysLoginForm {
    width: 100%;
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysMypageLogin #sysWrap #sysMain .sysLoginForm .sysMypageMinorHeadLine {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageLogin #sysWrap #sysMain .sysFreeArea {
    width: 100%;
    margin-top: min(60px, 16vw);
  }
  #sysMypageLogin #sysWrap #sysMain .sysFreeArea .sysMypageMinorHeadLine {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMypageLogout #sysAll #sysMain > p {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMypageReminder #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysMypageReminder #sysWrap #sysMain .sysMypageMinorHeadLine {
    font-size: min(15px, 4vw);
    margin-top: min(20px, 5.3333333333vw);
    margin-bottom: min(12px, 3.2vw);
  }
  #sysMypageReminder #sysWrap #sysMain .sysFormField {
    margin-bottom: min(30px, 8vw);
  }
  #sysMypageReminder #sysWrap #sysMain div {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysMemberRegisterIndex .sysNextSubmit {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMemberRegisterConfirm .sysNextSubmit {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMemberRegisterConfirm .sysSendAuthenticationMail {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMemberRegisterIndex #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysMemberRegisterIndex #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMemberRegisterIndex #sysWrap #sysMain #form_main {
    padding-top: min(20px, 5.3333333333vw);
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain > div {
    margin-block: min(20px, 5.3333333333vw) min(40px, 10.6666666667vw);
  }
  #sysMemberRegisterConfirm #sysWrap #sysMain #sysDone .sysForm > .sysSendAuthenticationMailGroup p {
    font-size: min(16px, 4.2666666667vw);
    text-align: left;
  }
  #sysMemberRegisterRegister #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysMemberRegisterRegister #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMemberRegisterRegister #sysWrap #sysMain > p {
    margin-top: min(20px, 5.3333333333vw);
  }
  .opcOrderSummary_usePointAndCoupon {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcOrderSummary_usePointAndCoupon {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  .opcBillingAddress_zipCodeSearchButton_edit,
  .opcClient_zipCodeSearchButton_edit,
  .opcDeliveryAddress_zipCodeSearchButton_edit {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcBillingAddress_zipCodeSearchButton_edit,
  .opcClient_zipCodeSearchButton_edit,
  .opcDeliveryAddress_zipCodeSearchButton_edit {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  .opcBillingAddress_editButton,
  .opcPaymentMethod_editButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcBillingAddress_editButton,
  .opcPaymentMethod_editButton {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  .opcClient_editButton,
  .opcDeliveryAddress_editButton,
  .opcDeliveryMethod_editButton,
  .opcDeliveryAddressItemTitle_editButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcClient_editButton,
  .opcDeliveryAddress_editButton,
  .opcDeliveryMethod_editButton,
  .opcDeliveryAddressItemTitle_editButton {
    margin: 0 0 0 auto;
  }
  .opcCompletedDeliveryAddressList_changeItems_edit {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcDeliveryAddressTitle_deleteButton,
  .opcDeliveryAddressList_addButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcDeliveryAddressTitle_deleteButton,
  .opcDeliveryAddressList_addButton {
    margin: 0 0 0 auto;
  }
  .opcCouponCode_useButton_edit {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .opcCouponCode_useButton_edit {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  .sysOpcBody #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditModeBlock,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddress,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcClient,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressSummary,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethod,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarks_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSubstituteOrderMemo_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPoint_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemPoint_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponCode_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCoupon_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMember_memberAgreementDescription_edit {
    padding: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcBillingAddressTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcClientTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSubstituteOrderMemoTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPointTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponCodeTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCouponTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMemberTitle,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGiftLetterTitle {
    font-size: min(15px, 4vw);
    margin-top: min(20px, 5.3333333333vw);
    margin-bottom: min(12px, 3.2vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeader {
    font-size: min(15px, 4vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryMethodHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcDeliveryAddressItemHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryMethodHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcDeliveryAddressItemHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryMethodHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcDeliveryAddressItemHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup .opcSocialGiftLetter_letterImageTitleLabel_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryMethodHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressItemHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcSocialGiftLetter_letterImageTitleLabel_edit {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonEditLabel {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(10px, 2.6666666667vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPricesAndLabelGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPricesGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalAmount,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummary_totalPoint {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcCommonButtonGroupEdit {
    margin-top: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressHeaderGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodHeaderGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressItemHeaderGroup {
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressGroup,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodGroup {
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_purposeAnditemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
    margin-top: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_top]) {
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRequestOrderArea:has(form[name=order_form_bottom]) {
    margin-top: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSelectDeliveries_edit {
    padding-top: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList {
    padding: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcPaymentMethodList .opcPaymentMethod_edit {
    padding: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit {
    padding: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_totalPricesAndLabelGroup {
    padding: 0 0 min(8px, 2.1333333333vw) 0;
    margin: 0 0 min(8px, 2.1333333333vw) 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_feeAndLabelGroup {
    padding: 0 0 min(8px, 2.1333333333vw) 0;
    margin: 0 0 min(8px, 2.1333333333vw) 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcOrderSummaryArea .opcOrderSummary .opcOrderSummary_priceBreakDownGroup .opcOrderSummary_usePointPriceAndLabelGroup {
    padding: 0 0 min(8px, 2.1333333333vw) 0;
    margin: 0 0 min(8px, 2.1333333333vw) 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit select,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit select {
    height: min(34px, 9.0666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_purposeAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_purposeAndLabelGroup_edit {
    margin-bottom: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionTitleAndOptionNameGroup_edit {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit {
    margin-bottom: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit:last-of-type,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit:last-of-type {
    margin-bottom: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit {
    gap: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailGroup_edit .opcItem_itemCommonOptionOptionGroup_edit .opcItem_itemCommonOptionOptionLabel_edit .opcItem_itemCommonOptionOptionBlock_edit .opcItem_itemCommonOptionOptionLabel_edit {
    font-size: min(12px, 3.2vw);
    margin-bottom: min(9px, 2.4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItemCommonOptionsArea .opcItem_itemCommonOptionDetailAndLabelGroup_edit,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit .opcItem_itemCommonOptionDetailAndLabelGroup_edit {
    margin-top: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcItem_itemCommonOptionGroup_edit {
    margin-top: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressAndItemsGroup_edit .opcDeliveryAddressHeader,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcDeliveryAddressViewPackage .opcDeliveryAddressHeader {
    margin-bottom: min(6px, 1.6vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div select,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div > div select {
    height: min(34px, 9.0666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div,
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSingleDelivery .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit li > div {
    gap: min(5px, 1.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit > div > div select {
    height: min(34px, 9.0666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit {
    margin-top: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit {
    padding: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit:last-of-type {
    margin-bottom: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryAddressSummary {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit {
    margin-bottom: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcMultiDelivery .opcDeliveryMethodsArea .opcDeliveryMethodListDataBind .opcDeliveryMethodListArea .opcDeliveryMethodListGroup_edit .opcDeliveryMethodGroup_edit .opcDeliveryMethod_edit .opcDeliveryMethod_deliveryMethodListGroup_edit .opcDeliveryMethod_deliveryMethodAndLabelGroup_edit > div {
    gap: min(5px, 1.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcRemarksArea {
    margin-bottom: min(30px, 8vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_checkedValueLabelGroup_edit {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit {
    flex-wrap: nowrap;
    gap: 0;
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit::-webkit-scrollbar {
    display: none;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit::before, .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: min(15px, 4vw);
    height: 1px;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit {
    width: min(160px, 42.6666666667vw);
    margin-right: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit:last-of-type {
    margin-right: 0;
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_letterImageTitleAndImageGroup_edit .opcSocialGiftLetter_letterImageGroup_edit .opcSocialGiftLetter_letterImageAndTitleGroup_edit .opcSocialGiftLetter_imageTitleGroup_edit .opcSocialGiftLetter_imageTitle_edit {
    font-size: min(12px, 3.2vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
    padding: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter_edit .opcSocialGiftLetterContentsGroup_edit .opcSocialGiftLetter_detailGroup_edit .opcSocialGiftLetter_messageTitleAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup_edit {
    margin-bottom: min(15px, 4vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
    gap: min(10px, 2.6666666667vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_letterImagePreviewGroup {
    width: min(80px, 21.3333333333vw);
  }
  .sysOpcBody #sysWrap #sysMain #sysOpc .opcSocialGift .opcSocialGiftLetter .opcSocialGiftLetterContentsGroup .opcSocialGiftLetter_detailGroup .opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit .opcSocialGiftLetter_messageGroup {
    width: calc(100% - min(90px, 24vw));
  }
  .modaal-wrapper .opcPointAndCouponDialog {
    min-width: 0;
  }
  #sysFormIndex .sysNextSubmit {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysFormConfirm .sysNextSubmit {
    max-width: min(400px, 106.6666666667vw);
  }
  #sysFormIndex #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysFormIndex #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysFormIndex #sysWrap #sysMain .contact-lead-blk {
    gap: min(30px, 8vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysFormIndex #sysWrap #sysMain .contact-lead-blk .txt {
    text-align: left;
  }
  #sysFormConfirm #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysFormConfirm #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysFormConfirm #sysWrap #sysMain .ttl-page::after {
    content: "ご記入内容にお間違いがないかご確認の上、「送信する」ボタンをクリックください。";
    white-space: normal;
    text-align: left;
    margin-top: min(40px, 10.6666666667vw);
  }
  #sysFormConfirm #sysWrap #sysMain form[action*=complete] {
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysFormThanks #sysWrap #sysMain {
    padding-inline: min(15px, 4vw);
  }
  #sysFormThanks #sysWrap #sysMain {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk {
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk .logo {
    max-width: min(260px, 69.3333333333vw);
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk h2 {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk p {
    text-align: left;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk {
    flex-direction: column;
    align-items: center;
  }
  #sysFormThanks #sysWrap #sysMain .contact-complete-blk .btn-blk > div {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
  }
  #sysItemReviewIndex #sysMain input[value=並び替え] {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain input[value=並び替え] {
    margin: 0;
  }
  #sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain input[value=不適切なレビューの報告] {
    margin-top: min(10px, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  #sysItemReviewIndex #sysMain .sysReviewItemName a[href*="/ir/"] {
    margin: min(10px, 2.6666666667vw) auto 0 0;
  }
  #sysItemReviewIndex #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > h2 {
    font-size: min(15px, 4vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > div {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain > h3 {
    font-size: min(15px, 4vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewTitle {
    font-size: min(15px, 4vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImproperReviewContent {
    font-size: min(13px, 3.4666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .SysImpropalReviewDone {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm {
    margin-bottom: min(30px, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li .SysImpropalReviewTextareaTitle {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(6px, 1.6vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form .SysImproperReviewForm li:has(.SysImpropalReviewTextareaTitle) + li:not(:has(.SysImproperReviewFormTextarea)) {
    font-size: min(13px, 3.4666666667vw);
    padding-bottom: min(6px, 1.6vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form:has(input[value=商品詳細]) {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain form:has(select[name=sort]) select {
    height: min(34px, 9.0666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList {
    display: flex;
    flex-direction: column;
    gap: min(10px, 2.6666666667vw);
    width: calc(100% + min(30px, 8vw));
    padding: min(30px, 8vw) min(15px, 4vw) min(25px, 6.6666666667vw);
    margin-left: max(-15px, -4vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li {
    gap: 0 min(8px, 2.1333333333vw);
    padding: min(15px, 4vw) min(15px, 4vw) min(43px, 11.4666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysThumbnailImage,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysThumbnailImage {
    width: min(60px, 16vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewItemName,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewItemName {
    width: calc(100% - min(75px, 20vw));
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname {
    max-width: calc(100% - min(93px, 24.8vw));
    font-size: min(12px, 3.2vw);
    line-height: 1.5;
    padding-left: min(30px, 8vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysNickname::before,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysNickname::before {
    width: min(22px, 5.8666666667vw);
    height: min(22px, 5.8666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewText,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewText {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  #sysItemReviewIndex #sysWrap #sysMain .sysReviewHistoryList li .sysReviewDatetime,
  #sysItemReviewIndex #sysWrap #sysMain .sysAllReviewHistoryList li .sysReviewDatetime {
    font-size: min(12px, 3.2vw);
    bottom: min(15px, 4vw);
    right: min(15px, 4vw);
  }
  #sysItemReviewConfirm #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > h2 {
    font-size: min(15px, 4vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > div:not(.sysForm) {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain > h3 {
    font-size: min(15px, 4vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  #sysItemReviewConfirm #sysWrap #sysMain .sysForm .sysFormItem {
    font-size: min(13px, 3.4666666667vw);
    padding-bottom: min(6px, 1.6vw);
  }
  #sysItemReviewThanks #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  #sysItemReviewThanks #sysWrap #sysMain > div {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .text-page .page-container {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .text-page .page-container {
    margin-block: min(20px, 5.3333333333vw) min(80px, 21.3333333333vw);
  }
  #sysMain .text-page .page-container .text-page__anc {
    -moz-column-gap: 2.6086956522%;
         column-gap: 2.6086956522%;
  }
  #sysMain .text-page .page-container .text-page__anc li {
    width: 48.6956521739%;
  }
  #sysMain .text-page .page-container .text-page__anc li a::after .sp_only {
    display: block;
  }
  #sysMain .renew-page-shopping-guide .page-container .page-blk ul {
    padding-left: 1em;
  }
  #sysMain .renew-page-shopping-guide .page-container .page-blk ul li {
    text-indent: -0.2em;
  }
  #sysMain .renew-page-company .page-container dl,
  #sysMain .renew-page-trade-law .page-container dl {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.5;
  }
  #sysMain .renew-page-company .page-container dl dt,
  #sysMain .renew-page-trade-law .page-container dl dt {
    flex-basis: 100%;
    justify-content: center;
    padding: min(16px, 4.2666666667vw);
  }
  #sysMain .renew-page-company .page-container dl dd,
  #sysMain .renew-page-trade-law .page-container dl dd {
    flex-basis: 100%;
    padding: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
    border-top: none;
  }
  #sysMain .renew-page-company .page-container dl dd .ls30,
  #sysMain .renew-page-trade-law .page-container dl dd .ls30 {
    letter-spacing: 0.03em;
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .content-ttl {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch {
    gap: min(8px, 2.1333333333vw);
    margin-bottom: min(40px, 10.6666666667vw);
  }
  body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label {
    font-size: min(13px, 3.4666666667vw);
    padding: min(8px, 2.1333333333vw) min(16px, 4.2666666667vw);
  }
  body #sysAll #sysMain .renew-page-faq .page-container .page-content-switch .switch label:hover {
    opacity: 1;
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li {
    width: calc(50% - min(10px, 2.6666666667vw) / 2);
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-anc li a {
    padding-inline: min(10px, 2.6666666667vw) min(28px, 7.4666666667vw);
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt:hover {
    opacity: 1;
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt::before, body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt::after {
    right: 0;
  }
  body #sysAll #sysMain .renew-page-faq .page-container .content-wrap .content-inner .blk .content-faq dt .txt {
    width: calc(100% - min(60px, 16vw) - min(25px, 6.6666666667vw));
  }
  #sysMain .crafts-page {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMain .crafts-page .ttl-page {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .ttl-page {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .crafts-page .ttl-dots {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .crafts-page .crafts-container .sec-hero {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-lead .lead-inner {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-lead {
    padding-bottom: min(45px, 12vw);
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-lead .lead-inner .txt {
    text-align: left;
  }
  #sysMain .crafts-page .crafts-container .sec-history {
    display: block;
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-history .img {
    width: calc(100% - min(90px, 24vw));
    margin-inline: auto;
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner {
    padding-inline: min(15px, 4vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: max(-20px, -5.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk {
    width: 100%;
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw) min(30px, 8vw);
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk::before {
    width: min(64px, 17.0666666667vw);
    height: min(64px, 17.0666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .ttl {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner .txt-blk .ttl-sub {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img.no-bg .info-inner {
    padding-block: 0;
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner {
    padding-inline: min(15px, 4vw);
    padding-block: min(40px, 10.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    transition: all 600ms;
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item {
    width: 100%;
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .info-list .info-item .ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.wo-img .info-inner .view-more-blk {
    display: block;
  }
  #sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner {
    padding-block: min(40px, 10.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .lead-txt {
    text-align: left;
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(40px, 10.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-info.w-img .info-inner .info-list .info-item {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-movie {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-movie {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow {
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process::after {
    width: min(160px, 42.6666666667vw);
    height: min(37px, 9.8666666667vw);
    margin-block: min(30px, 8vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner {
    flex-direction: column;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk::before {
    width: calc(100% + min(30px, 8vw));
    height: calc(100% + min(50px, 13.3333333333vw));
    left: max(-15px, -4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .flow-ttl .num {
    font-size: min(28px, 7.4666666667vw);
    text-align: center;
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .flow-ttl .ttl {
    font-size: min(24px, 6.4vw);
    text-align: center;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk .txt {
    text-align: center;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .img-blk {
    width: 100%;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.done .flow-ttl {
    font-size: min(24px, 6.4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap::before {
    content: none;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list {
    flex-direction: column;
    gap: 0;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk {
    width: 100%;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk::before {
    content: "";
    display: block;
    width: calc(100% + min(30px, 8vw));
    height: min(90px, 24vw);
    background-color: #ded8d0;
    position: absolute;
    top: min(20px, 5.3333333333vw);
    left: max(-15px, -4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk > * {
    position: relative;
    z-index: 1;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk .num {
    font-family: "Zen Old Mincho", serif;
    font-size: min(28px, 7.4666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .flow-list-wrap .flow-list .flow-blk:not(:last-of-type)::after {
    width: min(160px, 42.6666666667vw);
    height: min(37px, 9.8666666667vw);
    background-image: url(../img/renewal/crafts/arrow_flow.png);
    margin-inline: auto;
    margin-block: min(30px, 8vw);
    position: static;
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done::before {
    width: min(160px, 42.6666666667vw);
    height: min(37px, 9.8666666667vw);
    margin-block: min(30px, 8vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-horizontal .done .flow-ttl {
    font-size: min(24px, 6.4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-recommend {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-recommend {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    margin-bottom: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul {
    flex-wrap: nowrap;
    gap: min(15px, 4vw);
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul::-webkit-scrollbar {
    display: none;
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul::before, #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 0.1px;
    height: 1px;
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .recommend-content .sysItemBlock ul li {
    flex-shrink: 0;
    width: min(152px, 40.5333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-recommend .txt {
    font-size: min(16px, 4.2666666667vw);
    text-align: center;
  }
  #sysMain .crafts-page .crafts-container .sec-document {
    padding-inline: min(15px, 4vw);
  }
  #sysMain .crafts-page .crafts-container .sec-document {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #sysMain .crafts-page .crafts-container .sec-document .document-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-document .document-list .document-item {
    width: min(280px, 74.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .img {
    aspect-ratio: initial;
    padding-inline: min(60px, 16vw);
  }
  #sysMain .crafts-page .crafts-container .sec-document .document-list .document-item .img img {
    width: auto;
    height: 100%;
    max-height: min(190px, 50.6666666667vw);
    -o-object-fit: initial;
       object-fit: initial;
    margin-inline: auto;
  }
  .sysSocialGiftReceiveDeliveryAddressTitle_editButton,
  .sysSocialGiftReceiveItemsTitle_editButton {
    min-height: min(32px, 8.5333333333vw);
    font-size: min(12px, 3.2vw);
    padding: min(6px, 1.6vw) min(15px, 4vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .sysSocialGiftReceiveDeliveryAddressTitle_editButton,
  .sysSocialGiftReceiveItemsTitle_editButton {
    margin: min(5px, 1.3333333333vw) 0 0 auto;
  }
  .sysSocialGiftBody #sysWrap {
    padding-top: min(10px, 2.6666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .title-small-underline {
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain form[action*="/product/"] .sysSocialGiftReceiveItemsTitle,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsTitle {
    font-size: min(15px, 4vw);
    margin-bottom: min(30px, 8vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsTitle,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressTitle {
    font-size: min(15px, 4vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveTopPageContent,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItems_assortmentParentName,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryMethodTitle {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(10px, 2.6666666667vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveButtonArea,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftButtonGroup {
    margin-top: min(30px, 8vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea {
    padding: min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterImageGroup {
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveGiftLetterArea .sysSocialGiftReceiveGiftLetterMessageGroup {
    font-size: min(13px, 3.4666666667vw);
    padding: min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveLimitDate {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(30px, 8vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItem {
    margin-bottom: min(30px, 8vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup {
    gap: min(10px, 2.6666666667vw);
    padding-bottom: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
    width: min(80px, 21.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
    font-size: min(13px, 3.4666666667vw);
    padding-bottom: min(8px, 2.1333333333vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
    width: calc(100% - min(90px, 24vw));
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection {
    gap: min(30px, 8vw) min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveItemsAreaGroup .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup {
    gap: min(10px, 2.6666666667vw);
    padding-bottom: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemImageGroup {
    width: min(80px, 21.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_itemNameGroup {
    font-size: min(13px, 3.4666666667vw);
    padding-bottom: min(8px, 2.1333333333vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItem_subTotalNumAndLabelGroup,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary .sysSocialGiftReceiveItems_variationNameGroup {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_itemAndLabelGroup .sysSocialGiftReceiveItems_itemSummary {
    width: calc(100% - min(90px, 24vw));
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup {
    padding-bottom: min(15px, 4vw);
    margin-bottom: min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildName {
    font-size: min(13px, 3.4666666667vw);
    margin-bottom: min(2px, 0.5333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveItemsArea .sysSocialGiftReceiveItems_itemListGroup .sysSocialGiftReceiveItem .sysSocialGiftReceiveItems_assortmentParentGroup .sysSocialGiftReceiveItems_assortmentParent .sysSocialGiftReceiveItems_assortmentChildSection .sysSocialGiftReceiveItems_assortmentChildGroup .sysSocialGiftReceiveItems_assortmentChildLabelGroup .sysSocialGiftReceiveItems_assortmentChildSummary .sysSocialGiftReceiveItems_assortmentChildDescription {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectDelivery {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div:first-of-type {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceiveDeliveryAddressAndItemsAreaGroup .sysSocialGiftReceiveDeliveryMethodArea .sysSelectHopeDelivery > div label {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(10px, 2.6666666667vw);
    margin-bottom: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddressHeaderGroup,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveItemHeaderGroup {
    padding-bottom: min(8px, 2.1333333333vw);
    margin-bottom: min(12px, 3.2vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryMethodArea {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryAddress_deliveryAddressGroup,
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(form[action*="/giftReceive/save"]) .sysSocialGiftReceiveDeliveryMethod_deliveryMethodGroup {
    font-size: min(13px, 3.4666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) {
    padding-top: min(50px, 13.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) {
    padding: min(15px, 4vw);
    margin-block: min(45px, 12vw) min(15px, 4vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) > div:has(.sysOrderNumber) .sysOrderNumber {
    font-size: min(17px, 4.5333333333vw);
    margin-top: min(8px, 2.1333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysBox:has(.sysCartNote) .sysCartNote {
    font-size: min(12px, 3.2vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-btn {
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .sysSocialGiftBody #sysWrap #sysMain .sysSocialGiftReceive:has(.sysSocialGiftReceiveThanksPageContent) .sysSocialGiftReceiveThanksPageFreeAreaBottom .campaign-txt {
    font-size: min(12px, 3.2vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .ttl-page {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .ttl-page {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-hero {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-lead {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-lead {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step {
    margin-bottom: min(60px, 16vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list {
    gap: min(30px, 8vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl {
    padding-bottom: min(8px, 2.1333333333vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner {
    display: flex;
    align-items: center;
    font-size: min(24px, 6.4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner .step-num {
    flex-shrink: 0;
    font-size: min(40px, 10.6666666667vw);
    position: static;
    margin-right: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-lead {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
    margin-inline: auto;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk {
    padding-block: 0 min(20px, 5.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-01 ul li .top-blk .icon {
    margin-inline: auto;
    position: static;
    transform: translateY(0);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
    min-width: 0;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li h3 {
    padding-block: min(20px, 5.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    padding-block: 0 min(30px, 8vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk {
    width: 100%;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk p {
    text-align: center;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-02 > ul > li .flex-blk .txt-blk ul {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 {
    gap: min(60px, 16vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 h3 {
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
    margin-inline: auto;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk {
    padding-block: 0 min(20px, 5.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .top-blk .icon {
    margin-inline: auto;
    position: static;
    transform: translateY(0);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .step-03 ul li .popular {
    top: max(-10px, -2.6666666667vw);
    right: min(10px, 2.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-content .arrow-next {
    width: min(16px, 4.2666666667vw);
    margin-top: min(30px, 8vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk {
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk {
    flex-direction: column;
    align-items: center;
    gap: min(40px, 10.6666666667vw);
    margin-bottom: min(60px, 16vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .img-blk {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk {
    width: 100%;
    max-width: min(400px, 106.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk h2 {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(22px, 5.8666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk p {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk .btn-cmn {
    margin-left: auto;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance {
    max-width: min(630px, 168vw);
    padding-inline: min(15px, 4vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-maintenance h2 {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features {
    margin-bottom: min(80px, 21.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .ttl-page {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .ttl-page {
    padding-bottom: min(20px, 5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-hero {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-lead {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-lead {
    margin-bottom: min(60px, 16vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-lead .txt-large {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-lead .txt {
    text-align: left;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features {
    gap: min(80px, 21.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-ttl {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-ttl .num {
    font-size: min(48px, 12.8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img .img {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img {
    margin-bottom: min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-main-img::before {
    position: static;
    margin-bottom: min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead {
    margin-bottom: min(60px, 16vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead .txt-large {
    font-family: "Zen Old Mincho", serif;
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-lead .txt {
    text-align: left;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features {
    margin-bottom: min(60px, 16vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .img-blk {
    width: calc(100% - min(60px, 16vw));
    margin-inline: auto;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk {
    flex-direction: column;
    margin-top: max(-20px, -5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk.multi-inner {
    margin-top: max(-20px, -5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap {
    width: 100%;
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw) min(30px, 8vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap::before {
    width: min(64px, 17.0666666667vw);
    height: min(64px, 17.0666666667vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-features .txt-blk .features-list-wrap .ttl {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info {
    padding-block: min(40px, 10.6666666667vw);
    margin-bottom: min(60px, 16vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .ttl {
    font-size: min(24px, 6.4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-detail .txt {
    text-align: left;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: min(14px, 3.7333333333vw);
    width: calc(100% + min(30px, 8vw));
    margin-left: max(-15px, -4vw);
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage::-webkit-scrollbar {
    display: none;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage::before, #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage::after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: min(1px, 0.2666666667vw);
    height: 1px;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage.col-2 {
    max-width: none;
    margin-inline: max(-15px, -4vw) 0;
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li {
    flex-shrink: 0;
    width: min(295px, 78.6666666667vw);
    padding-block: min(20px, 5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-added-info .added-info-inner .info-usage li h4 {
    font-size: min(20px, 5.3333333333vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv {
    padding-inline: min(15px, 4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv .ttl {
    font-size: min(24px, 6.4vw);
  }
  #product-features #sysWrap #sysMain .renew-product-features .sec-features .features-item .features-conv .txt {
    text-align: left;
  }
}
@media (min-width: 46.9375em) and (max-width: 68.75em) {
  body {
    font-size: min(16px, 4.2666666667vw);
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: block !important;
  }
  div#sysFooter .renew-footer-about .footer-about-wrap {
    flex-direction: column;
    gap: min(30px, 8vw);
  }
  div#sysFooter .renew-footer-about .footer-about-wrap .img-blk {
    width: 100%;
    max-width: min(600px, 160vw);
    margin-inline: auto;
  }
  div#sysFooter .renew-footer-about .footer-about-wrap .txt-blk {
    width: 100%;
    max-width: min(600px, 160vw);
    margin-inline: auto;
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap {
    flex-direction: column;
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap .gift-blk {
    width: 100%;
  }
  div#sysFooter .renew-footer-gift .footer-gift-wrap .shipping-blk {
    width: 100%;
  }
  div#sysFooter .renew-lineup .lineup-list li {
    width: calc(33.3333333333% - min(40px, 10.6666666667vw) / 3);
  }
  #renewal-top #sysAll .renew-top-news .news-list {
    gap: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-news .news-list li {
    width: calc(33.3333333333% - min(60px, 16vw) / 3);
  }
  #renewal-top #sysAll .renew-top-news .news-list li a .info-blk::before, #renewal-top #sysAll .renew-top-news .news-list li a .info-blk::after {
    right: 0;
  }
  #renewal-top #sysAll .renew-top-event .event-list {
    gap: min(30px, 8vw);
  }
  #renewal-top #sysAll .renew-top-event .event-list li {
    width: calc(33.3333333333% - min(60px, 16vw) / 3);
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk {
    width: calc(100% - min(50px, 13.3333333333vw));
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk::before, #renewal-top #sysAll .renew-top-event .event-list li a .content-blk::after {
    right: max(-50px, -13.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-event .event-list li a .content-blk .event-ttl {
    font-size: min(18px, 4.8vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list {
    gap: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li {
    width: calc(33.3333333333% - min(30px, 8vw) / 3);
  }
  #renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .small {
    font-size: min(20px, 5.3333333333vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li.category-nolink .category-list-ttl .large {
    font-size: min(34px, 9.0666666667vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::before, #renewal-top #sysAll .renew-top-category .category-list li a .content-blk::after {
    right: min(26px, 6.9333333333vw);
  }
  #renewal-top #sysAll .renew-top-category .category-list li a .content-blk .category-ttl {
    left: min(20px, 5.3333333333vw);
  }
  #ec-top #sysAll .renew-lineup .lineup-list li {
    width: calc(33.3333333333% - min(40px, 10.6666666667vw) / 3);
  }
  #sysMypageAshiato .sysItemList ul.sysThumbnail li form input[type=submit],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysThumbnail li form input[type=submit],
  #sysMypageRestockRequest .sysItemList ul.sysThumbnail li form input[type=submit] {
    font-size: min(12px, 3.2vw);
  }
  #sysMypageAshiato .sysItemList ul.sysList li form input[type=submit],
  #sysMypageReview:has(.sysItemList) .sysItemList ul.sysList li form input[type=submit],
  #sysMypageRestockRequest .sysItemList ul.sysList li form input[type=submit] {
    font-size: min(12px, 3.2vw);
  }
}
@media (max-width: 68.75em) {
  #sysAll #sysWrap:has(#sysAside > div) {
    flex-direction: column;
  }
  #sysAll #sysWrap:has(#sysAside > div) #sysMain {
    width: 100%;
  }
  #sysAll #sysWrap:has(#sysAside > div) #sysAside {
    display: none;
  }
}
@media (min-width: 68.8125em) {
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .pc_only {
    display: block !important;
  }
}
@media (max-width: 1320px) {
  div#sysHeader .renew-header .sysContent .header-wrap {
    padding-inline: min(20px, 5.3333333333vw) min(73px, 19.4666666667vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-nav {
    display: none;
  }
  div#sysHeader .renew-header-hum {
    display: block;
  }
  div#sysHeader .renew-header-hum:has(#header-hum-checkbox:checked) .header-hum-bg {
    opacity: 0.5;
    pointer-events: auto;
  }
  div#sysHeader .renew-header-hum:has(#header-hum-checkbox:checked) .header-hum-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  div#sysHeader .renew-header-hum .header-hum-bg {
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 400ms;
    opacity: 0;
    pointer-events: none;
  }
  div#sysHeader .renew-header-hum .header-hum-bg label {
    display: block;
    width: 100%;
    height: 100%;
  }
  div#sysHeader .renew-header-hum .header-hum-trigger {
    width: min(28px, 7.4666666667vw);
    height: min(28px, 7.4666666667vw);
    position: fixed;
    top: min(30px, 8vw);
    right: min(15px, 4vw);
    z-index: 102;
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label::before, div#sysHeader .renew-header-hum .header-hum-trigger label::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #263430;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms;
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label::before {
    transform: translate(-50%, calc(-50% - min(3px, 0.8vw)));
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label::after {
    transform: translate(-50%, calc(-50% + min(3px, 0.8vw)));
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:hover::before {
    transform: translate(-50%, -50%);
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:hover::after {
    transform: translate(-50%, -50%);
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label input {
    display: none;
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:has(input:checked)::before {
    transform: translate(-50%, -50%) rotate(-15deg);
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:has(input:checked)::after {
    transform: translate(-50%, -50%) rotate(15deg);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap {
    width: 100%;
    max-width: min(375px, 100vw);
    height: 100dvh;
    background-color: #e3ded9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transition: all 400ms;
    opacity: 0;
    pointer-events: none;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner {
    width: 100%;
    height: 100%;
    padding-block: min(68px, 18.1333333333vw) min(100px, 26.6666666667vw);
    padding-inline: min(15px, 4vw);
    overflow-y: scroll;
    overflow-y: auto;
    scrollbar-width: none;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner::-webkit-scrollbar {
    display: none;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-language {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-language a {
    font-family: "Zen Old Mincho", serif;
    display: block;
    font-size: min(16px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    color: #8b7666;
    border: 1px solid #8b7666;
    border-radius: 100px;
    padding: min(2px, 0.5333333333vw) min(20px, 5.3333333333vw) min(4px, 1.0666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top {
    padding-top: min(20px, 5.3333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: min(16px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    color: #8b7666;
    margin-bottom: min(15px, 4vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav {
    margin-bottom: min(60px, 16vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .ttl-nav {
    font-family: "Zen Old Mincho", serif;
    font-size: min(18px, 4.8vw);
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: min(10px, 2.6666666667vw);
    border-bottom: 1px solid #8b7666;
    margin-bottom: min(20px, 5.3333333333vw);
    position: relative;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .ttl-nav::before {
    content: "";
    display: block;
    width: min(5px, 1.3333333333vw);
    height: min(5px, 1.3333333333vw);
    background-color: #8b7666;
    position: absolute;
    bottom: max(-3px, -0.8vw);
    left: 0;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list {
    display: flex;
    flex-direction: column;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: min(10px, 2.6666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item:last-of-type {
    margin-bottom: 0;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a {
    font-family: "Zen Old Mincho", serif;
    display: block;
    width: 100%;
    font-size: min(18px, 4.8vw);
    font-weight: 500;
    line-height: 1.5;
    padding-right: min(20px, 5.3333333333vw);
    position: relative;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a::before, div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a::after {
    content: "";
    display: block;
    width: min(8px, 2.1333333333vw);
    height: min(8px, 2.1333333333vw);
    background-image: url(../img/renewal/common/arrow_right_brown.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: min(2px, 0.5333333333vw);
    transform: translateY(-50%);
    overflow: hidden;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a::before {
    background-position: left max(-12px, -3.2vw) center;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a::after {
    background-position: center center;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a:hover::before, div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a:hover::after {
    transition: all 400ms ease-out;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a:hover::before {
    background-position: center center;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top .header-hum-nav .header-hum-nav-list .header-hum-nav-item a:hover::after {
    background-position: left min(12px, 3.2vw) center;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-logo {
    width: min(240px, 64vw);
    margin-bottom: min(40px, 10.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-logo a {
    display: block;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns .header-hum-sns-list {
    display: flex;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns .header-hum-sns-list .header-hum-sns-item {
    width: -moz-fit-content;
    width: fit-content;
    height: min(20px, 5.3333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns .header-hum-sns-list .header-hum-sns-item:nth-of-type(2) {
    border-inline: 1px solid #c6c6c6;
    padding-inline: min(15px, 4vw);
    margin-inline: min(15px, 4vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns .header-hum-sns-list .header-hum-sns-item a {
    display: block;
    width: auto;
    height: 100%;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-sns .header-hum-sns-list .header-hum-sns-item a img {
    width: auto;
    height: 100%;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-info p {
    font-family: "Zen Old Mincho", serif;
    font-size: min(16px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: min(16px, 4.2666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-info p.txt-light {
    color: #616164;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-info p.txt-light.indent {
    text-indent: max(-68px, -18.1333333333vw);
    padding-left: min(68px, 18.1333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-info p.txt-tel {
    display: flex;
    align-items: center;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-info p.txt-tel span {
    font-size: min(20px, 5.3333333333vw);
    font-weight: 700;
    color: #8b7666;
    margin-left: min(6px, 1.6vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .btn-cmn {
    width: 100%;
    height: min(60px, 16vw);
    margin-top: 0;
    margin-bottom: min(10px, 2.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .btn-cmn a::before {
    content: "";
    display: block;
    width: min(20px, 5.3333333333vw);
    height: min(20px, 5.3333333333vw);
    background-image: url(../img/renewal/common/icon_mail_white.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: min(6px, 1.6vw);
    transition: all 400ms;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .btn-cmn a:hover::before {
    background-image: url(../img/renewal/common/icon_mail_brown.png);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access {
    margin-bottom: min(65px, 17.3333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access .txt-access a {
    font-family: "Zen Old Mincho", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(18px, 4.8vw);
    font-weight: 500;
    line-height: 1.5;
    color: #aa544e;
    border-bottom: 1px solid #aa544e;
    padding-block: min(10px, 2.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access .txt-access a::before {
    content: "";
    display: block;
    width: min(20px, 5.3333333333vw);
    height: min(20px, 5.3333333333vw);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: min(6px, 1.6vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access .txt-access.by-train {
    margin-bottom: min(10px, 2.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access .txt-access.by-train a::before {
    background-image: url(../img/renewal/common/icon_train.png);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-access .txt-access.by-car a::before {
    background-image: url(../img/renewal/common/icon_car.png);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-close {
    margin-bottom: min(54px, 14.4vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-close label {
    font-family: "Zen Old Mincho", serif;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: min(16px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
    padding-bottom: min(10px, 2.6666666667vw);
    margin-inline: auto;
    transition: all 400ms;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .header-hum-close label:hover {
    opacity: 0.7;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-bottom .copyright {
    font-family: "Zen Old Mincho", serif;
    font-size: min(14px, 3.7333333333vw);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #8b7666;
  }
}
@media (max-width: 750px) {
  div#sysHeader .renew-header {
    height: min(56px, 14.9333333333vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap {
    padding-inline: min(15px, 4vw) min(73px, 19.4666666667vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap .left-blk .header-logo {
    width: min(127px, 33.8666666667vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list {
    gap: min(16px, 4.2666666667vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-langage {
    display: none;
  }
  div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item {
    width: min(32px, 8.5333333333vw);
  }
  div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item.nav-guide {
    display: none;
  }
  div#sysHeader .renew-header .sysContent .header-wrap .right-blk .header-user-nav .header-user-nav-list .user-nav-item .item-count {
    top: max(-1px, -0.2666666667vw);
    left: min(20px, 5.3333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-trigger {
    top: min(14px, 3.7333333333vw);
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:hover::before {
    transform: translate(-50%, calc(-50% - min(3px, 0.8vw)));
  }
  div#sysHeader .renew-header-hum .header-hum-trigger label:hover::after {
    transform: translate(-50%, calc(-50% + min(3px, 0.8vw)));
  }
  div#sysHeader .renew-header-hum .header-hum-wrap {
    max-width: 100%;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner {
    padding-block: min(16px, 4.2666666667vw) min(100px, 26.6666666667vw);
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-language {
    display: block;
  }
  div#sysHeader .renew-header-hum .header-hum-wrap .header-hum-inner .header-hum-top {
    padding-top: min(36px, 9.6vw);
  }
}
@media (min-width: 861px) and (max-width: 1160px) {
  div#sysFooter .renew-footer .footer-wrap .left-blk {
    width: min(340px, 90.6666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk {
    width: calc(100% - min(400px, 106.6666666667vw));
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .ttl-nav {
    font-size: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list.col-4 .footer-nav-item {
    width: calc(50% - min(20px, 5.3333333333vw) / 2);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a {
    font-size: min(16px, 4.2666666667vw);
  }
}
@media (max-width: 860px) {
  div#sysFooter .renew-footer {
    padding-block: min(20px, 5.3333333333vw) min(30px, 8vw);
    padding-inline: min(15px, 4vw);
  }
  div#sysFooter .renew-footer .footer-wrap {
    display: block;
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk {
    width: 100%;
    margin-bottom: min(60px, 16vw);
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .footer-logo {
    max-width: min(240px, 64vw);
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p {
    margin-bottom: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .footer-info p.txt {
    font-size: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .btn-cmn {
    min-width: 100%;
    height: min(60px, 16vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access {
    max-width: 100%;
  }
  div#sysFooter .renew-footer .footer-wrap .left-blk .footer-access .txt-access a {
    justify-content: center;
    font-size: min(18px, 4.8vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk {
    width: 100%;
    max-width: 100%;
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-ttl-sub {
    font-size: min(12px, 3.2vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav:last-of-type {
    margin-bottom: min(40px, 10.6666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .ttl-nav {
    font-size: min(18px, 4.8vw);
    margin-bottom: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list {
    gap: min(15px, 4vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list.col-2 .footer-nav-item {
    width: 100%;
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list.col-4 .footer-nav-item {
    width: calc(50% - min(15px, 4vw) / 2);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-nav-wrap .footer-nav .footer-nav-list .footer-nav-item a {
    font-size: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link {
    margin-bottom: min(30px, 8vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list {
    gap: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-link .footer-link-list .footer-link-item {
    width: 100%;
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf {
    margin-bottom: min(30px, 8vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list {
    gap: min(16px, 4.2666666667vw);
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-pdf .footer-pdf-list .footer-pdf-item {
    width: 100%;
  }
  div#sysFooter .renew-footer .footer-wrap .right-blk .footer-bottom-nav .footer-bottom-nav-list {
    gap: min(20px, 5.3333333333vw) min(24px, 6.4vw);
  }
  div#sysFooter .renew-footer .footer-wrap .bottom-blk {
    flex-direction: column;
    gap: min(10px, 2.6666666667vw);
    margin-top: min(30px, 8vw);
  }
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@media (max-width: 46.875em) and (max-width: 46.875em) {
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-01 {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-02 .img-blk .hero-ttl-02 {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-03 {
    padding-inline: min(15px, 4vw);
  }
  #renewal-top #sysAll .renew-top-hero .hero-wrap .hero-blk.hero-feature-04 {
    padding-inline: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    height: min(34px, 9.0666666667vw);
  }
}
@media (min-width: 1701px) and (max-width: 1920px) {
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk {
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk {
    justify-content: space-between;
    gap: 0;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map {
    width: calc(100% - min(594px, 158.4vw));
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map .img {
    width: calc(100% - min(50px, 13.3333333333vw));
  }
}
@media (min-width: 751px) and (max-width: 1400px) {
  #sysMain .renew-page-about .sec-about .floor-map {
    gap: min(60px, 16vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk {
    display: block;
    padding-inline: min(20px, 5.3333333333vw);
    padding-bottom: min(60px, 16vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk::before {
    height: calc(100% - min(48px, 12.8vw));
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map {
    display: block;
    width: 100%;
    max-width: min(750px, 200vw);
    margin-inline: auto;
    margin-bottom: min(30px, 8vw);
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map h3 {
    display: none;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .map .img {
    width: 100%;
  }
  #sysMain .renew-page-about .sec-about .floor-map .floor-map-blk .link {
    width: 100%;
    max-width: min(750px, 200vw);
    margin-inline: auto;
  }
}
@media (min-width: 751px) and (max-width: 1200px) {
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum {
    gap: min(60px, 16vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk {
    flex-direction: column;
    gap: min(40px, 10.6666666667vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .txt-blk {
    width: 100%;
    max-width: min(640px, 170.6666666667vw);
    padding-left: 0;
    margin-inline: auto;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk {
    width: 100%;
    max-width: min(640px, 170.6666666667vw);
    margin-inline: auto;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk:has(.small) {
    padding-bottom: 0;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk .img-blk .img.small {
    bottom: max(-90px, -24vw);
    left: auto;
    right: max(-20px, -5.3333333333vw);
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse {
    flex-direction: column;
  }
  #sysMain .renew-page-about .sec-about .floor-detail .detail-sec .detail-blk .detail-museum .museum-blk.reverse .txt-blk {
    margin-inline: auto;
  }
}
@media (min-width: 46.9375em) and (max-width: 75em) {
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormRange {
    margin-right: 0;
    margin-bottom: min(15px, 4vw);
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory {
    display: block;
    width: 100%;
  }
  #sysItemSearch .sysItemSearchForm .sysItemSearchFormInput .sysItemSearchFormCategory select {
    width: 100%;
    margin-top: min(5px, 1.3333333333vw);
    margin-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sysMain .text-page .page-container .text-page__anc li a:hover {
    background-color: #8b7666;
    color: #ffffff;
  }
  #sysMain .text-page .page-container .text-page__anc li a:hover::after {
    background-image: url(../img/renewal/common/arrow_right_white.png);
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  #sysMain .crafts-page .crafts-container .sec-history .img {
    width: 60%;
  }
  #sysMain .crafts-page .crafts-container .sec-history .history-inner {
    max-width: min(1240px, 330.6666666667vw);
    padding-inline: min(20px, 5.3333333333vw);
    margin-left: 0;
    margin-right: -60%;
    margin-top: min(270px, 72vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk {
    margin-top: min(10px, 2.6666666667vw);
  }
  #sysMain .crafts-page .crafts-container .sec-flow .flow-vertical .flow-list .flow-blk.process .flow-inner .txt-blk::before {
    left: max(-20px, -5.3333333333vw);
  }
}
@media screen and (min-width: 751px) and (max-width: 1540px) {
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner {
    display: flex;
    align-items: center;
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-step .step-list .step-item .step-ttl .ttl-inner .step-num {
    flex-shrink: 0;
    position: static;
    margin-right: min(30px, 8vw);
  }
}
@media screen and (min-width: 751px) and (max-width: 955px) {
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk {
    flex-direction: column;
    align-items: center;
    gap: min(40px, 10.6666666667vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .img-blk {
    width: 100%;
    max-width: min(500px, 133.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk {
    width: 100%;
    max-width: min(500px, 133.3333333333vw);
  }
  #knife-selection #sysWrap #sysMain .renew-knife-selection .sec-quality .flex-blk .txt-blk .btn-cmn {
    margin-left: auto;
  }
}
/*# sourceMappingURL=user.css.map */